diff --git a/package.json b/package.json index 01fdbebae..d43684d39 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "mdi-material-ui": "~5.33.1", "next": "9.4.1", "passport": "~0.4.0", - "passport-oauth2": "~1.4.0", + "passport-oauth2": "~1.6.1", "prop-types": "^15.7.2", "react": "^16.13.0", "react-container-query": "~0.11.0", diff --git a/yarn.lock b/yarn.lock index 0f3b68a17..fa343a75f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3429,6 +3429,11 @@ base64-js@^1.0.2: resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz" integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== +base64url@3.x.x: + version "3.0.1" + resolved "https://registry.yarnpkg.com/base64url/-/base64url-3.0.1.tgz#6399d572e2bc3f90a9a8b22d5dbb0a32d33f788d" + integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A== + base@^0.11.1: version "0.11.2" resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz" @@ -10729,11 +10734,12 @@ pascalcase@^0.1.1: resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz" integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= -passport-oauth2@~1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.4.0.tgz" - integrity sha1-9i+BWDy+EmCb585vFguTlaJ7hq0= +passport-oauth2@~1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/passport-oauth2/-/passport-oauth2-1.6.1.tgz#c5aee8f849ce8bd436c7f81d904a3cd1666f181b" + integrity sha512-ZbV43Hq9d/SBSYQ22GOiglFsjsD1YY/qdiptA+8ej+9C1dL1TVB+mBE5kDH/D4AJo50+2i8f4bx0vg4/yDDZCQ== dependencies: + base64url "3.x.x" oauth "0.9.x" passport-strategy "1.x.x" uid2 "0.0.x"