From fb63d41aa25e536d0ed8642d6432a8677f143dd0 Mon Sep 17 00:00:00 2001 From: ranak89 <32665004+ranak89@users.noreply.github.com> Date: Fri, 24 Jan 2020 10:03:20 +0530 Subject: [PATCH] Update Package JSON Updating the oAuth2-server package to it's latest build as the old one loads lodash package's old version which cause security warnings. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67a6106..5a0770c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "bluebird": "^3.0.5", "express": "^4.13.3", - "oauth2-server": "3.0.0" + "oauth2-server": "^3.0.1" }, "devDependencies": { "body-parser": "^1.14.1",