From c17d1b3868ad89955fc05bad3aedc7af20dbbc80 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 08:30:31 +0000 Subject: [PATCH] Bump oauth2-server from 3.0.0 to 3.1.0 Bumps [oauth2-server](https://github.com/oauthjs/node-oauth2-server) from 3.0.0 to 3.1.0. - [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.1.0) 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..ed4ddd8 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.1.0" }, "devDependencies": { "body-parser": "^1.14.1",