Skip to content

Commit

Permalink
fix(deps): update dependency openid-client to v5.7.1 (#488)
Browse files Browse the repository at this point in the history
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

<details>
<summary>panva/openid-client (openid-client)</summary>

###
[`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.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 5a58711 commit 279cfb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 279cfb7

Please sign in to comment.