From a16abb2fe62d53247885e8d00cbe5afc835e8b3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 06:03:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f53f850..3589e9b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@distube/ytdl-core": "^4.14.3", "@sern/handler": "^4.0.1", "@sern/publisher": "^1.1.2", - "axios": "^1.1.3", + "axios": "^1.7.4", "discord.js": "^14.15.3", "distube": "^5.0.2", "dotenv": "^16.0.3",