From d3db5c5d9e61be8c214e7ff7cc9e6b74d9d8f24f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 09:04:12 +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 0bdc6e4..d803859 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "ag-grid-vue": "^17.0.0", - "axios": "^0.15.3", + "axios": "^1.12.0", "connect-history-api-fallback": "^1.3.0", "debounce": "^1.0.0", "express": "^4.16.1",