chore: bump deps

This commit is contained in:
2026-04-28 12:34:10 -04:00
parent 8c83a26f16
commit 1af52fd941
3 changed files with 744 additions and 1241 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": { "vcs": {
"enabled": true, "enabled": true,
"clientKind": "git", "clientKind": "git",
+733 -1230
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -58,19 +58,19 @@
"prepublishOnly": "npm run generate-types && npm run build" "prepublishOnly": "npm run generate-types && npm run build"
}, },
"dependencies": { "dependencies": {
"adm-zip": "^0.5.16", "adm-zip": "^0.5.17",
"tar": "^7.5.9" "tar": "^7.5.13"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^2.4.2", "@biomejs/biome": "^2.4.13",
"@types/adm-zip": "^0.5.7", "@types/adm-zip": "^0.5.8",
"@types/node": "^25.3.0", "@types/node": "^25.6.0",
"@types/tar": "^6.1.13", "@types/tar": "^6.1.13",
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^4.1.5",
"tinyexec": "^1.0.2", "tinyexec": "^1.1.1",
"tsdown": "^0.20.3", "tsdown": "^0.21.10",
"typescript": "^5.9.3", "typescript": "^6.0.3",
"vitest": "^4.0.18" "vitest": "^4.1.5"
}, },
"engines": { "engines": {
"node": ">=18.17" "node": ">=18.17"