upgrade: drivelist to v5.0.22 (#1500)

- https://github.com/resin-io-modules/drivelist/pull/168

Change-Type: patch
Changelog-Entry: Fix occasional increased CPU usage because of perl regular expression in macOS.
Fixes: https://github.com/resin-io/etcher/issues/1288
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-06-08 13:36:57 -04:00 committed by GitHub
parent 31a2389d04
commit 8811bbed09
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -1480,9 +1480,9 @@
"dev": true "dev": true
}, },
"drivelist": { "drivelist": {
"version": "5.0.20", "version": "5.0.22",
"from": "drivelist@5.0.20", "from": "drivelist@5.0.22",
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.20.tgz", "resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.22.tgz",
"dependencies": { "dependencies": {
"bluebird": { "bluebird": {
"version": "3.5.0", "version": "3.5.0",

View File

@ -78,7 +78,7 @@
"bootstrap-sass": "^3.3.5", "bootstrap-sass": "^3.3.5",
"chalk": "^1.1.3", "chalk": "^1.1.3",
"command-join": "^2.0.0", "command-join": "^2.0.0",
"drivelist": "^5.0.20", "drivelist": "^5.0.22",
"electron-is-running-in-asar": "^1.0.0", "electron-is-running-in-asar": "^1.0.0",
"etcher-image-write": "^9.1.3", "etcher-image-write": "^9.1.3",
"file-type": "^4.1.0", "file-type": "^4.1.0",