Skip to content

Commit bbe7312

Browse files
build(deps): bump aws-cdk-lib from 2.80.0 to 2.177.0 in /typescript/codepipeline-build-deploy (#1131)
* build(deps): bump aws-cdk-lib in /typescript/codepipeline-build-deploy Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.80.0 to 2.177.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.177.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Merge branch 'main' into dependabot/npm_and_yarn/typescript/codepipeline-build-deploy/aws-cdk-lib-2.177.0 * Fix: Grab latest version of cdk cli
1 parent 870a82f commit bbe7312

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/synth.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if $fake_context; then
1212
cp $scriptdir/fake.context.json cdk.context.json
1313
fi
1414

15-
npx cdk synth
15+
yarn global add cdk@latest
16+
cdk synth
1617

1718
if $fake_context; then
1819
rm -f cdk.context.json

typescript/codepipeline-build-deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript": "~5.1.6"
2121
},
2222
"dependencies": {
23-
"aws-cdk-lib": "2.80.0",
23+
"aws-cdk-lib": "2.177.0",
2424
"constructs": "^10.0.0",
2525
"jest-junit": "^16.0.0",
2626
"source-map-support": "^0.5.21"

0 commit comments

Comments
 (0)