mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 14:16:36 +00:00
Update dependencies, get node-usb from npm
Changelog-entry: Update dependencies, get node-usb from npm Change-type: patch
This commit is contained in:
parent
994d311ed3
commit
cf6863b2c6
44
npm-shrinkwrap.json
generated
44
npm-shrinkwrap.json
generated
@ -1345,10 +1345,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@braintree/sanitize-url": {
|
"@balena.io/usb": {
|
||||||
"version": "3.1.0",
|
"version": "1.3.12",
|
||||||
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@balena.io/usb/-/usb-1.3.12.tgz",
|
||||||
"integrity": "sha512-GcIY79elgB+azP74j8vqkiXz8xLFfIzbQJdlwOPisgbKT00tviJQuEghOXSMVxJ00HoYJbGswr4kcllUc4xCcg=="
|
"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": {
|
"@develar/schema-utils": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
@ -10069,14 +10080,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node-raspberrypi-usbboot": {
|
"node-raspberrypi-usbboot": {
|
||||||
"version": "0.2.5",
|
"version": "0.2.7",
|
||||||
"resolved": "https://registry.npmjs.org/node-raspberrypi-usbboot/-/node-raspberrypi-usbboot-0.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/node-raspberrypi-usbboot/-/node-raspberrypi-usbboot-0.2.7.tgz",
|
||||||
"integrity": "sha512-iRe9x5B3EDuq09hnk1SZTuzKGpWtlNBychVU/nwo7sL9WSqkmcj22qGpKoT/tJqwDe5YCTsJ5JX1X1FfMtYXdQ==",
|
"integrity": "sha512-GYPqFlWQ5/4esxLCpotwrM0N4fmuVUsodbC90GxGUiNxbo1ozIyK5s9Y7Ia9YsvdrzvFz3jCScPmf7toZ7J83A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@balena.io/usb": "^1.3.12",
|
||||||
"@types/node": "^6.0.112",
|
"@types/node": "^6.0.112",
|
||||||
"@types/usb": "^1.5.1",
|
"@types/usb": "^1.5.1",
|
||||||
"debug": "^3.1.0",
|
"debug": "^3.1.0"
|
||||||
"usb": "github:balena-io/node-usb#v1.3.12"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node-releases": {
|
"node-releases": {
|
||||||
@ -14417,21 +14428,6 @@
|
|||||||
"prepend-http": "^2.0.0"
|
"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": {
|
"use": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user