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

index 76e1364ad137bd2635425f66c253dca5e0092432..9f67f61410b7957a415316ff04aa13141fe63139 100644 (file)
@@ -26,6 +26,6 @@
   },
   "devDependencies": {
     "@types/node": "^20.5.4",
-    "typescript": "^5.1.6"
+    "typescript": "^5.2.2"
   }
 }
index a304e371c45c7fff7b21eb7890a08dc275cb8f01..ddc21bd3fe6d72ccad9f48971548df3c2847a42b 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:
 
@@ -130,8 +130,8 @@ packages:
     resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
     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