Skip to content

Commit 1870ecf

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#2039)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1127.0 to 2.1130.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.1127.0...v2.1130.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f88c0b5 commit 1870ecf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^4.33.0",
2626
"@typescript-eslint/parser": "^4.33.0",
2727
"@vercel/ncc": "0.33.4",
28-
"aws-sdk": "^2.1127.0",
28+
"aws-sdk": "^2.1130.0",
2929
"body-parser": "^1.20.0",
3030
"eslint": "^7.32.0",
3131
"eslint-plugin-prettier": "4.0.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,10 +1847,10 @@ aws-lambda@^1.0.7:
18471847
js-yaml "^3.14.1"
18481848
watchpack "^2.0.0-beta.10"
18491849

1850-
aws-sdk@^2.1127.0, aws-sdk@^2.814.0:
1851-
version "2.1127.0"
1852-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1127.0.tgz#c5dc814bb876ea896eddcbc7891ab6493f1a5153"
1853-
integrity sha512-jtP0CV89m2XNfgi1SnomrK798QqLmR+340w4KOMF0vBkY9kvGzPLV9GBNcg3JPj45tML1H4hSIonYkUUFSLkYw==
1850+
aws-sdk@^2.1130.0, aws-sdk@^2.814.0:
1851+
version "2.1130.0"
1852+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1130.0.tgz#3aeeceaf1cfe82a8400295e7c2c6642a16a6a4fc"
1853+
integrity sha512-bkLXuOpHphKvaMAbbmqaHQtYsGICmoyEJdLlNOTCq7dH0uKxARcZEj01ebCifsJJ/fOrPt8EbNUHPu4/DOueDA==
18541854
dependencies:
18551855
buffer "4.9.2"
18561856
events "1.1.1"

0 commit comments

Comments
 (0)