Skip to content

Commit

Permalink
Upgrade auth0.js (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Jul 23, 2018
1 parent fdb6ec8 commit 46182ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"zuul-ngrok": "4.0.0"
},
"dependencies": {
"auth0-js": "^9.6.1",
"auth0-js": "^9.7.3",
"blueimp-md5": "2.3.1",
"fbjs": "^0.3.1",
"immutable": "^3.7.3",
Expand Down
2 changes: 1 addition & 1 deletion src/core/web_api/p2_api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import auth0 from 'auth0-js';
import CordovaAuth0Plugin from 'auth0-js/plugins/cordova';
import CordovaAuth0Plugin from 'auth0-js/dist/cordova-auth0-plugin.min.js';
import superagent from 'superagent';
import * as l from '../index';
import { getEntity, read } from '../../store/index';
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ atob@~1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773"

auth0-js@^9.6.1:
version "9.6.1"
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.6.1.tgz#908e1bc5e9a7c6f787b019ad53d7688caaa2f48e"
auth0-js@^9.7.3:
version "9.7.3"
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.7.3.tgz#5d09a703e3758d50ee95d57d05b7f31271c1c821"
dependencies:
base64-js "^1.2.0"
idtoken-verifier "^1.2.0"
Expand Down

0 comments on commit 46182ca

Please sign in to comment.