Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency fast-xml-parser to v4.4.0 - autoclosed #2370

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/crafty-preset-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@swissquote/crafty-commons": "1.26.0"
},
"devDependencies": {
"fast-xml-parser": "4.3.6"
"fast-xml-parser": "4.4.0"
},
"engines": {
"node": ">=18"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,7 @@ __metadata:
resolution: "@swissquote/crafty-preset-maven@workspace:packages/crafty-preset-maven"
dependencies:
"@swissquote/crafty-commons": "npm:1.26.0"
fast-xml-parser: "npm:4.3.6"
fast-xml-parser: "npm:4.4.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6798,14 +6798,14 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:4.3.6":
version: 4.3.6
resolution: "fast-xml-parser@npm:4.3.6"
"fast-xml-parser@npm:4.4.0":
version: 4.4.0
resolution: "fast-xml-parser@npm:4.4.0"
dependencies:
strnum: "npm:^1.0.5"
bin:
fxparser: src/cli/cli.js
checksum: 10c0/9ebe2ac142c6978cae423c39c2a9b561edb76be584317d578768ed4a006a61fc0e83abf8c6fe31029139c4ad15ea1f2e7b6720ba9e6eda0e5266d7f2770fb079
checksum: 10c0/ce32fad713471a40bea67959894168f297a5dd0aba64b89a2abc71a4fec0b1ae1d49c2dd8d8719ca8beeedf477824358c8a486b360b9f3ef12abc2e355d11318
languageName: node
linkType: hard

Expand Down
Loading