From 9fcbfeaaa0f678fb8288b145dff131695e4a55fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:52:47 +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 a538903a..f38f6347 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": { "formbridge-infra": "bin/app.js" @@ -396,9 +396,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/create-require": { diff --git a/infra/package.json b/infra/package.json index 1cb93dfb..588a1d42 100644 --- a/infra/package.json +++ b/infra/package.json @@ -17,6 +17,6 @@ }, "dependencies": { "aws-cdk-lib": "2.261.0", - "constructs": "^10.6.0" + "constructs": "^10.7.0" } }