From b6d3034dd026088917712380b8e92045348b6076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:52:28 +0000 Subject: [PATCH] Bump electron-devtools-installer from 3.0.0 to 3.1.0 Bumps [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/MarshallOfSound/electron-devtools-installer/releases) - [Changelog](https://github.com/MarshallOfSound/electron-devtools-installer/blob/master/.releaserc.json) - [Commits](https://github.com/MarshallOfSound/electron-devtools-installer/compare/v3.0.0...v3.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 435c0955..120c3054 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "electron": "^9.0.4", "electron-builder": "22.7.0", "electron-builder-squirrel-windows": "22.7.0", - "electron-devtools-installer": "3.0.0", + "electron-devtools-installer": "3.1.0", "electron-rebuild": "1.11.0", "eslint": "6.8.0", "eslint-config-prettier": "6.11.0", diff --git a/yarn.lock b/yarn.lock index bd50c10d..7ebcc254 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3130,10 +3130,10 @@ electron-chromedriver@^9.0.0: "@electron/get" "^1.12.2" extract-zip "^2.0.0" -electron-devtools-installer@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.0.0.tgz#b5c439708746ed36f7b0220e18657567bca275d8" - integrity sha512-zll3w/8PvnPiGmL5tBtgSSoSjWnUljsOjJYsYYU12PKLljzWyfD6S75LKTZFn21VYxVbae2OwmjM5uFStLp6nQ== +electron-devtools-installer@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.1.0.tgz#c7800d36ab8438b51d2e03345860f817ecb5797f" + integrity sha512-qZd1Aoya8YOK6QauNX92V5qyKGtb4lbs238bP+qtMBkXts24xJ/1PtOVBPvdg5w3Ts9L5o6I9sDErKuzHeJFDA== dependencies: rimraf "^3.0.2" semver "^7.2.1"