From 97e04eed670abf8dce55cc729f4e303021cc78cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:09:03 +0000 Subject: [PATCH] Bump electron from 22.0.0 to 22.3.25 in /BootstrappedElectron/ClientApp Bumps [electron](https://github.com/electron/electron) from 22.0.0 to 22.3.25. - [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.0.0...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- BootstrappedElectron/ClientApp/package-lock.json | 14 +++++++------- BootstrappedElectron/ClientApp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/BootstrappedElectron/ClientApp/package-lock.json b/BootstrappedElectron/ClientApp/package-lock.json index 26e237f..081e876 100644 --- a/BootstrappedElectron/ClientApp/package-lock.json +++ b/BootstrappedElectron/ClientApp/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.11.0", "@mui/lab": "^5.0.0-alpha.113", "@mui/material": "^5.11.1", - "electron": "^22.0.0" + "electron": "^22.3.25" }, "devDependencies": { "@icehunter/eslint-config": "^1.2.0", @@ -7393,9 +7393,9 @@ } }, "node_modules/electron": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-22.0.0.tgz", - "integrity": "sha512-cgRc4wjyM+81A0E8UGv1HNJjL1HBI5cWNh/DUIjzYvoUuiEM0SS0hAH/zaFQ18xOz2ced6Yih8SybpOiOYJhdg==", + "version": "22.3.25", + "resolved": "https://registry.npmjs.org/electron/-/electron-22.3.25.tgz", + "integrity": "sha512-AjrP7bebMs/IPsgmyowptbA7jycTkrJC7jLZTb5JoH30PkBC6pZx/7XQ0aDok82SsmSiF4UJDOg+HoLrEBiqmg==", "hasInstallScript": true, "dependencies": { "@electron/get": "^2.0.0", @@ -24020,9 +24020,9 @@ } }, "electron": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-22.0.0.tgz", - "integrity": "sha512-cgRc4wjyM+81A0E8UGv1HNJjL1HBI5cWNh/DUIjzYvoUuiEM0SS0hAH/zaFQ18xOz2ced6Yih8SybpOiOYJhdg==", + "version": "22.3.25", + "resolved": "https://registry.npmjs.org/electron/-/electron-22.3.25.tgz", + "integrity": "sha512-AjrP7bebMs/IPsgmyowptbA7jycTkrJC7jLZTb5JoH30PkBC6pZx/7XQ0aDok82SsmSiF4UJDOg+HoLrEBiqmg==", "requires": { "@electron/get": "^2.0.0", "@types/node": "^16.11.26", diff --git a/BootstrappedElectron/ClientApp/package.json b/BootstrappedElectron/ClientApp/package.json index 71ffa23..72fb255 100644 --- a/BootstrappedElectron/ClientApp/package.json +++ b/BootstrappedElectron/ClientApp/package.json @@ -41,6 +41,6 @@ "@mui/icons-material": "^5.11.0", "@mui/lab": "^5.0.0-alpha.113", "@mui/material": "^5.11.1", - "electron": "^22.0.0" + "electron": "^22.3.25" } }