diff --git a/cdk/package-lock.json b/cdk/package-lock.json index 1a290ab..20533dd 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.1", + "constructs": "^10.7.2", "source-map-support": "^0.5.21" }, "bin": { @@ -2390,9 +2390,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.7.1", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.7.1.tgz", - "integrity": "sha512-ulK25Sg2Nv1jW+A9VeV7fu9GFN9KdVTNWdXMoapNRwqkQzSdToro/Tttk3Ak5BGI80NRA/d2nSzKnoZ27LizLw==", + "version": "10.7.2", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.7.2.tgz", + "integrity": "sha512-vA7JOqvO/xwq2HBCuq3qc6V2R9mHZCxJ8HPoucUcUWJY88YULe7bzMcsdBy27/gJJIphZi73U1oIXDY2Eqg6nA==", "license": "Apache-2.0" }, "node_modules/convert-source-map": { diff --git a/cdk/package.json b/cdk/package.json index ac5f43e..19220f9 100644 --- a/cdk/package.json +++ b/cdk/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "aws-cdk-lib": "2.263.0", - "constructs": "^10.7.1", + "constructs": "^10.7.2", "source-map-support": "^0.5.21" } }