Skip to content

Commit fbb7ec5

Browse files
authored
Merge pull request #6381 from langchain-ai/dependabot/npm_and_yarn/npm_and_yarn-f1769c47c9
build(deps): bump fast-xml-parser from 4.2.7 to 4.4.1 in the npm_and_yarn group across 1 directory
2 parents 7bad5e8 + 0ffd717 commit fbb7ec5

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

langchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
"eslint-plugin-jest": "^27.6.0",
660660
"eslint-plugin-no-instanceof": "^1.0.1",
661661
"eslint-plugin-prettier": "^4.2.1",
662-
"fast-xml-parser": "^4.2.7",
662+
"fast-xml-parser": "^4.4.1",
663663
"handlebars": "^4.7.8",
664664
"html-to-text": "^9.0.5",
665665
"ignore": "^5.2.0",

libs/langchain-anthropic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@anthropic-ai/sdk": "^0.22.0",
3939
"@langchain/core": ">=0.2.16 <0.3.0",
40-
"fast-xml-parser": "^4.3.5",
40+
"fast-xml-parser": "^4.4.1",
4141
"zod": "^3.22.4",
4242
"zod-to-json-schema": "^3.22.4"
4343
},

yarn.lock

+3-14
Original file line numberDiff line numberDiff line change
@@ -10829,7 +10829,7 @@ __metadata:
1082910829
eslint-plugin-jest: ^27.6.0
1083010830
eslint-plugin-no-instanceof: ^1.0.1
1083110831
eslint-plugin-prettier: ^4.2.1
10832-
fast-xml-parser: ^4.3.5
10832+
fast-xml-parser: ^4.4.1
1083310833
jest: ^29.5.0
1083410834
jest-environment-node: ^29.6.4
1083510835
prettier: ^2.8.3
@@ -26586,17 +26586,6 @@ __metadata:
2658626586
languageName: node
2658726587
linkType: hard
2658826588

26589-
"fast-xml-parser@npm:^4.2.7":
26590-
version: 4.2.7
26591-
resolution: "fast-xml-parser@npm:4.2.7"
26592-
dependencies:
26593-
strnum: ^1.0.5
26594-
bin:
26595-
fxparser: src/cli/cli.js
26596-
checksum: d8b0c9e04756f6c43fa0399428f30149acadae21350e42e26e8fe98e24e6afa6b9b00aa554453795036b00e9fee974a1b556fe2ba18be391d51a9bf1ab790e7c
26597-
languageName: node
26598-
linkType: hard
26599-
2660026589
"fast-xml-parser@npm:^4.3.0":
2660126590
version: 4.3.4
2660226591
resolution: "fast-xml-parser@npm:4.3.4"
@@ -26608,7 +26597,7 @@ __metadata:
2660826597
languageName: node
2660926598
linkType: hard
2661026599

26611-
"fast-xml-parser@npm:^4.3.5":
26600+
"fast-xml-parser@npm:^4.4.1":
2661226601
version: 4.4.1
2661326602
resolution: "fast-xml-parser@npm:4.4.1"
2661426603
dependencies:
@@ -31255,7 +31244,7 @@ __metadata:
3125531244
eslint-plugin-jest: ^27.6.0
3125631245
eslint-plugin-no-instanceof: ^1.0.1
3125731246
eslint-plugin-prettier: ^4.2.1
31258-
fast-xml-parser: ^4.2.7
31247+
fast-xml-parser: ^4.4.1
3125931248
handlebars: ^4.7.8
3126031249
html-to-text: ^9.0.5
3126131250
ignore: ^5.2.0

0 commit comments

Comments
 (0)