Skip to content

Commit 11d2dad

Browse files
Merge branch 'master' of https://github.com/auth0/react-native-auth0 into feat/flexible-factors-grant-support
2 parents 8301986 + 505c019 commit 11d2dad

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: yarn test:ci
2929

3030
- name: Upload coverage report
31-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
31+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354
3232
with:
3333
directory: coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"typescript-eslint": "^8.57.2"
136136
},
137137
"dependencies": {
138-
"@auth0/auth0-spa-js": "2.18.2",
138+
"@auth0/auth0-spa-js": "2.19.3",
139139
"base-64": "^1.0.0",
140140
"jwt-decode": "^4.0.0",
141141
"url": "^0.11.4"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ __metadata:
5050
languageName: node
5151
linkType: hard
5252

53-
"@auth0/auth0-spa-js@npm:2.18.2":
54-
version: 2.18.2
55-
resolution: "@auth0/auth0-spa-js@npm:2.18.2"
53+
"@auth0/auth0-spa-js@npm:2.19.3":
54+
version: 2.19.3
55+
resolution: "@auth0/auth0-spa-js@npm:2.19.3"
5656
dependencies:
5757
"@auth0/auth0-auth-js": "npm:1.6.0"
5858
browser-tabs-lock: "npm:1.3.0"
5959
dpop: "npm:2.1.1"
6060
es-cookie: "npm:1.3.2"
61-
checksum: 10c0/b100778d4896ceb9cb88684f13c5ab0d45cf71430cbb4184530da32aaa1081b91ab6fa4621c56b184d8b488be4adc2570ac1ae5c0dd7d89f0e4a8f6a2616eae9
61+
checksum: 10c0/6449b0d47b311989baf0650f67dc3629397952af04eb5dc8303feabe10b51a695acfb7a4814052c94b89c228acccd299be7753bce41ed20986131da54a516114
6262
languageName: node
6363
linkType: hard
6464

@@ -15284,7 +15284,7 @@ __metadata:
1528415284
version: 0.0.0-use.local
1528515285
resolution: "react-native-auth0@workspace:."
1528615286
dependencies:
15287-
"@auth0/auth0-spa-js": "npm:2.18.2"
15287+
"@auth0/auth0-spa-js": "npm:2.19.3"
1528815288
"@commitlint/config-conventional": "npm:^20.5.0"
1528915289
"@eslint/compat": "npm:^2.0.3"
1529015290
"@eslint/eslintrc": "npm:^3.3.5"
@@ -17917,8 +17917,8 @@ __metadata:
1791717917
linkType: hard
1791817918

1791917919
"webpack-dev-server@npm:^5.2.3":
17920-
version: 5.2.3
17921-
resolution: "webpack-dev-server@npm:5.2.3"
17920+
version: 5.2.4
17921+
resolution: "webpack-dev-server@npm:5.2.4"
1792217922
dependencies:
1792317923
"@types/bonjour": "npm:^3.5.13"
1792417924
"@types/connect-history-api-fallback": "npm:^1.5.4"
@@ -17957,7 +17957,7 @@ __metadata:
1795717957
optional: true
1795817958
bin:
1795917959
webpack-dev-server: bin/webpack-dev-server.js
17960-
checksum: 10c0/a716f1d509635ad9f2779baf242657740e6ad516ce210fe094cbf3b16f25f114e477c45a751ad2bbf1c601cbbe67b6ba9b8b43159b7c01fc3342c95b985fe963
17960+
checksum: 10c0/42f8afe11b7bfe65d72e30d861ddf1e4d05f27202c4c1162d204cb41a4a858dffc91c5a02bf44ec08acc8c02b4a57aaf46924ec12a5e5b97c307991379282669
1796117961
languageName: node
1796217962
linkType: hard
1796317963

0 commit comments

Comments
 (0)