diff --git a/package-lock.json b/package-lock.json index 24a8acb..4ee6910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -331,12 +331,6 @@ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-0.0.31.tgz", "integrity": "sha512-LS1MCPaQKqspg7FvexuhmDbWUhE2yIJ+4AgVIyObfc06/UKZ8REgxGNjZc82wPLWmbeOm7S+gSsLgo75TanG4A==" }, - "@types/node": { - "version": "13.13.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz", - "integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==", - "optional": true - }, "@types/tough-cookie": { "version": "2.3.7", "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-2.3.7.tgz", @@ -3923,12 +3917,9 @@ "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" }, "stream-equal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/stream-equal/-/stream-equal-1.1.1.tgz", - "integrity": "sha512-SaZxkvxujYBR6NTumhRTg/yztw2p30fzZ/jvSgQtlZFEGI7tdSNDaPbvT47QF92hx6Tar8hAhpr7ErpTNvtuCQ==", - "requires": { - "@types/node": "*" - } + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stream-equal/-/stream-equal-2.0.0.tgz", + "integrity": "sha512-3oLU7uo62L74s7hQWhGdiuZ0fVx6FxWNLxcSoOXpNYTx+bW5ykUHCFOLjylelBlYS+V1STeUWEHP0G6YlI/FgQ==" }, "streamsearch": { "version": "0.1.2", diff --git a/package.json b/package.json index 074da74..e73c233 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "raml-sanitize": "^1.4.0", "raml-validate": "^1.3.0", "standard-headers": "^0.1.0", - "stream-equal": "^1.1.1", + "stream-equal": "^2.0.0", "type-is": "^1.5.5", "xtend": "^4.0.0" }