build(deps-dev): bump typescript
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 20 Jun 2024 21:03:02 +0000 (21:03 +0000)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 21:03:02 +0000 (21:03 +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/smtp-client-pool/package.json
examples/typescript/smtp-client-pool/pnpm-lock.yaml

index 49e01cbe04a604aac076d4ab7a687b958c17d9b3..fe35bf9ad5ca0d75cce4255eda6b3833de4a7d3a 100644 (file)
@@ -26,6 +26,6 @@
   "devDependencies": {
     "@types/node": "^20.14.6",
     "@types/nodemailer": "^6.4.15",
-    "typescript": "^5.4.5"
+    "typescript": "^5.5.2"
   }
 }
index 27c4184253731b9142bbcdc2d3a0b00a7ad1230b..ece09cb8db4846b720662615ba2e14d4ba99e0b7 100644 (file)
@@ -22,8 +22,8 @@ importers:
         specifier: ^6.4.15
         version: 6.4.15
       typescript:
-        specifier: ^5.4.5
-        version: 5.4.5
+        specifier: ^5.5.2
+        version: 5.5.2
 
 packages:
 
@@ -41,8 +41,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
 
@@ -63,6 +63,6 @@ snapshots:
 
   poolifier@4.0.14: {}
 
-  typescript@5.4.5: {}
+  typescript@5.5.2: {}
 
   undici-types@5.26.5: {}