diff --git a/package.json b/package.json index 473b29f2..e0e35de5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-github": "^6.0.0", "jiti": "^2.6.1", "js-yaml": "^4.1.1", - "pnpm": "^10.30.2", + "pnpm": "^10.30.3", "ts-jest": "^29.4.6", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0cde61da..295f5daa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,8 +43,8 @@ importers: specifier: ^4.1.1 version: 4.1.1 pnpm: - specifier: ^10.30.2 - version: 10.30.2 + specifier: ^10.30.3 + version: 10.30.3 ts-jest: specifier: ^29.4.6 version: 29.4.6(@babel/core@7.29.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.29.0))(jest-util@29.7.0)(jest@29.7.0(@types/node@25.3.0)(ts-node@10.9.2(@types/node@25.3.0)(typescript@5.9.3)))(typescript@5.9.3) @@ -68,8 +68,8 @@ importers: specifier: ^25.3.0 version: 25.3.0 aws-cdk: - specifier: ^2.1106.1 - version: 2.1106.1 + specifier: ^2.1107.0 + version: 2.1107.0 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@25.3.0)(typescript@5.9.3) @@ -983,8 +983,8 @@ packages: - yaml - mime-types - aws-cdk@2.1106.1: - resolution: {integrity: sha512-oSKAvM6a5dVNb+OZoLyjLe2rIkG6URVRHN+cOUZM9uEScYDYPn2KpOQ1iGofH6szsJp76GqQqpiwEpaYXrIHmw==} + aws-cdk@2.1107.0: + resolution: {integrity: sha512-7GKCq7p/33Jw+C+Ohwl4LnnKjvI/MzemeNZlTu/Kg8IwuZx5WEXEi32YLOlxbE1JOvleDslCWK5AIkBZ0omx/Q==} engines: {node: '>= 18.0.0'} hasBin: true @@ -2033,6 +2033,10 @@ packages: resolution: {integrity: sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==} engines: {node: 18 || 20 || >=22} + minimatch@10.2.4: + resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} + engines: {node: 18 || 20 || >=22} + minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} @@ -2160,8 +2164,8 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pnpm@10.30.2: - resolution: {integrity: sha512-Ns3HB+e3lAqYjJwez4jQhPhRS1w/CF9TouJEwpIdOyVFvCDdTr4fwkX+7EY7spiuzqemPtH3aAuHfcY3nY0MtA==} + pnpm@10.30.3: + resolution: {integrity: sha512-yWHR4KLY41TsqlFmuCJRZmi39Ey1vZUSLVkN2Bki9gb1RzttI+xKW+Bef80Y6EiNR9l4u+mBhy8RRdBumnQAFw==} engines: {node: '>=18.12'} hasBin: true @@ -3977,7 +3981,7 @@ snapshots: '@aws-cdk/cloud-assembly-schema': 50.4.0 constructs: 10.5.1 - aws-cdk@2.1106.1: {} + aws-cdk@2.1107.0: {} axe-core@4.11.1: {} @@ -4659,7 +4663,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 10.2.2 + minimatch: 10.2.4 once: 1.4.0 path-is-absolute: 1.0.1 @@ -5314,6 +5318,10 @@ snapshots: dependencies: brace-expansion: 5.0.3 + minimatch@10.2.4: + dependencies: + brace-expansion: 5.0.3 + minimist@1.2.8: {} ms@2.1.3: {} @@ -5437,7 +5445,7 @@ snapshots: dependencies: find-up: 4.1.0 - pnpm@10.30.2: {} + pnpm@10.30.3: {} possible-typed-array-names@1.1.0: {} @@ -5681,7 +5689,7 @@ snapshots: dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.3 - minimatch: 10.2.2 + minimatch: 10.2.4 tinyglobby@0.2.15: dependencies: diff --git a/test/package.json b/test/package.json index 91fb1622..1f34294c 100644 --- a/test/package.json +++ b/test/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/node": "^25.3.0", - "aws-cdk": "^2.1106.1", + "aws-cdk": "^2.1107.0", "ts-node": "^10.9.2", "typescript": "^5.9.3" },