Skip to content

Commit

Permalink
Merge pull request #368 from teovin/dependecy-updates-2024-10-16
Browse files Browse the repository at this point in the history
update playwright and yt-dlp
  • Loading branch information
teovin authored Oct 16, 2024
2 parents c42a66b + a21e6c2 commit defef27
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
29 changes: 13 additions & 16 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 @@ -48,7 +48,7 @@
"@harvard-lil/js-wacz": "^0.1.3",
"@harvard-lil/portal": "^0.0.2",
"@laverdet/beaugunderson-ip-address": "^8.1.0",
"@playwright/browser-chromium": "^1.47.2",
"@playwright/browser-chromium": "^1.48.1",
"browsertrix-behaviors": "0.6.0",
"chalk": "^5.2.0",
"commander": "^12.0.0",
Expand All @@ -57,7 +57,7 @@
"loglevel-plugin-prefix": "^0.8.4",
"node-stream-zip": "^1.15.0",
"nunjucks": "^3.2.3",
"playwright": "^1.47.2",
"playwright": "^1.48.1",
"uuid": "^9.0.0",
"warcio": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#-------------------------------------------------------------------------------
mkdir ./executables/;

# Pull yt-dlp (v2024.09.27)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.09.27/yt-dlp > ./executables/yt-dlp;
# Pull yt-dlp (v2024.10.07)
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.07/yt-dlp > ./executables/yt-dlp;
chmod a+x ./executables/yt-dlp;

# Pull crip (v2.1.0)
Expand Down

0 comments on commit defef27

Please sign in to comment.