From 9bd657ab1c17e7412843a166005ee27d27774632 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:36:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 694a2b2..1bf5cfd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@fortawesome/free-solid-svg-icons": "^5.4.0", "@fortawesome/vue-fontawesome": "^0.1.1", "axios": "^0.18.0", - "bootstrap-vue": "^2.0.0-rc.11", + "bootstrap-vue": "^2.0.0", "register-service-worker": "^1.0.0", "vue": "^2.5.17", "vue-json-pretty": "^1.4.1",