From b1ed37119ef0f87a04bed0ce5e5c3aa07ff0f6c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Feb 2025 18:23:00 +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-8097217 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 00a99c1..547abec 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": "^32.3.0", "electron-packager": "^13.1.0" } }