From 34b97ba0c9ed8e38247f5dede4f4f7db1cfaf9f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:12:50 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.6.0 to 10.7.0 in /infra Bumps [constructs](https://github.com/aws/constructs) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.6.0...v10.7.0) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infra/package-lock.json | 8 ++++---- infra/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/package-lock.json b/infra/package-lock.json index fb33016..47fa4ca 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "aws-cdk-lib": "^2.261.0", - "constructs": "^10.6.0" + "constructs": "^10.7.0" }, "devDependencies": { "aws-cdk": "^2.1129.0", @@ -401,9 +401,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.6.0.tgz", - "integrity": "sha512-TxHOnBO5zMo/G76ykzGF/wMpEHu257TbWiIxP9K0Yv/+t70UzgBQiTqjkAsWOPC6jW91DzJI0+ehQV6xDRNBuQ==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.7.0.tgz", + "integrity": "sha512-Vzwc30bMywc7DCzX8XOyuZbsBmfXTCrn6HHmhhELZK1J5dnUWwJ5uL7hBXGGq7xFPVOOO6cs9FwaxOshAxgcWQ==", "license": "Apache-2.0" }, "node_modules/create-require": { diff --git a/infra/package.json b/infra/package.json index 237f7a4..e630419 100644 --- a/infra/package.json +++ b/infra/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.261.0", - "constructs": "^10.6.0" + "constructs": "^10.7.0" }, "devDependencies": { "aws-cdk": "^2.1129.0",