Skip to content

Commit 55e7e07

Browse files
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#2061)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1131.0 to 2.1136.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.1131.0...v2.1136.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ece75e9 commit 55e7e07

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/aws-lambda": "^8.10.96",
4444
"@types/express": "^4.17.11",
4545
"@types/node": "^17.0.31",
46-
"aws-sdk": "^2.1131.0",
46+
"aws-sdk": "^2.1136.0",
4747
"cron-parser": "^4.4.0",
4848
"tslog": "^3.3.3",
4949
"typescript": "^4.6.4"

modules/runners/lambdas/runners/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,10 +1879,10 @@ asynckit@^0.4.0:
18791879
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
18801880
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
18811881

1882-
aws-sdk@^2.1131.0:
1883-
version "2.1131.0"
1884-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1131.0.tgz#0d235c6335587532d280a0d3a5971d48766d2e2a"
1885-
integrity sha512-Ic3f2fSgVhYDQ0OBGxE6ODtSwaKyxBPGrI2RGrYt2Oj0Z8f227P7dB90o9X7y2MtnuJ4WoAzkf3Vc1c1UnnZlA==
1882+
aws-sdk@^2.1136.0:
1883+
version "2.1136.0"
1884+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1136.0.tgz#d103aed0313af2c254a2dbd54823af8057c7a0b9"
1885+
integrity sha512-cuXPB1lNoiK/oNTAN+Bud2Pp8/PvY7erL2DYPVN2zsk2nh9e8VG3yldf6KcEO6mm4q/FgZc4X6Zq+fOyuBY/wA==
18861886
dependencies:
18871887
buffer "4.9.2"
18881888
events "1.1.1"
@@ -3687,7 +3687,7 @@ moment-timezone@^0.5.34:
36873687
dependencies:
36883688
moment ">= 2.9.0"
36893689

3690-
"moment@>= 2.9.0", moment@^2.29.3:
3690+
"moment@>= 2.9.0":
36913691
version "2.29.3"
36923692
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3"
36933693
integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==

0 commit comments

Comments
 (0)