File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 34
34
"main" : " ./dist/compile/lambda" ,
35
35
"types" : " ./dist/compile/lambda.d.ts" ,
36
36
"dependencies" : {
37
- "in-process-request" : " ^0.0.8 "
37
+ "in-process-request" : " ^0.0.9 "
38
38
},
39
39
"devDependencies" : {
40
40
"@types/compression" : " ^1.7.0" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ describe('inProcessResponseToLambdaResponse', () => {
10
10
} ,
11
11
isUTF8,
12
12
statusCode : 200 ,
13
+ statusMessage : 'OK' ,
13
14
} ) ;
14
15
15
16
it ( 'returns 200' , ( ) => {
Original file line number Diff line number Diff line change 471
471
" @babel/types" " ^7.0.0"
472
472
473
473
" @types/babel__traverse@*" , "@types/babel__traverse@^7.0.6":
474
- version "7.0.10 "
475
- resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.10 .tgz#d9a99f017317d9b3d1abc2ced45d3bca68df0daf "
476
- integrity sha512-74fNdUGrWsgIB/V9kTO5FGHPWYY6Eqn+3Z7L6Hc4e/BxjYV7puvBqp5HwsVYYfLm6iURYBNCx4Ut37OF9yitCw ==
474
+ version "7.0.11 "
475
+ resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.11 .tgz#1ae3010e8bf8851d324878b42acec71986486d18 "
476
+ integrity sha512-ddHK5icION5U6q11+tV2f9Mo6CZVuT8GJKld2q9LqHSZbvLbH34Kcu2yFGckZut453+eQU6btIA3RihmnRgI+Q ==
477
477
dependencies :
478
478
" @babel/types" " ^7.3.0"
479
479
@@ -1846,10 +1846,10 @@ imurmurhash@^0.1.4:
1846
1846
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
1847
1847
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
1848
1848
1849
- in-process-request@^0.0.8 :
1850
- version "0.0.8 "
1851
- resolved "https://registry.yarnpkg.com/in-process-request/-/in-process-request-0.0.8 .tgz#1421d88c275c0c42e4a5916b21aa620138c78306 "
1852
- integrity sha512-lh/8eJvcxgmz4cWNyp1edAkAJfomQpTJf9tir3wN1uFQ5gSMdlKF79QKoUqyD/5Sj2nXIr0Gn34PQM6U64cqZA ==
1849
+ in-process-request@^0.0.9 :
1850
+ version "0.0.9 "
1851
+ resolved "https://registry.yarnpkg.com/in-process-request/-/in-process-request-0.0.9 .tgz#8a32b1c4c7baaff61c231e1f01ff5ad82b4b1955 "
1852
+ integrity sha512-VVeTlv/F51UnpwxQ4Y+y2njkr7gsdy2l21mqeqx2eJN+BHzwdOICIX/nSCYs/gum/dYAvv50LoKZnh3Jo9ozxQ ==
1853
1853
1854
1854
inflight@^1.0.4 :
1855
1855
version "1.0.6"
You can’t perform that action at this time.
0 commit comments