From b623a6d88f2dedd2b42744b6dd7ce6232271bc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:11:27 +0000 Subject: [PATCH] deps(npm)(deps): bump the javascript-minor-and-patch group across 1 directory with 2 updates Bumps the javascript-minor-and-patch group with 2 updates in the /src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) and [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk). Updates `aws-cdk-lib` from 2.265.0 to 2.266.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.266.0/packages/aws-cdk-lib) Updates `aws-cdk` from 2.1136.0 to 2.1138.0 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1138.0/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.266.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: javascript-minor-and-patch - dependency-name: aws-cdk dependency-version: 2.1138.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: javascript-minor-and-patch ... Signed-off-by: dependabot[bot] --- .../infra/cdk/package-lock.json | 16 ++++++++-------- .../Tier3-Infrastructure/infra/cdk/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package-lock.json b/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package-lock.json index 0e0a37ee..138baa1c 100644 --- a/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package-lock.json +++ b/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package-lock.json @@ -8,12 +8,12 @@ "name": "{{ProjectNameKebab}}-infra-cdk", "version": "0.1.0", "dependencies": { - "aws-cdk-lib": "^2.180.0", + "aws-cdk-lib": "^2.266.0", "constructs": "^10.4.2" }, "devDependencies": { "@types/node": "^26.2.0", - "aws-cdk": "^2.180.0", + "aws-cdk": "^2.1138.0", "ts-node": "^10.9.2", "typescript": "^5.7.3" } @@ -179,9 +179,9 @@ "license": "MIT" }, "node_modules/aws-cdk": { - "version": "2.1136.0", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1136.0.tgz", - "integrity": "sha512-n6kCL9R9uuvb7WXEwiSs3rYGwnTy9AHHmxOT5Pj5/++E4PYz2bLDXIxzoiOMIj5maoyC52PTe/0GezFV+O0ILQ==", + "version": "2.1138.0", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1138.0.tgz", + "integrity": "sha512-gZ5F8rmh+qc7ZNWsbaXYoV+p7jSYynRRg70s7FAn3VmzRaSkTE31ijpQHYroxCbDEtKSzgN63ORR/WuZmvXAwA==", "dev": true, "license": "Apache-2.0", "bin": { @@ -192,9 +192,9 @@ } }, "node_modules/aws-cdk-lib": { - "version": "2.265.0", - "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.265.0.tgz", - "integrity": "sha512-Ur96d/ZW+gqAW4XtqKQp//D9O/jQvyRoXhAqoHGybpV03qjckGIQcLcGkLV68+jv03TX/rOXHCsa2IEFcCXa4w==", + "version": "2.266.0", + "resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.266.0.tgz", + "integrity": "sha512-sBQU42pEc9ud3yeVU2En2euQRUhCg63eaJIPEVpBtE5aPhJjN3d9MkzQ9eYGLVXP3fnohUE54BiVOdUrkEDUbg==", "bundleDependencies": [ "@aws/cloudformation-validate", "@balena/dockerignore", diff --git a/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package.json b/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package.json index f01a05bb..647ffada 100644 --- a/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package.json +++ b/src/StackAlchemist.Templates/Tier3-Infrastructure/infra/cdk/package.json @@ -10,12 +10,12 @@ "destroy": "cdk destroy" }, "dependencies": { - "aws-cdk-lib": "^2.180.0", + "aws-cdk-lib": "^2.266.0", "constructs": "^10.4.2" }, "devDependencies": { "@types/node": "^26.2.0", - "aws-cdk": "^2.180.0", + "aws-cdk": "^2.1138.0", "ts-node": "^10.9.2", "typescript": "^5.7.3" }