1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -04:00

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
+10 -10
View File
@@ -58,19 +58,19 @@
"prepublishOnly": "npm run generate-types && npm run build"
},
"dependencies": {
"adm-zip": "^0.5.16",
"tar": "^7.5.9"
"adm-zip": "^0.5.17",
"tar": "^7.5.13"
},
"devDependencies": {
"@biomejs/biome": "^2.4.2",
"@types/adm-zip": "^0.5.7",
"@types/node": "^25.3.0",
"@biomejs/biome": "^2.4.13",
"@types/adm-zip": "^0.5.8",
"@types/node": "^25.6.0",
"@types/tar": "^6.1.13",
"@vitest/coverage-v8": "^4.0.18",
"tinyexec": "^1.0.2",
"tsdown": "^0.20.3",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
"@vitest/coverage-v8": "^4.1.5",
"tinyexec": "^1.1.1",
"tsdown": "^0.21.10",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
},
"engines": {
"node": ">=18.17"