diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7570a15f6..cc8357038 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: test: dependencies: aws-cdk-lib: - specifier: ^2.206.0 - version: 2.206.0(constructs@10.4.2) + specifier: ^2.207.0 + version: 2.207.0(constructs@10.4.2) constructs: specifier: ^10.4.2 version: 10.4.2 @@ -71,8 +71,8 @@ importers: specifier: ^24.1.0 version: 24.1.0 aws-cdk: - specifier: ^2.1021.0 - version: 2.1021.0 + specifier: ^2.1022.0 + version: 2.1022.0 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@24.1.0)(typescript@5.8.3) @@ -995,8 +995,8 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - aws-cdk-lib@2.206.0: - resolution: {integrity: sha512-WQGSSzSX+CvIG3j4GICxCAARGaB2dbB2ZiAn8dqqWdUkF6G9pedlSd3bjB0NHOqrxJMu3jYQCYf3gLYTaJuR8A==} + aws-cdk-lib@2.207.0: + resolution: {integrity: sha512-DlXUeg6cK6T71jyf6UQAUquRVnG388dIsxb4IuW0Wkn+9t6z4NO39sGCs91mV2RZtPChWy+e8BRVtQx/uBdLww==} engines: {node: '>= 14.15.0'} peerDependencies: constructs: ^10.0.0 @@ -1013,8 +1013,8 @@ packages: - yaml - mime-types - aws-cdk@2.1021.0: - resolution: {integrity: sha512-kE557b4N9UFWax+7km3R6D56o4tGhpzOks/lRDugaoC8su3mocLCXJhb954b/IRl0ipnbZnY/Sftq+RQ/sxivg==} + aws-cdk@2.1022.0: + resolution: {integrity: sha512-GHCu+tDtYMqCiElCl7Fad2/Bt2GmtXEV3dynudoAsV9PlL5ETeLmEN7jflDQxhmr7KhKpQeZJo/PM0DoWCvoHw==} engines: {node: '>= 18.0.0'} hasBin: true @@ -4075,14 +4075,14 @@ snapshots: dependencies: possible-typed-array-names: 1.1.0 - aws-cdk-lib@2.206.0(constructs@10.4.2): + aws-cdk-lib@2.207.0(constructs@10.4.2): dependencies: '@aws-cdk/asset-awscli-v1': 2.2.242 '@aws-cdk/asset-node-proxy-agent-v6': 2.1.0 '@aws-cdk/cloud-assembly-schema': 45.2.0 constructs: 10.4.2 - aws-cdk@2.1021.0: + aws-cdk@2.1022.0: optionalDependencies: fsevents: 2.3.2 diff --git a/test/package.json b/test/package.json index 48d12b9b7..680c8d7cc 100644 --- a/test/package.json +++ b/test/package.json @@ -12,12 +12,12 @@ }, "devDependencies": { "@types/node": "^24.1.0", - "aws-cdk": "^2.1021.0", + "aws-cdk": "^2.1022.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "dependencies": { - "aws-cdk-lib": "^2.206.0", + "aws-cdk-lib": "^2.207.0", "constructs": "^10.4.2", "source-map-support": "^0.5.21" }