chore(package): Remove crc32-stream dependency

This commit is contained in:
Jonas Hermsmeier 2018-03-08 20:17:33 +01:00
parent 35772b0370
commit 49dd6553fb
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F
2 changed files with 5 additions and 4 deletions

8
npm-shrinkwrap.json generated
View File

@ -1706,12 +1706,14 @@
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz" "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
}, },
"crc": { "crc": {
"version": "3.4.4", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz" "resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz",
"dev": true
}, },
"crc32-stream": { "crc32-stream": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz" "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
"dev": true
}, },
"create-ecdh": { "create-ecdh": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -52,7 +52,6 @@
"bootstrap-sass": "3.3.6", "bootstrap-sass": "3.3.6",
"chalk": "1.1.3", "chalk": "1.1.3",
"command-join": "2.0.0", "command-join": "2.0.0",
"crc32-stream": "2.0.0",
"debug": "3.1.0", "debug": "3.1.0",
"drivelist": "6.0.4", "drivelist": "6.0.4",
"electron-is-running-in-asar": "1.0.0", "electron-is-running-in-asar": "1.0.0",