From 9c078a173dc1e053e28865a11d15f9d89f4c51ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 19:53:17 +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-1579269 --- LaraBook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LaraBook/package.json b/LaraBook/package.json index 6014da7..f4065bb 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": "^0.21.3", "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": "^0.21.3", "vue": "^2.2.6", "vue-router": "^2.3.1" }