Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#354)
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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
jeff-winn and snyk-bot committed Jul 3, 2024
1 parent 9c716ee commit 218d127
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.8.0",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"ws": "^8.17.1",
"y18n": "^5.0.8"
},
"devDependencies": {
Expand Down

0 comments on commit 218d127

Please sign in to comment.