diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 6a1ca1c..5c99981 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -20,7 +20,7 @@ "@eslint/js": "^9.17.0", "@types/jest": "^29.5.14", "@types/node": "22.10.2", - "aws-cdk": "2.173.4", + "aws-cdk": "2.174.0", "eslint": "^9.17.0", "globals": "^15.14.0", "jest": "^29.7.0", @@ -1940,9 +1940,9 @@ "license": "MIT" }, "node_modules/aws-cdk": { - "version": "2.173.4", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.173.4.tgz", - "integrity": "sha512-zgs3xU28VEKIwHwJHu0ZHeoEmwLGnHS2jPCMc2MsIMZu+a7CKyE77Tw6LwJkuuB96BQyqr6xJB3SbeWjXmcFhQ==", + "version": "2.174.0", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.174.0.tgz", + "integrity": "sha512-RN9Y/+MBht0xBwFVKSOwEGBSf/8Q31zwZmRkH9psWHpW24NbB9/frICRqIiWFqiedlNdLdjYkcwP2U4V6Ud6AQ==", "dev": true, "bin": { "cdk": "bin/cdk" diff --git a/infrastructure/package.json b/infrastructure/package.json index b0d566f..6f80d57 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -14,7 +14,7 @@ "@eslint/js": "^9.17.0", "@types/jest": "^29.5.14", "@types/node": "22.10.2", - "aws-cdk": "2.173.4", + "aws-cdk": "2.174.0", "eslint": "^9.17.0", "globals": "^15.14.0", "jest": "^29.7.0",