build(deps-dev): bump typescript
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 10 Apr 2024 20:42:14 +0000 (20:42 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 20:42:14 +0000 (20:42 +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/express-worker_threads/package.json
examples/typescript/http-server-pool/express-worker_threads/pnpm-lock.yaml

index 97fd6ec073c724dd09d202aafd95ece60a0f28fe..1f0e9f953062d4f488a626bf4ae90c41c69bfbc9 100644 (file)
@@ -29,6 +29,6 @@
     "@types/express": "^4.17.21",
     "@types/node": "^20.12.7",
     "autocannon": "^7.15.0",
-    "typescript": "^5.4.4"
+    "typescript": "^5.4.5"
   }
 }
index 82e788604184abf94211b718789b4c0b87edaf30..70e6fe71efdf223b23305be2e3d63c786ce3d091 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:
 
@@ -816,8 +816,8 @@ packages:
       mime-types: 2.1.35
     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