Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #105 from harvard-lil/dependabot
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
matteocargnelutti committed Nov 17, 2023
2 parents ac53668 + 972c5ca commit 3a3cb2a
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 61 deletions.
116 changes: 68 additions & 48 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@fastify/formbody": "^7.3.0",
"@fastify/static": "^6.11.2",
"@fastify/static": "^6.12.0",
"abort-controller": "^3.0.0",
"abstract-logging": "^2.0.1",
"ajv": "^8.11.2",
Expand All @@ -24,18 +24,18 @@
"avvio": "^8.2.0",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"cookie": "^0.5.0",
"cookie": "^0.6.0",
"debug": "^4.3.4",
"event-target-shim": "^6.0.2",
"events": "^3.3.0",
"fast-decode-uri-component": "^1.0.1",
"fast-deep-equal": "^3.1.3",
"fast-json-stringify": "^5.8.0",
"fast-json-stringify": "^5.9.1",
"fast-querystring": "^1.0.0",
"fast-redact": "^3.3.0",
"fast-uri": "^2.1.0",
"fast-uri": "^2.3.0",
"fastify": "^4.24.3",
"fastify-cli": "^5.8.0",
"fastify-cli": "^5.9.0",
"fastq": "^1.13.0",
"find-my-way": "^7.7.0",
"forwarded": "^0.2.0",
Expand All @@ -45,19 +45,19 @@
"jsdoc-to-markdown": "^8.0.0",
"json-schema-traverse": "^1.0.0",
"light-my-request": "^5.11.0",
"lru-cache": "^10.0.1",
"lru-cache": "^10.0.2",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.2",
"pdf-lib": "^1.17.1",
"pino": "^8.16.0",
"pino": "^8.16.2",
"pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2",
"playwright": "^1.39.0",
"playwright": "^1.40.0",
"process": "^0.11.10",
"process-warning": "^2.0.0",
"process-warning": "^2.3.0",
"proxy-addr": "^2.0.7",
"punycode": "^2.1.1",
"punycode": "^2.3.1",
"quick-format-unescaped": "^4.0.4",
"readable-stream": "^4.4.2",
"real-require": "^0.2.0",
Expand All @@ -73,7 +73,7 @@
"sonic-boom": "^3.5.0",
"split2": "^4.1.0",
"thread-stream": "^2.4.1",
"tiny-lru": "^11.2.3",
"tiny-lru": "^11.2.5",
"uri-js": "^4.4.1",
"uuid": "^9.0.1",
"yallist": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/download-yt-dlp.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Pulls yt-dlp (2023.10.13 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.13/yt-dlp > ../executables/yt-dlp;
# Pulls yt-dlp (2023.11.16 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.16/yt-dlp > ../executables/yt-dlp;
chmod a+x ../executables/yt-dlp;

0 comments on commit 3a3cb2a

Please sign in to comment.