Skip to content

Commit 736388b

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1921)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1097.0 to 2.1111.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.1097.0...v2.1111.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 f7b4390 commit 736388b

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
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^4.33.0",
2626
"@typescript-eslint/parser": "^4.33.0",
2727
"@vercel/ncc": "0.33.3",
28-
"aws-sdk": "^2.1097.0",
28+
"aws-sdk": "^2.1111.0",
2929
"body-parser": "^1.19.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
@@ -1816,10 +1816,10 @@ aws-lambda@^1.0.7:
18161816
js-yaml "^3.14.1"
18171817
watchpack "^2.0.0-beta.10"
18181818

1819-
aws-sdk@^2.1097.0, aws-sdk@^2.814.0:
1820-
version "2.1097.0"
1821-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1097.0.tgz#1e53ee27d8ab7523760d023b934b24a9512bd719"
1822-
integrity sha512-fChMDiSfWcW0EUWmiqlyc+VAIXKH0w7BBruL3cVWSwO+5oA5A9juGF4NCBV2/KAHzaKaG0hXKPE49Wh6Lq74ag==
1819+
aws-sdk@^2.1111.0, aws-sdk@^2.814.0:
1820+
version "2.1111.0"
1821+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1111.0.tgz#02b1e5c530ef8140235ee7c48c710bb2dbd7dc84"
1822+
integrity sha512-WRyNcCckzmu1djTAWfR2r+BuI/PbuLrhG3oa+oH39v4NZ4EecYWFL1CoCPlC2kRUML4maSba5T4zlxjcNl7ELQ==
18231823
dependencies:
18241824
buffer "4.9.2"
18251825
events "1.1.1"

0 commit comments

Comments
 (0)