Skip to content

Commit ed17c04

Browse files
chore(deps): update dependency fast-xml-parser to v5 (#10545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf43c7e commit ed17c04

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/jsonpath": "0.2.4",
1717
"@types/node": "22.10.7",
1818
"@types/react": "18.3.3",
19-
"fast-xml-parser": "4.4.1",
19+
"fast-xml-parser": "5.4.2",
2020
"jsonpath": "1.1.1",
2121
"postcss-import": "^16.1.0",
2222
"postcss-lightningcss": "^1.0.1",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8376,12 +8376,18 @@ [email protected]:
83768376
dependencies:
83778377
punycode "^1.3.2"
83788378

8379-
8380-
version "4.4.1"
8381-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
8382-
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
8379+
fast-xml-builder@^1.0.0:
8380+
version "1.0.0"
8381+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz#a485d7e8381f1db983cf006f849d1066e2935241"
8382+
integrity sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==
8383+
8384+
8385+
version "5.4.2"
8386+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.2.tgz#7fc66463b59260b0c5fd57edf46148a418bde68b"
8387+
integrity sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==
83838388
dependencies:
8384-
strnum "^1.0.5"
8389+
fast-xml-builder "^1.0.0"
8390+
strnum "^2.1.2"
83858391

83868392
fastq@^1.6.0:
83878393
version "1.17.1"
@@ -14083,10 +14089,10 @@ strip-json-comments@~2.0.1:
1408314089
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1408414090
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
1408514091

14086-
strnum@^1.0.5:
14087-
version "1.0.5"
14088-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
14089-
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
14092+
strnum@^2.1.2:
14093+
version "2.2.0"
14094+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6"
14095+
integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==
1409014096

1409114097
style-to-object@^0.4.0:
1409214098
version "0.4.1"

0 commit comments

Comments
 (0)