From a1e2afb58b7423f74038e31726c9441cf3ba3685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 12:55:10 +0200 Subject: [PATCH] chore: bump electron from 19.0.0 to 19.0.1 (#610) Bumps [electron](https://github.com/electron/electron) from 19.0.0 to 19.0.1. - [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.0...v19.0.1) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7994ad7..5812bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "clone-response": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", - "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "integrity": "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==", "dev": true, "requires": { "mimic-response": "^1.0.0" @@ -180,9 +180,9 @@ "dev": true }, "electron": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-19.0.0.tgz", - "integrity": "sha512-VXwqLQxuIUr0SI8vOYDj5OLPwtKa/trn5DVKd/BFGT/U/IerfVoSZuydGLOjSL5yJlckfmKQpiq+8PW4gI8hXA==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-19.0.1.tgz", + "integrity": "sha512-zuhJVV7nTDFrRZ7uAIylSD0Eoi1xcUV4UzGfpWsREI4W5GsxNGyZQeqQDpg43w8+7oED812oDrGfPh5kb9rcQA==", "dev": true, "requires": { "@electron/get": "^1.14.1", diff --git a/package.json b/package.json index 75d9e62..bb20ff5 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "author": "GitHub", "license": "CC0-1.0", "devDependencies": { - "electron": "^19.0.0" + "electron": "^19.0.1" } }