From 01569dd1bcee72206e56c353a620d55a70466370 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:06:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba4e8dd..6e079d4 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.4", "cors": "^2.8.5", "discord.js": "^14.13.0", "dotenv": "^10.0.0",