From a804f6e3dad84414f320069fb781947b01840fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:40:18 +0000 Subject: [PATCH] Bump electron in /test/integration/with-electron/app Bumps [electron](https://github.com/electron/electron) from 5.0.0 to 39.8.5. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v5.0.0...v39.8.5) --- updated-dependencies: - dependency-name: electron dependency-version: 39.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/integration/with-electron/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/with-electron/app/package.json b/test/integration/with-electron/app/package.json index 237fbaf1a647d..b899fc85dafdd 100644 --- a/test/integration/with-electron/app/package.json +++ b/test/integration/with-electron/app/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "electron": "5.0.0", + "electron": "39.8.5", "spectron": "7.0.0" } }