From 3f11dee0ae49f68124d371f5dfa6940cbb5f9490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:46:39 +0000 Subject: [PATCH] Bump react-native-device-info from 11.1.0 to 14.0.2 in /client Bumps [react-native-device-info](https://github.com/react-native-device-info/react-native-device-info) from 11.1.0 to 14.0.2. - [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/v11.1.0...v14.0.2) --- updated-dependencies: - dependency-name: react-native-device-info dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 6862f9b950..46f294de61 100644 --- a/client/package.json +++ b/client/package.json @@ -66,7 +66,7 @@ "react-native-background-timer": "^2.3.1", "react-native-circular-progress": "^1.4.1", "react-native-code-push": "^9.0.0", - "react-native-device-info": "^11.1.0", + "react-native-device-info": "^14.0.2", "react-native-gesture-handler": "^2.20.0", "react-native-get-random-values": "^1.11.0", "react-native-haptic-feedback": "^2.2.0", diff --git a/client/yarn.lock b/client/yarn.lock index 72338d2268..d68be5b7cf 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -9924,10 +9924,10 @@ react-native-code-push@^9.0.0: semver "^7.3.5" xcode "3.0.1" -react-native-device-info@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-11.1.0.tgz#7db5c4e5a179dce761efac155a493aa0956a40ab" - integrity sha512-hzXJSObJdezEz0hF7MAJ3tGeoesuQWenXXt9mrQR9Mjb8kXpZ09rqSsZ/quNpJdZpQ3rYiFa3/0GFG5KNn9PBg== +react-native-device-info@^14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-14.0.2.tgz#cb583e283eba4e54f56c9c548dae89a96ccf39ab" + integrity sha512-W1oqu4dC4uLKT/Z4uimRP6birJprWjhMP/AwV9hxGSZ5K3wJ/yb34aQ22sd6HmegQHfT2PmkFs3mj+4uXLE1YQ== react-native-dotenv@^3.4.11: version "3.4.11"