Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 10, 2024
1 parent 6a3d830 commit dc4634a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"js-yaml": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"junit-merge": "^2.0.0",
"lerna": "^4.0.0",
"lerna": "^6.5.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"npm-check-updates": "^12.5.9",
Expand All @@ -77,8 +77,8 @@
"vinyl-paths": "^3.0.1",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.3",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.6.0",
"webpack-node-externals": "^3.0.0",
"webpack-sentry-plugin": "^2.0.3",
"workbox-webpack-plugin": "^6.5.3",
Expand Down

0 comments on commit dc4634a

Please sign in to comment.