chore: Fix audit vulnerabilities and update dependencies (#5257)

chore: fix audit vulnerabilities

- Updated "shadcn-ui" from version 0.8.0 to 0.9.4.
- Upgraded "@swc/cli" from version 0.3.12 to 0.5.2.
- Various other dependency updates and removals in package-lock.json to ensure compatibility and improve performance.

These changes enhance the project's dependency management and ensure the latest features and fixes are included.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-12-16 19:19:53 -03:00 committed by GitHub
commit ac356ec32f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 584 additions and 526 deletions

File diff suppressed because it is too large Load diff

View file

@ -77,7 +77,7 @@
"rehype-mathjax": "^4.0.3",
"remark-gfm": "3.0.1",
"remark-math": "^6.0.0",
"shadcn-ui": "^0.8.0",
"shadcn-ui": "^0.9.4",
"short-unique-id": "^5.2.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
@ -118,7 +118,7 @@
"proxy": "http://127.0.0.1:7860",
"devDependencies": {
"@playwright/test": "^1.44.1",
"@swc/cli": "^0.3.12",
"@swc/cli": "^0.5.2",
"@swc/core": "^1.6.1",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.6",