Skip to content

Commit

Permalink
add fix for CVE-2024-4068 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhussai committed Jun 11, 2024
1 parent 0704d1d commit fddf7cd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
`aws-cdk@${CDK_VERSION}`,
'eslint-plugin-header',
`@aws-cdk/aws-kinesisfirehose-alpha@${CDK_VERSION}-alpha.0`,
`braces@>=3.0.3`, // fixes CVE-2024-4068
],
github: true,
jsiiVersion: JSII_VERSION,
Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fddf7cd

Please sign in to comment.