Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent 5389ae4 commit 7ddcf2c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"js-yaml": "^4.1.0",
"jsondiffpatch": "^0.5.0",
"lodash": "^4.17.21",
"ws": "^8.16.0",
"ws": "^8.17.1",
"yargs": "^17.7.2",
"zod": "^3.22.4"
},
Expand Down
19 changes: 17 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ __metadata:
jsondiffpatch: "npm:^0.5.0"
lodash: "npm:^4.17.21"
typescript: "npm:^5.3.3"
ws: "npm:^8.16.0"
ws: "npm:^8.17.1"
yargs: "npm:^17.7.2"
zod: "npm:^3.22.4"
bin:
Expand Down Expand Up @@ -9800,7 +9800,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.15.1, ws@npm:^8.16.0, ws@npm:^8.8.1":
"ws@npm:^8.15.1, ws@npm:^8.8.1":
version: 8.16.0
resolution: "ws@npm:8.16.0"
peerDependencies:
Expand All @@ -9815,6 +9815,21 @@ __metadata:
languageName: node
linkType: hard

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

"y18n@npm:^5.0.5":
version: 5.0.8
resolution: "y18n@npm:5.0.8"
Expand Down

0 comments on commit 7ddcf2c

Please sign in to comment.