From 6e87d8cffc8a1917ef5c07624a0ab81ebf7d7912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:37:03 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump constructs from 10.5.1 to 10.6.0 Bumps [constructs](https://github.com/aws/constructs) from 10.5.1 to 10.6.0. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.5.1...v10.6.0) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/cdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {