Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ws to v8.17.1 [SECURITY] #221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/push-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jest": "29.7.0",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"ws": "8.17.0"
"ws": "8.17.1"
},
"dependencies": {
"@aspida/fetch": "1.14.0",
Expand All @@ -41,6 +41,6 @@
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
"ws": "8.17.0"
"ws": "8.17.1"
}
}
2 changes: 1 addition & 1 deletion apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
"ws": "8.17.0"
"ws": "8.17.1"
}
}
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prisma": "5.15.0",
"sharp": "0.33.4",
"striptags": "3.2.0",
"ws": "8.17.0"
"ws": "8.17.1"
},
"devDependencies": {
"@tsconfig/node18": "18.2.4",
Expand Down
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12400,7 +12400,7 @@ __metadata:
koa-logger: "npm:3.2.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.4.5"
ws: "npm:8.17.0"
ws: "npm:8.17.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12438,7 +12438,7 @@ __metadata:
koa-logger: "npm:3.2.1"
ts-node: "npm:10.9.2"
typescript: "npm:5.4.5"
ws: "npm:8.17.0"
ws: "npm:8.17.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13115,7 +13115,7 @@ __metadata:
ts-node: "npm:10.9.2"
ts-node-dev: "npm:2.0.0"
typescript: "npm:5.4.5"
ws: "npm:8.17.0"
ws: "npm:8.17.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14834,9 +14834,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.17.0, ws@npm:^8.11.0":
version: 8.17.0
resolution: "ws@npm:8.17.0"
"ws@npm:8.17.1":
version: 8.17.1
resolution: "ws@npm:8.17.1"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -14845,7 +14845,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 10/5e1dcb0ae70c6e2f158f5b446e0a72a2cd335b07aba73ee1872e9bae1285382286a10e53ed479db21bdd690a5dfd05641a768611ebb236253c62fefa43ef58b4
checksum: 10/4264ae92c0b3e59c7e309001e93079b26937aab181835fb7af79f906b22cd33b6196d96556dafb4e985742dd401e99139572242e9847661fdbc96556b9e6902d
languageName: node
linkType: hard

Expand All @@ -14864,6 +14864,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.11.0":
version: 8.17.0
resolution: "ws@npm:8.17.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10/5e1dcb0ae70c6e2f158f5b446e0a72a2cd335b07aba73ee1872e9bae1285382286a10e53ed479db21bdd690a5dfd05641a768611ebb236253c62fefa43ef58b4
languageName: node
linkType: hard

"xml-name-validator@npm:^4.0.0":
version: 4.0.0
resolution: "xml-name-validator@npm:4.0.0"
Expand Down