From ff8ab07bc02e23bdb36722d41c65f120edd3c7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:39:13 +0000 Subject: [PATCH] build(deps): 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 28.3.3 to 38.0.0 - [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/v28.3.3...v38.0.0) --- updated-dependencies: - dependency-name: electron dependency-version: 38.0.0 dependency-type: direct:production 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 f83773f..e478ddf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "d3": "^7.8.5", - "electron": "^28.0.0", + "electron": "^38.0.0", "joi": "^17.9.2", "uuid": "^9.0.1", "winston": "^3.10.0"