From e3d81358e8b5eafc6e4638fd1739604c029da262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:37:04 +0000 Subject: [PATCH] Bump electron in /test/integration/with-electron/app Bumps [electron](https://github.com/electron/electron) from 5.0.0 to 35.7.5. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v5.0.0...v35.7.5) --- updated-dependencies: - dependency-name: electron dependency-version: 35.7.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 237fbaf1a647d5..92b5211759545a 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": "35.7.5", "spectron": "7.0.0" } }