Skip to content

Commit 150cc93

Browse files
committed
fix(deps): cdk overly permissive trust policies
1 parent 27dbfcf commit 150cc93

File tree

4 files changed

+78
-34
lines changed

4 files changed

+78
-34
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1111
majorVersion: 1,
1212
author: "Niko Virtala",
1313
authorAddress: "[email protected]",
14-
cdkVersion: "2.12.0",
14+
cdkVersion: "2.80.0",
1515
dependabot: false,
1616
defaultReleaseBranch: "main",
1717
jsiiVersion: "~5.5.0",
@@ -45,4 +45,5 @@ const project = new awscdk.AwsCdkConstructLibrary({
4545
jest: false,
4646
projenrcTs: true,
4747
});
48+
4849
project.synth();

package.json

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

yarn.lock

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

0 commit comments

Comments
 (0)