Skip to content

Commit 9ddbc71

Browse files
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1107)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.965.0 to 2.970.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.965.0...v2.970.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 42883dc commit 9ddbc71

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.29.1",
2525
"@typescript-eslint/parser": "^4.29.1",
2626
"@vercel/ncc": "0.29.1",
27-
"aws-sdk": "^2.965.0",
27+
"aws-sdk": "^2.970.0",
2828
"body-parser": "^1.19.0",
2929
"eslint": "^7.32.0",
3030
"eslint-plugin-prettier": "3.4.0",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,10 +1746,10 @@ aws-lambda@^1.0.6:
17461746
js-yaml "^3.13.1"
17471747
watchpack "^2.0.0-beta.10"
17481748

1749-
aws-sdk@*, aws-sdk@^2.965.0:
1750-
version "2.965.0"
1751-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.965.0.tgz#e63fb38bcc77334a3c9edbe9353050312f3bdbfe"
1752-
integrity sha512-jifeFsA6IEKXM65WI5gvBNSCXKw4n64Wf9Q7/8E7wZ5vzRbBGoHzGpyhK6ZBBRvE2YvNp/ykTWChO7RydkA+AQ==
1749+
aws-sdk@*, aws-sdk@^2.970.0:
1750+
version "2.970.0"
1751+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.970.0.tgz#dc258b61b4727dcb5130c494376b598eb19f827b"
1752+
integrity sha512-9+ktvE5xgpHr3RsFOcq1SrhXLvU+jUji44jbecFZb5C2lzoEEB29aeN39OLJMW0ZuOrR+3TNum8c3f8YVx6A7w==
17531753
dependencies:
17541754
buffer "4.9.2"
17551755
events "1.1.1"

0 commit comments

Comments
 (0)