Skip to content

Commit

Permalink
Auto-update dependencies. (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored Jan 27, 2024
1 parent 14003a2 commit f0a6748
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions authentication/LegacyAuthQuickstart/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ PODS:
- GTMAppAuth (2.0.0):
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 4.0, >= 1.5)
- GTMSessionFetcher/Core (3.2.0)
- GTMSessionFetcher/Core (3.3.1)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
- nanopb/encode (= 2.30909.1)
Expand Down Expand Up @@ -149,7 +149,7 @@ SPEC CHECKSUMS:
GoogleSignIn: b232380cf495a429b8095d3178a8d5855b42e842
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
GTMAppAuth: 99fb010047ba3973b7026e45393f51f27ab965ae
GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
Expand Down
4 changes: 2 additions & 2 deletions authentication/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ PODS:
- GTMAppAuth (2.0.0):
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 4.0, >= 1.5)
- GTMSessionFetcher/Core (3.2.0)
- GTMSessionFetcher/Core (3.3.1)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
- nanopb/encode (= 2.30909.1)
Expand Down Expand Up @@ -154,7 +154,7 @@ SPEC CHECKSUMS:
GoogleSignIn: b232380cf495a429b8095d3178a8d5855b42e842
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
GTMAppAuth: 99fb010047ba3973b7026e45393f51f27ab965ae
GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
Expand Down
4 changes: 2 additions & 2 deletions database/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PODS:
- "GoogleUtilities/NSData+zlib (7.12.0)"
- GoogleUtilities/Reachability (7.12.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.2.0)
- GTMSessionFetcher/Core (3.3.1)
- leveldb-library (1.22.2)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)
Expand Down Expand Up @@ -74,7 +74,7 @@ SPEC CHECKSUMS:
FirebaseSharedSwift: 2fbf73618288b7a36b2014b957745dcdd781389e
FirebaseUI: e9a2dd42f5b593cd8b6e64c11d30ded38f30e48c
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
leveldb-library: f03246171cce0484482ec291f88b6d563699ee06
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21
Expand Down
4 changes: 2 additions & 2 deletions firestore/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ PODS:
- BoringSSL-GRPC (= 0.0.24)
- gRPC-Core/Interface (= 1.49.1)
- gRPC-Core/Interface (1.49.1)
- GTMSessionFetcher/Core (3.2.0)
- GTMSessionFetcher/Core (3.3.1)
- leveldb-library (1.22.2)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
Expand Down Expand Up @@ -826,7 +826,7 @@ SPEC CHECKSUMS:
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
"gRPC-C++": 2df8cba576898bdacd29f0266d5236fa0e26ba6a
gRPC-Core: a21a60aefc08c68c247b439a9ef97174b0c54f96
GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
leveldb-library: f03246171cce0484482ec291f88b6d563699ee06
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
Expand Down
4 changes: 2 additions & 2 deletions storage/LegacyStorageQuickstart/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PODS:
- "GoogleUtilities/NSData+zlib (7.12.0)"
- GoogleUtilities/Reachability (7.12.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.2.0)
- GTMSessionFetcher/Core (3.3.1)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)

Expand Down Expand Up @@ -68,7 +68,7 @@ SPEC CHECKSUMS:
FirebaseCoreInternal: efeeb171ac02d623bdaefe121539939821e10811
FirebaseStorage: 8505bae8ac6662474b5b50e07759fb2765c15746
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

Expand Down
4 changes: 2 additions & 2 deletions swiftui/PasswordlessSwiftUI/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PODS:
- "GoogleUtilities/NSData+zlib (7.12.0)"
- GoogleUtilities/Reachability (7.12.0):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (3.2.0)
- GTMSessionFetcher/Core (3.3.1)
- PromisesObjC (2.3.1)
- RecaptchaInterop (100.0.0)

Expand All @@ -57,7 +57,7 @@ SPEC CHECKSUMS:
FirebaseCoreInternal: efeeb171ac02d623bdaefe121539939821e10811
FirebaseDynamicLinks: 61a82d43b81cd74a3cdbb1d65f07fb0241aaa553
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
GTMSessionFetcher: 41b9ef0b4c08a6db4b7eb51a21ae5183ec99a2c8
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
RecaptchaInterop: 7d1a4a01a6b2cb1610a47ef3f85f0c411434cb21

Expand Down

0 comments on commit f0a6748

Please sign in to comment.