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

Commit a537739

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1395)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1019.0 to 2.1024.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.1019.0...v2.1024.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 0cdb3d2 commit a537739

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: 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.1019.0",
27+
"aws-sdk": "^2.1024.0",
2828
"body-parser": "^1.19.0",
2929
"eslint": "^7.32.0",
3030
"eslint-plugin-prettier": "4.0.0",

Diff for: modules/webhook/lambdas/webhook/yarn.lock

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

1714-
aws-sdk@*, aws-sdk@^2.1019.0:
1715-
version "2.1019.0"
1716-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1019.0.tgz#3859bcadcabc02aa7c663ee3aca42eb1345c8251"
1717-
integrity sha512-mnL9CROb3JHdAIbwjy0yr7Lj76KVA8+LyDFexIq/J/YtjbqdfEsb/KdeQIGEBCdlOqUrcJmeD0GcklZ4ve6fnQ==
1714+
aws-sdk@*, aws-sdk@^2.1024.0:
1715+
version "2.1024.0"
1716+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1024.0.tgz#c69ae613a546e56643c921d4aae36d7f8d6f44bc"
1717+
integrity sha512-FgGvRtxTzgU7iBXG/+hCGqdE2U2gF/NqVDQsTBjrLIbOMiNNheL8uzxcmIKKZ49lFlWwVkM0HNmpEmA5hiLinw==
17181718
dependencies:
17191719
buffer "4.9.2"
17201720
events "1.1.1"

0 commit comments

Comments
 (0)