From 5cb2bd751849ae77f39d41796802bfd80cb9f5ca Mon Sep 17 00:00:00 2001 From: Joris Bertomeu Date: Sat, 2 Nov 2024 16:30:46 +0100 Subject: [PATCH] Upgrade some pkgs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index be98517..6f89ace 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "license": "ISC", "dependencies": { "axios": "^1.7.7", - "bull": "^4.16.3", + "bull": "^4.16.4", "cheerio": "^1.0.0", "cors": "^2.8.5", - "express": "^4.21.0", + "express": "^4.21.1", "fs": "^0.0.1-security", - "mpd-parser": "^1.3.0", + "mpd-parser": "^1.3.1", "path": "^0.12.7", "tar": "^7.4.3", "unzipper": "^0.12.3"