From 1f8ff8cdba70d93c8ec8de89daf1ccfc84a3f330 Mon Sep 17 00:00:00 2001 From: Quentin Danjou <99217697+Quentin-Danjou@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:25:35 -0400 Subject: [PATCH] Bump `oauth` from 0.9.x to 0.10.x This is solving multiple issues of `passport-google-oauth2` as stated in issue #163 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 182007f..cbd40a3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "main": "./lib", "dependencies": { "base64url": "3.x.x", - "oauth": "0.9.x", + "oauth": "0.10.x", "passport-strategy": "1.x.x", "uid2": "0.0.x", "utils-merge": "1.x.x"