From a9e2bc5ab10d454a46698e0ac4a328f3cf2cb61c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 16:08:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81ead70..66babfa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "core-js": "^3.6.5", "firebase": "^8.10.0", "firebase-admin": "^10.1.0", - "firebase-tools": "^10.7.1", + "firebase-tools": "^15.0.0", "module": "^1.2.5", "uuid": "^8.3.2", "vue": "^2.6.11",