Skip to content

Commit dc69024

Browse files
dependabot[bot]thymikee
authored andcommitted
build(deps): bump fast-xml-parser from 4.4.1 to 5.3.4 (#2760)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.1 to 5.3.4. - [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@v4.4.1...v5.3.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9ee06a commit dc69024

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

packages/cli-config-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@react-native-community/cli-tools": "20.0.1",
1111
"chalk": "^4.1.2",
1212
"fast-glob": "^3.3.2",
13-
"fast-xml-parser": "^4.4.1"
13+
"fast-xml-parser": "^5.3.4"
1414
},
1515
"files": [
1616
"build",

packages/cli-link-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-native-community/cli-tools": "20.0.1",
1616
"chalk": "^4.1.2",
1717
"fast-glob": "^3.3.2",
18-
"fast-xml-parser": "^4.4.1",
18+
"fast-xml-parser": "^5.3.4",
1919
"opentype.js": "^1.3.4",
2020
"plist": "^3.1.0",
2121
"xcode": "^3.0.1"

packages/cli-platform-apple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@react-native-community/cli-tools": "20.0.1",
1212
"chalk": "^4.1.2",
1313
"execa": "^5.0.0",
14-
"fast-xml-parser": "^4.4.1"
14+
"fast-xml-parser": "^5.3.4"
1515
},
1616
"devDependencies": {
1717
"@react-native-community/cli-types": "20.0.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4797,12 +4797,12 @@ fast-levenshtein@^2.0.6:
47974797
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
47984798
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
47994799

4800-
fast-xml-parser@^4.4.1:
4801-
version "4.4.1"
4802-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
4803-
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
4800+
fast-xml-parser@^5.3.4:
4801+
version "5.3.4"
4802+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
4803+
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
48044804
dependencies:
4805-
strnum "^1.0.5"
4805+
strnum "^2.1.0"
48064806

48074807
fastq@^1.6.0:
48084808
version "1.13.0"
@@ -9893,10 +9893,10 @@ strip-json-comments@^3.1.1:
98939893
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
98949894
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
98959895

9896-
strnum@^1.0.5:
9897-
version "1.0.5"
9898-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
9899-
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
9896+
strnum@^2.1.0:
9897+
version "2.1.2"
9898+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
9899+
integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
99009900

99019901
strong-log-transformer@2.1.0, strong-log-transformer@^2.1.0:
99029902
version "2.1.0"

0 commit comments

Comments
 (0)