From 7a74de1b34453e8ec9c24135507ff4246ef5b769 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 10:21:47 +0000 Subject: [PATCH] fix: bo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- bo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bo/package.json b/bo/package.json index 7e1cff1..0496120 100644 --- a/bo/package.json +++ b/bo/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "axios": "^0.18.0", - "bootstrap-vue": "^2.0.0-rc.8", + "bootstrap-vue": "^2.0.0", "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",