File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 24
24
"@typescript-eslint/eslint-plugin" : " ^4.29.2" ,
25
25
"@typescript-eslint/parser" : " ^4.29.2" ,
26
26
"@vercel/ncc" : " 0.31.1" ,
27
- "aws-sdk" : " ^2.970 .0" ,
27
+ "aws-sdk" : " ^2.1002 .0" ,
28
28
"body-parser" : " ^1.19.0" ,
29
29
"eslint" : " ^7.32.0" ,
30
30
"eslint-plugin-prettier" : " 4.0.0" ,
Original file line number Diff line number Diff line change @@ -1686,25 +1686,10 @@ aws-lambda@^1.0.6:
1686
1686
js-yaml "^3.13.1"
1687
1687
watchpack "^2.0.0-beta.10"
1688
1688
1689
- aws-sdk@* :
1690
- version "2.970.0"
1691
- resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.970.0.tgz#dc258b61b4727dcb5130c494376b598eb19f827b"
1692
- integrity sha512-9+ktvE5xgpHr3RsFOcq1SrhXLvU+jUji44jbecFZb5C2lzoEEB29aeN39OLJMW0ZuOrR+3TNum8c3f8YVx6A7w==
1693
- dependencies :
1694
- buffer "4.9.2"
1695
- events "1.1.1"
1696
- ieee754 "1.1.13"
1697
- jmespath "0.15.0"
1698
- querystring "0.2.0"
1699
- sax "1.2.1"
1700
- url "0.10.3"
1701
- uuid "3.3.2"
1702
- xml2js "0.4.19"
1703
-
1704
- aws-sdk@^2.970.0 :
1705
- version "2.997.0"
1706
- resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.997.0.tgz#8598a5dd7bc6b6833a2fc3d737fba89020a79418"
1707
- integrity sha512-PiuDmC5hN+FsyLvl7GsZAnS6hQpo1pP+Ax2u8gyL19QlbBLwlhsFQF29vPcYatyv6WUxr51o6uymJdPxQg6uEA==
1689
+ aws-sdk@*, aws-sdk@^2.1002.0 :
1690
+ version "2.1002.0"
1691
+ resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1002.0.tgz#8f2d3143109a08b19385b21433c9a7178b3f5295"
1692
+ integrity sha512-duG9sJL1RETBXV0ZNx1wCVX/Y2xURXdG+jJo380nOI5xlvxyiZxSDhdYYaxNjT4Jgaz/qzGJ7mbkVFu1zQ3/1w==
1708
1693
dependencies :
1709
1694
buffer "4.9.2"
1710
1695
events "1.1.1"
You can’t perform that action at this time.
0 commit comments