From f1d7219c232d44f760864a6e1ec8dbb646977f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:09:11 +0000 Subject: [PATCH] Bump electron from 16.0.4 to 22.3.25 in /GrpcJsElectronSharp/Client Bumps [electron](https://github.com/electron/electron) from 16.0.4 to 22.3.25. - [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/v16.0.4...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- GrpcJsElectronSharp/Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GrpcJsElectronSharp/Client/package.json b/GrpcJsElectronSharp/Client/package.json index a710fd4..dff1b82 100644 --- a/GrpcJsElectronSharp/Client/package.json +++ b/GrpcJsElectronSharp/Client/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@types/node": "14.14.31", "devtron": "^1.4.0", - "electron": "16.0.4", + "electron": "22.3.25", "electron-builder": "22.10.5", "electron-debug": "^3.2.0", "electron-devtools-installer": "^3.2.0",