diff --git a/package-lock.json b/package-lock.json index fc0a1ad1e..ae004d0d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "deepmerge": "4.3.1", "emoji-regex": "10.4.0", "fast-levenshtein": "3.0.0", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "fuzzball": "2.2.2", "handlebars": "4.7.8", "just-diff": "6.0.2", @@ -3647,7 +3647,7 @@ "@react-native-community/cli-tools": "18.0.0", "chalk": "^4.1.2", "fast-glob": "^3.3.2", - "fast-xml-parser": "^4.4.1" + "fast-xml-parser": "4.4.1" } }, "node_modules/@react-native-community/cli-config-android/node_modules/fast-xml-parser": { @@ -3744,7 +3744,7 @@ "@react-native-community/cli-tools": "18.0.0", "chalk": "^4.1.2", "execa": "^5.0.0", - "fast-xml-parser": "^4.4.1" + "fast-xml-parser": "4.4.1" } }, "node_modules/@react-native-community/cli-platform-apple/node_modules/fast-xml-parser": { @@ -8999,9 +8999,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", + "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 21e4a4861..10a47b4fd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "deepmerge": "4.3.1", "emoji-regex": "10.4.0", "fast-levenshtein": "3.0.0", - "fast-xml-parser": "4.4.0", + "fast-xml-parser": "4.4.1", "fuzzball": "2.2.2", "handlebars": "4.7.8", "just-diff": "6.0.2",