From a3d3ae173938abbe3ea7f878a2aa807bb7205274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:03:05 +0000 Subject: [PATCH] Bump electron from 10.0.0 to 22.3.21 in /Applications/JSPaint Bumps [electron](https://github.com/electron/electron) from 10.0.0 to 22.3.21. - [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/v10.0.0...v22.3.21) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Applications/JSPaint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/JSPaint/package.json b/Applications/JSPaint/package.json index 283ee97e..c6388e03 100644 --- a/Applications/JSPaint/package.json +++ b/Applications/JSPaint/package.json @@ -68,7 +68,7 @@ "cypress": "4.7.0", "cypress-image-snapshot": "3.1.1", "devtron": "^1.4.0", - "electron": "10.0.0", + "electron": "22.3.21", "electron-debug": "^3.0.1", "eslint": "6.4.0", "live-server": "^1.2.1",