From 9cfaf4edada0fc391894417ec132cc2e27ed96d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:41:10 +0100 Subject: [PATCH] deps(dev): bump electron-devtools-installer from 3.2.0 to 4.0.0 (#1980) Bumps [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/MarshallOfSound/electron-devtools-installer/releases) - [Changelog](https://github.com/MarshallOfSound/electron-devtools-installer/blob/main/.releaserc.json) - [Commits](https://github.com/MarshallOfSound/electron-devtools-installer/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: electron-devtools-installer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f157e689..2d8274368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "cross-env": "^7.0.3", "electron": "^33.2.1", "electron-builder": "^24.13.3", - "electron-devtools-installer": "^3.2.0", + "electron-devtools-installer": "^4.0.0", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", "eslint-config-standard": "^17.1.0", @@ -10184,14 +10184,11 @@ } }, "node_modules/electron-devtools-installer": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/electron-devtools-installer/-/electron-devtools-installer-3.2.0.tgz", - "integrity": "sha512-t3UczsYugm4OAbqvdImMCImIMVdFzJAHgbwHpkl5jmfu1izVgUcP/mnrPqJIpEeCK1uZGpt+yHgWEN+9EwoYhQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/electron-devtools-installer/-/electron-devtools-installer-4.0.0.tgz", + "integrity": "sha512-9Tntu/jtfSn0n6N/ZI6IdvRqXpDyLQiDuuIbsBI+dL+1Ef7C8J2JwByw58P3TJiNeuqyV3ZkphpNWuZK5iSY2w==", "dev": true, "dependencies": { - "rimraf": "^3.0.2", - "semver": "^7.2.1", - "tslib": "^2.1.0", "unzip-crx-3": "^0.2.0" } }, diff --git a/package.json b/package.json index 0c21caf4d..789f56da1 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "cross-env": "^7.0.3", "electron": "^33.2.1", "electron-builder": "^24.13.3", - "electron-devtools-installer": "^3.2.0", + "electron-devtools-installer": "^4.0.0", "eslint": "^8.57.1", "eslint-config-react-app": "^7.0.1", "eslint-config-standard": "^17.1.0",