From 307b746d334157bede48abfbc3bb5e4a63251ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 18:22:32 +0000 Subject: [PATCH] Bump electron from 8.2.4 to 8.5.2 Bumps [electron](https://github.com/electron/electron) from 8.2.4 to 8.5.2. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v8.2.4...v8.5.2) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e2c3a8..0f0ceac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2999,9 +2999,9 @@ "dev": true }, "electron": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/electron/-/electron-8.2.4.tgz", - "integrity": "sha512-Lle0InIgSAHZxD5KDY0wZ1A2Zlc6GHwMhAxoHMzn05mndyP1YBkCYHc0TDDofzUTrsLFofduPjlknO5Oj9fTPA==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/electron/-/electron-8.5.2.tgz", + "integrity": "sha512-VU+zZnmCzxoZ5UfBg2UGVm+nyxlNlQOQkotMLfk7FCtnkIOhX+sosl618OCxUWjOvPc+Mpg5MEkEmxPU5ziW4Q==", "dev": true, "requires": { "@electron/get": "^1.0.1", @@ -7257,13 +7257,13 @@ } }, "roarr": { - "version": "2.15.3", - "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.3.tgz", - "integrity": "sha512-AEjYvmAhlyxOeB9OqPUzQCo3kuAkNfuDk/HqWbZdFsqDFpapkTjiw+p4svNEoRLvuqNTxqfL+s+gtD4eDgZ+CA==", + "version": "2.15.4", + "resolved": "https://registry.npmjs.org/roarr/-/roarr-2.15.4.tgz", + "integrity": "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==", "dev": true, "optional": true, "requires": { - "boolean": "^3.0.0", + "boolean": "^3.0.1", "detect-node": "^2.0.4", "globalthis": "^1.0.1", "json-stringify-safe": "^5.0.1", diff --git a/package.json b/package.json index 2cbe7ce..0c0be78 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@babel/preset-react": "^7.8.3", "babel-eslint": "^10.1.0", "babel-loader": "^8.0.6", - "electron": "^8.2.4", + "electron": "^8.5.2", "electron-builder": "^22.3.2", "eslint": "^6.8.0", "eslint-plugin-react": "^7.18.3",