From 6e13970a5b5d64805de6f55db1535ac25cb7fc1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 05:39:10 +0000 Subject: [PATCH] Bump electron from 2.0.18 to 9.1.0 in /binomial-js Bumps [electron](https://github.com/electron/electron) from 2.0.18 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/v2.0.18...v9.1.0) Signed-off-by: dependabot[bot] --- binomial-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binomial-js/package.json b/binomial-js/package.json index 718e0d4..97a8e7a 100644 --- a/binomial-js/package.json +++ b/binomial-js/package.json @@ -17,6 +17,6 @@ "author": "snicolis", "license": "CC0-1.0", "devDependencies": { - "electron": "^2.0.0" + "electron": "^9.1.0" } }