Skip to content

Commit 086298d

Browse files
fix(deps): update segment (#5035)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@segment/analytics-react-native](https://togithub.com/segmentio/analytics-react-native) ([source](https://togithub.com/segmentio/analytics-react-native/tree/HEAD/packages/core)) | [`^2.18.0` -> `^2.19.1`](https://renovatebot.com/diffs/npm/@segment%2fanalytics-react-native/2.19.1/2.19.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@segment%2fanalytics-react-native/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@segment%2fanalytics-react-native/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@segment%2fanalytics-react-native/2.19.1/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@segment%2fanalytics-react-native/2.19.1/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@segment/analytics-react-native-plugin-firebase](https://togithub.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-firebase#readme) ([source](https://togithub.com/segmentio/analytics-react-native/tree/HEAD/packages/core)) | [`^0.4.0` -> `^0.4.1`](https://renovatebot.com/diffs/npm/@segment%2fanalytics-react-native-plugin-firebase/0.4.1/0.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@segment%2fanalytics-react-native-plugin-firebase/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@segment%2fanalytics-react-native-plugin-firebase/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@segment%2fanalytics-react-native-plugin-firebase/0.4.1/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@segment%2fanalytics-react-native-plugin-firebase/0.4.1/0.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@segment/sovran-react-native](https://togithub.com/segmentio/analytics-react-native/tree/master/packages/sovran#readme) ([source](https://togithub.com/segmentio/analytics-react-native)) | [`^1.1.0` -> `^1.1.1`](https://renovatebot.com/diffs/npm/@segment%2fsovran-react-native/1.1.1/1.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@segment%2fsovran-react-native/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@segment%2fsovran-react-native/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@segment%2fsovran-react-native/1.1.1/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@segment%2fsovran-react-native/1.1.1/1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0c74d5 commit 086298d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@
105105
"@react-navigation/native": "^6.1.14",
106106
"@react-navigation/native-stack": "^6.9.22",
107107
"@reduxjs/toolkit": "^2.2.1",
108-
"@segment/analytics-react-native": "^2.18.0",
108+
"@segment/analytics-react-native": "^2.19.1",
109109
"@segment/analytics-react-native-plugin-adjust": "^0.7.0",
110110
"@segment/analytics-react-native-plugin-clevertap": "^1.1.0",
111-
"@segment/analytics-react-native-plugin-firebase": "^0.4.0",
112-
"@segment/sovran-react-native": "^1.1.0",
111+
"@segment/analytics-react-native-plugin-firebase": "^0.4.1",
112+
"@segment/sovran-react-native": "^1.1.1",
113113
"@sentry/react-native": "^4.15.2",
114114
"@sentry/types": "^7.102.1",
115115
"@th3rdwave/react-navigation-bottom-sheet": "^0.2.7",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3155,12 +3155,12 @@
31553155
resolved "https://registry.yarnpkg.com/@segment/analytics-react-native-plugin-clevertap/-/analytics-react-native-plugin-clevertap-1.1.0.tgz#0047c1875582141424552a80a24e8daa9a69035f"
31563156
integrity sha512-D/lypeLxR9o53U9MzmgsGEY4yIr1oCINY5uBwmWELfgdFwxAx+5aiRnGzdLm3v7kQl+8nfFwaNMdkq/tGzZMRw==
31573157

3158-
"@segment/analytics-react-native-plugin-firebase@^0.4.0":
3158+
"@segment/analytics-react-native-plugin-firebase@^0.4.1":
31593159
version "0.4.1"
31603160
resolved "https://registry.yarnpkg.com/@segment/analytics-react-native-plugin-firebase/-/analytics-react-native-plugin-firebase-0.4.1.tgz#b08816e8e875dde7bd4cb9e43ca72cf7d8034bb1"
31613161
integrity sha512-ywYQZ1LorvtV2uuaBl6qYF1gkM535EbxxRoJ4vmvew/kwLAyPdYynH1qyiwtQNEPnW5dt7jZcWT+ZhtWX8TGpw==
31623162

3163-
"@segment/analytics-react-native@^2.18.0":
3163+
"@segment/analytics-react-native@^2.19.1":
31643164
version "2.19.1"
31653165
resolved "https://registry.yarnpkg.com/@segment/analytics-react-native/-/analytics-react-native-2.19.1.tgz#17c36b19c2921839095dd739f611dcde03f5f493"
31663166
integrity sha512-p/FIF6s6DOrF4WF3oGoFknwB6Z8h5ZCJ02T0ICPjprQUDlsShyCFs5xc1lj0P3Exk/8t5de60VsBp7AU3T0GRg==
@@ -3170,7 +3170,7 @@
31703170
js-base64 "^3.7.5"
31713171
uuid "^9.0.1"
31723172

3173-
"@segment/sovran-react-native@^1.1.0":
3173+
"@segment/sovran-react-native@^1.1.1":
31743174
version "1.1.1"
31753175
resolved "https://registry.yarnpkg.com/@segment/sovran-react-native/-/sovran-react-native-1.1.1.tgz#55869c5624a297d012a5cef237109c3731f89e0a"
31763176
integrity sha512-zaMOWz4kjbC+oBRAaw1B3cfserKMk8OBhUTB/oQ/8Thl+zTCQ36zj75dlNm2N00eWJ7p2FZAEEu2uSdLZ2lRKQ==

0 commit comments

Comments
 (0)