Skip to content

Commit e18bf29

Browse files
chore: Bump aws-sdk
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1136.0 to 2.1151.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.1136.0...v2.1151.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93e352b commit e18bf29

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",
2424
"@typescript-eslint/parser": "^4.33.0",
2525
"@vercel/ncc": "^0.34.0",
26-
"aws-sdk": "^2.1136.0",
26+
"aws-sdk": "^2.1151.0",
2727
"eslint": "^7.32.0",
2828
"eslint-plugin-prettier": "4.0.0",
2929
"jest": "^27.5.1",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1117,10 +1117,10 @@ asynckit@^0.4.0:
11171117
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
11181118
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
11191119

1120-
aws-sdk@^2.1136.0:
1121-
version "2.1136.0"
1122-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1136.0.tgz#d103aed0313af2c254a2dbd54823af8057c7a0b9"
1123-
integrity sha512-cuXPB1lNoiK/oNTAN+Bud2Pp8/PvY7erL2DYPVN2zsk2nh9e8VG3yldf6KcEO6mm4q/FgZc4X6Zq+fOyuBY/wA==
1120+
aws-sdk@^2.1151.0:
1121+
version "2.1151.0"
1122+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1151.0.tgz#8fcb41c3b919842a7b4e5c4cd9e124f6439b5b67"
1123+
integrity sha512-VvyzXAmWrX+klvwzA+9gSTY7blDnZOTl0UTKrqmFL4K7tOLieGLYTUkpUegcPxCjYgEg7JwvYolYUnUKiHa4oA==
11241124
dependencies:
11251125
buffer "4.9.2"
11261126
events "1.1.1"
@@ -1129,7 +1129,7 @@ aws-sdk@^2.1136.0:
11291129
querystring "0.2.0"
11301130
sax "1.2.1"
11311131
url "0.10.3"
1132-
uuid "3.3.2"
1132+
uuid "8.0.0"
11331133
xml2js "0.4.19"
11341134

11351135
axios@^0.27.2:
@@ -3553,10 +3553,10 @@ [email protected]:
35533553
punycode "1.3.2"
35543554
querystring "0.2.0"
35553555

3556-
uuid@3.3.2:
3557-
version "3.3.2"
3558-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
3559-
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
3556+
uuid@8.0.0:
3557+
version "8.0.0"
3558+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
3559+
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
35603560

35613561
v8-compile-cache@^2.0.3:
35623562
version "2.3.0"

0 commit comments

Comments
 (0)