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

Bump ws and @types/ws #220

Open
wants to merge 1 commit into
base: develop
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/reflect-metadata": "0.1.0",
"@types/socket.io": "3.0.2",
"@types/socket.io-client": "3.0.0",
"@types/ws": "8.5.4",
"@types/ws": "8.5.6",
"http-terminator": "3.2.0",
"jest": "29.5.0",
"jest-express": "1.12.0",
Expand All @@ -60,7 +60,7 @@
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
"url-scheme": "1.0.5",
"ws": "8.13.0"
"ws": "8.14.2"
},
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1152,12 +1152,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:8.5.4":
version: 8.5.4
resolution: "@types/ws@npm:8.5.4"
"@types/ws@npm:8.5.6":
version: 8.5.6
resolution: "@types/ws@npm:8.5.6"
dependencies:
"@types/node": "*"
checksum: fefbad20d211929bb996285c4e6f699b12192548afedbe4930ab4384f8a94577c9cd421acaad163cacd36b88649509970a05a0b8f20615b30c501ed5269038d1
checksum: 7addb0c5fa4e7713d5209afb8a90f1852b12c02cb537395adf7a05fbaf21205dc5f7c110fd5ad6f3dbf147112cbff33fb11d8633059cb344f0c14f595b1ea1fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -1192,7 +1192,7 @@ __metadata:
"@types/reflect-metadata": 0.1.0
"@types/socket.io": 3.0.2
"@types/socket.io-client": 3.0.0
"@types/ws": 8.5.4
"@types/ws": 8.5.6
bufferutil: 4.0.7
express: 4.18.2
express-http-proxy: 1.6.3
Expand All @@ -1216,7 +1216,7 @@ __metadata:
typescript: 5.0.4
url-scheme: 1.0.5
utf-8-validate: ^6.0.0
ws: 8.13.0
ws: 8.14.2
dependenciesMeta:
bufferutil:
optional: true
Expand Down Expand Up @@ -5732,9 +5732,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.13.0":
version: 8.13.0
resolution: "ws@npm:8.13.0"
"ws@npm:8.14.2":
version: 8.14.2
resolution: "ws@npm:8.14.2"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -5743,7 +5743,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 53e991bbf928faf5dc6efac9b8eb9ab6497c69feeb94f963d648b7a3530a720b19ec2e0ec037344257e05a4f35bd9ad04d9de6f289615ffb133282031b18c61c
checksum: 3ca0dad26e8cc6515ff392b622a1467430814c463b3368b0258e33696b1d4bed7510bc7030f7b72838b9fdeb8dbd8839cbf808367d6aae2e1d668ce741d4308b
languageName: node
linkType: hard

Expand Down