Skip to content

Commit e4dcb78

Browse files
build(deps): bump fast-xml-parser from 5.5.7 to 5.7.0
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.7 to 5.7.0. - [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.7...v5.7.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b26aa65 commit e4dcb78

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

yarn.lock

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,11 @@
17671767
dependencies:
17681768
eslint-scope "5.1.1"
17691769

1770+
"@nodable/entities@^2.1.0":
1771+
version "2.1.0"
1772+
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
1773+
integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
1774+
17701775
"@nodelib/fs.scandir@2.1.5":
17711776
version "2.1.5"
17721777
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -4932,21 +4937,22 @@ fast-levenshtein@^2.0.6:
49324937
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
49334938
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
49344939

4935-
fast-xml-builder@^1.1.4:
4936-
version "1.1.4"
4937-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
4938-
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
4940+
fast-xml-builder@^1.1.5:
4941+
version "1.1.5"
4942+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11"
4943+
integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
49394944
dependencies:
49404945
path-expression-matcher "^1.1.3"
49414946

49424947
fast-xml-parser@^5.3.6:
4943-
version "5.5.7"
4944-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz#e1ddc86662d808450a19cf2fb6ccc9c3c9933c5d"
4945-
integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
4948+
version "5.7.0"
4949+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.0.tgz#b93e49a3d62a8824c5212d8fa099ac2e548d548a"
4950+
integrity sha512-MTcrUoRQ1GSQ9iG3QJzBGquYYYeA7piZaJoIWbPFGbRn6Jj6z7xgoAyi4DrZX4y2ZIQQBF59gc/zmvvejjgoFQ==
49464951
dependencies:
4947-
fast-xml-builder "^1.1.4"
4948-
path-expression-matcher "^1.1.3"
4949-
strnum "^2.2.0"
4952+
"@nodable/entities" "^2.1.0"
4953+
fast-xml-builder "^1.1.5"
4954+
path-expression-matcher "^1.5.0"
4955+
strnum "^2.2.3"
49504956

49514957
fastq@^1.6.0:
49524958
version "1.13.0"
@@ -8676,10 +8682,10 @@ path-exists@^4.0.0:
86768682
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
86778683
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
86788684

8679-
path-expression-matcher@^1.1.3:
8680-
version "1.2.0"
8681-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
8682-
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
8685+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.5.0:
8686+
version "1.5.0"
8687+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
8688+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
86838689

86848690
path-is-absolute@^1.0.0:
86858691
version "1.0.1"
@@ -10143,10 +10149,10 @@ strip-json-comments@^3.1.1:
1014310149
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1014410150
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
1014510151

10146-
strnum@^2.2.0:
10147-
version "2.2.2"
10148-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f"
10149-
integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==
10152+
strnum@^2.2.3:
10153+
version "2.2.3"
10154+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586"
10155+
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
1015010156

1015110157
strong-log-transformer@2.1.0, strong-log-transformer@^2.1.0:
1015210158
version "2.1.0"

0 commit comments

Comments
 (0)