From 24b18c6e71c6cbc383be7f3d480024500327e515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:15:03 +0000 Subject: [PATCH] Bump electron in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [electron](https://github.com/electron/electron). Updates `electron` from 36.9.5 to 41.1.1 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v36.9.5...v41.1.1) --- updated-dependencies: - dependency-name: electron dependency-version: 41.1.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afb57fb..0dd9384 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/node": "^24.0.3", "@vitejs/plugin-react": "^4.5.2", "concurrently": "^9.1.2", - "electron": "^36.4.0", + "electron": "^41.1.1", "electron-icon-builder": "^2.0.1", "jsdom": "^26.1.0", "sharp": "^0.34.2",