summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-08-16 14:04:56 +0300
committerAndrej Mihajlov <and@mullvad.net>2019-08-16 16:53:44 +0300
commit179bf730902e0b720c0d7231c97c9081005a18db (patch)
tree355a086cf87546632374a629de94e42f80feb8e9
parentf08cc5734b78f4b0f96eb896bbeb807bb90b2aac (diff)
downloadmullvadvpn-179bf730902e0b720c0d7231c97c9081005a18db.tar.xz
mullvadvpn-179bf730902e0b720c0d7231c97c9081005a18db.zip
Update electron-log to 3.0.7
-rw-r--r--gui/package-lock.json6
-rw-r--r--gui/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/gui/package-lock.json b/gui/package-lock.json
index 7f1cefc845..cb83d8e3ed 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -2296,9 +2296,9 @@
}
},
"electron-log": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-3.0.5.tgz",
- "integrity": "sha512-wWOPNBVGh7NJx/OLXdgtuYrqxoG9ZWO+kZYloIHi66B5W9EgXZw71jdZ1ddeWNg4CkABypa8tkrRGqCKF+9tYg=="
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-3.0.7.tgz",
+ "integrity": "sha512-W5pjj9DtXjSHaJWH1VWSgBweJxeZ6OEBAIOzSbu6coKFYxXPGRyg9FAILYbnDt0iJT8r6YQqjEnYgmGJn/LoAg=="
},
"electron-mocha": {
"version": "6.0.4",
diff --git a/gui/package.json b/gui/package.json
index ce53cb71a3..43aebbbe78 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -14,7 +14,7 @@
"dependencies": {
"connected-react-router": "^5.0.1",
"d3-geo-projection": "^2.6.0",
- "electron-log": "^3.0.5",
+ "electron-log": "^3.0.7",
"gettext-parser": "^4.0.1",
"history": "^4.6.1",
"jsonrpc-lite": "^2.0.6",