Skip to content

Commit 1b24c62

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#674)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.849.0 to 2.862.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.849.0...v2.862.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22434c2 commit 1b24c62

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
@@ -22,7 +22,7 @@
2222
"@typescript-eslint/eslint-plugin": "^4.16.1",
2323
"@typescript-eslint/parser": "^4.16.1",
2424
"@zeit/ncc": "^0.22.1",
25-
"aws-sdk": "^2.849.0",
25+
"aws-sdk": "^2.862.0",
2626
"body-parser": "^1.19.0",
2727
"eslint": "^7.21.0",
2828
"express": "^4.17.1",

modules/webhook/lambdas/webhook/yarn.lock

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

1128-
aws-sdk@^2.849.0:
1129-
version "2.849.0"
1130-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.849.0.tgz#7fc9863e04f9e97c1f81f204fca84dfb2e4175dd"
1131-
integrity sha512-CzpK+0TcycRUzYKOdL5AnFcRmLDty+POWR+ZTeqCIY/rho3mM6jBTSseFreZTFiNxj8lIBBrMTsZ45KZ7Xm2Dg==
1128+
aws-sdk@^2.862.0:
1129+
version "2.862.0"
1130+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.862.0.tgz#3f9afc830de24723dfb7801f4138c5db101f4205"
1131+
integrity sha512-kAvEQZ2tKJRZKRHZQJdvrUZz76cAEnyN1UoLw39kCqGIpxw9rcPK+bIy8fDBmcvWVZvymO7mp4Ut2jM/ZiDCMQ==
11321132
dependencies:
11331133
buffer "4.9.2"
11341134
events "1.1.1"

0 commit comments

Comments
 (0)