Bumped to Node 24 and upgraded dependencies.

This commit is contained in:
2026-08-09 02:03:54 +02:00
parent 2e4ba27d98
commit 5c7a0397c9
25 changed files with 5340 additions and 8905 deletions

View File

@@ -27,40 +27,41 @@
],
"author": "Niels Simenon",
"license": "ISC",
"engines": {
"node": ">=24.19.0"
},
"dependencies": {
"array.prototype.flatten": "^1.2.1",
"bhttp": "^1.2.4",
"blake2": "^4.1.1",
"bluebird": "^3.5.1",
"bhttp": "^1.2.8",
"blake2": "^5.0.1",
"bluebird": "^3.7.2",
"bottleneck": "^2.19.5",
"cheerio": "^1.0.0-rc.2",
"config": "^1.30.0",
"date-fns": "^1.29.0",
"cheerio": "^1.2.0",
"config": "^4.4.2",
"date-fns": "^4.4.0",
"dist-exiftool": "^10.53.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^5.0.0",
"js-yaml": "^3.12.0",
"jsdom": "^15.2.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.4.0",
"js-yaml": "^5.2.3",
"mime": "^3.0.0",
"mime-types": "^2.1.18",
"node-cron": "^1.2.1",
"mime-types": "^3.0.2",
"node-cron": "^4.6.0",
"node-exiftool": "^2.3.0",
"node-fetch": "^2.1.2",
"object.omit": "^3.0.0",
"object.pick": "^1.3.0",
"sharp-phash": "^2.1.0",
"template-format": "^1.2.4",
"unprint": "^0.8.2",
"sharp-phash": "^2.2.0",
"template-format": "^1.2.5",
"unprint": "^0.19.20",
"url-pattern": "^1.0.3",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^11.0.0",
"youtube-dl-exec": "^2.2.3"
"winston": "^3.19.0",
"winston-daily-rotate-file": "^5.0.0",
"yargs": "^17.7.2",
"youtube-dl-exec": "^3.1.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.34.0",
"@babel/eslint-parser": "^7.29.7",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
"eslint-plugin-import": "^2.32.0"
}
}