diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-08-22 11:54:00 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-09-03 11:44:35 +0200 |
| commit | e75f372735c29a9ddd8665acb280dcca516f41d8 (patch) | |
| tree | 4ab9681b4aa774bd4114e53e0d0e3b7ac9c6520f | |
| parent | f2705d750c0c0d398032a768a63092089f4c831e (diff) | |
| download | mullvadvpn-e75f372735c29a9ddd8665acb280dcca516f41d8.tar.xz mullvadvpn-e75f372735c29a9ddd8665acb280dcca516f41d8.zip | |
Update NSEventMonitor to 0.0.16
| -rw-r--r-- | gui/package-lock.json | 4 | ||||
| -rw-r--r-- | gui/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gui/package-lock.json b/gui/package-lock.json index 9de1fe36de..3f48105406 100644 --- a/gui/package-lock.json +++ b/gui/package-lock.json @@ -6206,8 +6206,8 @@ } }, "nseventmonitor": { - "version": "0.0.15", - "resolved": "git+https://github.com/mullvad/NSEventMonitor.git#49b2d4272de7edf89d432d91ad04ff6d53dcbf1a", + "version": "0.0.16", + "resolved": "git+https://github.com/mullvad/NSEventMonitor.git#e434cc37deb89e79ae8797098658d487dfa83707", "optional": true, "requires": { "node-pre-gyp": "^0.12.0" diff --git a/gui/package.json b/gui/package.json index 6de8832291..6744a0e1e7 100644 --- a/gui/package.json +++ b/gui/package.json @@ -35,7 +35,7 @@ "validated": "^2.0.1" }, "optionalDependencies": { - "nseventmonitor": "https://github.com/mullvad/NSEventMonitor.git#0.0.15" + "nseventmonitor": "https://github.com/mullvad/NSEventMonitor.git#0.0.16" }, "devDependencies": { "@types/chai": "^4.1.7", |
