diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index ed35ef1..9882261 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -20,7 +20,7 @@ "@eslint/js": "^9.11.1", "@types/jest": "^29.5.12", "@types/node": "22.5.5", - "aws-cdk": "2.159.1", + "aws-cdk": "2.160.0", "eslint": "^9.11.1", "globals": "^15.9.0", "jest": "^29.7.0", @@ -1964,9 +1964,9 @@ "license": "MIT" }, "node_modules/aws-cdk": { - "version": "2.159.1", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.159.1.tgz", - "integrity": "sha512-bkJOxic/NpJYQCF3MQhfyJVlFtIzMJeVGZp9jZa7TczxJp79Q/TNKzVJYv6GFabNS1wglGPfWkFB/rIJlRhJkg==", + "version": "2.160.0", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.160.0.tgz", + "integrity": "sha512-JquccawrU2dp0cS80my65oLLNRUJZflKRKIRSVjQ1A9W4bNns/xhSqaVlL41NAsGSYBWxCzzWHrV3yOFShU87A==", "dev": true, "bin": { "cdk": "bin/cdk" diff --git a/infrastructure/package.json b/infrastructure/package.json index 9dffa35..95ed94e 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -14,7 +14,7 @@ "@eslint/js": "^9.11.1", "@types/jest": "^29.5.12", "@types/node": "22.5.5", - "aws-cdk": "2.159.1", + "aws-cdk": "2.160.0", "eslint": "^9.11.1", "globals": "^15.9.0", "jest": "^29.7.0",