Skip to content

Commit 0d9608e

Browse files
Merge branch 'main' into AEA-6028
2 parents 496646c + 9df6249 commit 0d9608e

4 files changed

Lines changed: 45 additions & 125 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"aws-cdk": "^2.1106.1",
3030
"aws-cdk-lib": "^2.238.0",
3131
"cdk-nag": "^2.37.52",
32-
"constructs": "^10.4.5",
32+
"constructs": "^10.5.1",
3333
"esbuild": "^0.27.3"
3434
}
3535
}

packages/cdkConstructs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"type": "module",
2222
"dependencies": {
2323
"@aws-sdk/client-cloudformation": "^3.993.0",
24-
"@aws-sdk/client-route-53": "^3.987.0",
24+
"@aws-sdk/client-route-53": "^3.993.0",
2525
"@aws-sdk/client-s3": "^3.993.0",
2626
"aws-cdk": "^2.1106.1",
2727
"aws-cdk-lib": "^2.238.0",
2828
"cdk-nag": "^2.37.52",
29-
"constructs": "^10.4.5"
29+
"constructs": "^10.5.1"
3030
},
3131
"bugs": {
3232
"url": "https://github.com/NHSDigital/eps-cdk-utils/issues"

packages/deploymentUtils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "module",
2222
"dependencies": {
2323
"@aws-sdk/client-cloudformation": "^3.993.0",
24-
"@aws-sdk/client-lambda": "^3.987.0",
24+
"@aws-sdk/client-lambda": "^3.993.0",
2525
"json-schema-to-ts": "^3.1.1"
2626
},
2727
"bugs": {

0 commit comments

Comments
 (0)