Skip to content

Commit

Permalink
Update dependency ws to v8 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 9b089d1 commit f7584fd
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 7 deletions.
28 changes: 26 additions & 2 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rxjs": "^6.6.3",
"tslib": "^2.1.0",
"uuid": "^8.3.0",
"ws": "^7.4.4"
"ws": "^8.0.0"
},
"devDependencies": {
"@types/fast-redact": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/ada-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/ws": "8.5.10",
"ethers": "^5.4.6",
"tslib": "^2.3.1",
"ws": "^7.4.6"
"ws": "^8.0.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
Expand Down
21 changes: 18 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ __metadata:
ethers: "npm:^5.4.6"
tslib: "npm:^2.3.1"
typescript: "npm:5.0.4"
ws: "npm:^7.4.6"
ws: "npm:^8.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4139,7 +4139,7 @@ __metadata:
tslib: "npm:^2.1.0"
typescript: "npm:5.0.4"
uuid: "npm:^8.3.0"
ws: "npm:^7.4.4"
ws: "npm:^8.0.0"
languageName: unknown
linkType: soft

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

"ws@npm:^7.3.1, ws@npm:^7.4.2, ws@npm:^7.4.4, ws@npm:^7.4.6, ws@npm:^7.5.0":
"ws@npm:^7.3.1, ws@npm:^7.4.2, ws@npm:^7.4.6, ws@npm:^7.5.0":
version: 7.5.9
resolution: "ws@npm:7.5.9"
peerDependencies:
Expand Down Expand Up @@ -34745,6 +34745,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.0.0":
version: 8.18.0
resolution: "ws@npm:8.18.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 10/70dfe53f23ff4368d46e4c0b1d4ca734db2c4149c6f68bc62cb16fc21f753c47b35fcc6e582f3bdfba0eaeb1c488cddab3c2255755a5c3eecb251431e42b3ff6
languageName: node
linkType: hard

"ws@npm:^8.5.0, ws@npm:^8.8.1":
version: 8.12.1
resolution: "ws@npm:8.12.1"
Expand Down

0 comments on commit f7584fd

Please sign in to comment.