From 51624c59095e1bc677a667c893f96bf59077ea2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 18:13:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a93bd1..f4ffb60 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@distube/yt-dlp": "^1.1.3", "@distube/ytdl-core": "^4.11.17", "@sern/handler": "^2.6.1", - "axios": "^1.1.3", + "axios": "^1.6.0", "discord.js": "^14.8.0", "distube": "^4.0.4", "dotenv": "^16.0.3",