diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 65cfef5..a8997ec 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.1", + "aws-cdk": "2.173.4", "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.1", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.173.1.tgz", - "integrity": "sha512-1KWz6ZPPpBk3LyxE+iR4Gi1bbdY5N6Zj7kx/26jqvavBfZle93vT3M0jlTKI6v/bBtpYsVHTOmPFcq0fg1DfCw==", + "version": "2.173.4", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.173.4.tgz", + "integrity": "sha512-zgs3xU28VEKIwHwJHu0ZHeoEmwLGnHS2jPCMc2MsIMZu+a7CKyE77Tw6LwJkuuB96BQyqr6xJB3SbeWjXmcFhQ==", "dev": true, "bin": { "cdk": "bin/cdk" diff --git a/infrastructure/package.json b/infrastructure/package.json index 2b4ffb4..01045b8 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.1", + "aws-cdk": "2.173.4", "eslint": "^9.17.0", "globals": "^15.14.0", "jest": "^29.7.0",