From ac3db764295cb4a24e075484ccca8606d4f8be99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:09:47 +0000 Subject: [PATCH] chore(deps-dev): bump electron from 24.8.8 to 39.8.4 Bumps [electron](https://github.com/electron/electron) from 24.8.8 to 39.8.4. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v24.8.8...v39.8.4) --- updated-dependencies: - dependency-name: electron dependency-version: 39.8.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++++++------------ package.json | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca8addc4..465d7d1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@soda/friendly-errors-webpack-plugin": "^1.8.1", "babel-loader": "^8.2.5", "css-loader": "^6.7.1", - "electron": "^24.2.0", + "electron": "^39.8.4", "electron-builder": "^26.7.0", "eslint": "^8.20.0", "eslint-plugin-vue": "^9.2.0", @@ -3712,11 +3712,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.2.tgz", - "integrity": "sha512-6wzfBdbWpe8QykUkXBjtmO3zITA0A3FIjoy+in0Y2K4KrCiRhNYJIdwAPDffZ3G6GnaKaSLSEa9ZuORLfEoiwg==", + "version": "22.19.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz", + "integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.21.0" } }, "node_modules/@types/plist": { @@ -6284,14 +6285,15 @@ } }, "node_modules/electron": { - "version": "24.8.8", - "resolved": "https://registry.npmjs.org/electron/-/electron-24.8.8.tgz", - "integrity": "sha512-0A2tGwG/0hxnD32Lil9wgSydQ0HCP5AdkgcH+qee3QgaC2jVq55YIbrj/0ZAq4L7yiZvQTzYIrc6kie7OahJKQ==", + "version": "39.8.4", + "resolved": "https://registry.npmjs.org/electron/-/electron-39.8.4.tgz", + "integrity": "sha512-eXYKxr4y+s31xs78keVJYg+XY20tGQMQzyIhZvc5L0XRDH2Gp08mbeFlbR1OjAeM5h5l/T2JYT2MFK2kYe2fMg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "dependencies": { "@electron/get": "^2.0.0", - "@types/node": "^18.11.18", + "@types/node": "^22.7.7", "extract-zip": "^2.0.1" }, "bin": { @@ -12054,9 +12056,10 @@ "integrity": "sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==" }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/package.json b/package.json index eb433448..1b8cc2fe 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@soda/friendly-errors-webpack-plugin": "^1.8.1", "babel-loader": "^8.2.5", "css-loader": "^6.7.1", - "electron": "^24.2.0", + "electron": "^39.8.4", "electron-builder": "^26.7.0", "eslint": "^8.20.0", "eslint-plugin-vue": "^9.2.0",