Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies update #303

Merged
merged 10 commits into from Mar 12, 2024
22 changes: 11 additions & 11 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
Expand Up @@ -45,11 +45,11 @@
},
"homepage": "https://github.com/harvard-lil/scoop#readme",
"dependencies": {
"@harvard-lil/js-wacz": "^0.0.18",
"@harvard-lil/js-wacz": "^0.0.19",
"@harvard-lil/portal": "^0.0.2",
"@laverdet/beaugunderson-ip-address": "^8.1.0",
"@playwright/browser-chromium": "^1.42.0",
"browsertrix-behaviors": "0.5.2",
"browsertrix-behaviors": "0.5.3",
"chalk": "^5.2.0",
"commander": "^12.0.0",
"get-os-info": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions postinstall.sh
Expand Up @@ -3,8 +3,8 @@
#-------------------------------------------------------------------------------
mkdir ./executables/;

# Pull yt-dlp (v2023.12.30)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.12.30/yt-dlp > ./executables/yt-dlp;
# Pull yt-dlp (v2024.03.10)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.03.10/yt-dlp > ./executables/yt-dlp;
chmod a+x ./executables/yt-dlp;

# Pull crip (v2.1.0)
Expand Down