From 2c7d13eded0c7a035bbe99974de504b52c69fb9e Mon Sep 17 00:00:00 2001 From: kasun Date: Tue, 9 Jun 2026 13:34:25 +0200 Subject: [PATCH] upgrade packages for k8s-apps --- 04-k8s-apps/package-lock.json | 34 +++++++++++++++++----------------- 04-k8s-apps/package.json | 8 ++++---- 04-k8s-apps/tsconfig.json | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/04-k8s-apps/package-lock.json b/04-k8s-apps/package-lock.json index af924e4..cda72a0 100644 --- a/04-k8s-apps/package-lock.json +++ b/04-k8s-apps/package-lock.json @@ -6,12 +6,12 @@ "": { "name": "k8s-apps", "dependencies": { - "@pulumi/kubernetes": "^4.0.0", - "@pulumi/pulumi": "^3.113.0" + "@pulumi/kubernetes": "^4.31.1", + "@pulumi/pulumi": "^3.244.0" }, "devDependencies": { - "@types/node": "^18", - "typescript": "^5.0.0" + "@types/node": "^24.0.0", + "typescript": "^6.0.0" } }, "node_modules/@gar/promise-retry": { @@ -749,9 +749,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.243.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.243.0.tgz", - "integrity": "sha512-KRIBErgCj9+gsEG7fOo3xRvvhq3VGw8gnzVpbFiyW2Zqr84MCIKDDVmj4MZDt/61KOn3OapI4ia1/6dSg3qwzQ==", + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.245.0.tgz", + "integrity": "sha512-cRfyKlaoKThewFTRFdvLFSo33FLHhViYQG1xI1WBTS4mrjhJegWl28HmZupVEIQh8aqvBN0Cy0fFNbxbZnOzmA==", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.10.1", @@ -901,12 +901,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.130", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz", - "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==", + "version": "24.13.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.1.tgz", + "integrity": "sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.18.0" } }, "node_modules/@types/semver": { @@ -2612,9 +2612,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==", "devOptional": true, "license": "Apache-2.0", "bin": { @@ -2635,9 +2635,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "license": "MIT" }, "node_modules/upath": { diff --git a/04-k8s-apps/package.json b/04-k8s-apps/package.json index 3863512..0a44dca 100644 --- a/04-k8s-apps/package.json +++ b/04-k8s-apps/package.json @@ -2,11 +2,11 @@ "name": "k8s-apps", "main": "index.ts", "devDependencies": { - "@types/node": "^18", - "typescript": "^5.0.0" + "@types/node": "^24.0.0", + "typescript": "^6.0.0" }, "dependencies": { - "@pulumi/kubernetes": "^4.0.0", - "@pulumi/pulumi": "^3.113.0" + "@pulumi/kubernetes": "^4.31.1", + "@pulumi/pulumi": "^3.244.0" } } diff --git a/04-k8s-apps/tsconfig.json b/04-k8s-apps/tsconfig.json index 80b5662..5e2c0b7 100644 --- a/04-k8s-apps/tsconfig.json +++ b/04-k8s-apps/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "strict": true, "outDir": "bin", - "target": "es2020", + "target": "es2024", "module": "nodenext", "moduleResolution": "nodenext", "sourceMap": true,