From 417ff8889856368c49648474c798de57f89989bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 03:55:55 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v6 --- container-images/headlamp-plugin-app/package-lock.json | 6 +++--- container-images/headlamp-plugin-app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/container-images/headlamp-plugin-app/package-lock.json b/container-images/headlamp-plugin-app/package-lock.json index 375edf42a..eab83b5eb 100644 --- a/container-images/headlamp-plugin-app/package-lock.json +++ b/container-images/headlamp-plugin-app/package-lock.json @@ -17302,9 +17302,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/container-images/headlamp-plugin-app/package.json b/container-images/headlamp-plugin-app/package.json index 627687e9f..4c814debb 100644 --- a/container-images/headlamp-plugin-app/package.json +++ b/container-images/headlamp-plugin-app/package.json @@ -17,7 +17,7 @@ "extends": ["@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended"] }, "overrides": { - "typescript": "5.9.3" + "typescript": "6.0.3" }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.14.0"