diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-05-31 11:21:27 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-06-05 12:27:26 +0200 |
| commit | 89b6417f86ff03c5c9fdbf82cac0453d9fcf3df9 (patch) | |
| tree | 733f9cd7697a8ce792c38634405a0b83e71ef93d | |
| parent | 4a0e02b6b60bc575fd50f4eb805c508bc2217f1f (diff) | |
| download | mullvadvpn-89b6417f86ff03c5c9fdbf82cac0453d9fcf3df9.tar.xz mullvadvpn-89b6417f86ff03c5c9fdbf82cac0453d9fcf3df9.zip | |
Bump native dependencies that bring the support for electron 2.0
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 9a5749269f..6e2d0020ac 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "validated": "^1.1.0" }, "optionalDependencies": { - "nseventmonitor": "https://github.com/mullvad/NSEventMonitor.git#0.0.8", - "windows-security": "https://github.com/mullvad/windows-security.git#0.0.4" + "nseventmonitor": "https://github.com/mullvad/NSEventMonitor.git#0.0.9", + "windows-security": "https://github.com/mullvad/windows-security.git#0.0.5" }, "devDependencies": { "babel-cli": "^6.22.2", |
