mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
📦 chore: update sanitize-html to latest (#14573)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
* 📦 chore: update `sanitize-html` to latest
* chore: add additional modules to esModules for Jest configuration
This commit is contained in:
parent
3191f6975a
commit
b253b623fe
4 changed files with 123 additions and 14 deletions
|
|
@ -3,6 +3,13 @@ const esModules = [
|
|||
'@langchain/langgraph-checkpoint',
|
||||
'@langchain/langgraph-sdk',
|
||||
'@mistralai/mistralai',
|
||||
'domelementtype',
|
||||
'domhandler',
|
||||
'dom-serializer',
|
||||
'domutils',
|
||||
'entities',
|
||||
'htmlparser2',
|
||||
'sanitize-html',
|
||||
'uuid',
|
||||
].join('|');
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
"@types/node": "^24.12.4",
|
||||
"@types/node-fetch": "^2.6.13",
|
||||
"@types/react": "^18.2.18",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"@types/sanitize-html": "^2.16.1",
|
||||
"@types/supertest": "^7.2.0",
|
||||
"@types/yauzl": "^2.10.3",
|
||||
"aws-sdk-client-mock": "^4.1.0",
|
||||
|
|
@ -84,7 +84,6 @@
|
|||
"nanoid": "^3.3.7",
|
||||
"pdfjs-dist": "^5.4.624",
|
||||
"rimraf": "^6.1.3",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsdown": "^0.22.2",
|
||||
"typescript": "^5.9.3",
|
||||
|
|
@ -153,7 +152,7 @@
|
|||
"pdfjs-dist": "^5.4.624",
|
||||
"prom-client": "^15.1.3",
|
||||
"rate-limit-redis": "^4.2.0",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"sanitize-html": "^2.17.6",
|
||||
"sharp": "^0.35.3",
|
||||
"undici": "^7.24.1",
|
||||
"yauzl": "^3.2.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue