From a6bedcdb026945a41d34fa1c79cbd015c00ba472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:17:42 +0000 Subject: [PATCH] Bump constructs from 10.7.1 to 10.7.2 in /cdk Bumps [constructs](https://github.com/aws/constructs) from 10.7.1 to 10.7.2. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.7.1...v10.7.2) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cdk/package-lock.json | 8 ++++---- cdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }