1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 08:45:27 -04:00

chore(deps): update dependency @types/tar to v7

This commit is contained in:
renovate[bot]
2026-06-11 16:42:05 +00:00
committed by GitHub
parent 514af994b6
commit 241c42f505
2 changed files with 7 additions and 17 deletions
+6 -16
View File
@@ -21,7 +21,7 @@
"@biomejs/biome": "^2.4.15",
"@types/adm-zip": "^0.5.8",
"@types/node": "^25.9.1",
"@types/tar": "^6.1.13",
"@types/tar": "^7.0.0",
"@vitest/coverage-v8": "^4.1.7",
"tinyexec": "^1.2.2",
"tsdown": "^0.22.0",
@@ -824,14 +824,14 @@
}
},
"node_modules/@types/tar": {
"version": "6.1.13",
"resolved": "https://registry.npmjs.org/@types/tar/-/tar-6.1.13.tgz",
"integrity": "sha512-IznnlmU5f4WcGTh2ltRu/Ijpmk8wiWXfF0VA4s+HPjHZgvFggk1YaIkbo5krX/zUCzWF8N/l4+W/LNxnvAJ8nw==",
"version": "7.0.87",
"resolved": "https://registry.npmjs.org/@types/tar/-/tar-7.0.87.tgz",
"integrity": "sha512-3IxNBV8LeY5oi2ZFpvAhOtW1+mHswkzM7BuisVrwJgPv67GBO2rkLPQlEKtzfHuLdhDDczhkCZeT+RuizMay4A==",
"deprecated": "This is a stub types definition. tar provides its own type definitions, so you do not need this installed.",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*",
"minipass": "^4.0.0"
"tar": "*"
}
},
"node_modules/@vitest/coverage-v8": {
@@ -1664,16 +1664,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/minipass": {
"version": "4.2.8",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
"integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
"dev": true,
"license": "ISC",
"engines": {
"node": ">=8"
}
},
"node_modules/minizlib": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
+1 -1
View File
@@ -65,7 +65,7 @@
"@biomejs/biome": "^2.4.15",
"@types/adm-zip": "^0.5.8",
"@types/node": "^25.9.1",
"@types/tar": "^6.1.13",
"@types/tar": "^7.0.0",
"@vitest/coverage-v8": "^4.1.7",
"tinyexec": "^1.2.2",
"tsdown": "^0.22.0",