Skip to content

Commit a58d7b0

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#133)
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.729.0 to 2.734.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.729.0...v2.734.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef1407f commit a58d7b0

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.9",
1717
"@types/node": "^14.0.23",
1818
"@zeit/ncc": "^0.22.1",
19-
"aws-sdk": "^2.729.0",
19+
"aws-sdk": "^2.734.0",
2020
"body-parser": "^1.19.0",
2121
"express": "^4.17.1",
2222
"jest": "^26.2.2",

modules/webhook/lambdas/webhook/yarn.lock

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

997-
aws-sdk@^2.729.0:
998-
version "2.729.0"
999-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.729.0.tgz#3d850f7825b94b5d8b2aca58ec096973bc4c7e34"
1000-
integrity sha512-x5q/+9wM37tBYCmYNGMj+aU9qeXqhbUH0Dz3wlSpAW55+N4NwlBbpqhyCV3oF9bePEJtEnxLGWNXpb9BNWNhew==
997+
aws-sdk@^2.734.0:
998+
version "2.734.0"
999+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.734.0.tgz#522370a95e70d6df44d94677bc01fe3b3522da3c"
1000+
integrity sha512-F5SrcOm6WyaN5j+pybx97vfSCa0SIz/kukJNSeDzMdk5q0xsKUjtUzL/kc0QwtCspCni0WTNmBKiD+firP5JKQ==
10011001
dependencies:
10021002
buffer "4.9.2"
10031003
events "1.1.1"

0 commit comments

Comments
 (0)