From 3bb7f9c54ba28cbb8ddf4a5fdce89eea41fccbfa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 13:34:07 +0000 Subject: [PATCH] Bump oauth2-server from 3.0.0 to 3.0.2 Bumps [oauth2-server](https://github.com/oauthjs/node-oauth2-server) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/oauthjs/node-oauth2-server/releases) - [Changelog](https://github.com/oauthjs/node-oauth2-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/oauthjs/node-oauth2-server/compare/v3.0.0...v3.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67a6106..dd33890 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.2" }, "devDependencies": { "body-parser": "^1.14.1",