From 3cc04fdc716a7b4ef9da68b84f419729e2fcd7d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Sep 2025 05:52:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-12485155 - https://snyk.io/vuln/SNYK-JS-SIRV-12558119 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f80e71..601c257 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "webpack": "^4.46.0", "yorkie": "^2.0.0", "@capacitor-community/electron": "^1.3.1", - "electron": "^26.2.0", + "electron": "^35.7.5", "electron-builder": "^23.6.0", "typescript": "~4.0.8", "@apollo/client": "3.5.10", @@ -217,7 +217,7 @@ "escape-html": "^1.0.3", "graphql": "^14.5.8", "is-electron": "^2.2.1", - "nuxt": "^2.15.2", + "nuxt": "^3.0.0", "nuxt-buefy": "^0.4.23", "roarr": "^7.11.0", "serialize-error": "9.1.0",