From a3a743ac861d3674957b1d16fbc5bb00e085639f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2019 16:26:15 +0000 Subject: [PATCH] Bump electron from 5.0.7 to 5.0.8 Bumps [electron](https://github.com/electron/electron) from 5.0.7 to 5.0.8. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v5.0.7...v5.0.8) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c31a8be6d..6d6b343a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3367,9 +3367,9 @@ "dev": true }, "electron": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/electron/-/electron-5.0.7.tgz", - "integrity": "sha512-OMMz8DhatxLuBFbnW7KYcAUjflGYFn0IQEtKR0iZhMAm89FgNOd9SVbxXWAGNxvRR6C0gORXwhTh6BCqqqcR6Q==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/electron/-/electron-5.0.8.tgz", + "integrity": "sha512-wkUVE2GaYCsqQTsISSHWkIkcdpwLwZ1jhzAXSFFoSzsTgugmzhX60rJjIccotUmZ0iPzw+u4ahfcaJ0eslrPNQ==", "dev": true, "requires": { "@types/node": "^10.12.18", @@ -3378,9 +3378,9 @@ }, "dependencies": { "@types/node": { - "version": "10.14.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.12.tgz", - "integrity": "sha512-QcAKpaO6nhHLlxWBvpc4WeLrTvPqlHOvaj0s5GriKkA1zq+bsFBPpfYCvQhLqLgYlIko8A9YrPdaMHCo5mBcpg==", + "version": "10.14.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.13.tgz", + "integrity": "sha512-yN/FNNW1UYsRR1wwAoyOwqvDuLDtVXnaJTZ898XIw/Q5cCaeVAlVwvsmXLX5PuiScBYwZsZU4JYSHB3TvfdwvQ==", "dev": true } } diff --git a/package.json b/package.json index 986c7ead6..a22e61faf 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@types/lodash": "^4.14.136", "@types/node": "~12.6.8", "codelyzer": "^5.0.0", - "electron": "^5.0.7", + "electron": "^5.0.8", "electron-builder": "^21.1.1", "electron-reload": "^1.4.1", "npm-run-all": "^4.1.5",