From 910bff060e31fe9b120d8b6dac14d08b53a64155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:04:07 +0000 Subject: [PATCH] Bump electron from 13.2.3 to 13.3.0 Bumps [electron](https://github.com/electron/electron) from 13.2.3 to 13.3.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v13.2.3...v13.3.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc387933..b235f23f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "copy-webpack-plugin": "9.0.1", "cpy-cli": "^3.1.1", "cross-env": "7.0.3", - "electron": "^13.2.3", + "electron": "^13.3.0", "electron-builder": "^22.13.1", "electron-devtools-installer": "3.2.0", "electron-notarize": "1.1.1", diff --git a/yarn.lock b/yarn.lock index c2f8fb46..5d059c41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3148,10 +3148,10 @@ electron-to-chromium@^1.3.723: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.736.tgz#f632d900a1f788dab22fec9c62ec5c9c8f0c4052" integrity sha512-DY8dA7gR51MSo66DqitEQoUMQ0Z+A2DSXFi7tK304bdTVqczCAfUuyQw6Wdg8hIoo5zIxkU1L24RQtUce1Ioig== -electron@^13.2.3: - version "13.2.3" - resolved "https://registry.npmjs.org/electron/-/electron-13.2.3.tgz#a0fd80a011ba1549147777c9d72e881577904509" - integrity sha512-FzWhbKHjq7ZTpPQFaYiLPL64erC8/BOsu5NlNN9nQ6f7rIP8ygKlNAlQit3vbOcksQAwItDUCIw4sW0mcaRpCA== +electron@^13.3.0: + version "13.3.0" + resolved "https://registry.npmjs.org/electron/-/electron-13.3.0.tgz#5f4f245723dd50fcd2c3d386a1d66fe748af404f" + integrity sha512-d/BvOLDjI4i7yf9tqCuLL2fFGA2TrM/D9PyRpua+rJolG0qrwp/FohP02L0m+44kmPpofIo4l3NPwLmzyKKimA== dependencies: "@electron/get" "^1.0.1" "@types/node" "^14.6.2"