From 7918003fca12bef83e1ffea75a3f029ec3000b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:44:16 +0000 Subject: [PATCH] Bump react-native-redash from 18.1.1 to 18.1.2 in /template Bumps [react-native-redash](https://github.com/wcandillon/redash) from 18.1.1 to 18.1.2. - [Release notes](https://github.com/wcandillon/redash/releases) - [Commits](https://github.com/wcandillon/redash/compare/v18.1.1...v18.1.2) --- updated-dependencies: - dependency-name: react-native-redash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- template/package.json | 2 +- template/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/template/package.json b/template/package.json index f3697ec..0bfc266 100644 --- a/template/package.json +++ b/template/package.json @@ -40,7 +40,7 @@ "react-native-killswitch": "^0.0.3", "react-native-mmkv": "^2.10.2", "react-native-reanimated": "^3.5.1", - "react-native-redash": "^18.1.0", + "react-native-redash": "^18.1.2", "react-native-restart": "^0.0.27", "react-native-safe-area-context": "^4.5.3", "react-native-screens": "^3.20.0", diff --git a/template/yarn.lock b/template/yarn.lock index b3340e7..a4ca5c6 100644 --- a/template/yarn.lock +++ b/template/yarn.lock @@ -6708,10 +6708,10 @@ react-native-reanimated@^3.5.1: convert-source-map "^2.0.0" invariant "^2.2.4" -react-native-redash@^18.1.0: - version "18.1.1" - resolved "https://registry.yarnpkg.com/react-native-redash/-/react-native-redash-18.1.1.tgz#82182f6462231203e0faf4f54a8a957050351d20" - integrity sha512-52k4VSpJO5uFFNLbZhUj1KrOUsbxF/vP4AvnTGXUVx1PyRubpPiGbtTMCFShQ2T01bAB9JRSZwX0LWfzcG55pQ== +react-native-redash@^18.1.2: + version "18.1.2" + resolved "https://registry.yarnpkg.com/react-native-redash/-/react-native-redash-18.1.2.tgz#5be8dc4e2ea207dc988ba00d8b1101fdbf8ca24c" + integrity sha512-6MowMewG+Gi2WG/qryYNYktjFjeQIh6oM2IJFI5IwlODdZHYapWtJsLDlwr2eDgym+Dx2H3kKxQ+WwaVeCFZfA== dependencies: abs-svg-path "^0.1.1" normalize-svg-path "^1.0.1"