diff --git a/infrastructure/pulumi/bootstrap-state/package.json b/infrastructure/pulumi/bootstrap-state/package.json index c2c5cb5..2406b98 100644 --- a/infrastructure/pulumi/bootstrap-state/package.json +++ b/infrastructure/pulumi/bootstrap-state/package.json @@ -14,7 +14,7 @@ "@pulumi/random": "^4.18.2" }, "devDependencies": { - "@types/node": "^22.13.10", + "@types/node": "^25.5.2", "typescript": "^5.8.2" } } diff --git a/infrastructure/pulumi/live/package.json b/infrastructure/pulumi/live/package.json index 711c6d7..33d35f3 100644 --- a/infrastructure/pulumi/live/package.json +++ b/infrastructure/pulumi/live/package.json @@ -20,7 +20,7 @@ "zod": "^3.24.2" }, "devDependencies": { - "@types/node": "^22.13.10", + "@types/node": "^25.5.2", "typescript": "^5.8.2", "vitest": "^3.0.9" } diff --git a/infrastructure/pulumi/package-lock.json b/infrastructure/pulumi/package-lock.json index 713dd7d..89c279a 100644 --- a/infrastructure/pulumi/package-lock.json +++ b/infrastructure/pulumi/package-lock.json @@ -21,7 +21,7 @@ "@pulumi/random": "^4.18.2" }, "devDependencies": { - "@types/node": "^22.13.10", + "@types/node": "^25.5.2", "typescript": "^5.8.2" } }, @@ -35,7 +35,7 @@ "zod": "^3.24.2" }, "devDependencies": { - "@types/node": "^22.13.10", + "@types/node": "^25.5.2", "typescript": "^5.8.2", "vitest": "^3.0.9" } @@ -1584,9 +1584,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1601,9 +1598,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1618,9 +1612,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1635,9 +1626,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1652,9 +1640,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1669,9 +1654,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1668,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1703,9 +1682,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1720,9 +1696,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1710,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1754,9 +1724,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1771,9 +1738,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1788,9 +1752,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2060,12 +2021,12 @@ } }, "node_modules/@types/node": { - "version": "22.19.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.13.tgz", - "integrity": "sha512-akNQMv0wW5uyRpD2v2IEyRSZiR+BeGuoB6L310EgGObO44HSMNT8z1xzio28V8qOrgYaopIDNA18YgdXd+qTiw==", + "version": "25.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.2.tgz", + "integrity": "sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/responselike": { @@ -4530,9 +4491,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "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/unique-filename": {