From cf08829a9875bb1299b80c80cb81453d38cf8f90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:14:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81ead70..39bf785 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.13.5", "core-js": "^3.6.5", "firebase": "^8.10.0", "firebase-admin": "^10.1.0", - "firebase-tools": "^10.7.1", + "firebase-tools": "^13.0.0", "module": "^1.2.5", "uuid": "^8.3.2", "vue": "^2.6.11",