From c127f581383658cf71e24db61847e0768256f7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:30:22 +0000 Subject: [PATCH] Bump electron from 9.1.0 to 10.1.3 in /electron app/resources/datpart Bumps [electron](https://github.com/electron/electron) from 9.1.0 to 10.1.3. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v9.1.0...v10.1.3) Signed-off-by: dependabot[bot] --- electron app/resources/datpart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron app/resources/datpart/package.json b/electron app/resources/datpart/package.json index c0696f8..9e9a5f8 100644 --- a/electron app/resources/datpart/package.json +++ b/electron app/resources/datpart/package.json @@ -74,6 +74,6 @@ }, "devDependencies": { "dat-node": "3.5.14", - "electron": "9.1.0" + "electron": "10.1.3" } }