From 57b7fcf31f8976fa372470d06d7ba45bd40743bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:13:35 +0000 Subject: [PATCH] npm devdeps(deps-dev): bump electron from 23.1.4 to 23.3.13 Bumps [electron](https://github.com/electron/electron) from 23.1.4 to 23.3.13. - [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/v23.1.4...v23.3.13) --- 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 e427aebc..47522d38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "babel-loader": "^8.2.3", "babel-plugin-inferno": "^6.3.0", "babel-plugin-syntax-jsx": "^6.18.0", - "electron": "^23.1.4", + "electron": "^23.3.13", "electron-builder": "^22.14.5", "electron-devtools-installer": "^3.2.0", "fs-extra": "^10.0.0", @@ -3104,9 +3104,9 @@ } }, "node_modules/electron": { - "version": "23.1.4", - "resolved": "https://registry.npmjs.org/electron/-/electron-23.1.4.tgz", - "integrity": "sha512-3Z6CpAPdhv6haYX9DTO7k0l6uAUreZM3/EngQYqGN3Gz7Fp0DPb/egt8BwR3ClG/jTlQM+PQ+5WkTK0eMjm07A==", + "version": "23.3.13", + "resolved": "https://registry.npmjs.org/electron/-/electron-23.3.13.tgz", + "integrity": "sha512-BaXtHEb+KYKLouUXlUVDa/lj9pj4F5kiE0kwFdJV84Y2EU7euIDgPthfKtchhr5MVHmjtavRMIV/zAwEiSQ9rQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -11071,9 +11071,9 @@ } }, "electron": { - "version": "23.1.4", - "resolved": "https://registry.npmjs.org/electron/-/electron-23.1.4.tgz", - "integrity": "sha512-3Z6CpAPdhv6haYX9DTO7k0l6uAUreZM3/EngQYqGN3Gz7Fp0DPb/egt8BwR3ClG/jTlQM+PQ+5WkTK0eMjm07A==", + "version": "23.3.13", + "resolved": "https://registry.npmjs.org/electron/-/electron-23.3.13.tgz", + "integrity": "sha512-BaXtHEb+KYKLouUXlUVDa/lj9pj4F5kiE0kwFdJV84Y2EU7euIDgPthfKtchhr5MVHmjtavRMIV/zAwEiSQ9rQ==", "dev": true, "requires": { "@electron/get": "^2.0.0", diff --git a/package.json b/package.json index 4826486c..d7f716a8 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "babel-loader": "^8.2.3", "babel-plugin-inferno": "^6.3.0", "babel-plugin-syntax-jsx": "^6.18.0", - "electron": "^23.1.4", + "electron": "^23.3.13", "electron-builder": "^22.14.5", "electron-devtools-installer": "^3.2.0", "fs-extra": "^10.0.0",