From 80e3966729d6a48de84f641accec62858baa70ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:57:17 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.4.5 to 10.6.0 in /infra Bumps [constructs](https://github.com/aws/constructs) from 10.4.5 to 10.6.0. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.4.5...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] --- 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 d9afd60..090e85b 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "aws-cdk-lib": "^2.178.0", - "constructs": "^10.4.2" + "constructs": "^10.6.0" }, "devDependencies": { "aws-cdk": "^2.1129.0", @@ -590,9 +590,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.5.tgz", - "integrity": "sha512-fOoP70YLevMZr5avJHx2DU3LNYmC6wM8OwdrNewMZou1kZnPGOeVzBrRjZNgFDHUlulYUjkpFRSpTE3D+n+ZSg==", + "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/create-require": { diff --git a/infra/package.json b/infra/package.json index da5ab1e..7d2db10 100644 --- a/infra/package.json +++ b/infra/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "aws-cdk-lib": "^2.178.0", - "constructs": "^10.4.2" + "constructs": "^10.6.0" }, "devDependencies": { "aws-cdk": "^2.1129.0",