mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-21 23:26:34 +01:00
📦 chore: Update fast-xml-parser to v5.5.7 (#12317)
- Bump fast-xml-parser dependency from 5.5.6 to 5.5.7 for improved functionality and compatibility. - Update corresponding entries in both package.json and package-lock.json to reflect the new version.
This commit is contained in:
parent
1ecff83b20
commit
748fd086c1
2 changed files with 7 additions and 7 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -27093,9 +27093,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/fast-xml-parser": {
|
||||
"version": "5.5.6",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
|
||||
"integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
|
||||
"version": "5.5.7",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz",
|
||||
"integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
|
@ -27106,7 +27106,7 @@
|
|||
"dependencies": {
|
||||
"fast-xml-builder": "^1.1.4",
|
||||
"path-expression-matcher": "^1.1.3",
|
||||
"strnum": "^2.1.2"
|
||||
"strnum": "^2.2.0"
|
||||
},
|
||||
"bin": {
|
||||
"fxparser": "src/cli/cli.js"
|
||||
|
|
|
|||
|
|
@ -139,13 +139,13 @@
|
|||
"@librechat/agents": {
|
||||
"@langchain/anthropic": {
|
||||
"@anthropic-ai/sdk": "0.73.0",
|
||||
"fast-xml-parser": "5.5.6"
|
||||
"fast-xml-parser": "5.5.7"
|
||||
},
|
||||
"@anthropic-ai/sdk": "0.73.0",
|
||||
"fast-xml-parser": "5.5.6"
|
||||
"fast-xml-parser": "5.5.7"
|
||||
},
|
||||
"elliptic": "^6.6.1",
|
||||
"fast-xml-parser": "5.5.6",
|
||||
"fast-xml-parser": "5.5.7",
|
||||
"form-data": "^4.0.4",
|
||||
"tslib": "^2.8.1",
|
||||
"mdast-util-gfm-autolink-literal": "2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue