diff --git a/package-lock.json b/package-lock.json index 6666ac5..6806a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,9 +57,9 @@ } }, "ytdl-core": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.11.2.tgz", - "integrity": "sha512-D939t9b4ZzP3v0zDvehR2q+KgG97UTgrTKju3pOPGQcXtl4W6W5z0EpznzcJFu+OOpl7S7Ge8hv8zU65QnxYug==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.11.4.tgz", + "integrity": "sha512-tsVvqt++B5LSTMnCKQb4H/PFBewKj7gGPJ6KIM5gOFGMKNZj4qglGAl4QGFG8cNPP6wY54P80FDID5eN2di0GQ==", "requires": { "m3u8stream": "^0.8.6", "miniget": "^4.2.2", diff --git a/package.json b/package.json index a2511d0..aa2daf4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "fluent-ffmpeg": "2.1.2", - "ytdl-core": "4.11.2" + "ytdl-core": "4.11.4" }, "devDependencies": { "@types/node": "18.13.0"