diff --git a/bower.json b/bower.json index a236854..3b319a9 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "dependencies": { "angular": "*", "auth0-lock": ">=10.13.0", - "auth0.js": "^8.4.0" + "auth0.js": "^9.0.0" }, "resolutions": { "angular": "1.6.3" diff --git a/package.json b/package.json index 9e7db54..ab6d7fc 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "gulp-uglify": "^2.1.0" }, "dependencies": { - "auth0-js": "^8.4.0" + "auth0-js": "^9.0.0" } }