1
0
Fork 0

chore(deps): update dependency onchange to v4.1.0

This commit is contained in:
Renovate Bot 2018-07-15 17:21:01 +00:00 committed by renovate[bot]
parent 9800b1f36a
commit 65b47da880
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View file

@ -9838,9 +9838,9 @@
}
},
"onchange": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/onchange/-/onchange-4.0.0.tgz",
"integrity": "sha512-nTdTSa66WH8ODYmzJjD8YHLHQHrGRf2TJEe4a5sG2iv6JUhGpCmJViLMrbNVjdEx5AvfHhw8HfWmL4Hbo02pUw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/onchange/-/onchange-4.1.0.tgz",
"integrity": "sha512-xSuX6stJmPO+V1CBFYUdVS7AzuH2nyXXzW6OW7HLXaBa9Pc7bFGcjCXTha575wTeEe2N8p1gIQhwLMDNU15YPg==",
"dev": true,
"requires": {
"arrify": "~1.0.1",
@ -9902,23 +9902,24 @@
}
},
"chokidar": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.3.tgz",
"integrity": "sha512-zW8iXYZtXMx4kux/nuZVXjkLP+CyIK5Al5FHnj1OgTKGZfp4Oy6/ymtMSKFv3GD8DviEmUPmJg9eFdJ/JzudMg==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz",
"integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==",
"dev": true,
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.0",
"braces": "^2.3.0",
"fsevents": "^1.1.2",
"fsevents": "^1.2.2",
"glob-parent": "^3.1.0",
"inherits": "^2.0.1",
"is-binary-path": "^1.0.0",
"is-glob": "^4.0.0",
"lodash.debounce": "^4.0.8",
"normalize-path": "^2.1.1",
"path-is-absolute": "^1.0.0",
"readdirp": "^2.0.0",
"upath": "^1.0.0"
"upath": "^1.0.5"
}
},
"cross-spawn": {

View file

@ -62,7 +62,7 @@
"json": "9.0.6",
"mversion": "1.12.0",
"node-sass": "4.9.2",
"onchange": "4.0.0",
"onchange": "4.1.0",
"postcss-cli": "5.0.1",
"prettier": "1.13.7",
"pretty-bytes-cli": "2.0.0",