From c1c1a88abe11692634fda5fc00b2f39efe4605d7 Mon Sep 17 00:00:00 2001 From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:31:35 +0200 Subject: [PATCH] SDA-4620 Upgrade electron-updater@6.3.0 (#2181) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de94bad2..b043c59e 100644 --- a/package.json +++ b/package.json @@ -220,7 +220,7 @@ "electron-dl": "3.5.0", "electron-fetch": "1.9.1", "electron-log": "4.4.8", - "electron-updater": "^6.1.9", + "electron-updater": "6.3.0", "filesize": "^10.0.6", "lazy-brush": "^1.0.1", "lodash.debounce": "^4.0.8",