From 906eba1ac129cfbaf14ce7348c0df578050cf2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 01:22:52 +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 b4a84e8..2e630c3 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" }, "bin": { "lore-infra": "bin/app.js" @@ -293,9 +293,9 @@ } }, "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/typescript": { diff --git a/infra/package.json b/infra/package.json index 32527e5..c02cbb2 100644 --- a/infra/package.json +++ b/infra/package.json @@ -16,6 +16,6 @@ }, "dependencies": { "aws-cdk-lib": "2.261.0", - "constructs": "^10.6.0" + "constructs": "^10.7.0" } }