Skip to content

Commit

Permalink
fix(deps): bump @aws-sdk/client-s3 from 3.499.0 to 3.501.0
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.499.0 to 3.501.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.501.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and baumandm committed Jan 29, 2024
1 parent a7c194d commit 32ad3c4
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
108 changes: 54 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "3.499.0",
"@aws-sdk/client-s3": "3.501.0",
"@elastic/elasticsearch": "7.13.0",
"@octokit/graphql": "7.0.2",
"@octokit/rest": "20.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dist"
],
"dependencies": {
"@aws-sdk/client-s3": "3.499.0",
"@aws-sdk/client-s3": "3.501.0",
"fs-extra": "11.2.0",
"lodash": "4.17.21",
"parsimmon": "1.18.1",
Expand Down

0 comments on commit 32ad3c4

Please sign in to comment.