diff --git a/package-lock.json b/package-lock.json index ae787656..927371af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5332,9 +5332,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.5.1.tgz", - "integrity": "sha512-f/TfFXiS3G/yVIXDjOQn9oTlyu9Wo7Fxyjj7lb8r92iO81jR2uST+9MstxZTmDGx/CgIbxCXkFXgupnLTNxQZg==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.6.0.tgz", + "integrity": "sha512-TxHOnBO5zMo/G76ykzGF/wMpEHu257TbWiIxP9K0Yv/+t70UzgBQiTqjkAsWOPC6jW91DzJI0+ehQV6xDRNBuQ==", "license": "Apache-2.0" }, "node_modules/convert-source-map": { @@ -9427,7 +9427,7 @@ "@nhsdigital/eps-cdk-constructs": "^1.4.2", "aws-cdk-lib": "^2.244.0", "cdk-nag": "^2.37.55", - "constructs": "^10.5.1", + "constructs": "^10.6.0", "source-map-support": "^0.5.21" }, "devDependencies": { diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 9dd73a04..93b04eec 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -14,7 +14,7 @@ "@nhsdigital/eps-cdk-constructs": "^1.4.2", "aws-cdk-lib": "^2.244.0", "cdk-nag": "^2.37.55", - "constructs": "^10.5.1", + "constructs": "^10.6.0", "source-map-support": "^0.5.21" }, "devDependencies": {