Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump oidc-provider from 8.4.3 to 8.4.5 (#720)
Bumps [oidc-provider](https://github.com/panva/node-oidc-provider) from 8.4.3 to 8.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/panva/node-oidc-provider/releases">oidc-provider's releases</a>.</em></p> <blockquote> <h2>v8.4.5</h2> <h3>Refactor</h3> <ul> <li>use doc argument in web_message js code (<a href="https://github.com/panva/node-oidc-provider/commit/da3198b307ea50ff3033d9b5eaa873025494a20e">da3198b</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>add missing opening html tags (<a href="https://github.com/panva/node-oidc-provider/commit/23997c5946c14a301868dabbbe43431227234adb">23997c5</a>)</li> <li><strong>DPoP:</strong> mark defaulted dpop_jkt parameter as trusted (<a href="https://github.com/panva/node-oidc-provider/commit/ee633f3baa2308ec84cd02d93db737a17baf37bb">ee633f3</a>)</li> </ul> <h2>v8.4.4</h2> <h3>Refactor</h3> <ul> <li>test decoded basic auth tokens for their VSCHAR pattern (<a href="https://github.com/panva/node-oidc-provider/commit/3f86cc097768d83b1a4d734d0f7a7244676572b4">3f86cc0</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><strong>DPoP,PAR,JAR:</strong> validate DPoP before invalidating JAR during PAR (<a href="https://github.com/panva/node-oidc-provider/commit/ca0f999e82ab7048b3f22a9d7798d17c7aafa405">ca0f999</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/panva/node-oidc-provider/blob/main/CHANGELOG.md">oidc-provider's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/panva/node-oidc-provider/compare/v8.4.4...v8.4.5">8.4.5</a> (2024-01-17)</h2> <h3>Refactor</h3> <ul> <li>use doc argument in web_message js code (<a href="https://github.com/panva/node-oidc-provider/commit/da3198b307ea50ff3033d9b5eaa873025494a20e">da3198b</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>add missing opening html tags (<a href="https://github.com/panva/node-oidc-provider/commit/23997c5946c14a301868dabbbe43431227234adb">23997c5</a>)</li> <li><strong>DPoP:</strong> mark defaulted dpop_jkt parameter as trusted (<a href="https://github.com/panva/node-oidc-provider/commit/ee633f3baa2308ec84cd02d93db737a17baf37bb">ee633f3</a>)</li> </ul> <h2><a href="https://github.com/panva/node-oidc-provider/compare/v8.4.3...v8.4.4">8.4.4</a> (2024-01-08)</h2> <h3>Refactor</h3> <ul> <li>test decoded basic auth tokens for their VSCHAR pattern (<a href="https://github.com/panva/node-oidc-provider/commit/3f86cc097768d83b1a4d734d0f7a7244676572b4">3f86cc0</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><strong>DPoP,PAR,JAR:</strong> validate DPoP before invalidating JAR during PAR (<a href="https://github.com/panva/node-oidc-provider/commit/ca0f999e82ab7048b3f22a9d7798d17c7aafa405">ca0f999</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/panva/node-oidc-provider/commit/3e260735b97bbb0a5bb4c67b36cfba32e84f4b90"><code>3e26073</code></a> chore(release): 8.4.5</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/ee633f3baa2308ec84cd02d93db737a17baf37bb"><code>ee633f3</code></a> fix(DPoP): mark defaulted dpop_jkt parameter as trusted</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/da3198b307ea50ff3033d9b5eaa873025494a20e"><code>da3198b</code></a> refactor: use doc argument in web_message js code</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/23997c5946c14a301868dabbbe43431227234adb"><code>23997c5</code></a> fix: add missing opening html tags</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/81c683d06b4d6a3e62324257e74c8899ecd39288"><code>81c683d</code></a> chore(release): 8.4.4</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/29b9667c8b8e04404d14bc41ba9e66843a143ee2"><code>29b9667</code></a> chore: add documentation updates and refactors to future changelogs</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/ca0f999e82ab7048b3f22a9d7798d17c7aafa405"><code>ca0f999</code></a> fix(DPoP,PAR,JAR): validate DPoP before invalidating JAR during PAR</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/3f86cc097768d83b1a4d734d0f7a7244676572b4"><code>3f86cc0</code></a> refactor: test decoded basic auth tokens for their VSCHAR pattern</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/391885c050be6ccab611788033fa4d129efef7a3"><code>391885c</code></a> chore: bump upload-artifact</li> <li><a href="https://github.com/panva/node-oidc-provider/commit/b5839939d6e8189d2d462fa9b306a6dd6817efeb"><code>b583993</code></a> Revert "build(deps): bump actions/upload-artifact from 3 to 4" (<a href="https://redirect.github.com/panva/node-oidc-provider/issues/1243">#1243</a>)</li> <li>Additional commits viewable in <a href="https://github.com/panva/node-oidc-provider/compare/v8.4.3...v8.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oidc-provider&package-manager=npm_and_yarn&previous-version=8.4.3&new-version=8.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Hobbs <[email protected]>
- Loading branch information