From fb1bb5ca35ac9ddb9a74e9cf0c4c8abab70cd219 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Aug 2025 21:47:18 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023267 - https://snyk.io/vuln/SNYK-JS-ELECTRON-11023263 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 00a99c1..111affe 100644 --- a/src/package.json +++ b/src/package.json @@ -7,7 +7,7 @@ "pack:win": "rm -rf build dist && electron-packager . yeti-desktop --asar --prune --platform=win32 --arch=x64 --version=0.33.0 --icon=src/images/favicon.ico --out=build" }, "dependencies": { - "electron": "^4.0.6", + "electron": "^37.2.5", "electron-packager": "^13.1.0" } }