From 4e04d1d34c0f825b68dc0083f6e4a8b96351a049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 21:18:34 +0000 Subject: [PATCH] Bump electron from 9.1.1 to 9.4.0 Bumps [electron](https://github.com/electron/electron) from 9.1.1 to 9.4.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/v9.1.1...v9.4.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce62b59..9dc0a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5457,9 +5457,9 @@ } }, "electron": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-9.1.1.tgz", - "integrity": "sha512-BYvroBLV9x7G4iN33P/IxeZqwjl62/9VuBAF1CoM0m6OeheaiLog1ZMKLlCqVXycJvvrAvLHc454DDEmwnqqhA==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-9.4.0.tgz", + "integrity": "sha512-hOC4q0jkb+UDYZRy8vrZ1IANnq+jznZnbkD62OEo06nU+hIbp2IrwDRBNuSLmQ3cwZMVir0WSIA1qEVK0PkzGA==", "dev": true, "requires": { "@electron/get": "^1.0.1", diff --git a/package.json b/package.json index c5986d7..d159992 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@types/react": "^16.9.43", "@types/react-dom": "^16.9.8", "babel-loader": "^8.1.0", - "electron": "^9.1.1", + "electron": "^9.4.0", "electron-cgi": "^1.0.5", "electron-packager": "^15.0.0", "html-webpack-plugin": "^4.3.0",