From 77ea91bd6bbbf6252440e8565a5eb79b776eebaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:00:25 +0900 Subject: [PATCH] Bump aws-cdk from 2.159.1 to 2.160.0 in /infrastructure (#4) Bumps [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) from 2.159.1 to 2.160.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.160.0/packages/aws-cdk) --- updated-dependencies: - dependency-name: aws-cdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- infrastructure/package-lock.json | 8 ++++---- infrastructure/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index ed35ef1..9882261 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -20,7 +20,7 @@ "@eslint/js": "^9.11.1", "@types/jest": "^29.5.12", "@types/node": "22.5.5", - "aws-cdk": "2.159.1", + "aws-cdk": "2.160.0", "eslint": "^9.11.1", "globals": "^15.9.0", "jest": "^29.7.0", @@ -1964,9 +1964,9 @@ "license": "MIT" }, "node_modules/aws-cdk": { - "version": "2.159.1", - "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.159.1.tgz", - "integrity": "sha512-bkJOxic/NpJYQCF3MQhfyJVlFtIzMJeVGZp9jZa7TczxJp79Q/TNKzVJYv6GFabNS1wglGPfWkFB/rIJlRhJkg==", + "version": "2.160.0", + "resolved": "https://registry.npmjs.org/aws-cdk/-/aws-cdk-2.160.0.tgz", + "integrity": "sha512-JquccawrU2dp0cS80my65oLLNRUJZflKRKIRSVjQ1A9W4bNns/xhSqaVlL41NAsGSYBWxCzzWHrV3yOFShU87A==", "dev": true, "bin": { "cdk": "bin/cdk" diff --git a/infrastructure/package.json b/infrastructure/package.json index 9dffa35..95ed94e 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -14,7 +14,7 @@ "@eslint/js": "^9.11.1", "@types/jest": "^29.5.12", "@types/node": "22.5.5", - "aws-cdk": "2.159.1", + "aws-cdk": "2.160.0", "eslint": "^9.11.1", "globals": "^15.9.0", "jest": "^29.7.0",