build(deps-dev): bump @types/ws
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 10 Oct 2023 20:31:58 +0000 (20:31 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 20:31:58 +0000 (20:31 +0000)
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) from 8.5.6 to 8.5.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

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

Signed-off-by: dependabot[bot] <support@github.com>
examples/typescript/websocket-server-pool/ws-worker_threads/package.json
examples/typescript/websocket-server-pool/ws-worker_threads/pnpm-lock.yaml

index 2ec2edbef9ac0c6f24b5653a16b64fa6c135612f..b9ce94aa48d8c088bbc632a5d194194ccf9aab16 100644 (file)
@@ -25,7 +25,7 @@
   },
   "devDependencies": {
     "@types/node": "^20.8.4",
-    "@types/ws": "^8.5.6",
+    "@types/ws": "^8.5.7",
     "typescript": "^5.2.2"
   },
   "optionalDependencies": {
index 700bd4e0242956ab82697c1b49cab08b81f3c6c2..42440e8b868551f48fb127802aec2a639a44440e 100644 (file)
@@ -25,8 +25,8 @@ devDependencies:
     specifier: ^20.8.4
     version: 20.8.4
   '@types/ws':
-    specifier: ^8.5.6
-    version: 8.5.6
+    specifier: ^8.5.7
+    version: 8.5.7
   typescript:
     specifier: ^5.2.2
     version: 5.2.2
@@ -39,8 +39,8 @@ packages:
       undici-types: 5.25.3
     dev: true
 
-  /@types/ws@8.5.6:
-    resolution: {integrity: sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==}
+  /@types/ws@8.5.7:
+    resolution: {integrity: sha512-6UrLjiDUvn40CMrAubXuIVtj2PEfKDffJS7ychvnPU44j+KVeXmdHHTgqcM/dxLUTHxlXHiFM8Skmb8ozGdTnQ==}
     dependencies:
       '@types/node': 20.8.4
     dev: true