From a6947c9b048f94a2652171cbed9acc817c4e42a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 08:22:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-10906462 - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2f80e71..3f93413 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,13 @@ "@typescript-eslint/eslint-plugin": "^4.17.0", "@typescript-eslint/parser": "^4.17.0", "@volar-plugins/vetur": "^0.1.0", - "@vue/cli-shared-utils": "^4.5.11", + "@vue/cli-shared-utils": "^5.0.0", "@vue/test-utils": "^1.3.0", "@vue/vue2-jest": "^27.0.0-alpha.4", "babel-jest": "^27.2.4", "config": "^3.3.6", "cordova-res": "^0.15.3", - "cypress": "^10.9.0", + "cypress": "^13.0.0", "eslint": "^7.21.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-cypress": "^2.11.2", @@ -57,7 +57,7 @@ "joi": "^17.4.0", "lint-staged": "^11.2.0", "mock-apollo-client": "^1.2.0", - "node-sass": "^6.0.1", + "node-sass": "^9.0.0", "nuxt-svg-loader": "^1.2.0", "prettier": "^2.2.1", "sass-loader": "^10.1.1", @@ -70,7 +70,7 @@ "webpack": "^4.46.0", "yorkie": "^2.0.0", "@capacitor-community/electron": "^1.3.1", - "electron": "^26.2.0", + "electron": "^37.2.4", "electron-builder": "^23.6.0", "typescript": "~4.0.8", "@apollo/client": "3.5.10", @@ -365,7 +365,7 @@ "tslint": "^6.1.2", "tslint-react": "^4.1.0", "typescript": "^4.6.3", - "eas-cli": "^3.6.0", + "eas-cli": "^16.17.1", "expo": "~47.0.14", "expo-av": "13.0.2", "expo-build-properties": "~0.4.1",