From eca52402ec15def662f1598e512134abf74ff723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:12:52 +0000 Subject: [PATCH] chore(deps-dev): bump aws-cdk from 2.1129.0 to 2.1130.0 in /infra Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.1129.0 to 2.1130.0. - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1130.0/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk dependency-version: 2.1130.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infra/package-lock.json | 8 ++++---- infra/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/package-lock.json b/infra/package-lock.json index fb33016..6ef0d0e 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -12,7 +12,7 @@ "constructs": "^10.6.0" }, "devDependencies": { - "aws-cdk": "^2.1129.0", + "aws-cdk": "^2.1130.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "^5.7.0" @@ -180,9 +180,9 @@ "license": "MIT" }, "node_modules/aws-cdk": { - "version": "2.1129.0", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1129.0.tgz", - "integrity": "sha512-M0EWbjeKW+baUsirjtKuWh7w/9dPxF8taEi2hqo9ecCjGeQxV1dzyosJf+caR3Jh7dFyyT3J8zEtRb/cU971Rw==", + "version": "2.1130.0", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.1130.0.tgz", + "integrity": "sha512-LgSKHFTGhoT/lML48uiYIpdSHCwZLvUx/uZu5MqcZjh+OwWzM8nCxXY+OjKG3yASlx5JxeulXm4sRaUYo48qFQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/infra/package.json b/infra/package.json index 237f7a4..e89a820 100644 --- a/infra/package.json +++ b/infra/package.json @@ -13,7 +13,7 @@ "constructs": "^10.6.0" }, "devDependencies": { - "aws-cdk": "^2.1129.0", + "aws-cdk": "^2.1130.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "^5.7.0"