From 22c60bce073ddf633dc4eeb35a5e577abffbd767 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:01:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f960191..3ac63587 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@types/node": "^17.0.45", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", - "axios": "^1.6.0", + "axios": "^1.6.3", "d3-dsv": "^3.0.1", "dayjs": "^1.11.5", "html2canvas": "^1.4.1",