File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed
modules/webhook/lambdas/webhook Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 42
42
"@octokit/rest" : " ^19.0.5" ,
43
43
"@octokit/webhooks" : " ^10.4.0" ,
44
44
"aws-lambda" : " ^1.0.7" ,
45
- "aws-sdk" : " ^2.1283 .0" ,
45
+ "aws-sdk" : " ^2.1284 .0" ,
46
46
"tslog" : " ^3.3.4"
47
47
}
48
48
}
Original file line number Diff line number Diff line change @@ -2154,26 +2154,10 @@ aws-lambda@^1.0.7:
2154
2154
js-yaml "^3.14.1"
2155
2155
watchpack "^2.0.0-beta.10"
2156
2156
2157
- aws-sdk@^2.1283.0 :
2158
- version "2.1283.0"
2159
- resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1283.0.tgz#87dafacd3e4c9dd89f5de0bce43cafb50fd5c9e4"
2160
- integrity sha512-YlxTF0T9X8AcNrOzFPVOPnX1jNtHZjYHRUCfpsVwqdajHDGGruVsVppgBYXEiCRuTQNUhcJTUx0J0uKBhKQZIA==
2161
- dependencies :
2162
- buffer "4.9.2"
2163
- events "1.1.1"
2164
- ieee754 "1.1.13"
2165
- jmespath "0.16.0"
2166
- querystring "0.2.0"
2167
- sax "1.2.1"
2168
- url "0.10.3"
2169
- util "^0.12.4"
2170
- uuid "8.0.0"
2171
- xml2js "0.4.19"
2172
-
2173
- aws-sdk@^2.814.0 :
2174
- version "2.1271.0"
2175
- resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1271.0.tgz#a060fe65ff33afddb7385913200df4a26717f691"
2176
- integrity sha512-hQF+mjwe2FXFKOMNQGlfqn9InIL1bRp650ftctRqDo+VpnrYnKqF9eZa5Hk2kugs3/WUa4J2aqQa+foGWeH+Fg==
2157
+ aws-sdk@^2.1284.0, aws-sdk@^2.814.0 :
2158
+ version "2.1284.0"
2159
+ resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1284.0.tgz#1c8ae3d80ce3ff419cb5397e53a53d667ade981c"
2160
+ integrity sha512-B9NllAw1kMMPUHpSs4OcUm0xK1el0tNU2qmIVHtRPRbOFT8cQfxy4HF8s2m0ddvMF1ma4tdzB5uNUNcu3c81ag==
2177
2161
dependencies :
2178
2162
buffer "4.9.2"
2179
2163
events "1.1.1"
You can’t perform that action at this time.
0 commit comments