Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @types/ws from 8.5.3 to 8.5.12.
    See this package in npm: https://www.npmjs.com/package/@types/ws
  - ws from 8.8.0 to 8.18.0.
    See this package in npm: https://www.npmjs.com/package/ws

See this project in Snyk:
https://app.snyk.io/org/vansergen/project/634db24a-e740-4cb6-9e05-c7a8e3043a53?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent a6ea812 commit 2114064
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
38 changes: 21 additions & 17 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 @@ -14,7 +14,7 @@
},
"dependencies": {
"rpc-request": "^6.0.2",
"ws": "^8.8.0"
"ws": "^8.18.0"
},
"peerDependencies": {
"@types/ws": "^8.5.3"
Expand Down

0 comments on commit 2114064

Please sign in to comment.