From d7eba68446ad58880cdd3a05ddcc33dad5e29b38 Mon Sep 17 00:00:00 2001 From: MikiMullorXjump <73487231+MikiMullorXjump@users.noreply.github.com> Date: Tue, 15 Nov 2022 20:02:44 +0100 Subject: [PATCH] Update package.json There is a bug in oauth when connecting to Google. (fetching profile is called twice, fails the second time) version 0.10.0 of oauth has a fix for the issue --- 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"