Skip to content

Commit cb8a4fe

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1548)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1044.0 to 2.1048.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.1044.0...v2.1048.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 25ea765 commit cb8a4fe

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
@@ -24,7 +24,7 @@
2424
"@typescript-eslint/eslint-plugin": "^4.33.0",
2525
"@typescript-eslint/parser": "^4.33.0",
2626
"@vercel/ncc": "0.33.0",
27-
"aws-sdk": "^2.1044.0",
27+
"aws-sdk": "^2.1048.0",
2828
"body-parser": "^1.19.0",
2929
"eslint": "^7.32.0",
3030
"eslint-plugin-prettier": "4.0.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,10 +1719,10 @@ aws-lambda@^1.0.7:
17191719
js-yaml "^3.14.1"
17201720
watchpack "^2.0.0-beta.10"
17211721

1722-
aws-sdk@^2.1044.0, aws-sdk@^2.814.0:
1723-
version "2.1044.0"
1724-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1044.0.tgz#0708eaf48daf8d961b414e698d84e8cd1f82c4ad"
1725-
integrity sha512-n55uGUONQGXteGGG1QlZ1rKx447KSuV/x6jUGNf2nOl41qMI8ZgLUhNUt0uOtw3qJrCTanzCyR/JKBq2PMiqEQ==
1722+
aws-sdk@^2.1048.0, aws-sdk@^2.814.0:
1723+
version "2.1048.0"
1724+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1048.0.tgz#02f2f35e0f51dd4510462e05c7a48fd4649d33f8"
1725+
integrity sha512-mVwWo+Udiuc/yEZ/DgJQGqOEtfiQjgUdtshx/t6ISe3+jW3TF9hUACwADwx2Sr/fuJyyJ3QD5JYLt5Cw35wQpA==
17261726
dependencies:
17271727
buffer "4.9.2"
17281728
events "1.1.1"

0 commit comments

Comments
 (0)