Skip to content

Commit adf45e3

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#435)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.814.0 to 2.819.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.814.0...v2.819.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4cd1ce5 commit adf45e3

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.19",
1717
"@types/node": "^14.14.16",
1818
"@zeit/ncc": "^0.22.1",
19-
"aws-sdk": "^2.814.0",
19+
"aws-sdk": "^2.819.0",
2020
"body-parser": "^1.19.0",
2121
"express": "^4.17.1",
2222
"jest": "^26.6.3",

modules/webhook/lambdas/webhook/yarn.lock

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

959-
aws-sdk@^2.814.0:
960-
version "2.814.0"
961-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.814.0.tgz#7a1c36006e0b5826f14bd2511b1d229ef6814bb0"
962-
integrity sha512-empd1m/J/MAkL6d9OeRpmg9thobULu0wk4v8W3JToaxGi2TD7PIdvE6yliZKyOVAdJINhBWEBhxR4OUIHhcGbQ==
959+
aws-sdk@^2.819.0:
960+
version "2.819.0"
961+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.819.0.tgz#bc2d878543cc170af2c58704422bcfc38c08dc3b"
962+
integrity sha512-Eu/YVodZN6oBL5P3NtUJDeZwlV2kPEn4PKfK+5kQmQnxx1+EepP9SvYel7f7RfYi9XtzsMnUz7ms5p1DsRAa6Q==
963963
dependencies:
964964
buffer "4.9.2"
965965
events "1.1.1"

0 commit comments

Comments
 (0)