Skip to content

Commit

Permalink
build(deps): bump fast-xml-parser
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 1 update in the / directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser).

Updates `fast-xml-parser` from 4.2.7 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.2.7...v4.4.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and nfcampos committed Aug 5, 2024
1 parent 75de4a3 commit 0ffd717
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^4.2.1",
"fast-xml-parser": "^4.2.7",
"fast-xml-parser": "^4.4.1",
"handlebars": "^4.7.8",
"html-to-text": "^9.0.5",
"ignore": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@anthropic-ai/sdk": "^0.22.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"fast-xml-parser": "^4.3.5",
"fast-xml-parser": "^4.4.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
},
Expand Down
17 changes: 3 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10844,7 +10844,7 @@ __metadata:
eslint-plugin-jest: ^27.6.0
eslint-plugin-no-instanceof: ^1.0.1
eslint-plugin-prettier: ^4.2.1
fast-xml-parser: ^4.3.5
fast-xml-parser: ^4.4.1
jest: ^29.5.0
jest-environment-node: ^29.6.4
prettier: ^2.8.3
Expand Down Expand Up @@ -26594,17 +26594,6 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:^4.2.7":
version: 4.2.7
resolution: "fast-xml-parser@npm:4.2.7"
dependencies:
strnum: ^1.0.5
bin:
fxparser: src/cli/cli.js
checksum: d8b0c9e04756f6c43fa0399428f30149acadae21350e42e26e8fe98e24e6afa6b9b00aa554453795036b00e9fee974a1b556fe2ba18be391d51a9bf1ab790e7c
languageName: node
linkType: hard

"fast-xml-parser@npm:^4.3.0":
version: 4.3.4
resolution: "fast-xml-parser@npm:4.3.4"
Expand All @@ -26616,7 +26605,7 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:^4.3.5":
"fast-xml-parser@npm:^4.4.1":
version: 4.4.1
resolution: "fast-xml-parser@npm:4.4.1"
dependencies:
Expand Down Expand Up @@ -31263,7 +31252,7 @@ __metadata:
eslint-plugin-jest: ^27.6.0
eslint-plugin-no-instanceof: ^1.0.1
eslint-plugin-prettier: ^4.2.1
fast-xml-parser: ^4.2.7
fast-xml-parser: ^4.4.1
handlebars: ^4.7.8
html-to-text: ^9.0.5
ignore: ^5.2.0
Expand Down

0 comments on commit 0ffd717

Please sign in to comment.