Skip to content

Commit

Permalink
fix: web/package.json & web/package-lock.json to reduce vulnerabiliti…
Browse files Browse the repository at this point in the history
…es (#332)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
shini4i and snyk-bot authored Oct 16, 2024
1 parent 4444261 commit 93804cd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
44 changes: 24 additions & 20 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"socket.io-client": "^4.7.5",
"socket.io-client": "^4.8.0",
"web-vitals": "^3.5.2"
},
"scripts": {
Expand Down

0 comments on commit 93804cd

Please sign in to comment.