build(deps-dev): bump typescript
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 10 Apr 2024 20:34:30 +0000 (20:34 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 20:34:30 +0000 (20:34 +0000)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [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.4...v5.4.5)

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

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 d558fc25bcb33fd65fab051d14c3ddc2ed31408a..69fbc7243aa0a02f1bba0dd2149d94817f6605f9 100644 (file)
@@ -29,6 +29,6 @@
   "devDependencies": {
     "@types/node": "^20.12.7",
     "autocannon": "^7.15.0",
-    "typescript": "^5.4.4"
+    "typescript": "^5.4.5"
   }
 }
index 28a879688244a1a69cb5480120f1f37b68c1544b..b2a5420393f45f880395b5e09383c8db16b13d67 100644 (file)
@@ -23,8 +23,8 @@ devDependencies:
     specifier: ^7.15.0
     version: 7.15.0
   typescript:
-    specifier: ^5.4.4
-    version: 5.4.4
+    specifier: ^5.4.5
+    version: 5.4.5
 
 packages:
 
@@ -698,8 +698,8 @@ packages:
     engines: {node: '>=12'}
     dev: false
 
-  /typescript@5.4.4:
-    resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==}
+  /typescript@5.4.5:
+    resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
     engines: {node: '>=14.17'}
     hasBin: true
     dev: true