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

Commit b632f57

Browse files
chore: Bump aws-sdk in /modules/runners/lambdas/runners (#1642)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1055.0 to 2.1058.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.1055.0...v2.1058.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 ed16c26 commit b632f57

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.89",
4444
"@types/express": "^4.17.11",
4545
"@types/node": "^17.0.9",
46-
"aws-sdk": "^2.1048.0",
46+
"aws-sdk": "^2.1058.0",
4747
"cron-parser": "^4.2.1",
4848
"tslog": "^3.3.1",
4949
"typescript": "^4.5.4"

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1850,10 +1850,10 @@ asynckit@^0.4.0:
18501850
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
18511851
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
18521852

1853-
aws-sdk@^2.1048.0:
1854-
version "2.1055.0"
1855-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1055.0.tgz#07beb86650d5a313f7c899807c51b12b5e2f4117"
1856-
integrity sha512-99drH3mvXakw9we8Rs2cDQmi2pS7PVAC9pvTlB7lHPUwLYftMlko5cFMceZxvTHeyLkdvg98iNIHI3hbnzitoQ==
1853+
aws-sdk@^2.1058.0:
1854+
version "2.1058.0"
1855+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1058.0.tgz#77755516c6f678b98a1f29bd939f0d7ae42da90c"
1856+
integrity sha512-q6bTq1DBBeBaU6GKKoTHmJj16WOQHhOoK7jwV93IT8pO0P1XH99gesFofhew3eT0h8Ev7quVKutk4B1kfnIXPQ==
18571857
dependencies:
18581858
buffer "4.9.2"
18591859
events "1.1.1"

0 commit comments

Comments
 (0)