From ae4f5129d3a0b01bcc8401f04ef621f10a09a82c Mon Sep 17 00:00:00 2001 From: James Garrett Date: Mon, 25 Sep 2023 16:15:13 -0400 Subject: [PATCH] fix passport-oauth2 version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 264a69c3..4e0528c5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "license": "MIT", "dependencies": { - "passport-oauth2": "^1.7.0" + "passport-oauth2": "1.x.x" }, "directories": { "example": "example",