From cba22957f63560643ae0db76f755b7b305290cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 05:57:00 +0000 Subject: [PATCH] Bump auth0-js in /MonitorAuthServer/wwwroot/lib/angular-auth0 Bumps [auth0-js](https://github.com/auth0/auth0.js) from 8.12.3 to 9.11.3. - [Release notes](https://github.com/auth0/auth0.js/releases) - [Changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/auth0.js/compare/v8.12.3...v9.11.3) Signed-off-by: dependabot[bot] --- MonitorAuthServer/wwwroot/lib/angular-auth0/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonitorAuthServer/wwwroot/lib/angular-auth0/package.json b/MonitorAuthServer/wwwroot/lib/angular-auth0/package.json index f0a1e96..9f3f327 100644 --- a/MonitorAuthServer/wwwroot/lib/angular-auth0/package.json +++ b/MonitorAuthServer/wwwroot/lib/angular-auth0/package.json @@ -23,6 +23,6 @@ }, "dependencies": { "angular": "^1.6.0", - "auth0-js": "^8.8.0" + "auth0-js": "^9.11.3" } }