diff --git a/package-lock.json b/package-lock.json index d0a9227..8b15e11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5657,9 +5657,9 @@ } }, "passport-oauth2-refresh": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/passport-oauth2-refresh/-/passport-oauth2-refresh-1.1.0.tgz", - "integrity": "sha512-UsmDntTlEKj8GAME/u6hvgTgq/WC/1lh9wGKs7QEf5/e+pBo9dnphJ1qLfmwFck21lz3wHHHiPFJrihLkFSaXg==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/passport-oauth2-refresh/-/passport-oauth2-refresh-2.0.0.tgz", + "integrity": "sha512-yXvCB6nem/O+WThhiyI3TlPXpzSGY+9+hy9OTx9QF8e9GInplyRHxHaaOhFylKvnof9UmWHAufQFZk8cO1Fb2g==" }, "passport-strategy": { "version": "1.0.0", diff --git a/package.json b/package.json index 7d4332c..d6a471f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "morgan": "1.9.1", "passport": "0.4.0", "passport-mercadolibre": "0.0.2", - "passport-oauth2-refresh": "1.1.0", + "passport-oauth2-refresh": "2.0.0", "request-promise": "4.2.4", "serve-favicon": "2.5.0" },