build(deps-dev): bump typescript
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 20 Jun 2024 20:18:27 +0000 (20:18 +0000)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 20:18:27 +0000 (20:18 +0000)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 e81a0650af41db4fb15a9304897e96a1bfa0a344..c90a6cee9a6a6ad0fbc510b93767c3e71d866e3f 100644 (file)
@@ -27,7 +27,7 @@
   "devDependencies": {
     "@types/node": "^20.14.6",
     "@types/ws": "^8.5.10",
-    "typescript": "^5.4.5"
+    "typescript": "^5.5.2"
   },
   "optionalDependencies": {
     "bufferutil": "^4.0.8",
index d64e76d0a3adef079e322f369237b57f54e874f5..97b3047c3164d5e21739b093c52fa041546e664d 100644 (file)
@@ -29,8 +29,8 @@ importers:
         specifier: ^8.5.10
         version: 8.5.10
       typescript:
-        specifier: ^5.4.5
-        version: 5.4.5
+        specifier: ^5.5.2
+        version: 5.5.2
 
 packages:
 
@@ -52,8 +52,8 @@ packages:
     resolution: {integrity: sha512-dlFUzJyGfxZzzf4YaB9krMUETqWr9ac3Ad/dtFHAgYQ5mitoMOKzJ9yhwWoONwFs38ugLtEz5zyytYl2nVnDzQ==}
     engines: {node: '>=18.0.0', pnpm: '>=9.0.0'}
 
-  typescript@5.4.5:
-    resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
+  typescript@5.5.2:
+    resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==}
     engines: {node: '>=14.17'}
     hasBin: true
 
@@ -96,7 +96,7 @@ snapshots:
 
   poolifier@4.0.14: {}
 
-  typescript@5.4.5: {}
+  typescript@5.5.2: {}
 
   undici-types@5.26.5: {}