From 924d6dddd099afe32f449c3ac3291f2abde0780a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 07:53:29 +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 a792d88..d12f35c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@mui/lab": "^5.0.0-alpha.149", "@mui/material": "^5.14.14", "@mui/x-data-grid": "^6.16.3", - "axios": "1.7.8", + "axios": "1.12.0", "laravel-vite-plugin": "^0.8.1", "lodash": "4.17.21", "notistack": "^3.0.0",