Skip to content

Commit

Permalink
Bump ws and @types/ws
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.12.1 to 8.13.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.12.1...8.13.0)

Updates `@types/ws` from 8.5.4 to 8.5.5
- [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]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2023
1 parent 3a82633 commit 310dd08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/genesys-web-messaging-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"debug": "^4.3.3",
"uuid": "^8.3.2",
"ws": "^8.4.0"
"ws": "^8.13.0"
},
"devDependencies": {
"@ikerin/build-readme": "^1.1.1",
Expand All @@ -34,7 +34,7 @@
"@types/jest": "^29.0.3",
"@types/node": "^14.14.2",
"@types/uuid": "^8.3.3",
"@types/ws": "^8.2.2",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ __metadata:
"@types/jest": ^29.0.3
"@types/node": ^14.14.2
"@types/uuid": ^8.3.3
"@types/ws": ^8.2.2
"@types/ws": ^8.5.5
"@typescript-eslint/eslint-plugin": ^4.31.1
"@typescript-eslint/parser": ^4.31.1
debug: ^4.3.3
Expand All @@ -965,7 +965,7 @@ __metadata:
ts-jest: ^29.1.1
typescript: ^4.8.3
uuid: ^8.3.2
ws: ^8.4.0
ws: ^8.13.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1225,12 +1225,12 @@ __metadata:
languageName: node
linkType: hard

"@types/ws@npm:^8.2.2":
version: 8.5.4
resolution: "@types/ws@npm:8.5.4"
"@types/ws@npm:^8.5.5":
version: 8.5.5
resolution: "@types/ws@npm:8.5.5"
dependencies:
"@types/node": "*"
checksum: fefbad20d211929bb996285c4e6f699b12192548afedbe4930ab4384f8a94577c9cd421acaad163cacd36b88649509970a05a0b8f20615b30c501ed5269038d1
checksum: d00bf8070e6938e3ccf933010921c6ce78ac3606696ce37a393b27a9a603f7bd93ea64f3c5fa295a2f743575ba9c9a9fdb904af0f5fe2229bf2adf0630386e4a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5414,9 +5414,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.4.0":
version: 8.12.1
resolution: "ws@npm:8.12.1"
"ws@npm:^8.13.0":
version: 8.13.0
resolution: "ws@npm:8.13.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -5425,7 +5425,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 97301c1c4d838fc81bd413f370f75c12aabe44527b31323b761eab3043a9ecb7e32ffd668548382c9a6a5ad3a1c3a9249608e8338e6b939f2f9540f1e21970b5
checksum: 53e991bbf928faf5dc6efac9b8eb9ab6497c69feeb94f963d648b7a3530a720b19ec2e0ec037344257e05a4f35bd9ad04d9de6f289615ffb133282031b18c61c
languageName: node
linkType: hard

Expand Down

0 comments on commit 310dd08

Please sign in to comment.