Skip to content

Commit c694c35

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 7de78d5 commit c694c35

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
@@ -45,7 +45,7 @@
4545
"@salesforce/core": "^8.27.1",
4646
"@salesforce/sf-plugins-core": "^11.3.12",
4747
"csv-parse": "^5.6.0",
48-
"fast-xml-parser": "^5.5.9"
48+
"fast-xml-parser": "^5.5.10"
4949
},
5050
"devDependencies": {
5151
"@jsforce/jsforce-node": "^3.10.14",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4407,13 +4407,13 @@ fast-xml-parser@5.5.8:
44074407
path-expression-matcher "^1.2.0"
44084408
strnum "^2.2.0"
44094409

4410-
fast-xml-parser@^5.5.9:
4411-
version "5.5.9"
4412-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
4413-
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
4410+
fast-xml-parser@^5.5.10:
4411+
version "5.5.10"
4412+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c"
4413+
integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==
44144414
dependencies:
44154415
fast-xml-builder "^1.1.4"
4416-
path-expression-matcher "^1.2.0"
4416+
path-expression-matcher "^1.2.1"
44174417
strnum "^2.2.2"
44184418

44194419
fastest-levenshtein@^1.0.7:
@@ -6476,10 +6476,10 @@ path-exists@^4.0.0:
64766476
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
64776477
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
64786478

6479-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
6480-
version "1.2.0"
6481-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
6482-
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
6479+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.2.1:
6480+
version "1.2.1"
6481+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291"
6482+
integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==
64836483

64846484
path-is-absolute@^1.0.0:
64856485
version "1.0.1"

0 commit comments

Comments
 (0)