From d330248835b4a23e8606bdc65078dd5a33c41237 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 05:59:43 +0000 Subject: [PATCH] fix: LaraBook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 --- LaraBook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaraBook/package.json b/LaraBook/package.json index 6014da7..a42a55c 100644 --- a/LaraBook/package.json +++ b/LaraBook/package.json @@ -12,11 +12,11 @@ "jquery": "^3.1.0", "laravel-mix": "^0.5.0", "lodash": "^4.16.2", - "vue": "^2.0.1" + "vue": "^3.0.0" }, "dependencies": { "axios": "^0.19.0", - "vue": "^2.2.6", + "vue": "^3.0.0", "vue-router": "^2.3.1" } }