summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2017-10-19 12:36:00 +0200
committerAndrej Mihajlov <and@mullvad.net>2017-10-19 14:19:04 +0200
commit5c9c856002f24dce160a1b4bc1329e920f682b06 (patch)
treea794f56d79a645ae639fd27afcb7961f454e98d7 /package.json
parent934f9287c6639ca6ffa761d7322666c85cec07f7 (diff)
downloadmullvadvpn-5c9c856002f24dce160a1b4bc1329e920f682b06.tar.xz
mullvadvpn-5c9c856002f24dce160a1b4bc1329e920f682b06.zip
Escape paths passed to ElectronSudo.spawn
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2604d7e12c..627d074903 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,7 @@
"react-transition-group": "^1.2.0",
"redux": "^3.0.0",
"redux-thunk": "^2.2.0",
+ "shell-escape": "^0.2.0",
"uuid": "^3.0.1",
"validated": "^1.1.0"
},