Skip to content

Commit 99ec86a

Browse files
authored
Merge pull request #751 from kuzzleio/KZLPRD-624-SDK-JavaScript-Fix-ws-affected-by-a-DoS-when-handling-a-request-with-many-HTTP-headers
2 parents ef9cb8c + afcf3ac commit 99ec86a

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
@@ -38,7 +38,7 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"min-req-promise": "^1.0.1",
41-
"ws": "^8.13.0"
41+
"ws": "^8.17.1"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "^7.21.4",

0 commit comments

Comments
 (0)