🐛 fix: pin officeparser@5.1.1 to fix server error (#8354)

* test: fix test

* test: fix test
This commit is contained in:
Arvin Xu 2025-07-07 14:22:20 +08:00 committed by GitHub
parent 7eb4a7f173
commit 3f4e935301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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"