mirror of
https://github.com/TristanH/bookcision.git
synced 2021-07-26 20:46:03 +03:00
Merge pull request #9 from Arthaey/upgrade-mitm
Upgrade mitm to fix missing _normalizeConnectArgs error.
This commit is contained in:
8
npm-shrinkwrap.json
generated
8
npm-shrinkwrap.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user