diff --git a/cdk/package-lock.json b/cdk/package-lock.json index 20533dd..7f5351c 100644 --- a/cdk/package-lock.json +++ b/cdk/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "aws-cdk-lib": "2.263.0", - "constructs": "^10.7.2", + "constructs": "^10.8.1", "source-map-support": "^0.5.21" }, "bin": { @@ -2390,9 +2390,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.7.2.tgz", - "integrity": "sha512-vA7JOqvO/xwq2HBCuq3qc6V2R9mHZCxJ8HPoucUcUWJY88YULe7bzMcsdBy27/gJJIphZi73U1oIXDY2Eqg6nA==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.8.1.tgz", + "integrity": "sha512-98yGXYyhePqPYh3cYu8nzBERmAhC0DONe3UD03okK0nehZ7hYP4wgZuf02a04+uOWxnTJ5Rpp5m0GRNpwyLGGA==", "license": "Apache-2.0" }, "node_modules/convert-source-map": { diff --git a/cdk/package.json b/cdk/package.json index 19220f9..be17fab 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "aws-cdk-lib": "2.263.0", - "constructs": "^10.7.2", + "constructs": "^10.8.1", "source-map-support": "^0.5.21" } }