Skip to content

Commit

Permalink
fix(deps): Update AWS CDK libraries to 2.121.1, and constructs to 10.3.0
Browse files Browse the repository at this point in the history
Update aws-cdk to 2.121.1, aws-cdk-lib to 2.121.1, constructs to 10.3.0
  • Loading branch information
guardian-ci committed Jan 15, 2024
1 parent c941f4f commit f6b6596
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
29 changes: 14 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/lodash.upperfirst": "^4.3.9",
"@types/node": "20.11.2",
"@types/yargs": "^17.0.32",
"aws-cdk": "2.114.1",
"aws-cdk": "2.121.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-custom-rules": "file:tools/eslint",
Expand All @@ -55,7 +55,7 @@
},
"dependencies": {
"@oclif/core": "2.15.0",
"aws-cdk-lib": "2.114.1",
"aws-cdk-lib": "2.121.1",
"aws-sdk": "^2.1536.0",
"chalk": "^4.1.2",
"codemaker": "^1.93.0",
Expand All @@ -69,8 +69,8 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"aws-cdk": "2.114.1",
"aws-cdk-lib": "2.114.1",
"aws-cdk": "2.121.1",
"aws-cdk-lib": "2.121.1",
"constructs": "10.3.0"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@guardian/tsconfig": "^0.2.0",
"@types/jest": "^29.1.2",
"@types/node": "20.8.7",
"aws-cdk": "2.114.1",
"aws-cdk-lib": "2.114.1",
"aws-cdk": "2.121.1",
"aws-cdk-lib": "2.121.1",
"constructs": "10.3.0",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
Expand Down

0 comments on commit f6b6596

Please sign in to comment.