Skip to content

Commit

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

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

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1284.0 to 2.1289.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.1284.0...v2.1289.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>

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 Jan 5, 2023
1 parent d444c2d commit 402e5ac
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.7",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0",
"aws-sdk": "^2.1284.0",
"aws-sdk": "^2.1289.0",
"cron-parser": "^4.7.0",
"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 @@ -2039,10 +2039,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.1284.0:
version "2.1284.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1284.0.tgz#1c8ae3d80ce3ff419cb5397e53a53d667ade981c"
integrity sha512-B9NllAw1kMMPUHpSs4OcUm0xK1el0tNU2qmIVHtRPRbOFT8cQfxy4HF8s2m0ddvMF1ma4tdzB5uNUNcu3c81ag==
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==
dependencies:
buffer "4.9.2"
events "1.1.1"
Expand Down

0 comments on commit 402e5ac

Please sign in to comment.