From 04e8391bf99219ae9b9ecc80f670adf3f85f4814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:53:15 +0000 Subject: [PATCH] Bump electron from 23.1.3 to 23.3.13 in /tests/electron-tests Bumps [electron](https://github.com/electron/electron) from 23.1.3 to 23.3.13. - [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/v23.1.3...v23.3.13) --- updated-dependencies: - dependency-name: electron dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/electron-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/electron-tests/package.json b/tests/electron-tests/package.json index 46fc96c..742c678 100644 --- a/tests/electron-tests/package.json +++ b/tests/electron-tests/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Colin Clark", "dependencies": { - "electron": "23.1.3", + "electron": "23.3.13", "infusion-electron": "0.9.0", "osc": "../.." },