chore(deps): add archiver + yauzl for backup ZIPs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-17 15:35:19 +02:00
parent 41dbb81a54
commit 3207166fe8
2 changed files with 1156 additions and 2 deletions

View File

@@ -28,8 +28,12 @@
"vitest": "^2.1.4"
},
"dependencies": {
"@types/archiver": "^7.0.0",
"@types/yauzl": "^2.10.3",
"archiver": "^7.0.1",
"better-sqlite3": "^11.5.0",
"linkedom": "^0.18.5",
"yauzl": "^3.3.0",
"zod": "^3.23.8"
}
}