Merge pull request #663 from JohnXLivingston/dependabot/npm_and_yarn/minor-and-patch-d14adfe196

Bump openid-client from 5.7.0 to 5.7.1 in the minor-and-patch group
This commit is contained in:
John Livingston 2025-05-12 13:41:20 +02:00 committed by GitHub
commit fb27214d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -16,7 +16,7 @@
"got": "^11.8.6",
"http-proxy": "^1.18.1",
"log-rotate": "^0.2.8",
"openid-client": "^5.7.0",
"openid-client": "^5.7.1",
"validate-color": "^2.2.4",
"xmppjs-chat-bot": "^0.5.0"
},
@ -10324,9 +10324,10 @@
}
},
"node_modules/openid-client": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.0.tgz",
"integrity": "sha512-4GCCGZt1i2kTHpwvaC/sCpTpQqDnBzDzuJcJMbH+y1Q5qI8U8RBvoSh28svarXszZHR5BAMXbJPX1PGPRE3VOA==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz",
"integrity": "sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==",
"license": "MIT",
"dependencies": {
"jose": "^4.15.9",
"lru-cache": "^6.0.0",
@ -20761,9 +20762,9 @@
}
},
"openid-client": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.0.tgz",
"integrity": "sha512-4GCCGZt1i2kTHpwvaC/sCpTpQqDnBzDzuJcJMbH+y1Q5qI8U8RBvoSh28svarXszZHR5BAMXbJPX1PGPRE3VOA==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz",
"integrity": "sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==",
"requires": {
"jose": "^4.15.9",
"lru-cache": "^6.0.0",

View File

@ -33,7 +33,7 @@
"got": "^11.8.6",
"http-proxy": "^1.18.1",
"log-rotate": "^0.2.8",
"openid-client": "^5.7.0",
"openid-client": "^5.7.1",
"validate-color": "^2.2.4",
"xmppjs-chat-bot": "^0.5.0"
},