Skip to content

Commit

Permalink
chore(deps): downgrade ytdl-core (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu authored Sep 7, 2023
1 parent f9995b2 commit 69016ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "y2mp3",
"appname": "y2mp3",
"productName": "y2mp3",
"version": "2.5.9-alpha",
"version": "2.5.9",
"main": "main.js",
"author": {
"name": "MosheF",
Expand Down Expand Up @@ -55,7 +55,7 @@
"sass": "^1.57.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.1",
"ytdl-core": "fent/node-ytdl-core#pull/1203/head"
"ytdl-core": "4.10.0"
},
"devDependencies": {
"@types/async": "^3.0.3",
Expand Down
27 changes: 12 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5299,7 +5299,7 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

m3u8stream@^0.8.6:
m3u8stream@^0.8.4:
version "0.8.6"
resolved "https://registry.yarnpkg.com/m3u8stream/-/m3u8stream-0.8.6.tgz#0d6de4ce8ee69731734e6b616e7b05dd9d9a55b1"
integrity sha512-LZj8kIVf9KCphiHmH7sbFQTVe4tOemb202fWwvJwR9W5ENW/1hxJN6ksAWGhQgSBSa3jyWhnjKU1Fw1GaOdbyA==
Expand Down Expand Up @@ -5393,6 +5393,11 @@ min-document@^2.19.0:
dependencies:
dom-walk "^0.1.0"

miniget@^4.0.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/miniget/-/miniget-4.2.3.tgz#3707a24c7c11c25d359473291638ab28aab349bd"
integrity sha512-SjbDPDICJ1zT+ZvQwK0hUcRY4wxlhhNpHL9nJOB2MEAXRGagTljsO8MEDzQMTFf0Q8g4QNi8P9lEm/g7e+qgzA==

miniget@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/miniget/-/miniget-4.2.2.tgz#db20320f265efdc4c1826a0be431d56753074475"
Expand Down Expand Up @@ -7808,19 +7813,11 @@ yauzl@^2.10.0:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"

ytdl-core@^4.11.3:
version "4.11.3"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.3.tgz#0c95cc52b5bef87e9ef18818d75b1e2499fce729"
integrity sha512-0KerQw+R7Nnhcebxq6WPopO92VLNnsoRVjJuhGhRzgfK1YdrnG1aqaq4zycolMBY+K8TZHXPV7ZNIjcawD/BPA==
ytdl-core@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.10.0.tgz#0835cb411677684539fac2bcc10553f6f58db3e1"
integrity sha512-RCCoSVTmMeBPH5NFR1fh3nkDU9okvWM0ZdN6plw6I5+vBBZVUEpOt8vjbSgprLRMmGUsmrQZJhvG1CHOat4mLA==
dependencies:
m3u8stream "^0.8.6"
miniget "^4.2.2"
sax "^1.1.3"

ytdl-core@fent/node-ytdl-core#pull/1203/head:
version "0.0.0-development"
resolved "https://codeload.github.com/fent/node-ytdl-core/tar.gz/586971bd9aeda1cbb4600851cfef82a809833ac2"
dependencies:
m3u8stream "^0.8.6"
miniget "^4.2.2"
m3u8stream "^0.8.4"
miniget "^4.0.0"
sax "^1.1.3"

0 comments on commit 69016ee

Please sign in to comment.