diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-05-28 14:44:06 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and.mikhaylov@gmail.com> | 2018-05-31 15:44:55 +0200 |
| commit | 3242ef89b02597a59e2ac779797fb68c355d177a (patch) | |
| tree | d212e33021e1fe54a1aeacb097fff580574148fc | |
| parent | bfe5191bb2a9f2baf98c2457e83d694993ef80c4 (diff) | |
| download | mullvadvpn-3242ef89b02597a59e2ac779797fb68c355d177a.tar.xz mullvadvpn-3242ef89b02597a59e2ac779797fb68c355d177a.zip | |
Update windows-security to 0.0.4
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 83aa9998ce..5bd516bb24 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "optionalDependencies": { "nseventmonitor": "https://github.com/mullvad/NSEventMonitor.git#0.0.8", - "windows-security": "git+https://github.com/mullvad/windows-security.git#0.0.3" + "windows-security": "https://github.com/mullvad/windows-security.git#0.0.4" }, "devDependencies": { "babel-cli": "^6.22.2", @@ -8151,11 +8151,11 @@ window-size@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.2.0.tgz#b4315bb4214a3d7058ebeee892e13fa24d98b075" -"windows-security@git+https://github.com/mullvad/windows-security.git#0.0.3": - version "0.0.3" - resolved "git+https://github.com/mullvad/windows-security.git#154e52a995184f6817c260b7f58166734453ac95" +"windows-security@https://github.com/mullvad/windows-security.git#0.0.4": + version "0.0.4" + resolved "https://github.com/mullvad/windows-security.git#066f2915054c55e1ac7cc671b9c8de6b16ccdead" dependencies: - node-pre-gyp "^0.6.39" + node-pre-gyp "^0.10.0" winston@*: version "2.4.0" |
