Skip to content

Commit

Permalink
Security: Update npm dependencies to fix issues reported by audit
Browse files Browse the repository at this point in the history
Executed `npm audit fix` and manually resolved a few issues that required manual intervention
  • Loading branch information
gziolo committed Dec 7, 2024
1 parent 72417c3 commit 7cbb119
Show file tree
Hide file tree
Showing 9 changed files with 10,805 additions and 8,852 deletions.
19,619 changes: 10,791 additions & 8,828 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"commander": "9.2.0",
"concurrently": "3.5.0",
"copy-webpack-plugin": "10.2.0",
"core-js-builder": "3.38.1",
"cross-env": "3.2.4",
"core-js-builder": "3.39.0",
"cross-env": "7.0.3",
"css-loader": "6.2.0",
"cssnano": "6.0.1",
"deep-freeze": "0.0.1",
Expand Down Expand Up @@ -118,7 +118,7 @@
"jest-message-util": "29.6.2",
"jest-watch-typeahead": "2.2.2",
"json2md": "2.0.1",
"lerna": "7.1.4",
"lerna": "8.1.9",
"lint-staged": "10.0.2",
"make-dir": "3.0.0",
"mkdirp": "3.0.1",
Expand All @@ -134,7 +134,7 @@
"postcss-local-keyframes": "^0.0.2",
"prettier": "npm:[email protected]",
"progress": "2.0.3",
"puppeteer-core": "23.1.0",
"puppeteer-core": "23.10.1",
"raw-loader": "4.0.2",
"react": "18.3.1",
"react-docgen-typescript": "2.2.2",
Expand All @@ -147,9 +147,10 @@
"reassure": "0.7.1",
"redux": "5.0.1",
"resize-observer-polyfill": "1.5.1",
"rimraf": "3.0.2",
"rimraf": "4.4.1",
"rtlcss": "4.0.0",
"sass": "1.50.1",
"lighthouse": "12.2.2",
"sass-loader": "16.0.3",
"semver": "7.5.4",
"simple-git": "3.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"make-dir": "^3.0.0",
"mustache": "^4.0.0",
"npm-package-arg": "^8.1.5",
"rimraf": "^3.0.2",
"rimraf": "^4.4.1",
"write-pkg": "^4.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"change-case": "^4.1.2",
"form-data": "^4.0.0",
"get-port": "^5.1.1",
"lighthouse": "^10.4.0",
"lighthouse": "^12.2.2",
"mime": "^3.0.0",
"web-vitals": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"jest": ">=29",
"puppeteer-core": ">=11"
"puppeteer-core": ">=23"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"jest": ">=29",
"puppeteer-core": ">=11",
"puppeteer-core": ">=23",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"inquirer": "^7.1.0",
"js-yaml": "^3.13.1",
"ora": "^4.0.2",
"rimraf": "^3.0.2",
"rimraf": "^4.4.1",
"simple-git": "^3.5.0",
"terminal-link": "^2.0.0",
"yargs": "^17.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"check-node-version": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^10.2.0",
"cross-spawn": "^5.1.0",
"cross-spawn": "^7.0.6",
"css-loader": "^6.2.0",
"cssnano": "^6.0.1",
"cwd": "^0.10.0",
Expand All @@ -63,7 +63,7 @@
"fast-glob": "^3.2.7",
"filenamify": "^4.2.0",
"jest": "^29.6.2",
"jest-dev-server": "^9.0.1",
"jest-dev-server": "^10.1.4",
"jest-environment-jsdom": "^29.6.2",
"jest-environment-node": "^29.6.2",
"json2php": "^0.0.9",
Expand All @@ -76,7 +76,7 @@
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"prettier": "npm:[email protected]",
"puppeteer-core": "^23.1.0",
"puppeteer-core": "^23.10.1",
"react-refresh": "^0.14.0",
"read-pkg-up": "^7.0.1",
"resolve-bin": "^0.4.0",
Expand Down
11 changes: 0 additions & 11 deletions patches/lighthouse+10.4.0.patch

This file was deleted.

0 comments on commit 7cbb119

Please sign in to comment.