Skip to content

Commit

Permalink
fix: package.json & yarn.lock 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-WS-7266574
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent cf3c8bb commit 9e5c6b8
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 459 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"workbox-strategies": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4",
"workbox-window": "^6.5.4",
"ws": "^8.10.0"
"ws": "^8.17.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
Expand All @@ -162,7 +162,7 @@
"react-test-renderer": "^16.14.0",
"stylelint": "^14.14.0",
"stylelint-config-standard-scss": "^5.0.0",
"webpack-dev-server": "^3.11.3",
"webpack-dev-server": "^4.0.0",
"yargs": "^17.6.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 9e5c6b8

Please sign in to comment.