Merge pull request #9677 from ismailelbadawy/master

This commit is contained in:
Ben Lambert
2022-04-06 16:34:51 +02:00
committed by GitHub
3 changed files with 22 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Updated openid-client from 4.1.2 to 5.1.3
+1 -1
View File
@@ -60,7 +60,7 @@
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"node-cache": "^5.1.2",
"openid-client": "^4.2.1",
"openid-client": "^5.1.3",
"passport": "^0.5.2",
"passport-bitbucket-oauth2": "^0.1.2",
"passport-github2": "^0.1.12",
+16 -1
View File
@@ -15769,6 +15769,11 @@ jose@^2.0.5:
dependencies:
"@panva/asn1.js" "^1.0.0"
jose@^4.1.4:
version "4.5.0"
resolved "https://registry.npmjs.org/jose/-/jose-4.5.0.tgz#92829d8cf846351eb55aaaf94f252fb1d191f2d5"
integrity sha512-GFcVFQwYQKbQTUOo2JlpFGXTkgBw26uzDsRMD2q1WgSKNSnpKS9Ug7bdQ8dS+p4sZHNH6iRPu6WK2jLIjspaMA==
joycon@^3.0.1:
version "3.1.0"
resolved "https://registry.npmjs.org/joycon/-/joycon-3.1.0.tgz#33bb2b6b5a6849a1e251bed623bdf610f477d49f"
@@ -18999,7 +19004,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==
@@ -19012,6 +19017,16 @@ openid-client@^4.1.1, openid-client@^4.2.1:
object-hash "^2.0.1"
oidc-token-hash "^5.0.1"
openid-client@^5.1.3:
version "5.1.3"
resolved "https://registry.npmjs.org/openid-client/-/openid-client-5.1.3.tgz#25ef0e48929f33462028001fd4077a7ae5b3ad4d"
integrity sha512-i5quCXurPkN50ndRLE2D3Q6khz6AieJ0gTKOmsl3G4ZIP/Udf5Qw5CMRdhMvbFvfKRrkcCWPFXmduFUFYTC0xw==
dependencies:
jose "^4.1.4"
lru-cache "^6.0.0"
object-hash "^2.0.1"
oidc-token-hash "^5.0.1"
optionator@^0.8.1:
version "0.8.3"
resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"