From 3dedbcbf50393133fd8485b8d0bbb38a4b5ce801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:15:36 +0000 Subject: [PATCH] Bump the npm group across 2 directories with 1 update Bumps the npm group with 1 update in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Bumps the npm group with 1 update in the /test directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib). Updates `aws-cdk-lib` from 2.222.0 to 2.223.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.223.0/packages/aws-cdk-lib) Updates `aws-cdk-lib` from 2.222.0 to 2.223.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.223.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.223.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: aws-cdk-lib dependency-version: 2.223.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- test/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c7e516e..9b854425 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: test: dependencies: aws-cdk-lib: - specifier: ^2.222.0 - version: 2.222.0(constructs@10.4.3) + specifier: ^2.223.0 + version: 2.223.0(constructs@10.4.3) constructs: specifier: ^10.4.3 version: 10.4.3 @@ -987,8 +987,8 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - aws-cdk-lib@2.222.0: - resolution: {integrity: sha512-G+M6yUDc+GK3Ebb9ULLzjSkDwJ/AlL4Jbybq59tQQ0ZtcfXciPHVwutKuIgEWadJrRI5dPhCc+mGDYXTtKqirw==} + aws-cdk-lib@2.223.0: + resolution: {integrity: sha512-UCSsBs3d6nAuXpx+nSQM6DmEHHOwVCbzItPmByh/Irx2V8vjPqLrjR3RDYbMWRv0u1bxK/YEjuzwnts8uYS7UQ==} engines: {node: '>= 18.0.0'} peerDependencies: constructs: ^10.0.0 @@ -4128,7 +4128,7 @@ snapshots: dependencies: possible-typed-array-names: 1.1.0 - aws-cdk-lib@2.222.0(constructs@10.4.3): + aws-cdk-lib@2.223.0(constructs@10.4.3): dependencies: '@aws-cdk/asset-awscli-v1': 2.2.242 '@aws-cdk/asset-node-proxy-agent-v6': 2.1.0 diff --git a/test/package.json b/test/package.json index 0b9aa941..92178854 100644 --- a/test/package.json +++ b/test/package.json @@ -17,7 +17,7 @@ "typescript": "^5.9.3" }, "dependencies": { - "aws-cdk-lib": "^2.222.0", + "aws-cdk-lib": "^2.223.0", "constructs": "^10.4.3" } }