Skip to content
Closed
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
24 changes: 21 additions & 3 deletions workspaces/repo-tools/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7648,14 +7648,25 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-builder@npm:^1.1.3":
version: 1.1.3
resolution: "fast-xml-builder@npm:1.1.3"
dependencies:
path-expression-matcher: "npm:^1.1.3"
checksum: 10/125e9b05de57a0d9b5d1f6298a4195028a790f166124395473f28f5fc1c254b3b37eae3071a11841f53f44a610c776f86c790a05d2219dd3aaa1bc563e792377
languageName: node
linkType: hard

"fast-xml-parser@npm:^5.0.7":
version: 5.3.5
resolution: "fast-xml-parser@npm:5.3.5"
version: 5.5.5
resolution: "fast-xml-parser@npm:5.5.5"
dependencies:
fast-xml-builder: "npm:^1.1.3"
path-expression-matcher: "npm:^1.1.3"
strnum: "npm:^2.1.2"
bin:
fxparser: src/cli/cli.js
checksum: 10/913363c2cf9ab8038bd2b666698d99d44b977725f0198f3dfff3a5d34c3109ef49d3a163a0f390f69ed00ad33b81355112dec8be5e79a13f8e6c7aaf146204b8
checksum: 10/2f13b9364d51cd3461f0bd7f6f271e1d68e87c044d4e6fc41a0bc5bfc3dc62965190c22a904175e6f825f94250c4a45acfdfb5eef1d5a631e072184b74e14df6
languageName: node
linkType: hard

Expand Down Expand Up @@ -11635,6 +11646,13 @@ __metadata:
languageName: node
linkType: hard

"path-expression-matcher@npm:^1.1.3":
version: 1.1.3
resolution: "path-expression-matcher@npm:1.1.3"
checksum: 10/9a607d0bf9807cf86b0a29fb4263f0c00285c13bedafb6ad3efc8bc87ae878da2faf657a9138ac918726cb19f147235a0ca695aec3e4ea1ee04641b6520e6c9e
languageName: node
linkType: hard

"path-is-absolute@npm:^1.0.0":
version: 1.0.1
resolution: "path-is-absolute@npm:1.0.1"
Expand Down
Loading