fix: babbel dependency vulnerability

This commit is contained in:
2025-05-30 21:35:36 +02:00
parent 65b242e206
commit 01834d42b4
2 changed files with 14 additions and 18 deletions

View File

@@ -29,7 +29,7 @@
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"recharts": "^2.15.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
@@ -50,5 +50,8 @@
"prettier": "^3.4.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"@babel/runtime": "^7"
}
}