From 37557329bab84293173313fe81d2a3acba1a0d45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 07:36: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-9292519 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e516de04..f9bfc801 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@sentry/tracing": "^6.11.0", "@types/mongodb": "^4.0.7", "array-pull": "^0.2.1", - "axios": "^0.27.2", + "axios": "^1.8.2", "callsite-record": "^4.1.3", "canvas": "^2.10.1", "chart.js": "^3.9.1",