From da6264d2ccc0c55e2666194b8dea51ca01621371 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 09:47:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e516de04..42de438f 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ "@sentry/tracing": "^6.11.0", "@types/mongodb": "^4.0.7", "array-pull": "^0.2.1", - "axios": "^0.27.2", + "axios": "^0.30.0", "callsite-record": "^4.1.3", "canvas": "^2.10.1", "chart.js": "^3.9.1", - "chartjs-node-canvas": "^4.1.6", + "chartjs-node-canvas": "^5.0.0", "colornames": "^1.1.1", "discord.js": "^13.10.2", "dotenv": "^16.0.0",