Skip to content

Commit

Permalink
fix(deps): Update AWS CDK libraries to 2.162.1, and constructs to 10.4.2
Browse files Browse the repository at this point in the history
Update aws-cdk to 2.162.1, aws-cdk-lib to 2.162.1, constructs to 10.4.2
  • Loading branch information
guardian-ci committed Oct 21, 2024
1 parent ae621e2 commit 55c7c09
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 30 deletions.
6 changes: 6 additions & 0 deletions .changeset/aws-cdk-update-v2.162.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@guardian/cdk": patch
---

Update aws-cdk to 2.162.1, aws-cdk-lib to 2.162.1, constructs to 10.4.2

39 changes: 18 additions & 21 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@types/lodash.upperfirst": "^4.3.9",
"@types/node": "22.7.5",
"@types/yargs": "^17.0.33",
"aws-cdk": "2.161.1",
"aws-cdk-lib": "2.161.1",
"constructs": "10.3.0",
"aws-cdk": "2.162.1",
"aws-cdk-lib": "2.162.1",
"constructs": "10.4.2",
"eslint": "^8.57.1",
"eslint-plugin-custom-rules": "file:tools/eslint",
"gh-pages": "^6.2.0",
Expand All @@ -68,8 +68,8 @@
"yargs": "^17.7.2"
},
"peerDependencies": {
"aws-cdk": "2.161.1",
"aws-cdk-lib": "2.161.1",
"constructs": "10.3.0"
"aws-cdk": "2.162.1",
"aws-cdk-lib": "2.162.1",
"constructs": "10.4.2"
}
}
6 changes: 3 additions & 3 deletions tools/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@guardian/tsconfig": "^0.2.0",
"@types/jest": "^29.1.2",
"@types/node": "20.8.7",
"aws-cdk": "2.161.1",
"aws-cdk-lib": "2.161.1",
"constructs": "10.3.0",
"aws-cdk": "2.162.1",
"aws-cdk-lib": "2.162.1",
"constructs": "10.4.2",
"eslint": "^8.8.0",
"eslint-plugin-custom-rules": "file:../eslint",
"jest": "29.7.0",
Expand Down

0 comments on commit 55c7c09

Please sign in to comment.