From 23cb64bf28d5f426b9cc2c670dc5ee3275240594 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 20:11:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-6564963 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564964 --- 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",