Merge pull request #24 from harvard-lil/dependencies-update-21-06-2023

Dependencies update
pull/25/head 0.0.8
Matteo Cargnelutti 2023-06-22 12:15:03 -04:00 zatwierdzone przez GitHub
commit b260ca5726
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 574 dodań i 5392 usunięć

5960
package-lock.json wygenerowano

Plik diff jest za duży Load Diff

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "thread-keeper",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "app.js",
"type": "module",

Wyświetl plik

@ -1,3 +1,3 @@
# Pulls yt-dlp (2023.03.04 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp > ../executables/yt-dlp;
# Pulls yt-dlp (2023.06.22 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.06.22/yt-dlp > ../executables/yt-dlp;
chmod a+x ../executables/yt-dlp;