Skip to content

Commit 54a633a

Browse files
authored
chore(deps): upgrade cdk version to 2.176.0 following dependabot finding (#898)
1 parent f6f1e37 commit 54a633a

File tree

7 files changed

+1278
-13694
lines changed

7 files changed

+1278
-13694
lines changed

.projen/deps.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
const GITHUB_USER = 'awslabs';
3131
const PUBLICATION_NAMESPACE = 'cdklabs';
3232
const PROJECT_NAME = 'generative-ai-cdk-constructs';
33-
const CDK_VERSION: string = '2.174.1';
33+
const CDK_VERSION: string = '2.176.0';
3434

3535
function camelCaseIt(input: string): string {
3636
// Hypens and dashes to spaces and then CamelCase...

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# CDK Generative AI Constructs V0.1.290 (2025-01-08)
1+
# CDK Generative AI Constructs V0.1.289 (2025-01-21)
2+
3+
Based on CDK library version 2.176.0
4+
5+
# CDK Generative AI Constructs V0.1.289 (2025-01-08)
26

37
Based on CDK library version 2.174.1
48

DEVELOPER_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Default output format [None]: json
1616
```
1717

1818
- [Node](https://nodejs.org/en) >= v20.9.0
19-
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.174.1) >= 2.174.1
19+
- [AWS CDK](https://github.com/aws/aws-cdk/releases/tag/v2.174.1) >= 2.176.0
2020
- [Python](https://www.python.org/downloads/) >=3.9
2121
- [Projen](https://github.com/projen/projen) >= 0.78.8
2222
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/cli/install/) >= 1.22.19

0 commit comments

Comments
 (0)