Skip to content

Commit c5e260b

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1414)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1024.0 to 2.1028.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.1024.0...v2.1028.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development 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 23ee630 commit c5e260b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^4.33.0",
2525
"@typescript-eslint/parser": "^4.33.0",
2626
"@vercel/ncc": "0.31.1",
27-
"aws-sdk": "^2.1024.0",
27+
"aws-sdk": "^2.1028.0",
2828
"body-parser": "^1.19.0",
2929
"eslint": "^7.32.0",
3030
"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
@@ -1719,10 +1719,10 @@ aws-lambda@^1.0.7:
17191719
js-yaml "^3.14.1"
17201720
watchpack "^2.0.0-beta.10"
17211721

1722-
aws-sdk@^2.1024.0, aws-sdk@^2.814.0:
1723-
version "2.1024.0"
1724-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1024.0.tgz#c69ae613a546e56643c921d4aae36d7f8d6f44bc"
1725-
integrity sha512-FgGvRtxTzgU7iBXG/+hCGqdE2U2gF/NqVDQsTBjrLIbOMiNNheL8uzxcmIKKZ49lFlWwVkM0HNmpEmA5hiLinw==
1722+
aws-sdk@^2.1028.0, aws-sdk@^2.814.0:
1723+
version "2.1028.0"
1724+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1028.0.tgz#ce076076174afa9bd311406b8186ea90163e3331"
1725+
integrity sha512-OmR0NcpU8zsDcUOZhM+eZ6CzlUFtuaEuRyjm6mxDO0KI7lJAp7/NzB6tcellRrgWxL+NO7b5TSxi+m28qu5ocQ==
17261726
dependencies:
17271727
buffer "4.9.2"
17281728
events "1.1.1"

0 commit comments

Comments
 (0)