Merge pull request #66 from harvard-lil/dependabot

Dependencies update
pull/72/head
Matteo Cargnelutti 2023-09-25 13:02:27 -04:00 zatwierdzone przez GitHub
commit e45328b8cf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 23 dodań i 23 usunięć

34
package-lock.json wygenerowano
Wyświetl plik

@ -36,7 +36,7 @@
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
"forwarded": "^0.2.0",
"glob": "^10.3.4",
"glob": "^10.3.7",
"ieee754": "^1.2.1",
"ipaddr.js": "^2.1.0",
"jsdoc-to-markdown": "^8.0.0",
@ -50,7 +50,7 @@
"pino": "^8.15.1",
"pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2",
"playwright": "^1.38.0",
"playwright": "^1.38.1",
"process": "^0.11.10",
"process-warning": "^2.0.0",
"proxy-addr": "^2.0.7",
@ -70,7 +70,7 @@
"sonic-boom": "^3.2.0",
"split2": "^4.1.0",
"thread-stream": "^2.4.0",
"tiny-lru": "^11.0.1",
"tiny-lru": "^11.1.2",
"uri-js": "^4.4.1",
"uuid": "^9.0.1",
"yallist": "^4.0.0"
@ -2159,9 +2159,9 @@
}
},
"node_modules/glob": {
"version": "10.3.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.4.tgz",
"integrity": "sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==",
"version": "10.3.7",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.7.tgz",
"integrity": "sha512-wCMbE1m9Nx5yD9LYtgsVWq5VhHlk5WzJirw594qZR6AIvQYuHrdDtIktUVjQItalD53y7dqoedu9xP0u0WaxIQ==",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
@ -2170,7 +2170,7 @@
"path-scurry": "^1.10.1"
},
"bin": {
"glob": "dist/cjs/src/bin.js"
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.17"
@ -3634,11 +3634,11 @@
}
},
"node_modules/playwright": {
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.38.0.tgz",
"integrity": "sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==",
"version": "1.38.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.38.1.tgz",
"integrity": "sha512-oRMSJmZrOu1FP5iu3UrCx8JEFRIMxLDM0c/3o4bpzU5Tz97BypefWf7TuTNPWeCe279TPal5RtPPZ+9lW/Qkow==",
"dependencies": {
"playwright-core": "1.38.0"
"playwright-core": "1.38.1"
},
"bin": {
"playwright": "cli.js"
@ -3651,9 +3651,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.0.tgz",
"integrity": "sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==",
"version": "1.38.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.1.tgz",
"integrity": "sha512-tQqNFUKa3OfMf4b2jQ7aGLB8o9bS3bOY0yMEtldtC2+spf8QXG9zvXLTXUeRsoNuxEYMgLYR+NXfAa1rjKRcrg==",
"bin": {
"playwright-core": "cli.js"
},
@ -6513,9 +6513,9 @@
}
},
"node_modules/tiny-lru": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.0.1.tgz",
"integrity": "sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==",
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.1.2.tgz",
"integrity": "sha512-EGJRgd/nY4qMlVWCYLecHdzsN6GJRM073iqlQNk/Xq5KVUGl5zkgWYNnv5pgVClDFvVEAI+7R5wpNBOu/foI2w==",
"engines": {
"node": ">=12"
}

Wyświetl plik

@ -39,7 +39,7 @@
"fastq": "^1.13.0",
"find-my-way": "^7.3.1",
"forwarded": "^0.2.0",
"glob": "^10.3.4",
"glob": "^10.3.7",
"ieee754": "^1.2.1",
"ipaddr.js": "^2.1.0",
"jsdoc-to-markdown": "^8.0.0",
@ -53,7 +53,7 @@
"pino": "^8.15.1",
"pino-abstract-transport": "^1.1.0",
"pino-std-serializers": "^6.2.2",
"playwright": "^1.38.0",
"playwright": "^1.38.1",
"process": "^0.11.10",
"process-warning": "^2.0.0",
"proxy-addr": "^2.0.7",
@ -73,7 +73,7 @@
"sonic-boom": "^3.2.0",
"split2": "^4.1.0",
"thread-stream": "^2.4.0",
"tiny-lru": "^11.0.1",
"tiny-lru": "^11.1.2",
"uri-js": "^4.4.1",
"uuid": "^9.0.1",
"yallist": "^4.0.0"

Wyświetl plik

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

Wyświetl plik

@ -1 +1 @@
pip3 install "pyHanko[pkcs11,image-support,opentype,xmp]"==0.20.0;
pip3 install "pyHanko[pkcs11,image-support,opentype,xmp]"==0.20.1;