Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency auth0_flutter to <=1.7.2 #1255

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mobile-app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ packages:
dependency: "direct main"
description:
name: auth0_flutter
sha256: "9dde39ee036395c703cfb1dd71ae155720e39a6432a4d9182b691521f5e17c98"
sha256: b7ffcefb62eb12bfc25d11388608b921046dfcc6fd335a2820aef29835c75158
url: "https://pub.dev"
source: hosted
version: "1.4.1"
version: "1.7.2"
auth0_flutter_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion mobile-app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
algolia_helper_flutter: ^1.0.0
audio_service: ^0.18.13
# NOTE: Versions 1.5.0 and above support iOS 13+ only
auth0_flutter: <=1.4.1
auth0_flutter: <=1.7.2
cached_network_image: ^3.3.1
curl_logger_dio_interceptor: ^1.0.0 # NOTE: Do we still want this?
device_info_plus: ^9.1.2 # TODO: upgrade after migrating to FLutter 3.19
Expand Down
Loading