Porównaj commity

...

12 Commity

Autor SHA1 Wiadomość Data
Matteo Cargnelutti f30b9915c4 Version bump 2023-11-17 10:37:35 -05:00
Matteo Cargnelutti 3a3cb2a228
Merge pull request #105 from harvard-lil/dependabot
Dependencies update
2023-11-17 10:36:18 -05:00
Matteo Cargnelutti 972c5cad24 Playwright 1.40.0
Changelog: https://github.com/microsoft/playwright/releases/tag/v1.40.0
2023-11-16 20:07:30 -05:00
Matteo Cargnelutti 38c9f17295 yt-dlp 2023.11.16
Changelog:
- https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.16
-https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.14
2023-11-16 20:04:34 -05:00
Matteo Cargnelutti 0320f36274
Merge pull request #118 from harvard-lil/79c6dependabot/npm_and_yarn/dependabot/lru-cache-10.0.2
Bump lru-cache from 10.0.1 to 10.0.2
2023-11-16 20:01:47 -05:00
Matteo Cargnelutti bf89d3fd8f
Merge pull request #120 from harvard-lil/c20bdependabot/npm_and_yarn/dependabot/pino-8.16.2
Bump pino from 8.16.1 to 8.16.2
2023-11-16 20:01:19 -05:00
Matteo Cargnelutti 0d7c4e7cc1
Merge pull request #117 from harvard-lil/5be3dependabot/npm_and_yarn/dependabot/cookie-0.6.0
Bump cookie from 0.5.0 to 0.6.0
2023-11-16 20:01:01 -05:00
Matteo Cargnelutti eb388ea49c
Merge pull request #115 from harvard-lil/13cddependabot/npm_and_yarn/dependabot/fast-json-stringify-5.9.1
Bump fast-json-stringify from 5.8.0 to 5.9.1
2023-11-16 20:00:37 -05:00
dependabot[bot] e2ec680a87
Bump pino from 8.16.1 to 8.16.2
Bumps [pino](https://github.com/pinojs/pino) from 8.16.1 to 8.16.2.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v8.16.1...v8.16.2)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 06:55:39 +00:00
dependabot[bot] 5eb2d2213e
Bump lru-cache from 10.0.1 to 10.0.2
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.1 to 10.0.2.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 06:44:38 +00:00
dependabot[bot] a9dc63bb3c
Bump cookie from 0.5.0 to 0.6.0
Bumps [cookie](https://github.com/jshttp/cookie) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Changelog](https://github.com/jshttp/cookie/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/cookie/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 06:42:57 +00:00
dependabot[bot] 87fe874b8c
Bump fast-json-stringify from 5.8.0 to 5.9.1
Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.8.0...v5.9.1)

---
updated-dependencies:
- dependency-name: fast-json-stringify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 06:34:08 +00:00
3 zmienionych plików z 54 dodań i 34 usunięć

72
package-lock.json wygenerowano
Wyświetl plik

@ -1,12 +1,12 @@
{
"name": "thread-keeper",
"version": "0.0.21",
"version": "0.0.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "thread-keeper",
"version": "0.0.21",
"version": "0.0.22",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
@ -21,13 +21,13 @@
"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.3.0",
@ -42,15 +42,15 @@
"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.1",
"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.3.0",
"proxy-addr": "^2.0.7",
@ -1586,9 +1586,9 @@
"dev": true
},
"node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
"engines": {
"node": ">= 0.6"
}
@ -1836,15 +1836,16 @@
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
},
"node_modules/fast-json-stringify": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.8.0.tgz",
"integrity": "sha512-VVwK8CFMSALIvt14U8AvrSzQAwN/0vaVRiFFUVlpnXSnDGrSkOAO5MtzyN8oQNjLd5AqTW5OZRgyjoNuAuR3jQ==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.9.1.tgz",
"integrity": "sha512-NMrf+uU9UJnTzfxaumMDXK1NWqtPCfGoM9DYIE+ESlaTQqjlANFBy0VAbsm6FB88Mx0nceyi18zTo5kIEUlzxg==",
"dependencies": {
"@fastify/deepmerge": "^1.0.0",
"ajv": "^8.10.0",
"ajv-formats": "^2.1.1",
"fast-deep-equal": "^3.1.3",
"fast-uri": "^2.1.0",
"json-schema-ref-resolver": "^1.0.1",
"rfdc": "^1.2.0"
}
},
@ -2895,6 +2896,14 @@
"node": ">=4"
}
},
"node_modules/json-schema-ref-resolver": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json-schema-ref-resolver/-/json-schema-ref-resolver-1.0.1.tgz",
"integrity": "sha512-EJAj1pgHc1hxF6vo2Z3s69fMjO1INq6eGHXZ8Z6wCQeldCuwxGK9Sxf4/cScGn3FZubCVUehfWtcDM/PLteCQw==",
"dependencies": {
"fast-deep-equal": "^3.1.3"
}
},
"node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@ -2957,6 +2966,14 @@
"set-cookie-parser": "^2.4.1"
}
},
"node_modules/light-my-request/node_modules/cookie": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
"integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/linkify-it": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz",
@ -3009,9 +3026,12 @@
"integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q=="
},
"node_modules/lru-cache": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
"integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.2.tgz",
"integrity": "sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==",
"dependencies": {
"semver": "^7.3.5"
},
"engines": {
"node": "14 || >=16.14"
}
@ -3566,9 +3586,9 @@
}
},
"node_modules/pino": {
"version": "8.16.1",
"resolved": "https://registry.npmjs.org/pino/-/pino-8.16.1.tgz",
"integrity": "sha512-3bKsVhBmgPjGV9pyn4fO/8RtoVDR8ssW1ev819FsRXlRNgW8gR/9Kx+gCK4UPWd4JjrRDLWpzd/pb1AyWm3MGA==",
"version": "8.16.2",
"resolved": "https://registry.npmjs.org/pino/-/pino-8.16.2.tgz",
"integrity": "sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==",
"dependencies": {
"atomic-sleep": "^1.0.0",
"fast-redact": "^3.1.1",
@ -3709,11 +3729,11 @@
}
},
"node_modules/playwright": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.39.0.tgz",
"integrity": "sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.40.0.tgz",
"integrity": "sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==",
"dependencies": {
"playwright-core": "1.39.0"
"playwright-core": "1.40.0"
},
"bin": {
"playwright": "cli.js"
@ -3726,9 +3746,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz",
"integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==",
"version": "1.40.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz",
"integrity": "sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==",
"bin": {
"playwright-core": "cli.js"
},

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "thread-keeper",
"version": "0.0.21",
"version": "0.0.22",
"description": "",
"main": "app.js",
"type": "module",
@ -24,13 +24,13 @@
"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.3.0",
@ -45,15 +45,15 @@
"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.1",
"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.3.0",
"proxy-addr": "^2.0.7",

Wyświetl plik

@ -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;