Update dependencies, get node-usb from npm

Changelog-entry: Update dependencies, get node-usb from npm
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-10-15 14:37:04 +02:00
parent 994d311ed3
commit cf6863b2c6

44
npm-shrinkwrap.json generated
View File

@ -1345,10 +1345,21 @@
}
}
},
"@braintree/sanitize-url": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz",
"integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg=="
"@balena.io/usb": {
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/@balena.io/usb/-/usb-1.3.12.tgz",
"integrity": "sha512-0TpgHDX6X7wS0ZX7toPNnpiCXPLrpfR9kBpNQt59BhcwlQ1CQl/p83K6d/iTGeF2Kc7GRf7FKIKuusaAl3IlnA==",
"requires": {
"nan": "2.13.2",
"node-pre-gyp": "^0.11.0"
},
"dependencies": {
"nan": {
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz",
"integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw=="
}
}
},
"@develar/schema-utils": {
"version": "2.1.0",
@ -10069,14 +10080,14 @@
}
},
"node-raspberrypi-usbboot": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/node-raspberrypi-usbboot/-/node-raspberrypi-usbboot-0.2.5.tgz",
"integrity": "sha512-iRe9x5B3EDuq09hnk1SZTuzKGpWtlNBychVU/nwo7sL9WSqkmcj22qGpKoT/tJqwDe5YCTsJ5JX1X1FfMtYXdQ==",
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/node-raspberrypi-usbboot/-/node-raspberrypi-usbboot-0.2.7.tgz",
"integrity": "sha512-GYPqFlWQ5/4esxLCpotwrM0N4fmuVUsodbC90GxGUiNxbo1ozIyK5s9Y7Ia9YsvdrzvFz3jCScPmf7toZ7J83A==",
"requires": {
"@balena.io/usb": "^1.3.12",
"@types/node": "^6.0.112",
"@types/usb": "^1.5.1",
"debug": "^3.1.0",
"usb": "github:balena-io/node-usb#v1.3.12"
"debug": "^3.1.0"
}
},
"node-releases": {
@ -14417,21 +14428,6 @@
"prepend-http": "^2.0.0"
}
},
"usb": {
"version": "github:balena-io/node-usb#1fb1bb01d04281432083b96801c6be6d528bd213",
"from": "github:balena-io/node-usb#v1.3.12",
"requires": {
"nan": "2.13.2",
"node-pre-gyp": "^0.11.0"
},
"dependencies": {
"nan": {
"version": "2.13.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz",
"integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw=="
}
}
},
"use": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",