From 3d69512a8206f7169bc937ab74995725a1dd4fd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 04:54:39 +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 32fab96..78db818 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "ajv": "^6.5.3", - "axios": "^0.19.0", + "axios": "^0.30.0", "babel-polyfill": "^6.23.0", "halogenium": "^2.2.3", "numeral": "^2.0.4",