Workaround elevation bug on Windows when the username contains an ampersand

Changelog-entry: Workaround elevation bug on Windows when the username contains an ampersand
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-09-11 14:38:54 +02:00
parent ae62812c61
commit 7c2644ec51
2 changed files with 4 additions and 5 deletions

7
npm-shrinkwrap.json generated
View File

@ -14257,9 +14257,8 @@
}
},
"sudo-prompt": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
"integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==",
"version": "github:zvin/sudo-prompt#81cab70c1f3f816b71539c4c5d7ecf1309094f8c",
"from": "github:zvin/sudo-prompt#workaround-windows-amperstand-in-username",
"dev": true
},
"sumchecker": {
@ -16775,4 +16774,4 @@
"dev": true
}
}
}
}

View File

@ -102,7 +102,7 @@
"spectron": "^11.0.0",
"string-replace-loader": "^2.3.0",
"styled-components": "^5.1.0",
"sudo-prompt": "^9.0.0",
"sudo-prompt": "github:zvin/sudo-prompt#workaround-windows-amperstand-in-username",
"sys-class-rgb-led": "^2.1.0",
"tmp": "^0.2.1",
"ts-loader": "^8.0.0",