From fab56a7957319f2dd35b27bfa2d8b8fc25b68468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:15:10 +0000 Subject: [PATCH] Bump electron from 19.0.1 to 19.0.5 Bumps [electron](https://github.com/electron/electron) from 19.0.1 to 19.0.5. - [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/v19.0.1...v19.0.5) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... 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 6e3aba3..22c1e3f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@electron-forge/cli": "^6.0.0-beta.63", "@electron-forge/maker-squirrel": "^6.0.0-beta.63", "@electron-forge/publisher-github": "^6.0.0-beta.63", - "electron": "^19.0.1" + "electron": "^19.0.5" }, "dependencies": { "electron-is-dev": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 9f1cf20..0159829 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1363,10 +1363,10 @@ electron-winstaller@^5.0.0: lodash.template "^4.2.2" temp "^0.9.0" -electron@^19.0.1: - version "19.0.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.1.tgz#9370cb4d43db959bbe1dfa85ba582b3a012af5aa" - integrity sha512-zuhJVV7nTDFrRZ7uAIylSD0Eoi1xcUV4UzGfpWsREI4W5GsxNGyZQeqQDpg43w8+7oED812oDrGfPh5kb9rcQA== +electron@^19.0.5: + version "19.0.5" + resolved "https://registry.yarnpkg.com/electron/-/electron-19.0.5.tgz#852042c3f598cf2b3874cbcccc0308002c2b3fe9" + integrity sha512-gC4kPr/Mf7QbeE5NAo1AC4Zg/SXLnW0ttlyzhVdyB2aErBspWh231UhHLJUlOdaVNqitdbnppdaXjoZHsR5QzQ== dependencies: "@electron/get" "^1.14.1" "@types/node" "^16.11.26"