From 7ee839715a323b5f480bcff0c6abfc970885a42d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 06:34:12 +0000 Subject: [PATCH] fix: LaraBook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- LaraBook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaraBook/package.json b/LaraBook/package.json index 6014da7..16202b9 100644 --- a/LaraBook/package.json +++ b/LaraBook/package.json @@ -7,7 +7,7 @@ "production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "devDependencies": { - "axios": "^0.19.0", + "axios": "^1.7.8", "bootstrap-sass": "^3.3.7", "jquery": "^3.1.0", "laravel-mix": "^0.5.0", @@ -15,7 +15,7 @@ "vue": "^2.0.1" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^1.7.8", "vue": "^2.2.6", "vue-router": "^2.3.1" }