Merge pull request #40 from pragmatismo-io/greenkeeper/csv-parse-4.1.0

Update csv-parse to the latest version 🚀
This commit is contained in:
Rodrigo Rodriguez 2018-12-08 07:53:16 -02:00 committed by GitHub
commit 6aedca38fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 15 deletions

47
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "1.0.8",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -5178,9 +5178,9 @@
}
},
"csv-parse": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.0.1.tgz",
"integrity": "sha512-ehkwejEj05wwO7Q9JD+YSI6dNMIauHIroNU1RALrmRrqPoZIwRnfBtgq5GkU6i2RxZOJqjo3dtI1NrVSXvaimA=="
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-4.1.0.tgz",
"integrity": "sha512-aRjITEJY05VdMPgdTx0P5vgV6uuJSrPZoa3lsXggQtwbjQJJnGfQe220okcdHZlpZvicM1vnYUEuc8dq0cyJXA=="
},
"csv-parser": {
"version": "1.12.1",
@ -7239,11 +7239,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"
@ -7256,15 +7258,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",
@ -7367,7 +7372,8 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@ -7377,6 +7383,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -7389,17 +7396,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"
@ -7416,6 +7426,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@ -7488,7 +7499,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@ -7498,6 +7510,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@ -7603,6 +7616,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",
@ -14053,6 +14067,7 @@
"align-text": {
"version": "0.1.4",
"bundled": true,
"optional": true,
"requires": {
"kind-of": "^3.0.2",
"longest": "^1.0.1",
@ -14332,7 +14347,8 @@
},
"is-buffer": {
"version": "1.1.6",
"bundled": true
"bundled": true,
"optional": true
},
"is-builtin-module": {
"version": "1.0.0",
@ -14404,6 +14420,7 @@
"kind-of": {
"version": "3.2.2",
"bundled": true,
"optional": true,
"requires": {
"is-buffer": "^1.1.5"
}
@ -14444,7 +14461,8 @@
},
"longest": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"lru-cache": {
"version": "4.1.3",
@ -14673,7 +14691,8 @@
},
"repeat-string": {
"version": "1.6.1",
"bundled": true
"bundled": true,
"optional": true
},
"require-directory": {
"version": "2.1.1",

View file

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