upgraded packages #25

Merged
kasun merged 5 commits from enhancement/Upgrade-packages into main 2026-06-09 14:11:25 +02:00
3 changed files with 22 additions and 22 deletions
Showing only changes of commit 2c7d13eded - Show all commits
+17 -17
View File
@@ -6,12 +6,12 @@
"": { "": {
"name": "k8s-apps", "name": "k8s-apps",
"dependencies": { "dependencies": {
"@pulumi/kubernetes": "^4.0.0", "@pulumi/kubernetes": "^4.31.1",
"@pulumi/pulumi": "^3.113.0" "@pulumi/pulumi": "^3.244.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18", "@types/node": "^24.0.0",
"typescript": "^5.0.0" "typescript": "^6.0.0"
} }
}, },
"node_modules/@gar/promise-retry": { "node_modules/@gar/promise-retry": {
@@ -749,9 +749,9 @@
} }
}, },
"node_modules/@pulumi/pulumi": { "node_modules/@pulumi/pulumi": {
"version": "3.243.0", "version": "3.245.0",
"resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.243.0.tgz", "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.245.0.tgz",
"integrity": "sha512-KRIBErgCj9+gsEG7fOo3xRvvhq3VGw8gnzVpbFiyW2Zqr84MCIKDDVmj4MZDt/61KOn3OapI4ia1/6dSg3qwzQ==", "integrity": "sha512-cRfyKlaoKThewFTRFdvLFSo33FLHhViYQG1xI1WBTS4mrjhJegWl28HmZupVEIQh8aqvBN0Cy0fFNbxbZnOzmA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.10.1", "@grpc/grpc-js": "^1.10.1",
@@ -901,12 +901,12 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.19.130", "version": "24.13.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.1.tgz",
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==", "integrity": "sha512-RSpUJGmvsJ1ZeBehQZFhIdpsz+bIpES0nIQXko4Ybq+N+kX6XvOq3Jo+iJ82FWLdblFq85AsMikd3m35jgezYg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~7.18.0"
} }
}, },
"node_modules/@types/semver": { "node_modules/@types/semver": {
@@ -2612,9 +2612,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.9.3", "version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"devOptional": true, "devOptional": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@@ -2635,9 +2635,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "5.26.5", "version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/upath": { "node_modules/upath": {
+4 -4
View File
@@ -2,11 +2,11 @@
"name": "k8s-apps", "name": "k8s-apps",
"main": "index.ts", "main": "index.ts",
"devDependencies": { "devDependencies": {
"@types/node": "^18", "@types/node": "^24.0.0",
"typescript": "^5.0.0" "typescript": "^6.0.0"
}, },
"dependencies": { "dependencies": {
"@pulumi/kubernetes": "^4.0.0", "@pulumi/kubernetes": "^4.31.1",
"@pulumi/pulumi": "^3.113.0" "@pulumi/pulumi": "^3.244.0"
} }
} }
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"strict": true, "strict": true,
"outDir": "bin", "outDir": "bin",
"target": "es2020", "target": "es2024",
"module": "nodenext", "module": "nodenext",
"moduleResolution": "nodenext", "moduleResolution": "nodenext",
"sourceMap": true, "sourceMap": true,