From 1470638f39ab58bbd704ac3b5dc054cd29091685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:00:17 +0800 Subject: [PATCH] Bump distube from 4.1.0 to 4.1.1 (#352) Bumps [distube](https://github.com/skick1234/DisTube) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/skick1234/DisTube/releases) - [Commits](https://github.com/skick1234/DisTube/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: distube dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 247ea696..a283214c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2217,25 +2217,28 @@ } }, "node_modules/@distube/ytpl": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@distube/ytpl/-/ytpl-1.1.4.tgz", - "integrity": "sha512-ihL6zdZw/+mzQQcqBjAqjUUaW/KW35ZmG7cGGmIuiEUlNZe0MLYed81rjihKRkyCkNjH69LKnW0mkPjzDUCu/g==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@distube/ytpl/-/ytpl-1.2.1.tgz", + "integrity": "sha512-cp9nDYyGTZ2DNHURQXS76ptKWijLMspoxJEj03i++9tJf0LFGTWkskL3sLwcY4qQPLXjlH9FAXwwpjVttdXvZQ==", "dependencies": { - "miniget": "^4.2.3" + "undici": "^5.25.2" }, "engines": { "node": ">=8" } }, "node_modules/@distube/ytsr": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/@distube/ytsr/-/ytsr-1.1.10.tgz", - "integrity": "sha512-ufwnXV8cNDHzyFtJ3VrhEVtfZyRVA6coTDBPnCSWVBZS3X0M+JGcq1Ptac4tZZ69IMDaqQ7YVrqvAys2bmuoLQ==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@distube/ytsr/-/ytsr-1.2.6.tgz", + "integrity": "sha512-fdd38hH2C+Enla4LSfCWm4bIXRrDCgwTcbHF2Mpm6sikhSZhQTRhH4wcxFaXa1Nxa3OirfmiiFZH1GDh5fPbig==", "dependencies": { - "miniget": "^4.2.3" + "undici": "five" }, "engines": { - "node": ">=8" + "node": ">=14.0" + }, + "funding": { + "url": "https://github.com/distubejs/ytsr?sponsor=1" } }, "node_modules/@fastify/busboy": { @@ -5761,9 +5764,9 @@ } }, "node_modules/distube": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/distube/-/distube-4.1.0.tgz", - "integrity": "sha512-i3+hBtN9pUsC5I2aikI6jNVNEZnXxDK3pBXI6MYyyccUA54bEhhpxHhVS6KqSj3xS4pIpb2YvkbcMKOCYGUVRQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/distube/-/distube-4.1.1.tgz", + "integrity": "sha512-AMatU1/oIHEhK2mpwqNf/Hp/SksO/855qWSu5wbGpF4qMymmTestqPu41sM60AouhZk92a2iQYdPLngaBSLZHA==", "funding": [ { "type": "individual", @@ -5775,14 +5778,14 @@ } ], "dependencies": { - "@distube/ytdl-core": "^4.12.1", - "@distube/ytpl": "^1.1.4", - "@distube/ytsr": "^1.1.10", + "@distube/ytdl-core": "^4.13.2", + "@distube/ytpl": "^1.2.1", + "@distube/ytsr": "^1.2.0", "prism-media": "npm:@distube/prism-media@latest", "tiny-typed-emitter": "^2.1.0", "tough-cookie": "^4.1.3", "tslib": "^2.6.2", - "undici": "^5.23.0" + "undici": "^5.27.2" }, "engines": { "node": ">=16.9.0"