Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit fea4e8c

Browse files
author
Steve Hobbs
authored
Bumped auth0-js to 9.12.2 (#116)
1 parent aa3d91a commit fea4e8c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/auth0/auth0-cordova#readme",
3535
"dependencies": {
36-
"auth0-js": "^9.12.1",
36+
"auth0-js": "^9.12.2",
3737
"url-parse": "^1.4.3"
3838
},
3939
"devDependencies": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ atob@^2.1.1:
255255
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
256256
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
257257

258-
auth0-js@^9.12.1:
259-
version "9.12.1"
260-
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.12.1.tgz#ffe76acdbd66ad61a0a71c818d69a599c8228937"
261-
integrity sha512-0BqClX8iRYWeX8lM6V1h9Yg0ZSxs+naM+dMiknfdwr8g7HNLEXqRc1Wx4iZUJfF4PTU5pDksRkiWvjDFQbt2SA==
258+
auth0-js@^9.12.2:
259+
version "9.12.2"
260+
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.12.2.tgz#8227259a94e8a47eecf8d7a630d99669049833a6"
261+
integrity sha512-0VfPu5UcgkGKQc7Q8KPqgkqqhLgXGsDCro2tde7hHPYK9JEzOyq82v0szUTHWlwQE1VT8K2/qZAsGDf7hFjI7g==
262262
dependencies:
263263
base64-js "^1.3.0"
264-
idtoken-verifier "^2.0.0"
264+
idtoken-verifier "^2.0.1"
265265
js-cookie "^2.2.0"
266266
qs "^6.7.0"
267267
superagent "^3.8.3"
@@ -1818,10 +1818,10 @@ iconv-lite@^0.4.4:
18181818
dependencies:
18191819
safer-buffer ">= 2.1.2 < 3"
18201820

1821-
idtoken-verifier@^2.0.0:
1822-
version "2.0.0"
1823-
resolved "https://registry.yarnpkg.com/idtoken-verifier/-/idtoken-verifier-2.0.0.tgz#3c4334b16ddce111eba9a2d5632ee3f7684525b7"
1824-
integrity sha512-yI6mETqFm3xAaNv8A0fazh4zlDEuM81sq1QbsfJENUEGJ3FRMGiwp//Lf4N/MD5gOlOTyNeCe7mAiaE3cU52rA==
1821+
idtoken-verifier@^2.0.1:
1822+
version "2.0.1"
1823+
resolved "https://registry.yarnpkg.com/idtoken-verifier/-/idtoken-verifier-2.0.1.tgz#0d14e56ab60b58c51eed5f87f7724c810cfd5a12"
1824+
integrity sha512-sLLFPPc6D6Ske7JNHHrrWHbQKuY1OJN9GcJd6Y1LjMvInJBr26Axbo6o07JYPPTRUzJahBWHudabgFoNo23lMw==
18251825
dependencies:
18261826
base64-js "^1.3.0"
18271827
crypto-js "^3.1.9-1"

0 commit comments

Comments
 (0)