Skip to content

Commit 694cd56

Browse files
Bump aws-cdk-lib from 2.177.0 to 2.186.0 in /applications/photo-asset-manager/cdk (#7340)
* Bump aws-cdk-lib in /applications/photo-asset-manager/cdk Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.177.0 to 2.186.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.186.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.186.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump aws-cdk-lib from 2.177.0 to 2.186.0 in /resources/cdk/aurora_serverless_app (#7339) Bump aws-cdk-lib in /resources/cdk/aurora_serverless_app Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.177.0 to 2.186.0. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.186.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.186.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43efee0 commit 694cd56

File tree

4 files changed

+73
-62
lines changed

4 files changed

+73
-62
lines changed

applications/photo-asset-manager/cdk/package-lock.json

Lines changed: 34 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

applications/photo-asset-manager/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@aws-cdk/aws-cloudformation": "^1.196.0",
2020
"@aws-sdk/client-cloudformation": "^3.621.0",
21-
"aws-cdk-lib": "^2.177.0",
21+
"aws-cdk-lib": "^2.186.0",
2222
"constructs": "^10.0.0"
2323
}
2424
}

resources/cdk/aurora_serverless_app/package-lock.json

Lines changed: 36 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/cdk/aurora_serverless_app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/jest": "^27.4.0",
1919
"@types/node": "^17.0.10",
20-
"aws-cdk-lib": "^2.177.0",
20+
"aws-cdk-lib": "^2.186.0",
2121
"constructs": "^10.0.38",
2222
"jest": "^27.4.7",
2323
"ts-jest": "^27.1.3",
@@ -29,6 +29,6 @@
2929
"aws-cdk-lib": "^2.80.0",
3030
"constructs": "^10.0.38",
3131
"source-map-support": "^0.5.21",
32-
"aws-cdk-lib": "^2.177.0"
32+
"aws-cdk-lib": "^2.186.0"
3333
}
3434
}

0 commit comments

Comments
 (0)