Skip to content

Commit

Permalink
Bump ws from 7.5.9 to 7.5.10
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent d30c35f commit d0e3331
Show file tree
Hide file tree
Showing 8 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.
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": "^7.5.10"
},
"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": "^7.5.10"
},
"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: ^5.4.6
tslib: ^2.3.1
typescript: 5.0.4
ws: ^7.4.6
ws: ^7.5.10
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4274,7 +4274,7 @@ __metadata:
tslib: ^2.1.0
typescript: 5.0.4
uuid: ^8.3.0
ws: ^7.4.4
ws: ^7.5.10
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -35029,7 +35029,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 @@ -35044,6 +35044,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^7.5.10":
version: 7.5.10
resolution: "ws@npm:7.5.10"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: f9bb062abf54cc8f02d94ca86dcd349c3945d63851f5d07a3a61c2fcb755b15a88e943a63cf580cbdb5b74436d67ef6b67f745b8f7c0814e411379138e1863cb
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 d0e3331

Please sign in to comment.