From ea36b0615f7ab8b3c06cece5d47dabdf3beab603 Mon Sep 17 00:00:00 2001 From: Luis Deschamps Rudge Date: Tue, 29 Jan 2019 10:05:09 -0200 Subject: [PATCH] Upgrade Auth0.js to trim email, username and phoneNumber on every request --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e34df996c..092b1f326 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "zuul-ngrok": "4.0.0" }, "dependencies": { - "auth0-js": "^9.9.1", + "auth0-js": "^9.10.0", "auth0-password-policies": "^1.0.2", "blueimp-md5": "2.3.1", "fbjs": "^0.3.1", diff --git a/yarn.lock b/yarn.lock index 855816465..4d10f648d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -482,10 +482,10 @@ atob@~1.1.0: resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773" integrity sha1-lfE2KbEsOlGl0hWr3OKqnzL4B3M= -auth0-js@^9.9.1: - version "9.9.1" - resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.9.1.tgz#7173c987cfa1dcca1888eddcddd196e94bdf037e" - integrity sha512-75+BVjnGUTOiydhmJDTNNH0YW9R3/38rFFPbbMrkoZttJsTsBwLH/C5+y8dG/jjJ8Lc43xgBxi8Ak0lHK2+LcQ== +auth0-js@^9.10.0: + version "9.10.0" + resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.10.0.tgz#56d7886d4994fd94986778f0799d93340202c100" + integrity sha512-cHE4cGQRMjCS6IorIWdH2wdYSpDQchHq/xQOn7FlEaquDrb2zgQi4G5AWzO7wW2ED4UZsX4rHElc2BMZev8rGA== dependencies: base64-js "^1.2.0" idtoken-verifier "^1.2.0"