From 5766f3c889f674f7ad0fab0cc05e74c50e663966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 04:39:01 +0000 Subject: [PATCH] Bump electron from 3.1.13 to 9.1.0 in /threejs/three Bumps [electron](https://github.com/electron/electron) from 3.1.13 to 9.1.0. - [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/v3.1.13...v9.1.0) Signed-off-by: dependabot[bot] --- threejs/three/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threejs/three/package.json b/threejs/three/package.json index 3ef1e25..67ad238 100644 --- a/threejs/three/package.json +++ b/threejs/three/package.json @@ -34,7 +34,7 @@ "description": "JavaScript 3D library", "devDependencies": { "concurrently": "^4.0.1", - "electron": "^3.0.8", + "electron": "^9.1.0", "eslint": "^5.9.0", "eslint-config-mdcs": "^4.2.3", "eslint-plugin-html": "^5.0.0",