Skip to content

Commit

Permalink
fix(runners): bump aws-sdk from 2.1289.0 to 2.1329.0 in /modules/runn…
Browse files Browse the repository at this point in the history
…ers/lambdas/runners (#3018)

fix(runners): bump aws-sdk in /modules/runners/lambdas/runners

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1289.0 to 2.1329.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.1289.0...v2.1329.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2023
1 parent e1ce8be commit 9bfcfe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/runners/lambdas/runners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@octokit/auth-app": "4.0.9",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^9.0.0",
"aws-sdk": "^2.1289.0",
"aws-sdk": "^2.1329.0",
"cron-parser": "^4.7.1",
"tslog": "^3.3.4",
"typescript": "^4.9.4"
Expand Down
8 changes: 4 additions & 4 deletions modules/runners/lambdas/runners/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2031,10 +2031,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

aws-sdk@^2.1289.0:
version "2.1289.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1289.0.tgz#8efa68a738ce386667aeffbd8679491cfa6e458f"
integrity sha512-wT7SZ385NEm6X4VC1Bhf1loBZi2BDVqEET4G9I7E2tyuEdfeubPvZpCV/BgdId3qwqB4LjbMLBje18Op3zpgBA==
aws-sdk@^2.1329.0:
version "2.1329.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1329.0.tgz#6a83a1f7f8e1b3cdc8f8bdc3b7db7bfd43812b78"
integrity sha512-F5M9x/T+PanPiYGiL95atFE6QiwzJWwgPahaEgUdq+qvVAgruiNy5t6nw2B5tBB/yWDPPavHFip3UsXeO0qU3Q==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down

0 comments on commit 9bfcfe6

Please sign in to comment.