fix: nodemon installation for node 10.x and beyond (#1441)

* chore: update the package-lock file using pinned version

The commit 97f8d0a175 introduces versions
prefixed with carets whereas this lockfile needs to pin each
dependencies (same when a user executes `npm i`).

* chore: update chokidar to 2.0.4

this version (11aea72ad7)
fixes the issue related to "upath" that was limiting the node runtime to
9.x (https://github.com/anodynos/upath/blob/v1.0.2/package.json#L43).
This commit is contained in:
thomas
2018-10-26 12:43:41 +02:00
committed by Remy Sharp
parent e7d9e87955
commit 3afa52c56d
2 changed files with 1020 additions and 1046 deletions

2064
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,7 +55,7 @@
"should": "~4.0.0"
},
"dependencies": {
"chokidar": "^2.0.2",
"chokidar": "^2.0.4",
"debug": "^3.1.0",
"ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4",