From f830448566936a31c820081205cd6ba5232af162 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Mar 2025 06:02:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEGITCONFIG-9403763 - https://snyk.io/vuln/SNYK-JS-ELECTRON-9486047 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2f80e71..66aac8b 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": "^33.4.6", "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.16.1", "nuxt-buefy": "^0.4.23", "roarr": "^7.11.0", "serialize-error": "9.1.0",