diff --git a/infrastructure/pulumi/bootstrap-state/package.json b/infrastructure/pulumi/bootstrap-state/package.json index c2c5cb5..1693959 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.9.1", "typescript": "^5.8.2" } } diff --git a/infrastructure/pulumi/live/package.json b/infrastructure/pulumi/live/package.json index 711c6d7..623a3b6 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.9.1", "typescript": "^5.8.2", "vitest": "^3.0.9" } diff --git a/infrastructure/pulumi/package-lock.json b/infrastructure/pulumi/package-lock.json index 713dd7d..9b01ae1 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.9.1", "typescript": "^5.8.2" } }, @@ -35,7 +35,7 @@ "zod": "^3.24.2" }, "devDependencies": { - "@types/node": "^22.13.10", + "@types/node": "^25.9.1", "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.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", + "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "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.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "license": "MIT" }, "node_modules/unique-filename": {