Skip to content

Commit 379aa29

Browse files
chore(deps): bump the aws-sdk group in /src with 2 updates
Bumps the aws-sdk group in /src with 2 updates: [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) and [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3). Updates `@aws-sdk/client-dynamodb` from 3.985.0 to 3.987.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.987.0/clients/client-dynamodb) Updates `@aws-sdk/client-s3` from 3.985.0 to 3.987.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.987.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-dynamodb" dependency-version: 3.987.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.987.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1047adb commit 379aa29

File tree

2 files changed

+48
-16
lines changed

2 files changed

+48
-16
lines changed

src/package-lock.json

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

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test:coverage": "node --test --test-reporter=spec --test-reporter-destination=stdout --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info"
1313
},
1414
"dependencies": {
15-
"@aws-sdk/client-dynamodb": "^3.985.0",
16-
"@aws-sdk/client-s3": "^3.985.0",
15+
"@aws-sdk/client-dynamodb": "^3.987.0",
16+
"@aws-sdk/client-s3": "^3.987.0",
1717
"express": "^5.2.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)