From e4e58f520ad63ccb9806f82269a6b7b489689044 Mon Sep 17 00:00:00 2001 From: amgrobelny-box Date: Thu, 21 Dec 2017 12:57:26 -0600 Subject: [PATCH] Updating vulnerable dependency for Angular1 project --- box-auth0-angular1-skeleton-app-sample/package.json | 2 +- box-auth0-angular1-skeleton-app-sample/public/js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/box-auth0-angular1-skeleton-app-sample/package.json b/box-auth0-angular1-skeleton-app-sample/package.json index 5e2e283..013d6d4 100644 --- a/box-auth0-angular1-skeleton-app-sample/package.json +++ b/box-auth0-angular1-skeleton-app-sample/package.json @@ -9,7 +9,7 @@ "body-parser": "~1.15.1", "cookie-parser": "~1.4.3", "debug": "~2.2.0", - "ejs": "~2.4.1", + "ejs": "~2.5.5", "express": "~4.13.4", "morgan": "~1.7.0", "serve-favicon": "~2.3.0" diff --git a/box-auth0-angular1-skeleton-app-sample/public/js/package.json b/box-auth0-angular1-skeleton-app-sample/public/js/package.json index 5c266e1..24fbf2b 100644 --- a/box-auth0-angular1-skeleton-app-sample/public/js/package.json +++ b/box-auth0-angular1-skeleton-app-sample/public/js/package.json @@ -19,7 +19,7 @@ "angular-material": "^1.1.1", "angular-messages": "^1.5.8", "angular-ui-router": "^0.3.1", - "auth0-js": "^7.6.1", + "auth0-js": "^8.12.0", "ng-file-upload": "^12.2.12" } }