From 9be7349c54b097d306215163faad52cc8511f619 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 May 2025 21:01:16 +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-10188824 - https://snyk.io/vuln/SNYK-JS-ELECTRON-10245168 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 00a99c1..a4b53f4 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": "^36.3.0", "electron-packager": "^13.1.0" } }