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 Aug 14, 2024
1 parent d704dc5 commit a4929ba
Show file tree
Hide file tree
Showing 13 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-19706e7e35-10.zip
Binary file not shown.
Binary file removed .yarn/cache/fsevents-patch-afc6995412-10.zip
Binary file not shown.
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 @@ -3065,7 +3065,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 @@ -4287,7 +4287,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 @@ -34720,7 +34720,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.5, ws@npm:^7.4.6, ws@npm:^7.5.0":
"ws@npm:^7.3.1, ws@npm:^7.4.2, ws@npm:^7.4.5, ws@npm:^7.4.6, ws@npm:^7.5.0":
version: 7.5.9
resolution: "ws@npm:7.5.9"
peerDependencies:
Expand All @@ -34735,6 +34735,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 a4929ba

Please sign in to comment.