Skip to content

Commit 79d07ad

Browse files
chore: Bump aws-sdk from 2.1250.0 to 2.1253.0 in /modules/runners/lambdas/runners (#2655)
chore: Bump aws-sdk in /modules/runners/lambdas/runners Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1250.0 to 2.1253.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.1250.0...v2.1253.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d330f34 commit 79d07ad

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
@@ -43,7 +43,7 @@
4343
"@types/aws-lambda": "^8.10.108",
4444
"@types/express": "^4.17.14",
4545
"@types/node": "^18.11.9",
46-
"aws-sdk": "^2.1250.0",
46+
"aws-sdk": "^2.1253.0",
4747
"cron-parser": "^4.6.0",
4848
"tslog": "^3.3.4",
4949
"typescript": "^4.8.4"

modules/runners/lambdas/runners/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,10 +2194,10 @@ available-typed-arrays@^1.0.5:
21942194
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
21952195
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
21962196

2197-
aws-sdk@^2.1250.0:
2198-
version "2.1250.0"
2199-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1250.0.tgz#50cb987b196db402657069534f031780f2c66fb3"
2200-
integrity sha512-/fZno2UC2elau/VUOepMvqwKGXmk+dXx1tmahdy1DaAJmELXShg/XWWrtCVg346iLD/XC8eJFR8kQb5ffat0Fw==
2197+
aws-sdk@^2.1253.0:
2198+
version "2.1253.0"
2199+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1253.0.tgz#28ac12775f4d1589e366db6f2b162d8ea150c2ad"
2200+
integrity sha512-jlEfWPmRGRdeSVhtRhZnX/vvbJtHu6wzrm7DEUytef5I8P9kxFXnY/lByaXN20WpoU9Kw8zcEOVYIre4LLgswA==
22012201
dependencies:
22022202
buffer "4.9.2"
22032203
events "1.1.1"

0 commit comments

Comments
 (0)