Skip to content

Commit 438089b

Browse files
fix(deps): Update AWS CDK libraries to ^2.1033.0, and constructs to ^10.4.3 (#2789)
Update aws-cdk to ^2.1033.0, aws-cdk-lib to ^2.232.1, constructs to ^10.4.3 Co-authored-by: guardian-cdk[bot] <214830583+guardian-cdk[bot]@users.noreply.github.com>
1 parent 647ed60 commit 438089b

4 files changed

Lines changed: 39 additions & 42 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@guardian/cdk": patch
3+
---
4+
5+
Update aws-cdk to ^2.1033.0, aws-cdk-lib to ^2.232.1, constructs to ^10.4.3
6+

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"@types/js-yaml": "^4.0.9",
4141
"@types/node": "22.15.30",
4242
"@types/yargs": "^17.0.33",
43-
"aws-cdk": "2.1030.0",
44-
"aws-cdk-lib": "2.219.0",
45-
"constructs": "10.4.2",
43+
"aws-cdk": "2.1033.0",
44+
"aws-cdk-lib": "2.232.1",
45+
"constructs": "10.4.3",
4646
"eslint": "^9.34.0",
4747
"eslint-plugin-custom-rules": "file:tools/eslint",
4848
"gh-pages": "^6.3.0",
@@ -67,8 +67,8 @@
6767
"yargs": "^17.7.2"
6868
},
6969
"peerDependencies": {
70-
"aws-cdk": "^2.1030.0",
71-
"aws-cdk-lib": "^2.219.0",
72-
"constructs": "^10.4.2"
70+
"aws-cdk": "^2.1033.0",
71+
"aws-cdk-lib": "^2.232.1",
72+
"constructs": "^10.4.3"
7373
}
7474
}

tools/integration-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@guardian/tsconfig": "^0.2.0",
2121
"@types/jest": "^29.1.2",
2222
"@types/node": "20.8.7",
23-
"aws-cdk": "2.1030.0",
24-
"aws-cdk-lib": "2.219.0",
25-
"constructs": "10.4.2",
23+
"aws-cdk": "2.1033.0",
24+
"aws-cdk-lib": "2.232.1",
25+
"constructs": "10.4.3",
2626
"eslint": "^9.24.0",
2727
"eslint-plugin-custom-rules": "file:../eslint",
2828
"jest": "29.7.0",

0 commit comments

Comments
 (0)