diff --git a/cdk/package-lock.json b/cdk/package-lock.json index 1ba6f54e..79b8baae 100644 --- a/cdk/package-lock.json +++ b/cdk/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk-lib": "2.58.0", - "constructs": "^10.1.293", + "constructs": "^10.1.296", "source-map-support": "^0.5.21" }, "bin": { @@ -1760,9 +1760,9 @@ "dev": true }, "node_modules/constructs": { - "version": "10.1.293", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.293.tgz", - "integrity": "sha512-vmoWHKRGL8oxK/bTTAoCv85/kVWkj/7utfl3woHA0qPfidBJx966fjKUJV3NBWalarZw1HBHNZLSh5bAzDVB9Q==", + "version": "10.1.296", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.296.tgz", + "integrity": "sha512-0LflyPhVfxhGAUjn/tJ03itnmW8zkfPhflURs9pzD+p9+oxc3Wyke58E3epCB0wsFBOw9PV0XV1ABpIYi8grEg==", "engines": { "node": ">= 14.17.0" } @@ -5273,9 +5273,9 @@ "dev": true }, "constructs": { - "version": "10.1.293", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.293.tgz", - "integrity": "sha512-vmoWHKRGL8oxK/bTTAoCv85/kVWkj/7utfl3woHA0qPfidBJx966fjKUJV3NBWalarZw1HBHNZLSh5bAzDVB9Q==" + "version": "10.1.296", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.1.296.tgz", + "integrity": "sha512-0LflyPhVfxhGAUjn/tJ03itnmW8zkfPhflURs9pzD+p9+oxc3Wyke58E3epCB0wsFBOw9PV0XV1ABpIYi8grEg==" }, "convert-source-map": { "version": "2.0.0", diff --git a/cdk/package.json b/cdk/package.json index be9bef27..d122e6eb 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "aws-cdk-lib": "2.58.0", - "constructs": "^10.1.293", + "constructs": "^10.1.296", "source-map-support": "^0.5.21" } }