From d42c26537a85958b5d5e21e1fcfddc467a549ada Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 15:22:21 +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-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 ac41e710..1fc68133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12636,9 +12636,9 @@ } }, "electron-devtools-installer": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/electron-devtools-installer/-/electron-devtools-installer-3.0.0.tgz", - "integrity": "sha512-zll3w/8PvnPiGmL5tBtgSSoSjWnUljsOjJYsYYU12PKLljzWyfD6S75LKTZFn21VYxVbae2OwmjM5uFStLp6nQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/electron-devtools-installer/-/electron-devtools-installer-3.1.0.tgz", + "integrity": "sha512-qZd1Aoya8YOK6QauNX92V5qyKGtb4lbs238bP+qtMBkXts24xJ/1PtOVBPvdg5w3Ts9L5o6I9sDErKuzHeJFDA==", "dev": true, "requires": { "rimraf": "^3.0.2", @@ -20228,9 +20228,9 @@ } }, "jszip": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.4.0.tgz", - "integrity": "sha512-gZAOYuPl4EhPTXT0GjhI3o+ZAz3su6EhLrKUoAivcKqyqC7laS5JEv4XWZND9BgcDcF83vI85yGbDmDR6UhrIg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz", + "integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==", "dev": true, "requires": { "lie": "~3.3.0", diff --git a/package.json b/package.json index fb23280b..8ef3adb0 100644 --- a/package.json +++ b/package.json @@ -246,7 +246,7 @@ "electron": "9.0.3", "electron-builder": "^22.7.0", "electron-debug": "^3.1.0", - "electron-devtools-installer": "^3.0.0", + "electron-devtools-installer": "^3.1.0", "electron-mock-ipc": "^0.3.5", "electron-packager": "^15.0.0", "eslint": "^6.8.0",