Skip to content

Commit 7ea4b9a

Browse files
Update dependencies
1 parent fee7654 commit 7ea4b9a

File tree

7 files changed

+18281
-19627
lines changed

7 files changed

+18281
-19627
lines changed

lambdas/backend-api/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
{
2-
"name": "nhs-notify-backend-api",
3-
"private": true,
4-
"version": "0.0.1",
5-
"scripts": {
6-
"test:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
7-
"lint": "eslint .",
8-
"lint:fix": "eslint . --fix",
9-
"typecheck": "tsc --noEmit"
10-
},
112
"dependencies": {
123
"@aws-sdk/client-cognito-identity-provider": "3.799.0",
13-
"@aws-sdk/client-dynamodb": "3.775.0",
14-
"@aws-sdk/client-s3": "3.775.0",
15-
"@aws-sdk/client-sqs": "3.775.0",
4+
"@aws-sdk/client-dynamodb": "3.799.0",
5+
"@aws-sdk/client-s3": "3.799.0",
6+
"@aws-sdk/client-sqs": "3.799.0",
167
"@aws-sdk/lib-dynamodb": "3.799.0",
17-
"@aws-sdk/util-dynamodb": "3.775.0",
8+
"@aws-sdk/util-dynamodb": "3.799.0",
189
"csv-parse": "^5.6.0",
1910
"handlebars": "^4.7.8",
2011
"html-entities": "^2.5.3",
@@ -44,5 +35,14 @@
4435
"nhs-notify-web-template-management-test-helper-utils": "^0.0.1",
4536
"ts-jest": "^29.3.0",
4637
"typescript": "^5.8.2"
47-
}
38+
},
39+
"name": "nhs-notify-backend-api",
40+
"private": true,
41+
"scripts": {
42+
"lint": "eslint .",
43+
"lint:fix": "eslint . --fix",
44+
"test:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
45+
"typecheck": "tsc --noEmit"
46+
},
47+
"version": "0.0.1"
4848
}

lambdas/sftp-letters/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@aws-sdk/client-dynamodb": "3.775.0",
4-
"@aws-sdk/client-s3": "3.775.0",
5-
"@aws-sdk/client-ssm": "3.775.0",
3+
"@aws-sdk/client-dynamodb": "3.799.0",
4+
"@aws-sdk/client-s3": "3.799.0",
5+
"@aws-sdk/client-ssm": "3.799.0",
66
"@aws-sdk/lib-dynamodb": "3.799.0",
77
"csv-parse": "^5.6.0",
88
"csv-stringify": "^6.4.4",

0 commit comments

Comments
 (0)