From 01fbb3a98b90ffff76116dbca898df2493e06951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:46:37 +0000 Subject: [PATCH] chore(deps-dev): bump electron from 22.3.2 to 22.3.24 Bumps [electron](https://github.com/electron/electron) from 22.3.2 to 22.3.24. - [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/v22.3.2...v22.3.24) --- 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 30f74018..1851f0a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -156,7 +156,7 @@ "css-loader": "^3.2.0", "debug": "^4.1.1", "dependency-check": "^3.4.1", - "electron": "^22.3.2", + "electron": "^22.3.24", "electron-builder": "^22.14.10", "electron-devtools-installer": "^3.1.1", "electron-notarize": "^1.0.0", @@ -16768,9 +16768,9 @@ } }, "node_modules/electron": { - "version": "22.3.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-22.3.2.tgz", - "integrity": "sha512-rcE01ammPJ9RVDF3sCETyeHiDEVxV49Ywn+wXUGiG+jGtOB6erLx5jnBTf2eSVYoTXqoIbigoxGHLq4nLMLLUg==", + "version": "22.3.24", + "resolved": "https://registry.npmjs.org/electron/-/electron-22.3.24.tgz", + "integrity": "sha512-wnGsShoRVk1Jmgr7h/jZK9bI5UwMF88sdQ5c8z2j2N8B9elhF/jKDFjwDXUrY1Y0xzAskOP0tYIDE+UbUM4byQ==", "hasInstallScript": true, "dependencies": { "@electron/get": "^2.0.0", @@ -65708,9 +65708,9 @@ "dev": true }, "electron": { - "version": "22.3.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-22.3.2.tgz", - "integrity": "sha512-rcE01ammPJ9RVDF3sCETyeHiDEVxV49Ywn+wXUGiG+jGtOB6erLx5jnBTf2eSVYoTXqoIbigoxGHLq4nLMLLUg==", + "version": "22.3.24", + "resolved": "https://registry.npmjs.org/electron/-/electron-22.3.24.tgz", + "integrity": "sha512-wnGsShoRVk1Jmgr7h/jZK9bI5UwMF88sdQ5c8z2j2N8B9elhF/jKDFjwDXUrY1Y0xzAskOP0tYIDE+UbUM4byQ==", "requires": { "@electron/get": "^2.0.0", "@types/node": "^16.11.26", diff --git a/package.json b/package.json index 09f18594..5b62b34b 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "css-loader": "^3.2.0", "debug": "^4.1.1", "dependency-check": "^3.4.1", - "electron": "^22.3.2", + "electron": "^22.3.24", "electron-builder": "^22.14.10", "electron-devtools-installer": "^3.1.1", "electron-notarize": "^1.0.0",