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" } }