From a5c0c718c66f0c94c4f4cb77416256153aa27251 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 20:00:32 +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 17d09b6..396704b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@discordjs/voice": "^0.15.0", "@napi-rs/canvas": "^0.1.30", "@sern/handler": "^3.0.3", - "axios": "^1.1.3", + "axios": "^1.6.4", "dayjs": "^1.11.6", "discord-tictactoe": "^4.0.0", "discord.js": "^14.13.0",