Merge pull request #30 from pragmatismo-io/greenkeeper/csv-parse-4.0.0

Update csv-parse to the latest version 🚀
This commit is contained in:
Rodrigo Rodriguez 2018-11-20 14:02:39 -02:00 committed by GitHub
commit c8edae4d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 16 deletions

49
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "1.0.7",
"version": "1.0.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -5050,9 +5050,9 @@
}
},
"csv-parse": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-3.2.0.tgz",
"integrity": "sha512-1IBQ7PYHc5h6AXS4nyGsmicttbpUbNvlsgKxhvouh+kRaVug8xBWSiIeWdbPUQgjKG88hEGYjdU29fX73mo+6Q=="
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.0.0.tgz",
"integrity": "sha512-M+cHI0SCXFGR0ZZWs7a6P14lXjrje5TOUpjkRQF9+Rauji8C4XOZpCyR/ENzH6uVqs+MTls00YE9IiI6Ao9Vrw=="
},
"csv-parser": {
"version": "1.12.1",
@ -7105,11 +7105,13 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true
"bundled": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -7122,15 +7124,18 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"core-util-is": {
"version": "1.0.2",
@ -7233,7 +7238,8 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@ -7243,6 +7249,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -7255,17 +7262,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true
"bundled": true,
"optional": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@ -7282,6 +7292,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -7354,7 +7365,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@ -7364,6 +7376,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -7469,6 +7482,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@ -13895,6 +13909,7 @@
"align-text": {
"version": "0.1.4",
"bundled": true,
"optional": true,
"requires": {
"kind-of": "^3.0.2",
"longest": "^1.0.1",
@ -14174,7 +14189,8 @@
},
"is-buffer": {
"version": "1.1.6",
"bundled": true
"bundled": true,
"optional": true
},
"is-builtin-module": {
"version": "1.0.0",
@ -14246,6 +14262,7 @@
"kind-of": {
"version": "3.2.2",
"bundled": true,
"optional": true,
"requires": {
"is-buffer": "^1.1.5"
}
@ -14286,7 +14303,8 @@
},
"longest": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"lru-cache": {
"version": "4.1.3",
@ -14515,7 +14533,8 @@
},
"repeat-string": {
"version": "1.6.1",
"bundled": true
"bundled": true,
"optional": true
},
"require-directory": {
"version": "2.1.1",
@ -16559,7 +16578,7 @@
},
"get-stream": {
"version": "3.0.0",
"resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
"integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
"dev": true
}

View file

@ -70,7 +70,7 @@
"child_process": "^1.0.2",
"chokidar": "2.0.4",
"cli-spinner": "^0.2.8",
"csv-parse": "3.2.0",
"csv-parse": "4.0.0",
"dotenv-extended": "2.3.0",
"express": "4.16.4",
"express-promise-router": "3.0.3",