Skip to content

Commit 65d159b

Browse files
Bump @aws-sdk/lib-dynamodb from 3.775.0 to 3.855.0
Bumps [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) from 3.775.0 to 3.855.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.855.0/lib/lib-dynamodb) --- updated-dependencies: - dependency-name: "@aws-sdk/lib-dynamodb" dependency-version: 3.855.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5df8b9f commit 65d159b

File tree

5 files changed

+983
-94
lines changed

5 files changed

+983
-94
lines changed

lambdas/backend-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@aws-sdk/client-ses": "3.775.0",
77
"@aws-sdk/client-sqs": "3.775.0",
88
"@aws-sdk/client-ssm": "3.775.0",
9-
"@aws-sdk/lib-dynamodb": "3.775.0",
9+
"@aws-sdk/lib-dynamodb": "3.855.0",
1010
"@aws-sdk/util-dynamodb": "3.775.0",
1111
"csv-parse": "^5.6.0",
1212
"html-entities": "^2.5.3",

lambdas/sftp-letters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@aws-sdk/client-s3": "3.775.0",
55
"@aws-sdk/client-ses": "3.775.0",
66
"@aws-sdk/client-ssm": "3.775.0",
7-
"@aws-sdk/lib-dynamodb": "3.775.0",
7+
"@aws-sdk/lib-dynamodb": "3.855.0",
88
"csv-parse": "^5.6.0",
99
"csv-stringify": "^6.4.4",
1010
"date-fns": "^4.1.0",

0 commit comments

Comments
 (0)