From c78cc34f3c98f527b9c9ec9dc11663b52e20414f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 18:36:59 +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.13.2. - [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.13.2) 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..0142b8a 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.13.2" } }