diff --git a/infra/package-lock.json b/infra/package-lock.json index 5bc2ae7..ba8b2dd 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/jest": "^27.4.1", - "@types/node": "24.0.8", + "@types/node": "24.6.1", "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-node": "^10.9.2", @@ -1127,12 +1127,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.8.tgz", - "integrity": "sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==", + "version": "24.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz", + "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==", "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/prettier": { @@ -5143,9 +5143,9 @@ } }, "node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "license": "MIT" }, "node_modules/universalify": { diff --git a/infra/package.json b/infra/package.json index a4f3088..cf72d58 100644 --- a/infra/package.json +++ b/infra/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/jest": "^27.4.1", - "@types/node": "24.0.8", + "@types/node": "24.6.1", "jest": "^27.5.1", "ts-jest": "^27.1.4", "ts-node": "^10.9.2",