From 2fec5104ec4650320867d518e5f3d59095f46448 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Sep 2025 07:57:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72ec66f..b82a187 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "webpack-hot-middleware": "^2.25.0" }, "dependencies": { - "axios": "^0.19.2", + "axios": "^1.12.0", "stylelint-order": "^4.0.0", "tailwindcss": "^1.1.4", "vue": "^2.6"