Skip to content

Commit

Permalink
Bump openid-client from 5.4.0 to 5.4.2 (#167)
Browse files Browse the repository at this point in the history
Bumps [openid-client](https://github.com/panva/node-openid-client) from
5.4.0 to 5.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/panva/node-openid-client/releases">openid-client's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.2</h2>
<h3>Fixes</h3>
<ul>
<li>bump oidc-token-hash (<a
href="https://github.com/panva/node-openid-client/commit/20607e9eb72ea1dee0cfd714d66cd00285686f5f">20607e9</a>)</li>
</ul>
<h2>v5.4.1</h2>
<p>This release contains only code refactoring, dependency, or
documentation updates. The release process now also uses <a
href="https://docs.npmjs.com/generating-provenance-statements">provenance
statements</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/panva/node-openid-client/blob/main/CHANGELOG.md">openid-client's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/panva/node-openid-client/compare/v5.4.1...v5.4.2">5.4.2</a>
(2023-04-25)</h2>
<h3>Fixes</h3>
<ul>
<li>bump oidc-token-hash (<a
href="https://github.com/panva/node-openid-client/commit/20607e9eb72ea1dee0cfd714d66cd00285686f5f">20607e9</a>)</li>
</ul>
<h2><a
href="https://github.com/panva/node-openid-client/compare/v5.4.0...v5.4.1">5.4.1</a>
(2023-04-21)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/panva/node-openid-client/commit/69bab2f1899d9fe36033ac6a1c62ef73a236e12f"><code>69bab2f</code></a>
chore(release): 5.4.2</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/20607e9eb72ea1dee0cfd714d66cd00285686f5f"><code>20607e9</code></a>
fix: bump oidc-token-hash</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/f623eb05df51a8b3141ba6b27c907b277763138d"><code>f623eb0</code></a>
build: no need to npm i -g npm for provenance on lts/hydrogen</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/23a7bb8fe7a45a1a9b612983c0d280de6ea467dd"><code>23a7bb8</code></a>
build: add default title to gh release</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/5e4862ea780a639ec94d76acf134ed264cc06a83"><code>5e4862e</code></a>
chore(release): 5.4.1</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/f3776e41b55bcde7831247eb0e90bad9f8527525"><code>f3776e4</code></a>
chore: bump dependencies</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/7275d52866cd7ab08913f91af46a74db649ee324"><code>7275d52</code></a>
build: update release process</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/4d221a58bdb8a3d543b550952274ae000b033628"><code>4d221a5</code></a>
build: automate releases with provenance</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/ae1222c60541a87c650ce9bff8cc3ab5af9b413d"><code>ae1222c</code></a>
ci: update lock.yml (<a
href="https://redirect.github.com/panva/node-openid-client/issues/577">#577</a>)</li>
<li><a
href="https://github.com/panva/node-openid-client/commit/563fc6477781fd6e3d2c6a30e53707932ed86480"><code>563fc64</code></a>
ci: add check-latest to node tests</li>
<li>Additional commits viewable in <a
href="https://github.com/panva/node-openid-client/compare/v5.4.0...v5.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openid-client&package-manager=npm_and_yarn&previous-version=5.4.0&new-version=5.4.2)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2023
1 parent 092cffb commit 52b47e4
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 52b47e4

Please sign in to comment.