Update standard requirement from ^12.0.1 to ^13.0.2 (#906)

This commit is contained in:
dependabot-preview[bot]
2019-07-15 14:20:21 +02:00
committed by delvedor
parent 958e1ef9ca
commit 5479965e22
4 changed files with 8 additions and 6 deletions

View File

@ -30,8 +30,8 @@ class MockConnection extends Connection {
stream.statusCode = setStatusCode(params.path)
stream.headers = {
'content-type': 'application/json;utf=8',
'date': new Date().toISOString(),
'connection': 'keep-alive',
date: new Date().toISOString(),
connection: 'keep-alive',
'content-length': '17'
}
process.nextTick(() => {
@ -96,8 +96,8 @@ class MockConnectionSniff extends Connection {
stream.statusCode = setStatusCode(params.path)
stream.headers = {
'content-type': 'application/json;utf=8',
'date': new Date().toISOString(),
'connection': 'keep-alive',
date: new Date().toISOString(),
connection: 'keep-alive',
'content-length': '205'
}
process.nextTick(() => {