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

Commit 21eb0ca

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1311)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1005.0 to 2.1012.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.1005.0...v2.1012.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 4fa8034 commit 21eb0ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/webhook/lambdas/webhook/package.json

+1-1
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.1005.0",
27+
"aws-sdk": "^2.1012.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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1710,10 +1710,10 @@ aws-lambda@^1.0.6:
17101710
js-yaml "^3.13.1"
17111711
watchpack "^2.0.0-beta.10"
17121712

1713-
aws-sdk@*, aws-sdk@^2.1005.0:
1714-
version "2.1005.0"
1715-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1005.0.tgz#963e9b5ddda982d7f2f1e59baf88a442dd5da9f8"
1716-
integrity sha512-S9IZLTEOTiV/juMOHvZdd6cpxRzmUYhFhJMLUGXIrAku9uZHsdVa3dDdgcbBsDmRZ4WAvlZlD+NvtTNwFCLraw==
1713+
aws-sdk@*, aws-sdk@^2.1012.0:
1714+
version "2.1012.0"
1715+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1012.0.tgz#93618320cf1ff274389d8fcc563d62974545e1f9"
1716+
integrity sha512-5F/tC+mOJSTq4BTWqg6DepDIC7h+OeUycCYsFU6fMblQCUEBuI11o8z/+2DxGt4c40f52OstalYNiSlP2RuZvw==
17171717
dependencies:
17181718
buffer "4.9.2"
17191719
events "1.1.1"

0 commit comments

Comments
 (0)