From b33e6f32edb5d679fe2af117c71389437bda2e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:01:00 +0000 Subject: [PATCH] npm(proxy): bump typescript from 5.9.3 to 6.0.2 in /proxy Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- proxy/package-lock.json | 8 ++++---- proxy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/proxy/package-lock.json b/proxy/package-lock.json index 6b6d11f..3264776 100644 --- a/proxy/package-lock.json +++ b/proxy/package-lock.json @@ -7,7 +7,7 @@ "name": "hrcommand-proxy", "devDependencies": { "@cloudflare/workers-types": "^4.0.0", - "typescript": "^5.0.0", + "typescript": "^6.0.2", "wrangler": "^4.70.0" } }, @@ -1385,9 +1385,9 @@ "optional": true }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/proxy/package.json b/proxy/package.json index f862a49..f85c72a 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.0.0", - "typescript": "^5.0.0", + "typescript": "^6.0.2", "wrangler": "^4.70.0" } }