Skip to content

Commit

Permalink
chore: update ws from 8.17.1 to 8.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Aug 2, 2024
1 parent 4508138 commit f4f1aa5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/blockchain-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"events": "^3.3.0",
"ripple-lib": "^1.10.1",
"socks-proxy-agent": "6.1.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"peerDependencies": {
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"express": "^4.19.2",
"uuid": "^9.0.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/request-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"ts-node": "^10.9.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/trezor-user-env-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@trezor/utils": "workspace:*",
"cross-fetch": "^4.0.0",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.5"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10511,7 +10511,7 @@ __metadata:
webpack-cli: "npm:^5.1.4"
webpack-dev-server: "npm:^5.0.4"
worker-loader: "npm:^3.0.8"
ws: "npm:^8.17.1"
ws: "npm:^8.18.0"
peerDependencies:
tslib: ^2.6.2
languageName: unknown
Expand Down Expand Up @@ -10944,7 +10944,7 @@ __metadata:
dependencies:
express: "npm:^4.19.2"
uuid: "npm:^9.0.1"
ws: "npm:^8.17.1"
ws: "npm:^8.18.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11035,7 +11035,7 @@ __metadata:
"@trezor/utils": "workspace:*"
socks-proxy-agent: "npm:6.1.1"
ts-node: "npm:^10.9.1"
ws: "npm:^8.17.1"
ws: "npm:^8.18.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11530,7 +11530,7 @@ __metadata:
"@trezor/utils": "workspace:*"
"@types/ws": "npm:^8.5.5"
cross-fetch: "npm:^4.0.0"
ws: "npm:^8.17.1"
ws: "npm:^8.18.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -42466,7 +42466,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.11.0, ws@npm:^8.12.1, ws@npm:^8.16.0, ws@npm:^8.17.1, ws@npm:^8.18.0, ws@npm:^8.2.3, ws@npm:^8.5.0":
"ws@npm:^8.11.0, ws@npm:^8.12.1, ws@npm:^8.16.0, ws@npm:^8.18.0, ws@npm:^8.2.3, ws@npm:^8.5.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
Expand Down

0 comments on commit f4f1aa5

Please sign in to comment.