Skip to content

Commit 1cbb4ed

Browse files
committed
Use the latest version of in-process-request
1 parent 24630df commit 1cbb4ed

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"main": "./dist/compile/lambda",
3535
"types": "./dist/compile/lambda.d.ts",
3636
"dependencies": {
37-
"in-process-request": "^0.0.8"
37+
"in-process-request": "^0.0.9"
3838
},
3939
"devDependencies": {
4040
"@types/compression": "^1.7.0",

test/response.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe('inProcessResponseToLambdaResponse', () => {
1010
},
1111
isUTF8,
1212
statusCode: 200,
13+
statusMessage: 'OK',
1314
});
1415

1516
it('returns 200', () => {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,9 @@
471471
"@babel/types" "^7.0.0"
472472

473473
"@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==
477477
dependencies:
478478
"@babel/types" "^7.3.0"
479479

@@ -1846,10 +1846,10 @@ imurmurhash@^0.1.4:
18461846
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
18471847
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
18481848

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==
18531853

18541854
inflight@^1.0.4:
18551855
version "1.0.6"

0 commit comments

Comments
 (0)