From ebc5bee59837dbb28ae1fa4844179bb90aea59fb Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Tue, 26 Nov 2024 11:14:11 -0600 Subject: [PATCH] Update AppAuth-iOS to version 1.7.6 (#1039) --- .changeset/tidy-students-drive.md | 5 +++++ packages/react-native-app-auth/react-native-app-auth.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tidy-students-drive.md diff --git a/.changeset/tidy-students-drive.md b/.changeset/tidy-students-drive.md new file mode 100644 index 00000000..98950d4f --- /dev/null +++ b/.changeset/tidy-students-drive.md @@ -0,0 +1,5 @@ +--- +'react-native-app-auth': patch +--- + +Update AppAuth-iOS to version 1.7.6 diff --git a/packages/react-native-app-auth/react-native-app-auth.podspec b/packages/react-native-app-auth/react-native-app-auth.podspec index 333a991d..7b555ad3 100644 --- a/packages/react-native-app-auth/react-native-app-auth.podspec +++ b/packages/react-native-app-auth/react-native-app-auth.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.requires_arc = true s.dependency 'React-Core' - s.dependency 'AppAuth', '>= 1.7.3' + s.dependency 'AppAuth', '>= 1.7.6' end