Skip to content

Commit

Permalink
Bump ws and @types/ws (#420)
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.

Updates `ws` from 8.13.0 to 8.14.2
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.14.2)

Updates `@types/ws` from 8.5.5 to 8.5.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 0d65411 commit 96df881
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/chopsticks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"js-yaml": "^4.1.0",
"jsondiffpatch": "^0.5.0",
"lodash": "^4.17.21",
"ws": "^8.13.0",
"ws": "^8.14.2",
"yargs": "^17.7.2",
"zod": "^3.22.2"
},
Expand All @@ -35,7 +35,7 @@
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/ws": "^8.5.5",
"@types/ws": "^8.5.6",
"@types/yargs": "^17.0.24",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
Expand Down
27 changes: 21 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ __metadata:
"@types/js-yaml": ^4.0.5
"@types/lodash": ^4.14.197
"@types/node": ^20.5.7
"@types/ws": ^8.5.5
"@types/ws": ^8.5.6
"@types/yargs": ^17.0.24
axios: ^1.5.1
dotenv: ^16.3.1
Expand All @@ -92,7 +92,7 @@ __metadata:
ts-node: ^10.9.1
ts-node-dev: ^2.0.0
typescript: ^5.1.6
ws: ^8.13.0
ws: ^8.14.2
yargs: ^17.7.2
zod: ^3.22.2
bin:
Expand Down Expand Up @@ -2299,12 +2299,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:^8.5.5":
version: 8.5.5
resolution: "@types/ws@npm:8.5.5"
"@types/ws@npm:^8.5.6":
version: 8.5.6
resolution: "@types/ws@npm:8.5.6"
dependencies:
"@types/node": "*"
checksum: d00bf8070e6938e3ccf933010921c6ce78ac3606696ce37a393b27a9a603f7bd93ea64f3c5fa295a2f743575ba9c9a9fdb904af0f5fe2229bf2adf0630386e4a
checksum: 7addb0c5fa4e7713d5209afb8a90f1852b12c02cb537395adf7a05fbaf21205dc5f7c110fd5ad6f3dbf147112cbff33fb11d8633059cb344f0c14f595b1ea1fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -8643,6 +8643,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.14.2":
version: 8.14.2
resolution: "ws@npm:8.14.2"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 3ca0dad26e8cc6515ff392b622a1467430814c463b3368b0258e33696b1d4bed7510bc7030f7b72838b9fdeb8dbd8839cbf808367d6aae2e1d668ce741d4308b
languageName: node
linkType: hard

"xtend@npm:^4.0.0":
version: 4.0.2
resolution: "xtend@npm:4.0.2"
Expand Down

0 comments on commit 96df881

Please sign in to comment.