From 9188fc47e9d40eac67e1b4f61d2522d6646f6969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:44:58 +0000 Subject: [PATCH] chore(deps): bump typescript in /modules/ghostroute-console/app Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/ghostroute-console/app/package-lock.json | 9 ++++----- modules/ghostroute-console/app/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/ghostroute-console/app/package-lock.json b/modules/ghostroute-console/app/package-lock.json index 4eff8ae1..9966019f 100644 --- a/modules/ghostroute-console/app/package-lock.json +++ b/modules/ghostroute-console/app/package-lock.json @@ -25,7 +25,7 @@ "autoprefixer": "^10.4.20", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", - "typescript": "^5.7.3" + "typescript": "^6.0.3" } }, "node_modules/@alloc/quick-lru": { @@ -1793,7 +1793,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "license": "MIT", "optional": true, @@ -2545,9 +2544,9 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/modules/ghostroute-console/app/package.json b/modules/ghostroute-console/app/package.json index 312ca394..061c7a0a 100644 --- a/modules/ghostroute-console/app/package.json +++ b/modules/ghostroute-console/app/package.json @@ -45,6 +45,6 @@ "autoprefixer": "^10.4.20", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", - "typescript": "^5.7.3" + "typescript": "^6.0.3" } }