Files
timetracker/package.json
T
Claude 029c65da79 Update tar to 7.5.11+ to fix Dependabot alert
tar@6.2.1 was pulled in transitively via npm-check-updates' toolchain
(cacache, node-gyp, pacote). Add a pnpm override forcing tar >=7.5.11
to resolve the security advisory. Now resolves to tar@7.5.16.

https://claude.ai/code/session_01NPQ9AiNNnapeoTQFAR1ShY
2026-06-14 12:19:52 +00:00

20 lines
384 B
JSON

{
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"concurrently": "^8.2.2",
"npm-check-updates": "^16.14.20",
"tailwindcss": "^4.1.18",
"typescript": "^5.6.0"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.18",
"flowbite": "^4.0.1"
},
"pnpm": {
"overrides": {
"tar": "^7.5.11"
}
}
}