From 874d79be36a914ecbed397629848996a308523e1 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 1 Jan 2019 16:33:59 +0100 Subject: [PATCH] Upgrade Electron to 2.0.16 --- CHANGELOG.md | 4 +++- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7b612c..a2c4a59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.6.0] - 2019-01-01 -### Experimental ✨ +ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install` + +### ✨ Experimental ✨ - New default [module weather](modules/default/weather). This module will eventually replace the current `currentweather` and `weatherforecast` modules. The new module is still pretty experimental, but it's included so you can give it a try and help us improve this module. Please give us you feedback using [this forum post](https://forum.magicmirror.builders/topic/9335/default-weather-module-refactoring). ### Added diff --git a/package-lock.json b/package-lock.json index 57493952..1b026495 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,9 +38,9 @@ } }, "@types/node": { - "version": "8.10.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.21.tgz", - "integrity": "sha512-87XkD9qDXm8fIax+5y7drx84cXsu34ZZqfB7Cial3Q/2lxSoJ/+DRaWckkCbxP41wFSIrrb939VhzaNxj4eY1w==" + "version": "8.10.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.10.39.tgz", + "integrity": "sha512-rE7fktr02J8ybFf6eysife+WF+L4sAHWzw09DgdCebEu+qDwMvv4zl6Bc+825ttGZP73kCKxa3dhJOoGJ8+5mA==" }, "JSV": { "version": "4.0.2", @@ -1663,9 +1663,9 @@ "dev": true }, "electron": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/electron/-/electron-2.0.4.tgz", - "integrity": "sha512-rtg6aW2IpWfiwMRk9gqr+a/xOrFlch9sgLNg0UJzCmtUUEGTrbaLxqANr3Ahlx+ODmh/V+WfF7IdEpD76bbssA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/electron/-/electron-2.0.16.tgz", + "integrity": "sha512-mlC91VDuBU8x9tdGGISznrBCsnPKO1tBskXtBQhceBt0zWUZtV6eURVF5RaY5QK5Q+eBzVJbFT4+LUVupNwhSg==", "requires": { "@types/node": "^8.0.24", "electron-download": "^3.0.1", @@ -2668,7 +2668,7 @@ }, "fs-extra": { "version": "0.30.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", + "resolved": "http://registry.npmjs.org/fs-extra/-/fs-extra-0.30.0.tgz", "integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=", "requires": { "graceful-fs": "^4.1.2", diff --git a/package.json b/package.json index cc64ec3f..5418f47d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "ajv": "6.5.5", "body-parser": "^1.18.2", "colors": "^1.1.2", - "electron": "^2.0.4", + "electron": "^2.0.16", "express": "^4.16.2", "express-ipfilter": "0.3.1", "feedme": "latest",