From e89619547416be46b6276cf70003ce0fd297d039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:02:09 +0000 Subject: [PATCH] chore(deps): bump fast-xml-parser from 4.3.2 to 4.4.1 in /sample Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.2 to 4.4.1. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.2...v4.4.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- sample/package-lock.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/sample/package-lock.json b/sample/package-lock.json index 745bd0a..f54a3ac 100644 --- a/sample/package-lock.json +++ b/sample/package-lock.json @@ -16,6 +16,7 @@ "mobx-react": "^7.3.0", "react": "18.2.0", "react-native": "^0.71.0", + "react-native-emarsys-wrapper": "github:emartech/react-native-emarsys-sdk", "react-native-reanimated": "^2.8.0", "react-native-safe-area-context": "^4.1.2", "react-native-screens": "^3.13.1", @@ -7166,9 +7167,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz", - "integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==", + "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", @@ -12478,6 +12479,16 @@ "nullthrows": "^1.1.1" } }, + "node_modules/react-native-emarsys-wrapper": { + "version": "1.19.0", + "resolved": "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#89d477bfc68109cdb1d10a29a34e2c63c0fecda0", + "hasInstallScript": true, + "license": "MIT", + "peerDependencies": { + "react": ">=17.0.2", + "react-native": ">=0.67.3" + } + }, "node_modules/react-native-gradle-plugin": { "version": "0.71.19", "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz",