Skip to content

Commit

Permalink
chore: upgrade minium version requirement for aws-cdk-lib (#315)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Versions of  `aws-cdk-lib` <= 2.11.0 depend on vulnerable packages and should not be used anymore. Please upgrade to a more recent version of `aws-cdk-lib`.
  • Loading branch information
mrgrain authored Dec 30, 2022
1 parent b8ed8b4 commit 86096f7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
}],

// Dependencies
cdkVersion: '2.0.0',
cdkVersion: '2.12.0',
devDeps: [
'@aws-cdk/[email protected]',
'@types/eslint',
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Only the latest release of each major version is supported.
| v1 | ^1.99.0 | :x: |
| v2 | ^1.99.0 | Security updates and critical bug fixes until June 1, 2023 |
| v3 | ^2.0.0 | Security updates and critical bug fixes until January 1, 2024 |
| v4 | ^2.0.0 | :white_check_mark: |
| v4 | ^2.12.0 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit 86096f7

Please sign in to comment.