Bump openid-client from 5.7.0 to 5.7.1 in the minor-and-patch group

Bumps the minor-and-patch group with 1 update: [openid-client](https://github.com/panva/openid-client).


Updates `openid-client` from 5.7.0 to 5.7.1
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/v5.7.1/CHANGELOG.md)
- [Commits](https://github.com/panva/openid-client/compare/v5.7.0...v5.7.1)

---
updated-dependencies:
- dependency-name: openid-client
  dependency-version: 5.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-12 11:39:14 +00:00 committed by GitHub
parent 69c9c1f83f
commit 8ff8b01148
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"
},