Skip to content

Commit 95c5458

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#247)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.747.0 to 2.767.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.747.0...v2.767.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9693169 commit 95c5458

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
@@ -16,7 +16,7 @@
1616
"@types/jest": "^26.0.14",
1717
"@types/node": "^14.11.2",
1818
"@zeit/ncc": "^0.22.1",
19-
"aws-sdk": "^2.747.0",
19+
"aws-sdk": "^2.767.0",
2020
"body-parser": "^1.19.0",
2121
"express": "^4.17.1",
2222
"jest": "^26.4.2",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,10 +1008,10 @@ atob@^2.1.2:
10081008
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
10091009
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
10101010

1011-
aws-sdk@^2.747.0:
1012-
version "2.747.0"
1013-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.747.0.tgz#487776536a7f8e4e18d57ff22dd50d777f1d0fe8"
1014-
integrity sha512-JA2ygLXFw0tLjc6nlauH3wnc6haoPU023fJCZN01xrw22l+s4rRjVGxJmG83VrfCmq+lrqCv0kVwlzyxbixGhA==
1011+
aws-sdk@^2.767.0:
1012+
version "2.767.0"
1013+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.767.0.tgz#9863c8bfd5990106b95f38e9345a547fee782470"
1014+
integrity sha512-soPZxjNpat0CtuIqm54GO/FDT4SZTlQG0icSptWYfMFYdkXe8b0tJqaPssNn9TzlgoWDCNTdaoepM6TN0rNHkQ==
10151015
dependencies:
10161016
buffer "4.9.2"
10171017
events "1.1.1"

0 commit comments

Comments
 (0)