diff --git a/infra/package-lock.json b/infra/package-lock.json index c6c2cf0..84546c5 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk-lib": "2.114.1", - "constructs": "^10.0.0" + "constructs": "^10.4.2" }, "bin": { "infra": "bin/infra.js" @@ -1985,12 +1985,10 @@ "dev": true }, "node_modules/constructs": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.3.0.tgz", - "integrity": "sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==", - "engines": { - "node": ">= 16.14.0" - } + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.2.tgz", + "integrity": "sha512-wsNxBlAott2qg8Zv87q3eYZYgheb9lchtBfjHzzLHtXbttwSrHPs1NNQbBrmbb1YZvYg2+Vh0Dor76w4mFxJkA==", + "license": "Apache-2.0" }, "node_modules/convert-source-map": { "version": "2.0.0", diff --git a/infra/package.json b/infra/package.json index ff9905d..3d13a2a 100644 --- a/infra/package.json +++ b/infra/package.json @@ -21,6 +21,6 @@ }, "dependencies": { "aws-cdk-lib": "2.114.1", - "constructs": "^10.0.0" + "constructs": "^10.4.2" } }