Merge pull request #9 from Arthaey/upgrade-mitm

Upgrade mitm to fix missing _normalizeConnectArgs error.
This commit is contained in:
TristanH
2018-11-02 16:06:19 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
npm-shrinkwrap.json generated
View File

@@ -2896,11 +2896,11 @@
"integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8="
},
"mitm": {
"version": "0.5.1",
"resolved": "http://registry.npmjs.org/mitm/-/mitm-0.5.1.tgz",
"integrity": "sha1-cmXiwwB6j7n9d9ftoo+yx6MVrgg=",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/mitm/-/mitm-1.3.3.tgz",
"integrity": "sha512-b2+h4QIvW0gS8xluuXhgG6JXQYjuoxXVpACudXewK4c+7giwigN4UJ2hhWKQUwaT+jh9mQA5HYNfJ6t89Tq/uA==",
"requires": {
"underscore": ">= 1.1.5 < 1.6"
"underscore": ">= 1.1.6 < 1.6"
},
"dependencies": {
"underscore": {

View File

@@ -61,7 +61,7 @@
"less-loader": "~0.7.5",
"markdown-js": "0.0.3",
"matchdep": "~0.3.0",
"mitm": "~0.5.1",
"mitm": "~1.3.2",
"multipost": "0.0.3",
"object-path": "~0.5.0",
"param-case": "~0.1.0",