From 02d42d70a7f6a2dc61b4a9ec261673349b5b3b25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 07:44:01 +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 490ad4a..baba918 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@babel/runtime": "7", "@rails/webpacker": "^6.0.0-beta.7", "@vue/compiler-sfc": "^3.2.37", - "axios": "^0.21.1", + "axios": "^1.12.0", "babel-loader": "8", "bootstrap": "^5.1.0", "compression-webpack-plugin": "9",