Skip to content

Commit f9efb8f

Browse files
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#583)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.844.0 to 2.849.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.844.0...v2.849.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03f882e commit f9efb8f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/aws-lambda": "^8.10.72",
3737
"@types/express": "^4.17.11",
3838
"@types/node": "^14.14.28",
39-
"aws-sdk": "^2.844.0",
39+
"aws-sdk": "^2.849.0",
4040
"cron-parser": "^3.1.0",
4141
"typescript": "^4.1.3",
4242
"yn": "^4.0.0"

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,10 +1064,10 @@ atob@^2.1.2:
10641064
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
10651065
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
10661066

1067-
aws-sdk@^2.844.0:
1068-
version "2.844.0"
1069-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.844.0.tgz#0d90279f9d224fd5c218a8b5cef4cb4c3949fd8a"
1070-
integrity sha512-8RMVGRhJ+s5xITDgR2bAVwuq/U2dhFhk83x4O7G4Sav/UxeXgmMfa6YU5P6CSDCq80ikBZVLb1bBVuW75h2nKQ==
1067+
aws-sdk@^2.849.0:
1068+
version "2.849.0"
1069+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.849.0.tgz#7fc9863e04f9e97c1f81f204fca84dfb2e4175dd"
1070+
integrity sha512-CzpK+0TcycRUzYKOdL5AnFcRmLDty+POWR+ZTeqCIY/rho3mM6jBTSseFreZTFiNxj8lIBBrMTsZ45KZ7Xm2Dg==
10711071
dependencies:
10721072
buffer "4.9.2"
10731073
events "1.1.1"

0 commit comments

Comments
 (0)