Skip to content

Commit

Permalink
chore: upgraded dependency on Auth0.swift to 2.7.2 (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed May 9, 2024
1 parent 1a5d377 commit f3dfb75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion A0Auth0.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency 'React-Core'
s.dependency 'Auth0', '2.7.0'
s.dependency 'Auth0', '2.7.2'
s.dependency 'JWTDecode', '3.1.0'
s.dependency 'SimpleKeychain', '1.1.0'
end
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
@@ -1,10 +1,10 @@
PODS:
- A0Auth0 (3.1.0):
- Auth0 (= 2.5.0)
- A0Auth0 (3.2.0):
- Auth0 (= 2.7.2)
- JWTDecode (= 3.1.0)
- React-Core
- SimpleKeychain (= 1.1.0)
- Auth0 (2.5.0):
- Auth0 (2.7.2):
- JWTDecode (~> 3.1)
- SimpleKeychain (~> 1.1)
- boost (1.76.0)
Expand Down Expand Up @@ -584,8 +584,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
A0Auth0: d6fa13c9daf99f5fb17a412837ea37f8db38a562
Auth0: 72f19ad566fdf57f07bf37f828afd0c1570769a5
A0Auth0: 1680e4d82cc31fb573b01d355980eb028e7bdd32
Auth0: 28cb24cb19ebd51f0b07751f16d83b59f4019532
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down

0 comments on commit f3dfb75

Please sign in to comment.