From bf12dce26425d7e39990bdf0af56365d7b63cc19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 05:41:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 123529b..b9796e6 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.8.3", "camelcase": "^6.2.0", "chalk": "^4.1.1", "commander": "^5.1.0",