Skip to content

Commit 11df625

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 13d3af4 commit 11df625

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dotenv": "17.3.1",
5353
"express": "5.2.1",
5454
"express-async-handler": "1.2.0",
55-
"fast-xml-parser": "5.5.9",
55+
"fast-xml-parser": "5.5.10",
5656
"hash-wasm": "4.12.0",
5757
"mime-types": "3.0.2",
5858
"open": "11.0.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4607,6 +4607,15 @@ fast-xml-parser@5.4.1:
46074607
fast-xml-builder "^1.0.0"
46084608
strnum "^2.1.2"
46094609

4610+
fast-xml-parser@5.5.10:
4611+
version "5.5.10"
4612+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c"
4613+
integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==
4614+
dependencies:
4615+
fast-xml-builder "^1.1.4"
4616+
path-expression-matcher "^1.2.1"
4617+
strnum "^2.2.2"
4618+
46104619
fast-xml-parser@5.5.8:
46114620
version "5.5.8"
46124621
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.8.tgz#929571ed8c5eb96e6d9bd572ba14fc4b84875716"
@@ -4616,15 +4625,6 @@ fast-xml-parser@5.5.8:
46164625
path-expression-matcher "^1.2.0"
46174626
strnum "^2.2.0"
46184627

4619-
fast-xml-parser@5.5.9:
4620-
version "5.5.9"
4621-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
4622-
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
4623-
dependencies:
4624-
fast-xml-builder "^1.1.4"
4625-
path-expression-matcher "^1.2.0"
4626-
strnum "^2.2.2"
4627-
46284628
fastest-levenshtein@^1.0.7:
46294629
version "1.0.16"
46304630
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
@@ -6321,10 +6321,10 @@ path-exists@^4.0.0:
63216321
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
63226322
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
63236323

6324-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
6325-
version "1.2.0"
6326-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
6327-
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
6324+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.2.1:
6325+
version "1.2.1"
6326+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291"
6327+
integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==
63286328

63296329
path-key@^3.1.0:
63306330
version "3.1.1"

0 commit comments

Comments
 (0)