build(deps-dev): bump typescript
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 25 Aug 2023 01:51:49 +0000 (01:51 +0000)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 01:51:49 +0000 (01:51 +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/express-worker_threads/package.json
examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml

index 5d4bfd8deabc0206dae491cc640a8842d791cfc8..a85ecd0e1868233e5d33610b256e61c6c30624e1 100644 (file)
@@ -25,6 +25,6 @@
   "devDependencies": {
     "@types/express": "^4.17.17",
     "@types/node": "^20.5.6",
-    "typescript": "^5.1.6"
+    "typescript": "^5.2.2"
   }
 }
index c51a1d1ee57dd59267d59d19af256687fb1fbabd..c8939ee1b7c2288cd8d8eb6f87d4d2f92e2d3d45 100644 (file)
@@ -20,8 +20,8 @@ devDependencies:
     specifier: ^20.5.6
     version: 20.5.6
   typescript:
-    specifier: ^5.1.6
-    version: 5.1.6
+    specifier: ^5.2.2
+    version: 5.2.2
 
 packages:
 
@@ -492,8 +492,8 @@ packages:
       mime-types: 2.1.35
     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