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

1154
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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