Skip to content

Commit bdb422a

Browse files
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#462)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.817.0 to 2.828.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.817.0...v2.828.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab9cd3c commit bdb422a

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
@@ -30,7 +30,7 @@
3030
"@types/aws-lambda": "^8.10.68",
3131
"@types/express": "^4.17.9",
3232
"@types/node": "^14.14.21",
33-
"aws-sdk": "^2.817.0",
33+
"aws-sdk": "^2.828.0",
3434
"cron-parser": "^2.18.0",
3535
"moment": "^2.29.1",
3636
"typescript": "^4.1.3",

modules/runners/lambdas/runners/yarn.lock

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

926-
aws-sdk@^2.817.0:
927-
version "2.817.0"
928-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.817.0.tgz#3a97b690b0ec494cf8ee927affb3973cf26abcc8"
929-
integrity sha512-DZIdWpkcqbqsCz0MEskHsyFaqc6Tk9XIFqXAg1AKHbOgC8nU45bz+Y2osX77pU01JkS/G7OhGtGmlKDrOPvFwg==
926+
aws-sdk@^2.828.0:
927+
version "2.828.0"
928+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.828.0.tgz#6aa599c3582f219568f41fb287eb65753e4a9234"
929+
integrity sha512-JoDujGdncSIF9ka+XFZjop/7G+fNGucwPwYj7OHYMmFIOV5p7YmqomdbVmH/vIzd988YZz8oLOinWc4jM6vvhg==
930930
dependencies:
931931
buffer "4.9.2"
932932
events "1.1.1"

0 commit comments

Comments
 (0)