diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index 3afd6cefe3894..97e6d6d69c21a 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -57,7 +57,7 @@ "morgan": "^1.10.0", "node-fetch": "^2.6.1", "node-cache": "^5.1.2", - "openid-client": "^4.2.1", + "openid-client": "^6.1.7", "passport": "^0.4.1", "passport-bitbucket-oauth2": "^0.1.2", "passport-github2": "^0.1.12", diff --git a/yarn.lock b/yarn.lock index 9f6bf3d5d85b0..7746adb375eec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18536,6 +18536,11 @@ jose@^2.0.5: dependencies: "@panva/asn1.js" "^1.0.0" +jose@^5.9.6: + version "5.9.6" + resolved "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz#77f1f901d88ebdc405e57cce08d2a91f47521883" + integrity sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ== + joycon@^3.0.1: version "3.1.0" resolved "https://registry.npmjs.org/joycon/-/joycon-3.1.0.tgz#33bb2b6b5a6849a1e251bed623bdf610f477d49f" @@ -21799,6 +21804,11 @@ oauth-sign@~0.9.0: resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== +oauth4webapi@^3.1.4: + version "3.1.4" + resolved "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.4.tgz#50695385cea8e7a43f3e2e23bc33ea27faece4a7" + integrity sha512-eVfN3nZNbok2s/ROifO0UAc5G8nRoLSbrcKJ09OqmucgnhXEfdIQOR4gq1eJH1rN3gV7rNw62bDEgftsgFtBEg== + oauth@0.9.x: version "0.9.15" resolved "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1" @@ -22007,7 +22017,7 @@ openapi-sampler@^1.1.0: "@types/json-schema" "^7.0.7" json-pointer "^0.6.1" -openid-client@^4.1.1, openid-client@^4.2.1: +openid-client@^4.1.1: version "4.9.0" resolved "https://registry.npmjs.org/openid-client/-/openid-client-4.9.0.tgz#bdfc9194435316df419f759ce177635146b43074" integrity sha512-ThBbvRUUZwxUKBVK2UpDNIZ3eJkvtqWI8s5Dm+naV+gJdL+yRhT+8ywqct1gy5uL+xVS5+A/nhFcpJIisH2x6Q== @@ -22020,6 +22030,14 @@ openid-client@^4.1.1, openid-client@^4.2.1: object-hash "^2.0.1" oidc-token-hash "^5.0.1" +openid-client@^6.1.7: + version "6.1.7" + resolved "https://registry.npmjs.org/openid-client/-/openid-client-6.1.7.tgz#cb23cbfc1a37690ae553ab72505605d8660da057" + integrity sha512-JfY/KvQgOutmG2P+oVNKInE7zIh+im1MQOaO7g5CtNnTWMociA563WweiEMKfR9ry9XG3K2HGvj9wEqhCQkPMg== + dependencies: + jose "^5.9.6" + oauth4webapi "^3.1.4" + optionator@^0.8.1: version "0.8.3" resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"