From 8df3acbfca77251590e495c287b55b3356e09abb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 07:53:56 +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 7bb550b..5cce098 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "apollo-link": "^1.2.9", "apollo-link-error": "^1.1.8", "apollo-link-http": "^1.5.12", - "axios": "^0.18.0", + "axios": "^1.12.0", "devextreme": "^18.2.6", "devextreme-vue": "^18.2.6", "graphql": "^14.1.1",