Skip to content

Commit 963e710

Browse files
fix(deps): bump fast-xml-parser from 5.3.8 to 5.5.6
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.8 to 5.5.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.3.8...v5.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff93648 commit 963e710

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@salesforce/kit": "^3.2.4",
1616
"@salesforce/sf-plugins-core": "^11.3.12",
1717
"fast-glob": "^3.3.3",
18-
"fast-xml-parser": "^5.3.8",
18+
"fast-xml-parser": "^5.5.6",
1919
"js2xmlparser": "^4.0.2"
2020
},
2121
"devDependencies": {

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3961,18 +3961,27 @@ fast-uri@^3.0.1:
39613961
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
39623962
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
39633963

3964+
fast-xml-builder@^1.1.4:
3965+
version "1.1.4"
3966+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
3967+
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
3968+
dependencies:
3969+
path-expression-matcher "^1.1.3"
3970+
39643971
fast-xml-parser@5.2.5:
39653972
version "5.2.5"
39663973
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz#4809fdfb1310494e341098c25cb1341a01a9144a"
39673974
integrity sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==
39683975
dependencies:
39693976
strnum "^2.1.0"
39703977

3971-
fast-xml-parser@^5.3.8:
3972-
version "5.3.8"
3973-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.8.tgz#b5bc2045620d1b9cf342a2aa4d72391ef0b36a9e"
3974-
integrity sha512-53jIF4N6u/pxvaL1eb/hEZts/cFLWZ92eCfLrNyCI0k38lettCG/Bs40W9pPwoPXyHQlKu2OUbQtiEIZK/J6Vw==
3978+
fast-xml-parser@^5.5.6:
3979+
version "5.5.6"
3980+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz#6fc61f5ae06a55a1f058abd6a4f4b5d3e9972cd0"
3981+
integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
39753982
dependencies:
3983+
fast-xml-builder "^1.1.4"
3984+
path-expression-matcher "^1.1.3"
39763985
strnum "^2.1.2"
39773986

39783987
fastest-levenshtein@^1.0.7:
@@ -6015,6 +6024,11 @@ path-exists@^4.0.0:
60156024
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
60166025
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
60176026

6027+
path-expression-matcher@^1.1.3:
6028+
version "1.1.3"
6029+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz#8bf7c629dc1b114e42b633c071f06d14625b4e0d"
6030+
integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==
6031+
60186032
path-is-absolute@^1.0.0:
60196033
version "1.0.1"
60206034
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"

0 commit comments

Comments
 (0)