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:
parent
e8d3714dc6
commit
ac356ec32f
2 changed files with 584 additions and 526 deletions
1106
src/frontend/package-lock.json
generated
1106
src/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue