From 1b390a26ae249ea3646aeb6eba87959392ee0047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:53:09 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @aws-sdk/client-cloudformation Bumps [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) from 3.993.0 to 3.994.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.994.0/clients/client-cloudformation) --- updated-dependencies: - dependency-name: "@aws-sdk/client-cloudformation" dependency-version: 3.994.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++++------ packages/cdkConstructs/package.json | 2 +- packages/deploymentUtils/package.json | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a835a5..16d7757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -283,9 +283,9 @@ } }, "node_modules/@aws-sdk/client-cloudformation": { - "version": "3.993.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudformation/-/client-cloudformation-3.993.0.tgz", - "integrity": "sha512-HuSoHNGlAFzKP3xn0/ow0PaUxSM/KJgMH++CunpLl4yi1iIZTfnFwQqBTWIodHHkvLQ8yE5qesg3xrSvURDOrw==", + "version": "3.994.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudformation/-/client-cloudformation-3.994.0.tgz", + "integrity": "sha512-+xWT5HnGo+FlcsnKNjidTFZrsETyBzjPXm6pr7M3W0VIhz9vnyBKEd6kp2qJ1Y2LamNHSHVo8li7QTE1sDvrKw==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", @@ -298,7 +298,7 @@ "@aws-sdk/middleware-user-agent": "^3.972.11", "@aws-sdk/region-config-resolver": "^3.972.3", "@aws-sdk/types": "^3.973.1", - "@aws-sdk/util-endpoints": "3.993.0", + "@aws-sdk/util-endpoints": "3.994.0", "@aws-sdk/util-user-agent-browser": "^3.972.3", "@aws-sdk/util-user-agent-node": "^3.972.9", "@smithy/config-resolver": "^4.4.6", @@ -333,6 +333,22 @@ "node": ">=20.0.0" } }, + "node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints": { + "version": "3.994.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.994.0.tgz", + "integrity": "sha512-L2obUBw4ACMMd1F/SG5LdfPyZ0xJNs9Maifwr3w0uWO+4YvHmk9FfRskfSfE/SLZ9S387oSZ+1xiP7BfVCP/Og==", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "^3.973.1", + "@smithy/types": "^4.12.0", + "@smithy/url-parser": "^4.2.8", + "@smithy/util-endpoints": "^3.2.8", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=20.0.0" + } + }, "node_modules/@aws-sdk/client-lambda": { "version": "3.994.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-lambda/-/client-lambda-3.994.0.tgz", @@ -10436,7 +10452,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@aws-sdk/client-cloudformation": "^3.993.0", + "@aws-sdk/client-cloudformation": "^3.994.0", "@aws-sdk/client-route-53": "^3.994.0", "@aws-sdk/client-s3": "^3.994.0", "aws-cdk": "^2.1106.1", @@ -10453,7 +10469,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@aws-sdk/client-cloudformation": "^3.993.0", + "@aws-sdk/client-cloudformation": "^3.994.0", "@aws-sdk/client-lambda": "^3.994.0", "json-schema-to-ts": "^3.1.1" } diff --git a/packages/cdkConstructs/package.json b/packages/cdkConstructs/package.json index a912afe..e044e19 100644 --- a/packages/cdkConstructs/package.json +++ b/packages/cdkConstructs/package.json @@ -20,7 +20,7 @@ "private": false, "type": "module", "dependencies": { - "@aws-sdk/client-cloudformation": "^3.993.0", + "@aws-sdk/client-cloudformation": "^3.994.0", "@aws-sdk/client-route-53": "^3.994.0", "@aws-sdk/client-s3": "^3.994.0", "aws-cdk": "^2.1106.1", diff --git a/packages/deploymentUtils/package.json b/packages/deploymentUtils/package.json index 6cea4ff..167d210 100644 --- a/packages/deploymentUtils/package.json +++ b/packages/deploymentUtils/package.json @@ -20,7 +20,7 @@ "private": false, "type": "module", "dependencies": { - "@aws-sdk/client-cloudformation": "^3.993.0", + "@aws-sdk/client-cloudformation": "^3.994.0", "@aws-sdk/client-lambda": "^3.994.0", "json-schema-to-ts": "^3.1.1" },