Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix: upgrade ws to latest (DX-2065) (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia authored Jul 19, 2024
1 parent c471df3 commit 975030e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/live-agent/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"intercom-client": "4.0.0",
"string-strip-html": "13.4.2",
"ts-pattern": "4.3.0",
"ws": "8.13.0"
"ws": "8.18.0"
},
"devDependencies": {
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@types/express-ws": "3.0.1",
"@types/ws": "8.5.5",
"@types/ws": "8.5.11",
"tsx": "4.7.2"
},
"volta": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5542,12 +5542,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:8.5.5":
version: 8.5.5
resolution: "@types/ws@npm:8.5.5"
"@types/ws@npm:8.5.11":
version: 8.5.11
resolution: "@types/ws@npm:8.5.11"
dependencies:
"@types/node": "*"
checksum: d00bf8070e6938e3ccf933010921c6ce78ac3606696ce37a393b27a9a603f7bd93ea64f3c5fa295a2f743575ba9c9a9fdb904af0f5fe2229bf2adf0630386e4a
checksum: 91d3ad6cc802f52b01c8cc7b0de149617785e8166e631291201d5f50937db2a578cbe70b61d96f43140d57170ad2f904782d3ec9ed86c34c5e9cec9a847a94dc
languageName: node
linkType: hard

Expand Down Expand Up @@ -5997,7 +5997,7 @@ __metadata:
"@types/cors": 2.8.13
"@types/express": 4.17.17
"@types/express-ws": 3.0.1
"@types/ws": 8.5.5
"@types/ws": 8.5.11
body-parser: 1.20.2
cors: 2.8.5
dotenv: 16.3.1
Expand All @@ -6007,7 +6007,7 @@ __metadata:
string-strip-html: 13.4.2
ts-pattern: 4.3.0
tsx: 4.7.2
ws: 8.13.0
ws: 8.18.0
languageName: unknown
linkType: soft

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

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

Expand Down

0 comments on commit 975030e

Please sign in to comment.