From 7dff5bf16193905acf9383d0b56dc25741f261d3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 22:49:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-11502178 - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 337b05b5a70b..6260f7d5cc3d 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "copy-webpack-plugin": "12.0.2", "cpy-cli": "^5.0.0", "cross-env": "7.0.3", - "electron": "22.3.25", + "electron": "37.2.6", "electron-builder": "^24.13.3", "electron-link": "^0.6.0", "electron-mksnapshot": "29.3.0", @@ -122,7 +122,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "7.34.1", "husky": "9.0.11", - "inquirer": "9.2.18", + "inquirer": "10.0.0", "node-addon-api": "8.0.0", "null-loader": "4.0.1", "parse-url": "8.1.0",