Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@isaacs/brace-expansion": "^5.0.1",
"bn.js": "^4.12.3",
"lodash": "4.18.1",
"fast-xml-parser": "5.7.0",
"fast-xml-parser": "~5.7.2",
"protobufjs": "7.5.5",
"@protobufjs/inquire": "1.1.0",
"flatted": "3.4.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25673,17 +25673,17 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:5.7.0":
version: 5.7.0
resolution: "fast-xml-parser@npm:5.7.0"
"fast-xml-parser@npm:~5.7.2":
version: 5.7.3
resolution: "fast-xml-parser@npm:5.7.3"
dependencies:
"@nodable/entities": "npm:^2.1.0"
fast-xml-builder: "npm:^1.1.5"
fast-xml-builder: "npm:^1.1.7"
path-expression-matcher: "npm:^1.5.0"
strnum: "npm:^2.2.3"
bin:
fxparser: src/cli/cli.js
checksum: 10c0/773d83bc6ad2c97e86326324784b2e3fbbcb989bc7e02c08c4284d302251ace6cd2e4f58896cdaed705887b0523c0455af5c811dece720ebe4245c3af427471b
checksum: 10c0/eeb802855e852ce16121396297f04131c6dbc74f863be94f19e26e386656bdb31677af469ddc6627983a48b99d8842888460ac5413063cb648fde547bb579978
languageName: node
linkType: hard

Expand Down
Loading