diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index f404cd2c..a50cd831 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "aws-cdk-lib": "2.145.0", - "constructs": "10.1.175", + "constructs": "10.3.0", "source-map-support": "0.5.21" }, "bin": { @@ -793,11 +793,12 @@ "dev": true }, "node_modules/constructs": { - "version": "10.1.175", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.175.tgz", - "integrity": "sha512-SL7ywhJ3QvkjrSX2aespKUmyRYCyC1qHEJnqouUsrMl60Ne4BGNqskE9oyaLeizpsMC2qyEEx9OwDYPclKd8Vg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.3.0.tgz", + "integrity": "sha512-vbK8i3rIb/xwZxSpTjz3SagHn1qq9BChLEfy5Hf6fB3/2eFbrwt2n9kHwQcS0CPTRBesreeAcsJfMq2229FnbQ==", + "license": "Apache-2.0", "engines": { - "node": ">= 14.17.0" + "node": ">= 16.14.0" } }, "node_modules/cross-spawn": { diff --git a/infrastructure/package.json b/infrastructure/package.json index e6cfcb25..12deb35f 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "aws-cdk-lib": "2.145.0", - "constructs": "10.1.175", + "constructs": "10.3.0", "source-map-support": "0.5.21" }, "devDependencies": {