From 90bf91f292aaecacb9e1ff426edc0d28ec14a7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:54:46 +0000 Subject: [PATCH] Bump electron from 19.0.0 to 19.1.8 Bumps [electron](https://github.com/electron/electron) from 19.0.0 to 19.1.8. - [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.1.8) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbd064d..af972cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "chai": "^4.2.0", "css-loader": "^4.0.0", "deepmerge": "^4.2.2", - "electron": "19.0.0", + "electron": "19.1.8", "electron-devtools-installer": "^3.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", @@ -8011,9 +8011,9 @@ } }, "node_modules/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.1.8", + "resolved": "https://registry.npmjs.org/electron/-/electron-19.1.8.tgz", + "integrity": "sha512-UfPQdFjgKI0xCm1V5sV3iAVOs0kCwAE91xWzV5tI7ij14yOkxTdXp9BqTzFaSbQYLYxn6q1BUUe1nlzjJjzAnw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -29505,9 +29505,9 @@ } }, "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.1.8", + "resolved": "https://registry.npmjs.org/electron/-/electron-19.1.8.tgz", + "integrity": "sha512-UfPQdFjgKI0xCm1V5sV3iAVOs0kCwAE91xWzV5tI7ij14yOkxTdXp9BqTzFaSbQYLYxn6q1BUUe1nlzjJjzAnw==", "dev": true, "requires": { "@electron/get": "^1.14.1", diff --git a/package.json b/package.json index 4cf358f..3053dd4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "chai": "^4.2.0", "css-loader": "^4.0.0", "deepmerge": "^4.2.2", - "electron": "19.0.0", + "electron": "19.1.8", "electron-devtools-installer": "^3.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2",