diff --git a/package.json b/package.json index 3651d56bc..529b7d0d8 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "oy-vey": "^0.12.1", "passport": "^0.7.0", "passport-google-oauth2": "^0.2.0", - "passport-oauth2": "^1.6.1", + "passport-oauth2": "^1.8.0", "passport-slack-oauth2": "^1.2.0", "patch-package": "^7.0.2", "pg": "^8.11.5", @@ -287,7 +287,7 @@ "@types/node": "20.10.0", "@types/node-fetch": "^2.6.9", "@types/nodemailer": "^6.4.14", - "@types/passport-oauth2": "^1.4.15", + "@types/passport-oauth2": "^1.4.17", "@types/pluralize": "^0.0.33", "@types/png-chunks-extract": "^1.0.2", "@types/quoted-printable": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 881f54fff..d2be8f3ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5263,10 +5263,10 @@ resolved "https://registry.yarnpkg.com/@types/pako/-/pako-1.0.4.tgz#b4262aef92680a9331fcdb8420c69cf3dd98d3f3" integrity "sha1-tCYq75JoCpMx/NuEIMac892Y0/M= sha512-Z+5bJSm28EXBSUJEgx29ioWeEEHUh6TiMkZHDhLwjc9wVFH+ressbkmX6waUZc5R3Gobn4Qu5llGxaoflZ+yhA==" -"@types/passport-oauth2@^1.4.15": - version "1.4.15" - resolved "https://registry.yarnpkg.com/@types/passport-oauth2/-/passport-oauth2-1.4.15.tgz#34f2684f53aad36e664cd01ca9879224229f47e7" - integrity "sha1-NPJoT1Oq025mTNAcqYeSJCKfR+c= sha512-9cUTP/HStNSZmhxXGuRrBJfEWzIEJRub2eyJu3CvkA+8HAMc9W3aKdFhVq+Qz1hi42qn+GvSAnz3zwacDSYWpw==" +"@types/passport-oauth2@^1.4.17": + version "1.4.17" + resolved "https://registry.yarnpkg.com/@types/passport-oauth2/-/passport-oauth2-1.4.17.tgz#d5d54339d44f6883d03e69dc0cc0e2114067abb4" + integrity sha512-ODiAHvso6JcWJ6ZkHHroVp05EHGhqQN533PtFNBkg8Fy5mERDqsr030AX81M0D69ZcaMvhF92SRckEk2B0HYYg== dependencies: "@types/express" "*" "@types/oauth" "*" @@ -12155,6 +12155,11 @@ nwsapi@^2.2.2, nwsapi@^2.2.4: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.4.tgz#fd59d5e904e8e1f03c25a7d5a15cfa16c714a1e5" integrity "sha1-/VnV6QTo4fA8JafVoVz6FscUoeU= sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==" +oauth@0.10.x: + version "0.10.0" + resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.10.0.tgz#3551c4c9b95c53ea437e1e21e46b649482339c58" + integrity sha512-1orQ9MT1vHFGQxhuy7E/0gECD3fd2fCC+PIX+/jgmU/gI3EpRocXtmtvxCO5x3WZ443FLTLFWNDjl5MPJf9u+Q== + oauth@0.9.x: version "0.9.15" resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1" @@ -12491,13 +12496,13 @@ passport-oauth1@1.x.x: passport-strategy "1.x.x" utils-merge "1.x.x" -passport-oauth2@1.x.x, passport-oauth2@^1.1.2, passport-oauth2@^1.6.1, passport-oauth2@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.7.0.tgz#5c4766c8531ac45ffe9ec2c09de9809e2c841fc4" - integrity "sha1-XEdmyFMaxF/+nsLAnemAniyEH8Q= sha512-j2gf34szdTF2Onw3+76alNnaAExlUmHvkc7cL+cmaS5NzHzDP/BvFHJruueQ9XAeNOdpI+CH+PWid8RA7KCwAQ==" +passport-oauth2@1.x.x, passport-oauth2@^1.1.2, passport-oauth2@^1.7.0, passport-oauth2@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.8.0.tgz#55725771d160f09bbb191828d5e3d559eee079c8" + integrity sha512-cjsQbOrXIDE4P8nNb3FQRCCmJJ/utnFKEz2NX209f7KOHPoX18gF7gBzBbLLsj2/je4KrgiwLLGjf0lm9rtTBA== 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"