diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 27046769..0e846ea6 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -9,9 +9,8 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "ansi-regex": "^6.1.0", "aws-cdk-lib": "2.145.0", - "constructs": "10.1.175", + "constructs": "10.3.0", "source-map-support": "0.5.21" }, "bin": { @@ -316,6 +315,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, "license": "MIT", "engines": { "node": ">=12" @@ -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 19d248f8..3e321d01 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": {