From 664a11db51a58fa43f18536dbadd5ebad677abcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:47:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e516de04..73cedd78 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.6.0", "callsite-record": "^4.1.3", "canvas": "^2.10.1", "chart.js": "^3.9.1",