diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index cbccaae12f36..e73a7d95fad5 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -66,7 +66,7 @@ "@types/passport-google-oauth2": "^0.1.8", "@types/passport-http": "^0.3.11", "@types/passport-local": "^1.0.38", - "@types/passport-oauth2": "^1.4.16", + "@types/passport-oauth2": "^1.4.17", "@types/passport-twitter": "1.0.40", "body-parser": "^1.20.2", "client-sessions": "^0.8.0", diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index b3eaa32bea1f..feac5f80ddeb 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -64,7 +64,7 @@ "@types/node": "^16.18.97", "@types/passport": "^1.0.16", "@types/passport-http": "^0.3.11", - "@types/passport-oauth2": "^1.4.16", + "@types/passport-oauth2": "^1.4.17", "@types/qs": "^6.9.15", "axios": "^1.7.2", "body-parser": "^1.20.2", diff --git a/package-lock.json b/package-lock.json index 98e0f04c3e97..f3fe81e69180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -726,7 +726,7 @@ "@types/passport-google-oauth2": "^0.1.8", "@types/passport-http": "^0.3.11", "@types/passport-local": "^1.0.38", - "@types/passport-oauth2": "^1.4.16", + "@types/passport-oauth2": "^1.4.17", "@types/passport-twitter": "1.0.40", "body-parser": "^1.20.2", "client-sessions": "^0.8.0", @@ -1226,7 +1226,7 @@ "@types/node": "^16.18.97", "@types/passport": "^1.0.16", "@types/passport-http": "^0.3.11", - "@types/passport-oauth2": "^1.4.16", + "@types/passport-oauth2": "^1.4.17", "@types/qs": "^6.9.15", "axios": "^1.7.2", "body-parser": "^1.20.2", @@ -9025,9 +9025,10 @@ } }, "node_modules/@types/passport-oauth2": { - "version": "1.4.16", - "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.16.tgz", - "integrity": "sha512-Sdr0rpAdkiidUOtyaapGgvXyMjqYlMTFHRy7gtJtzr0/ysEIa72N3j2FSHIRc14h29g1+dzDl8IW2WT2Mu29vQ==", + "version": "1.4.17", + "resolved": "https://registry.npmjs.org/@types/passport-oauth2/-/passport-oauth2-1.4.17.tgz", + "integrity": "sha512-ODiAHvso6JcWJ6ZkHHroVp05EHGhqQN533PtFNBkg8Fy5mERDqsr030AX81M0D69ZcaMvhF92SRckEk2B0HYYg==", + "license": "MIT", "dependencies": { "@types/express": "*", "@types/oauth": "*",