Skip to content

Commit

Permalink
fix(deps): bump aws-sdk from 2.1073.0 to 2.1074.0
Browse files Browse the repository at this point in the history
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1073.0 to 2.1074.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.1073.0...v2.1074.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and baumandm committed Feb 16, 2022
1 parent a62a0d9 commit 69525c7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -30,7 +30,7 @@
"@types/turndown": "5.0.1",
"apollo-server-core": "3.6.3",
"apollo-server-express": "3.6.3",
"aws-sdk": "2.1073.0",
"aws-sdk": "2.1074.0",
"axios": "0.25.0",
"better-queue": "3.8.10",
"chardet": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist"
],
"dependencies": {
"aws-sdk": "2.1073.0",
"aws-sdk": "2.1074.0",
"sqs-consumer": "5.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dist"
],
"dependencies": {
"aws-sdk": "2.1073.0",
"aws-sdk": "2.1074.0",
"fs-extra": "10.0.0",
"lodash": "4.17.21",
"parsimmon": "1.18.1",
Expand Down

0 comments on commit 69525c7

Please sign in to comment.