update(sudo-prompt): Update sudo-prompt to 8.2.3

This is to avoid running the child-writer twice when the hostname isn't
set in /etc/hosts. See https://github.com/jorangreef/sudo-prompt/pull/76

Change-type: patch
Signed-off-by: Alexis Svinartchouk <alexis@resin.io>
This commit is contained in:
Alexis Svinartchouk 2018-09-06 14:29:11 +02:00 committed by Lorenzo Alberto Maria Ambrosi
parent 1c5bab63a5
commit e9760c2100
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -8223,8 +8223,8 @@
"resolved": "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz"
},
"sudo-prompt": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-8.0.0.tgz"
"version": "8.2.3",
"resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-8.2.3.tgz"
},
"sumchecker": {
"version": "1.3.1",

View File

@ -92,7 +92,7 @@
"speedometer": "1.0.0",
"styled-components": "3.2.3",
"styled-system": "1.1.7",
"sudo-prompt": "8.0.0",
"sudo-prompt": "8.2.3",
"udif": "0.13.0",
"unbzip2-stream": "github:resin-io-modules/unbzip2-stream#core-streams",
"usb": "github:tessel/node-usb#1.3.0",