From a8e6ade2837005a8576af9f6a7cea24285fe168b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:02:27 +0000 Subject: [PATCH] chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /sample Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid 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 03ee56f..dcb582c 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", @@ -11708,9 +11709,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", @@ -12547,6 +12548,16 @@ "nullthrows": "^1.1.1" } }, + "node_modules/react-native-emarsys-wrapper": { + "version": "1.22.0", + "resolved": "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#a6ef5e2585cd9629afebb67e47427397c00ebb12", + "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",