mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🐛 fix: pin officeparser@5.1.1 to fix server error (#8354)
* test: fix test * test: fix test
This commit is contained in:
parent
7eb4a7f173
commit
3f4e935301
2 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@
|
|||
"nextjs-toploader": "^3.8.16",
|
||||
"numeral": "^2.0.6",
|
||||
"nuqs": "^2.4.3",
|
||||
"officeparser": "^5.1.1",
|
||||
"officeparser": "5.1.1",
|
||||
"oidc-provider": "^8.8.1",
|
||||
"ollama": "^0.5.16",
|
||||
"openai": "^4.104.0",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"@xmldom/xmldom": "^0.9.8",
|
||||
"concat-stream": "^2.0.0",
|
||||
"mammoth": "^1.8.0",
|
||||
"officeparser": "^5.1.1",
|
||||
"officeparser": "5.1.1",
|
||||
"pdfjs-dist": "4.10.38",
|
||||
"xlsx": "^0.18.5",
|
||||
"yauzl": "^3.2.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue