Skip to content
Open
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/snaps-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"cron-parser": "^4.5.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-xml-parser": "^5.5.6",
"fast-xml-parser": "^5.5.7",
"luxon": "^3.5.0",
"marked": "^12.0.1",
"rfdc": "^1.3.0",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4677,7 +4677,7 @@ __metadata:
eslint: "npm:^9.11.0"
fast-deep-equal: "npm:^3.1.3"
fast-json-stable-stringify: "npm:^2.1.0"
fast-xml-parser: "npm:^5.5.6"
fast-xml-parser: "npm:^5.5.7"
jest: "npm:^29.0.2"
jest-fetch-mock: "npm:^3.0.3"
jest-silent-reporter: "npm:^0.6.0"
Expand Down Expand Up @@ -11390,16 +11390,16 @@ __metadata:
languageName: node
linkType: hard

"fast-xml-parser@npm:^5.5.6":
version: 5.5.6
resolution: "fast-xml-parser@npm:5.5.6"
"fast-xml-parser@npm:^5.5.7":
version: 5.5.10
resolution: "fast-xml-parser@npm:5.5.10"
dependencies:
fast-xml-builder: "npm:^1.1.4"
path-expression-matcher: "npm:^1.1.3"
strnum: "npm:^2.1.2"
path-expression-matcher: "npm:^1.2.1"
strnum: "npm:^2.2.2"
bin:
fxparser: src/cli/cli.js
checksum: 10/91a42a0cf99c83b0e721ceef9c189509e96c91c1875901c6ce6017f78ad25284f646a77a541e96ee45a15c2f13b7780d090c906c3ec3f262db03e7feb1e62315
checksum: 10/ac48edff66e5cad1c5f978a9edc2f081edc36abf74a745a3df83acaf35a7603ca561c5be9a0c0c0184095bfd06c6c7f75afb6e3bc81e6ff0cb3544b3886fa4c6
languageName: node
linkType: hard

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

"path-expression-matcher@npm:^1.2.1":
version: 1.2.1
resolution: "path-expression-matcher@npm:1.2.1"
checksum: 10/2ef295fc82c0aed1efbf78b022ac38517e677c6cb06d7819872e2a3e789cdc7064164a5876aaff22358c49dce7c59157c77ef587dbd8a998e1d71cb44f15d707
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 Expand Up @@ -17667,10 +17674,10 @@ __metadata:
languageName: node
linkType: hard

"strnum@npm:^2.1.2":
version: 2.1.2
resolution: "strnum@npm:2.1.2"
checksum: 10/7d894dff385e3a5c5b29c012cf0a7ea7962a92c6a299383c3d6db945ad2b6f3e770511356a9774dbd54444c56af1dc7c435dad6466c47293c48173274dd6c631
"strnum@npm:^2.2.2":
version: 2.2.2
resolution: "strnum@npm:2.2.2"
checksum: 10/c55813cfded750dc84556b4881ffc7cee91382ff15a48f1fba0ff7a678e1640ed96ca40806fbd55724940fd7d51cf752469b2d862e196e4adefb6c7d5d9cd73b
languageName: node
linkType: hard

Expand Down
Loading