build(deps-dev): bump typescript
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 25 Aug 2023 01:18:27 +0000 (01:18 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 01:18:27 +0000 (01:18 +0000)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
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/http-server-pool/fastify-worker_threads/package.json
examples/typescript/http-server-pool/fastify-worker_threads/pnpm-lock.yaml

index 0ccdbfa4ffb6e1873568ee1a6aaaaf469661445b..8b32f8541d20c85ee46e9e7ae026f4625b7856ee 100644 (file)
@@ -25,6 +25,6 @@
   },
   "devDependencies": {
     "@types/node": "^20.5.4",
-    "typescript": "^5.1.6"
+    "typescript": "^5.2.2"
   }
 }
index 7c7bb4e409d305755da97e09020c68124161c9c3..54d7e510812158010a8517d85f8c7635a1329880 100644 (file)
@@ -20,8 +20,8 @@ devDependencies:
     specifier: ^20.5.4
     version: 20.5.4
   typescript:
-    specifier: ^5.1.6
-    version: 5.1.6
+    specifier: ^5.2.2
+    version: 5.2.2
 
 packages:
 
@@ -414,8 +414,8 @@ packages:
     engines: {node: '>=12'}
     dev: false
 
-  /typescript@5.1.6:
-    resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
+  /typescript@5.2.2:
+    resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==}
     engines: {node: '>=14.17'}
     hasBin: true
     dev: true