From 4b2484374b2918cf552d1c5cfabb94dc83db90a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 14:19:44 +0000 Subject: [PATCH] fix: bo/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-QS-15268416 --- bo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bo/package.json b/bo/package.json index 7e1cff1..29cace4 100644 --- a/bo/package.json +++ b/bo/package.json @@ -11,10 +11,10 @@ "build": "node build/build.js" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.13.5", "bootstrap-vue": "^2.0.0-rc.8", "confit-client": "^0.4.0", - "firebase": "^4.13.0", + "firebase": "^7.14.0", "toastr": "^2.1.4", "uuid4": "^1.0.0", "vue": "^2.5.2",