Skip to content

Commit 6edebe8

Browse files
fix(deps): bump fast-xml-parser from 5.5.9 to 5.5.10
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.9 to 5.5.10. - [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.5.9...v5.5.10) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87ec6d8 commit 6edebe8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@salesforce/source-deploy-retrieve": "^12.32.1",
5050
"@salesforce/ts-types": "^2.0.12",
5151
"@salesforce/types": "^1.7.1",
52-
"fast-xml-parser": "^5.5.9",
52+
"fast-xml-parser": "^5.5.10",
5353
"globby": "^11",
5454
"graphology": "^0.26.0",
5555
"graphology-traversal": "^0.3.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,13 +2574,13 @@ fast-xml-builder@^1.1.4:
25742574
dependencies:
25752575
path-expression-matcher "^1.1.3"
25762576

2577-
fast-xml-parser@^5.5.9:
2578-
version "5.5.9"
2579-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
2580-
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
2577+
fast-xml-parser@^5.5.10, fast-xml-parser@^5.5.9:
2578+
version "5.5.10"
2579+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c"
2580+
integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==
25812581
dependencies:
25822582
fast-xml-builder "^1.1.4"
2583-
path-expression-matcher "^1.2.0"
2583+
path-expression-matcher "^1.2.1"
25842584
strnum "^2.2.2"
25852585

25862586
fastest-levenshtein@^1.0.7:
@@ -4666,10 +4666,10 @@ path-exists@^4.0.0:
46664666
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
46674667
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
46684668

4669-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
4670-
version "1.2.0"
4671-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
4672-
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
4669+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.1:
4670+
version "1.2.1"
4671+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291"
4672+
integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==
46734673

46744674
path-is-absolute@^1.0.0:
46754675
version "1.0.1"

0 commit comments

Comments
 (0)