From 81a74a48438c32440bf0ac46956b420c39d8aba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 04:51:30 +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.4. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v5.0.0...v39.8.4) --- updated-dependencies: - dependency-name: electron dependency-version: 39.8.4 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 237fbaf1a647d5..4fc9bc028c7a35 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.4", "spectron": "7.0.0" } }