Skip to content

Commit

Permalink
v 20.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CelularBat committed Aug 16, 2024
1 parent aab4090 commit a7c61d5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "freetube",
"productName": "FreeTube",
"description": "A private YouTube client",
"version": "0.20.2",
"version": "0.20.4",
"license": "AGPL-3.0-or-later",
"main": "./dist/main.js",
"private": true,
Expand Down Expand Up @@ -77,7 +77,7 @@
"vue-observe-visibility": "^1.0.0",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"youtubei.js": "^10.1.0"
"youtubei.js": "^10.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5226,10 +5226,10 @@ jest-worker@^29.7.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jintr@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/jintr/-/jintr-2.0.0.tgz"
integrity sha512-RiVlevxttZ4eHEYB2dXKXDXluzHfRuw0DJQGsYuKCc5IvZj5/GbOakeqVX+Bar/G9kTty9xDJREcxukurkmYLA==
jintr@^2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/jintr/-/jintr-2.1.1.tgz"
integrity sha512-89cwX4ouogeDGOBsEVsVYsnWWvWjchmwXBB4kiBhmjOKw19FiOKhNhMhpxhTlK2ctl7DS+d/ethfmuBpzoNNgA==
dependencies:
acorn "^8.8.0"

Expand Down Expand Up @@ -8813,12 +8813,12 @@ yocto-queue@^1.0.0:
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz"
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

youtubei.js@^10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/youtubei.js/-/youtubei.js-10.1.0.tgz"
integrity sha512-MokZMAnpWH11VYvWuW6qjPiiPmgRl5rfDgPQOpif9qXcVHoVw1hi8ePuRSD0AZSZ+uvWGe8rvas2dzp+Jv5JKQ==
youtubei.js@^10.3.0:
version "10.3.0"
resolved "https://registry.npmjs.org/youtubei.js/-/youtubei.js-10.3.0.tgz"
integrity sha512-tLmeJCECK2xF2hZZtF2nEqirdKVNLFSDpa0LhTaXY3tngtL7doQXyy7M2CLueramDTlmCnFaW+rctHirTPFaRQ==
dependencies:
jintr "^2.0.0"
jintr "^2.1.1"
tslib "^2.5.0"
undici "^5.19.1"

Expand Down

0 comments on commit a7c61d5

Please sign in to comment.