From 4361de3f35fd223cd289915b9873e2a7db9c9b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 13:25:49 +0000 Subject: [PATCH] chore(deps): bump constructs from 10.4.2 to 10.4.3 Bumps [constructs](https://github.com/aws/constructs) from 10.4.2 to 10.4.3. - [Release notes](https://github.com/aws/constructs/releases) - [Commits](https://github.com/aws/constructs/compare/v10.4.2...v10.4.3) --- updated-dependencies: - dependency-name: constructs dependency-version: 10.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/app/package.json | 4 ++-- package-lock.json | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/app/package.json b/examples/app/package.json index 8acb8cda55..53c8d743c2 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -32,7 +32,7 @@ "@types/aws-lambda": "^8.10.157", "@types/node": "24.10.0", "aws-cdk-lib": "^2.221.1", - "constructs": "^10.4.2", + "constructs": "^10.4.3", "source-map-support": "^0.5.21", "tsx": "^4.20.6", "typescript": "^5.9.3", @@ -51,7 +51,7 @@ "@types/aws-lambda": "^8.10.157", "@types/node": "24.10.0", "aws-cdk": "^2.1031.1", - "constructs": "^10.4.2", + "constructs": "^10.4.3", "esbuild": "^0.25.12", "typescript": "^5.9.3" } diff --git a/package-lock.json b/package-lock.json index 8ec998d351..5611a49418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@types/aws-lambda": "^8.10.157", "@types/node": "24.10.0", "aws-cdk": "^2.1031.1", - "constructs": "^10.4.2", + "constructs": "^10.4.3", "esbuild": "^0.25.12", "typescript": "^5.9.3" }, @@ -70,7 +70,7 @@ "@types/aws-lambda": "^8.10.157", "@types/node": "24.10.0", "aws-cdk-lib": "^2.221.1", - "constructs": "^10.4.2", + "constructs": "^10.4.3", "source-map-support": "^0.5.21", "tsx": "^4.20.6", "typescript": "^5.9.3", @@ -7068,9 +7068,10 @@ } }, "node_modules/constructs": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.2.tgz", - "integrity": "sha512-wsNxBlAott2qg8Zv87q3eYZYgheb9lchtBfjHzzLHtXbttwSrHPs1NNQbBrmbb1YZvYg2+Vh0Dor76w4mFxJkA==" + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.3.tgz", + "integrity": "sha512-3+ZB67qWGM1vEstNpj6pGaLNN1qz4gxC1CBhEUhZDZk0PqzQWY65IzC1Doq17MGPa9xa2wJ1G/DJ3swU8kWAHQ==", + "license": "Apache-2.0" }, "node_modules/core-util-is": { "version": "1.0.3",