Skip to content

Commit

Permalink
Update ws (#297)
Browse files Browse the repository at this point in the history
`npm audit` told me that a vulnerability has been found in `ws`, and
fixed in 8.17.1, See GHSA-3h5v-q93c-6h6q
  • Loading branch information
mbouaziz authored Aug 30, 2024
2 parents d144c7e + d6a111b commit 6485be1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prelude/ts/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@types/node": "^20.8.3"
},
"dependencies": {
"ws": "^8.12.0"
"ws": "^8.18.0"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion sknpm/resources/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@playwright/test": "^1.36.2",
"ws": "^8.13.0"
"ws": "^8.18.0"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion skstore/ts/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"dependencies": {
"@playwright/test": "^1.36.2",
"ws": "^8.12.0"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^20.14.9"
Expand Down
2 changes: 1 addition & 1 deletion sql/ts/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@playwright/test": "^1.36.2",
"ws": "^8.13.0"
"ws": "^8.18.0"
},
"type": "module"
}

0 comments on commit 6485be1

Please sign in to comment.