Skip to content

Commit 867bf52

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574
1 parent f4a13db commit 867bf52

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"metautil": "5.2.2",
59-
"ws": "^8.16.0"
59+
"ws": "^8.17.1"
6060
},
6161
"devDependencies": {
6262
"@types/node": "^20.11.17",

0 commit comments

Comments
 (0)