From 05168ea7be2843d87ef817ef206c8d6599fb90c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:42:29 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 47732e9..a251aa2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "dependencies": { "awesome-charts": "^1.0.0", "bootstrap": "^4.0.0-beta.2", - "bootstrap-vue": "latest", + "bootstrap-vue": "2.0.0", "chart.js": "^2.7.2", "popper.js": "^1.12.9", "vue": "^2.5.2",