mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 06:52:47 +00:00
🛡️ chore: Bump @xmldom/xmldom to 0.8.13 via Root Override (#12795)
Addresses Dependabot advisory (uncontrolled recursion in XML serialization, DoS). All transitive parents — mammoth, @node-saml/node-saml, xml-crypto, xml-encryption — already accept `^0.8.x`, so this is a patch-level bump with no breaking changes.
This commit is contained in:
parent
f7d59d3285
commit
3ceef994de
2 changed files with 4 additions and 3 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -21854,9 +21854,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.8.12",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz",
|
||||
"integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==",
|
||||
"version": "0.8.13",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
|
||||
"integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@
|
|||
},
|
||||
"overrides": {
|
||||
"@anthropic-ai/sdk": "0.73.0",
|
||||
"@xmldom/xmldom": "^0.8.13",
|
||||
"@librechat/agents": {
|
||||
"@langchain/anthropic": {
|
||||
"@anthropic-ai/sdk": "0.73.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue