From 01017713a165bba0247478355671e995b636458b Mon Sep 17 00:00:00 2001 From: svc-devtoolsbot <79531021+svc-devtoolsbot@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:18:51 +0000 Subject: [PATCH] chore: update electron (#5210) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package-lock.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package-lock.json b/package-lock.json index ad49fbc864a..69b6448fdf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,9 @@ "configs/*", "scripts" ], + "dependencies": { + "electron": "^25.9.8" + }, "devDependencies": { "@babel/core": "7.16.0", "@babel/parser": "7.16.0",