From f72016360f1de02da2eeee243671901693f0be05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:03: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-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba4e8dd..99a8fa5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@types/node-fetch": "^2.6.3", "@types/ws": "^8.5.6", "argon2": "^0.28.2", - "axios": "^0.21.1", + "axios": "^1.6.3", "cors": "^2.8.5", "discord.js": "^14.13.0", "dotenv": "^10.0.0",