Skip to content

Commit f53b1d4

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#2177)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1153.0 to 2.1158.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.1153.0...v2.1158.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 5752026 commit f53b1d4

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.34.0",
28-
"aws-sdk": "^2.1153.0",
28+
"aws-sdk": "^2.1158.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
@@ -1914,10 +1914,10 @@ aws-lambda@^1.0.7:
19141914
js-yaml "^3.14.1"
19151915
watchpack "^2.0.0-beta.10"
19161916

1917-
aws-sdk@^2.1153.0, aws-sdk@^2.814.0:
1918-
version "2.1153.0"
1919-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1153.0.tgz#63394dff05166d12d29594beda909e85897aa56d"
1920-
integrity sha512-afuYFy5jc2eQ7fGL6bsMiDGJ74nSvQyCWwQ0j3lJp+9BbMCxqc03lozWh3W07tknr4xmL+5YhfkmViNLoz2huA==
1917+
aws-sdk@^2.1158.0, aws-sdk@^2.814.0:
1918+
version "2.1158.0"
1919+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1158.0.tgz#924fb6dda1acecb1dc1c8901095cf64d6acdade4"
1920+
integrity sha512-uHYzZMGE+b50sWXaLhga4aD1SpB3+DEZclAkg9aYz2pDZlSDTOMh3uJ/ufsMBs7VcDKGS7mQRibCmCbwRGTIlg==
19211921
dependencies:
19221922
buffer "4.9.2"
19231923
events "1.1.1"

0 commit comments

Comments
 (0)