Skip to content

Commit

Permalink
Bumped auth0-js to 9.12.2 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jan 23, 2020
1 parent 61b7a1a commit ddff07f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"gulp-uglify": "^2.1.0"
},
"dependencies": {
"auth0-js": "^9.12.1"
"auth0-js": "^9.12.2"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

auth0-js@^9.12.0:
version "9.12.1"
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.12.1.tgz#ffe76acdbd66ad61a0a71c818d69a599c8228937"
integrity sha512-0BqClX8iRYWeX8lM6V1h9Yg0ZSxs+naM+dMiknfdwr8g7HNLEXqRc1Wx4iZUJfF4PTU5pDksRkiWvjDFQbt2SA==
auth0-js@^9.12.2:
version "9.12.2"
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.12.2.tgz#8227259a94e8a47eecf8d7a630d99669049833a6"
integrity sha512-0VfPu5UcgkGKQc7Q8KPqgkqqhLgXGsDCro2tde7hHPYK9JEzOyq82v0szUTHWlwQE1VT8K2/qZAsGDf7hFjI7g==
dependencies:
base64-js "^1.3.0"
idtoken-verifier "^2.0.0"
idtoken-verifier "^2.0.1"
js-cookie "^2.2.0"
qs "^6.7.0"
superagent "^3.8.3"
Expand Down Expand Up @@ -870,10 +870,10 @@ homedir-polyfill@^1.0.1:
dependencies:
parse-passwd "^1.0.0"

idtoken-verifier@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/idtoken-verifier/-/idtoken-verifier-2.0.0.tgz#3c4334b16ddce111eba9a2d5632ee3f7684525b7"
integrity sha512-yI6mETqFm3xAaNv8A0fazh4zlDEuM81sq1QbsfJENUEGJ3FRMGiwp//Lf4N/MD5gOlOTyNeCe7mAiaE3cU52rA==
idtoken-verifier@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/idtoken-verifier/-/idtoken-verifier-2.0.1.tgz#0d14e56ab60b58c51eed5f87f7724c810cfd5a12"
integrity sha512-sLLFPPc6D6Ske7JNHHrrWHbQKuY1OJN9GcJd6Y1LjMvInJBr26Axbo6o07JYPPTRUzJahBWHudabgFoNo23lMw==
dependencies:
base64-js "^1.3.0"
crypto-js "^3.1.9-1"
Expand Down

0 comments on commit ddff07f

Please sign in to comment.