Skip to content

Commit

Permalink
563 fix dependabot high severity alerts (#566)
Browse files Browse the repository at this point in the history
* Update dependencies

---------

Co-authored-by: Natalia Smirnova <>
  • Loading branch information
NataliaDSmirnova authored Oct 28, 2024
1 parent e7d742a commit 5848b14
Show file tree
Hide file tree
Showing 5 changed files with 1,337 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"lcov-result-merger": "^5.0.1",
"mkdirp": "^3.0.1",
"rimraf": "^5.0.10"
"rimraf": "^6.0.1"
},
"packageManager": "[email protected]",
"resolutions": {
Expand Down
24 changes: 12 additions & 12 deletions packages/miew-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,32 +49,32 @@
"react-redux": "^7.2.9"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@testing-library/react": "^12.1.5",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"html-webpack-plugin": "^5.6.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"mini-css-extract-plugin": "^2.9.1",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-scss": "^4.0.9",
"redux": "^4.2.1",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
}
}
16 changes: 8 additions & 8 deletions packages/miew-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
"miew": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.26.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.10",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
Expand Down
44 changes: 22 additions & 22 deletions packages/miew/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"scripts": {
"ci": "run-s clean lint test-cover build",
"ci-fast": "run-s lint:js test:unit build:demo",
"ci-fast": "run-s lint:js test:unit build",
"lint": "run-s 'lint:*'",
"lint:js": "eslint -f unix .*.js *.js src/ demo/ examples/ test/ tools/",
"lint:css": "stylelint src/**/*.scss demo/**/*.scss",
Expand Down Expand Up @@ -87,44 +87,44 @@
"three": "0.153.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/register": "^7.24.6",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/register": "^7.25.9",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"bootstrap": "^3.4.1",
"bootstrap-switch": "=3.3.4",
"browserify": "^17.0.0",
"browserify": "^17.0.1",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"cssnano": "^7.0.5",
"cssnano": "^7.0.6",
"dirty-chai": "^2.0.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"express": "^4.19.2",
"glob": "^10.4.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"express": "^4.21.1",
"glob": "^11.0.0",
"handlebars": "^4.7.8",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.3",
"jison": "^0.4.18",
"jquery": "^3.7.1",
"jquery.terminal": "^2.42.2",
"jsdoc": "^4.0.3",
"jsdoc": "^4.0.4",
"mini-css-extract-plugin": "^2.9.1",
"mkdirp": "^3.0.1",
"mocha": "^10.7.3",
"ncp": "^2.0.0",
"node-resemble-js": "^0.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^17.0.0",
"nyc": "^17.1.0",
"open": "^10.1.0",
"postcss": "^8.4.41",
"postcss-advanced-variables": "^4.0.0",
"postcss": "^8.4.47",
"postcss-advanced-variables": "^5.0.0",
"postcss-calc": "^10.0.2",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
Expand All @@ -134,19 +134,19 @@
"proxyquire": "^2.1.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rimraf": "^5.0.10",
"selenium-webdriver": "^4.23.0",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.25.0",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
"spin.js": "^4.1.2",
"style-loader": "^4.0.0",
"stylelint": "^16.8.2",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser-webpack-plugin": "^5.3.10",
"toastr": "^2.1.4",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 5848b14

Please sign in to comment.