Update Insomnia importers (Closes #558)

This commit is contained in:
Gregory Schier 2017-11-10 14:43:04 +01:00
parent 5d0f28db7b
commit 8a1296babc
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5190,9 +5190,9 @@
}
},
"insomnia-importers": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/insomnia-importers/-/insomnia-importers-1.4.0.tgz",
"integrity": "sha512-AzHSnHZL+VISVysCopJKIVsGI7suxXazn9VXclLhAiZ1E4O+r+xJFsSgM0Eqc4KHFHWm89VAe3B+fOAA0ydUdg==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/insomnia-importers/-/insomnia-importers-1.5.0.tgz",
"integrity": "sha512-K2aqtywCOOcvqMxMPzCuHsHzn0YvJaZn9O6aWkOzKU4ClL62IEFEHq9caRlMwtbxT8ydRpoxfWcxHDZMMfylfQ==",
"requires": {
"commander": "2.11.0",
"shell-quote": "1.6.1"

View File

@ -139,7 +139,7 @@
"html-entities": "^1.2.0",
"iconv-lite": "^0.4.15",
"insomnia-httpsnippet": "^1.16.5",
"insomnia-importers": "^1.3.9",
"insomnia-importers": "^1.5.0",
"insomnia-node-libcurl": "^1.2.3",
"jsonlint": "^1.6.2",
"jsonpath": "^0.2.12",