Skip to content

Commit ab9cd3c

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

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
@@ -17,7 +17,7 @@
1717
"@types/jest": "^26.0.20",
1818
"@types/node": "^14.14.20",
1919
"@zeit/ncc": "^0.22.1",
20-
"aws-sdk": "^2.819.0",
20+
"aws-sdk": "^2.828.0",
2121
"body-parser": "^1.19.0",
2222
"express": "^4.17.1",
2323
"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.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==
959+
aws-sdk@^2.828.0:
960+
version "2.828.0"
961+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.828.0.tgz#6aa599c3582f219568f41fb287eb65753e4a9234"
962+
integrity sha512-JoDujGdncSIF9ka+XFZjop/7G+fNGucwPwYj7OHYMmFIOV5p7YmqomdbVmH/vIzd988YZz8oLOinWc4jM6vvhg==
963963
dependencies:
964964
buffer "4.9.2"
965965
events "1.1.1"

0 commit comments

Comments
 (0)