From 61ff274aee91b1ba34cc316f9b3c862f79d6042d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 03:47:35 +0000 Subject: [PATCH] chore(deps-dev): bump electron in /examples/libs/three Bumps [electron](https://github.com/electron/electron) from 1.8.2 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/v1.8.2...v9.1.0) Signed-off-by: dependabot[bot] --- examples/libs/three/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libs/three/package.json b/examples/libs/three/package.json index c0d2883..e2edd35 100644 --- a/examples/libs/three/package.json +++ b/examples/libs/three/package.json @@ -34,7 +34,7 @@ "description": "JavaScript 3D library", "devDependencies": { "concurrently": "^3.5.0", - "electron": "1.8.2", + "electron": "9.1.0", "eslint": "^4.1.1", "eslint-config-mdcs": "^4.2.2", "google-closure-compiler": "20180204.0.0",