From 73fc75ef853a51a5a8afa00c8c7727563f277dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:14:46 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump constructs from 10.4.3 to 10.4.4 Bumps [constructs](https://github.com/aws/constructs) from 10.4.3 to 10.4.4. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.4.3...v10.4.4) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/cdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0924f7be..d5702266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3597,9 +3597,9 @@ "license": "MIT" }, "node_modules/constructs": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.3.tgz", - "integrity": "sha512-3+ZB67qWGM1vEstNpj6pGaLNN1qz4gxC1CBhEUhZDZk0PqzQWY65IzC1Doq17MGPa9xa2wJ1G/DJ3swU8kWAHQ==", + "version": "10.4.4", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.4.tgz", + "integrity": "sha512-lP0qC1oViYf1cutHo9/KQ8QL637f/W29tDmv/6sy35F5zs+MD9f66nbAAIjicwc7fwyuF3rkg6PhZh4sfvWIpA==", "license": "Apache-2.0", "peer": true }, @@ -7506,7 +7506,7 @@ "dependencies": { "aws-cdk-lib": "^2.232.1", "cdk-nag": "^2.37.55", - "constructs": "^10.4.3", + "constructs": "^10.4.4", "source-map-support": "^0.5.21" }, "devDependencies": { diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 61846b26..881b49ff 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -12,7 +12,7 @@ "dependencies": { "aws-cdk-lib": "^2.232.1", "cdk-nag": "^2.37.55", - "constructs": "^10.4.3", + "constructs": "^10.4.4", "source-map-support": "^0.5.21" }, "devDependencies": {