Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0576c0d

Browse files
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#2012)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1126.0 to 2.1127.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.1126.0...v2.1127.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 0c59b75 commit 0576c0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/aws-lambda": "^8.10.95",
4444
"@types/express": "^4.17.11",
4545
"@types/node": "^17.0.31",
46-
"aws-sdk": "^2.1126.0",
46+
"aws-sdk": "^2.1127.0",
4747
"cron-parser": "^4.4.0",
4848
"tslog": "^3.3.3",
4949
"typescript": "^4.6.3"

Diff for: modules/runners/lambdas/runners/yarn.lock

+4-4
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.1126.0:
1883-
version "2.1126.0"
1884-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1126.0.tgz#52e42358bdcba0043b6ff6b8e17d5aaacd9a93be"
1885-
integrity sha512-8yeeYFXOwbJIUHIJZlrcgWGvLPi+yayKc2h/+hnNLdnp/u+LUuJqMDH/19fogAai8PANSqI7N9fGkMIBZDrThQ==
1882+
aws-sdk@^2.1127.0:
1883+
version "2.1127.0"
1884+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1127.0.tgz#c5dc814bb876ea896eddcbc7891ab6493f1a5153"
1885+
integrity sha512-jtP0CV89m2XNfgi1SnomrK798QqLmR+340w4KOMF0vBkY9kvGzPLV9GBNcg3JPj45tML1H4hSIonYkUUFSLkYw==
18861886
dependencies:
18871887
buffer "4.9.2"
18881888
events "1.1.1"

0 commit comments

Comments
 (0)