From 279cfb7a499e0c60e5d7b0b6f30a2eba9ffd5008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:40:53 +0000 Subject: [PATCH] fix(deps): update dependency openid-client to v5.7.1 (#488) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [openid-client](https://redirect.github.com/panva/openid-client) | [`5.7.0` -> `5.7.1`](https://renovatebot.com/diffs/npm/openid-client/5.7.0/5.7.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/openid-client/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/openid-client/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/openid-client/5.7.0/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/openid-client/5.7.0/5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
panva/openid-client (openid-client) ### [`v5.7.1`](https://redirect.github.com/panva/openid-client/releases/tag/v5.7.1) [Compare Source](https://redirect.github.com/panva/openid-client/compare/v5.7.0...v5.7.1) ##### Refactor - jwt client authentication audience is now an issuer identifier string ([0b05217](https://redirect.github.com/panva/openid-client/commit/0b05217e7f283b75fd93c27c0f8c647f37501a33)) Note: If needed this can be reverted using the `extras.clientAssertionPayload` option.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-node). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f21feeb..4d631c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "long": "5.2.3", "nice-grpc": "2.1.10", "node-rsa": "1.1.1", - "openid-client": "5.7.0", + "openid-client": "5.7.1", "protobufjs": "7.4.0" }, "devDependencies": { @@ -2271,9 +2271,9 @@ } }, "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==", "dependencies": { "jose": "^4.15.9", "lru-cache": "^6.0.0", @@ -4798,9 +4798,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", diff --git a/package.json b/package.json index 6742026..08052f0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "long": "5.2.3", "nice-grpc": "2.1.10", "node-rsa": "1.1.1", - "openid-client": "5.7.0", + "openid-client": "5.7.1", "protobufjs": "7.4.0" } }