From ba57355d832fefab4b15d13a00a5cfa9a3604684 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Feb 2024 23:52:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-6252336 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a93bd1..971c37d 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,11 @@ "@distube/soundcloud": "^1.2.2", "@distube/spotify": "^1.4.2", "@distube/yt-dlp": "^1.1.3", - "@distube/ytdl-core": "^4.11.17", + "@distube/ytdl-core": "^4.13.3", "@sern/handler": "^2.6.1", "axios": "^1.1.3", "discord.js": "^14.8.0", - "distube": "^4.0.4", + "distube": "^4.1.1", "dotenv": "^16.0.3", "genius-lyrics": "^4.4.0", "libsodium-wrappers": "^0.7.10",