Update package-lock.json and package.json

This commit is contained in:
Preston 2021-05-29 16:55:43 -04:00
parent de3ff14954
commit 3a9c85cf9d
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "freetube", "name": "freetube",
"version": "0.13.0", "version": "0.13.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -52,7 +52,7 @@
"yt-comment-scraper": "^4.0.3", "yt-comment-scraper": "^4.0.3",
"yt-dash-manifest-generator": "1.1.0", "yt-dash-manifest-generator": "1.1.0",
"yt-trending-scraper": "^2.0.0", "yt-trending-scraper": "^2.0.0",
"ytdl-core": "^4.8.1", "ytdl-core": "^4.8.2",
"ytpl": "^2.2.1", "ytpl": "^2.2.1",
"ytsr": "^3.5.0" "ytsr": "^3.5.0"
}, },
@ -148,5 +148,5 @@
"test": "run-s rebuild:node pack:workers jest", "test": "run-s rebuild:node pack:workers jest",
"test:watch": "run-s rebuild:node pack:workers jest:watch" "test:watch": "run-s rebuild:node pack:workers jest:watch"
}, },
"version": "0.13.0" "version": "0.13.1"
} }