From c682ee8d6ca260d8e8cc67baab92d4970caaad99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:57:27 +0000 Subject: [PATCH] chore(deps): bump react-native-device-info from 10.7.0 to 15.0.1 Bumps [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) from 10.7.0 to 15.0.1. - [Release notes](https://github.com/react-native-device-info/react-native-device-info/releases) - [Changelog](https://github.com/react-native-device-info/react-native-device-info/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-native-device-info/react-native-device-info/compare/v10.7.0...v15.0.1) --- updated-dependencies: - dependency-name: react-native-device-info dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 58671a5..dfdee07 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react": "18.2.0", "react-native": "0.71.5", "react-native-actions-sheet": "^0.8.10", - "react-native-device-info": "^10.7.0", + "react-native-device-info": "^15.0.1", "react-native-easy-toast": "2.3.0", "react-native-fast-image": "^8.6.3", "react-native-gesture-handler": "2.9.0", diff --git a/yarn.lock b/yarn.lock index b39e805..4585c63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9161,10 +9161,10 @@ react-native-codegen@^0.71.5: jscodeshift "^0.13.1" nullthrows "^1.1.1" -react-native-device-info@^10.7.0: - version "10.7.0" - resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.7.0.tgz#f97f6f0da5d5a8775191566a667437c6ffc60417" - integrity sha512-8PiuGwKFB/56mjl5uVuCFoBLZJonerJRS/CTPAsT1rbyrc9vDGAj93FmzYW9GBroKUtQwF2gSP2scQzMHB/rVg== +react-native-device-info@^15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-15.0.1.tgz#8a2716861bb8e491e0627f326bcc007c77d2e8f6" + integrity sha512-U5waZRXtT3l1SgZpZMlIvMKPTkFZPH8W7Ks6GrJhdH723aUIPxjVer7cRSij1mvQdOAAYFJV/9BDzlC8apG89A== react-native-easy-toast@2.3.0: version "2.3.0"