Skip to content

Commit 92761dc

Browse files
chore: Bump aws-sdk from 2.1262.0 to 2.1271.0 in /modules/webhook/lambdas/webhook (#2743)
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1262.0 to 2.1271.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.1262.0...v2.1271.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c3e003 commit 92761dc

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
@@ -25,7 +25,7 @@
2525
"@typescript-eslint/eslint-plugin": "^4.33.0",
2626
"@typescript-eslint/parser": "^4.33.0",
2727
"@vercel/ncc": "0.34.0",
28-
"aws-sdk": "^2.1262.0",
28+
"aws-sdk": "^2.1271.0",
2929
"body-parser": "^1.20.0",
3030
"eslint": "^7.32.0",
3131
"eslint-plugin-prettier": "4.2.1",

modules/webhook/lambdas/webhook/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,10 +2186,10 @@ aws-lambda@^1.0.7:
21862186
js-yaml "^3.14.1"
21872187
watchpack "^2.0.0-beta.10"
21882188

2189-
aws-sdk@^2.1262.0, aws-sdk@^2.814.0:
2190-
version "2.1262.0"
2191-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1262.0.tgz#434980d0bee9e67c4764a532577f3a2a54b1c38a"
2192-
integrity sha512-XbaK/XUIxwLEBnHANhJ0RTZtiU288lFRj5FllSihQ5Kb0fibKyW8kJFPsY+NzzDezLH5D3WdGbTKb9fycn5TbA==
2189+
aws-sdk@^2.1271.0, aws-sdk@^2.814.0:
2190+
version "2.1271.0"
2191+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1271.0.tgz#a060fe65ff33afddb7385913200df4a26717f691"
2192+
integrity sha512-hQF+mjwe2FXFKOMNQGlfqn9InIL1bRp650ftctRqDo+VpnrYnKqF9eZa5Hk2kugs3/WUa4J2aqQa+foGWeH+Fg==
21932193
dependencies:
21942194
buffer "4.9.2"
21952195
events "1.1.1"

0 commit comments

Comments
 (0)