1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-06-01 06:56:48 +00:00

Update dependencies

Removes node-fetch in favour of node.js 20+ native fetch.
This commit is contained in:
Cadence Ember 2026-05-27 22:51:13 +12:00
parent 8815e4f10b
commit 095dc3f918
6 changed files with 648 additions and 135 deletions

View file

@ -9,15 +9,19 @@
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"engines": {
"node": ">=20.7.0"
},
"dependencies": {
"better-sqlite3": "^9.5.0",
"cookie": "^0.4.1",
"denque": "^1.5.1",
"better-sqlite3": "^12.10.0",
"cookie": "^1.1.1",
"denque": "^2.1.0",
"mixin-deep": "^2.0.1",
"node-fetch": "^2.6.6",
"pinski": "git+https://git.sr.ht/~cadence/nodejs-pinski#9653807f309aee34c8c63ce4e6ee760cccbfdf0d"
"pinski": "git+https://git.sr.ht/~cadence/nodejs-pinski#9653807f309aee34c8c63ce4e6ee760cccbfdf0d",
"sharp": "^0.34.5"
},
"devDependencies": {
"@types/node": "^20.19.41",
"cli-progress": "^3.12.0"
}
}