From 5826c8d1a933d077374086a95d064183c2b7bd92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 05:41:09 +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 123529b..091cc1c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@darkobits/lolcatjs": "^3.1.5", "ajv": "^8.6.2", "antd": "^4.16.7", - "axios": "^1.6.4", + "axios": "^1.12.0", "camelcase": "^6.2.0", "chalk": "^4.1.1", "commander": "^5.1.0",