Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump jose from 4.11.0 to 4.15.5 in /examples/users-api (#749)
Bumps [jose](https://github.com/panva/jose) from 4.11.0 to 4.15.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/panva/jose/releases">jose's releases</a>.</em></p> <blockquote> <h2>v4.15.5</h2> <h3>Fixes</h3> <ul> <li>add a maxOutputLength option to zlib inflate (<a href="https://github.com/panva/jose/commit/1b91d88d2f8233f3477a5f4579aa5f8057b2ee8b">1b91d88</a>), fixes <a href="https://github.com/panva/jose/security/advisories/GHSA-hhhv-q57g-882q">CVE-2024-28176</a></li> </ul> <h2>v4.15.4</h2> <h3>Fixes</h3> <ul> <li><strong>types:</strong> export GetKeyFunction (<a href="https://redirect.github.com/panva/jose/issues/592">#592</a>) (<a href="https://github.com/panva/jose/commit/936c9dff2bc124dc5f64906a96f665a28e57392c">936c9df</a>), closes <a href="https://redirect.github.com/panva/jose/issues/591">#591</a></li> </ul> <h2>v4.15.3</h2> <p>This release contains only Node.js CITGM related test updates.</p> <p>Fixes <a href="https://redirect.github.com/nodejs/citgm/issues/1011">nodejs/citgm#1011</a></p> <h2>v4.15.2</h2> <h3>Fixes</h3> <ul> <li><strong>build:</strong> add a node target for jose-browser-runtime releases (<a href="https://github.com/panva/jose/commit/abb63d0e8e7a55326dc343eec5f5eee9addc1dcf">abb63d0</a>)</li> </ul> <h2>v4.15.1</h2> <h3>Fixes</h3> <ul> <li>resolve missing types for the cryptoRuntime const (<a href="https://github.com/panva/jose/commit/16279652a67133fba0db7c9879767f000a8f1662">1627965</a>)</li> </ul> <h2>v4.15.0</h2> <h3>Features</h3> <ul> <li>export the used crypto runtime as a constant (<a href="https://github.com/panva/jose/commit/0681dda1592a82c22a18981002b3763c502d0fc4">0681dda</a>)</li> </ul> <h2>v4.14.6</h2> <h3>Fixes</h3> <ul> <li><strong>build:</strong> publish bundle and umd files with jose-browser-runtime module (<a href="https://github.com/panva/jose/commit/62fcbcc2170db00f5bbfc817839523dbf970239f">62fcbcc</a>), closes <a href="https://redirect.github.com/panva/jose/issues/571">#571</a></li> </ul> <h2>v4.14.5</h2> <h3>Refactor</h3> <ul> <li>catch type error when decoding base64url signature (<a href="https://redirect.github.com/panva/jose/issues/569">#569</a>) (<a href="https://github.com/panva/jose/commit/935e920d29d242e0446d365b1e4f0449d144c23c">935e920</a>)</li> <li>catch type errors when decoding various base64url strings (<a href="https://github.com/panva/jose/commit/9024e870ece4ef121205dadc733c36d7978b97ab">9024e87</a>)</li> </ul> <h2>v4.14.4</h2> <h3>Refactor</h3> <ul> <li>cleanup NODE-ED25519 workerd workarounds (<a href="https://github.com/panva/jose/commit/072e83de5bf3a15775b0bf25ef8afa8851b8862d">072e83d</a>)</li> </ul> <h2>v4.14.3</h2> <h3>Reverts</h3> <ul> <li>Revert "fix(types): headers and payloads may only be JSON values and primitives" (<a href="https://github.com/panva/jose/commit/06d8101a5827a69bb25c2847b1a10d03f015db03">06d8101</a>), closes <a href="https://redirect.github.com/panva/jose/issues/534">#534</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md">jose's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/panva/jose/compare/v4.15.4...v4.15.5">4.15.5</a> (2024-03-07)</h2> <h3>Fixes</h3> <ul> <li>add a maxOutputLength option to zlib inflate (<a href="https://github.com/panva/jose/commit/1b91d88d2f8233f3477a5f4579aa5f8057b2ee8b">1b91d88</a>)</li> </ul> <h2><a href="https://github.com/panva/jose/compare/v4.15.3...v4.15.4">4.15.4</a> (2023-10-14)</h2> <h3>Fixes</h3> <ul> <li><strong>types:</strong> export GetKeyFunction (<a href="https://redirect.github.com/panva/jose/issues/592">#592</a>) (<a href="https://github.com/panva/jose/commit/936c9dff2bc124dc5f64906a96f665a28e57392c">936c9df</a>), closes <a href="https://redirect.github.com/panva/jose/issues/591">#591</a></li> </ul> <h2><a href="https://github.com/panva/jose/compare/v4.15.2...v4.15.3">4.15.3</a> (2023-10-11)</h2> <h2><a href="https://github.com/panva/jose/compare/v4.15.1...v4.15.2">4.15.2</a> (2023-10-04)</h2> <h3>Fixes</h3> <ul> <li><strong>build:</strong> add a node target for jose-browser-runtime releases (<a href="https://github.com/panva/jose/commit/abb63d0e8e7a55326dc343eec5f5eee9addc1dcf">abb63d0</a>)</li> </ul> <h2><a href="https://github.com/panva/jose/compare/v4.15.0...v4.15.1">4.15.1</a> (2023-10-02)</h2> <h3>Fixes</h3> <ul> <li>resolve missing types for the cryptoRuntime const (<a href="https://github.com/panva/jose/commit/16279652a67133fba0db7c9879767f000a8f1662">1627965</a>)</li> </ul> <h2><a href="https://github.com/panva/jose/compare/v4.14.6...v4.15.0">4.15.0</a> (2023-10-02)</h2> <h3>Features</h3> <ul> <li>export the used crypto runtime as a constant (<a href="https://github.com/panva/jose/commit/0681dda1592a82c22a18981002b3763c502d0fc4">0681dda</a>)</li> </ul> <h2><a href="https://github.com/panva/jose/compare/v4.14.5...v4.14.6">4.14.6</a> (2023-09-04)</h2> <h3>Fixes</h3> <ul> <li><strong>build:</strong> publish bundle and umd files with jose-browser-runtime module (<a href="https://github.com/panva/jose/commit/62fcbcc2170db00f5bbfc817839523dbf970239f">62fcbcc</a>), closes <a href="https://redirect.github.com/panva/jose/issues/571">#571</a></li> </ul> <h2><a href="https://github.com/panva/jose/compare/v4.14.4...v4.14.5">4.14.5</a> (2023-09-02)</h2> <h3>Refactor</h3> <ul> <li>catch type error when decoding base64url signature (<a href="https://redirect.github.com/panva/jose/issues/569">#569</a>) (<a href="https://github.com/panva/jose/commit/935e920d29d242e0446d365b1e4f0449d144c23c">935e920</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/panva/jose/commit/765aafd226d30dbab14038bfadc8af1881dce158"><code>765aafd</code></a> chore(release): 4.15.5</li> <li><a href="https://github.com/panva/jose/commit/b36e45e008b8af2af38d9d2a8305e03ba77da644"><code>b36e45e</code></a> test: add export check to x509 pem import tests</li> <li><a href="https://github.com/panva/jose/commit/e839ecbd7975c4264de6f10fa2b1aa00ad4121fa"><code>e839ecb</code></a> test: stop testing JWE RSA1_5 Algorithm</li> <li><a href="https://github.com/panva/jose/commit/1b91d88d2f8233f3477a5f4579aa5f8057b2ee8b"><code>1b91d88</code></a> fix: add a maxOutputLength option to zlib inflate</li> <li><a href="https://github.com/panva/jose/commit/9ca2b2427d15c3a410d9fe9ddb86e85fdc55e9ac"><code>9ca2b24</code></a> build: remove release action</li> <li><a href="https://github.com/panva/jose/commit/f3035d8897b25dc9cd8e094f943e57ec74eeccb1"><code>f3035d8</code></a> chore: cleanup after release</li> <li><a href="https://github.com/panva/jose/commit/f0bb22018cd673833e58445c769f24db9b044332"><code>f0bb220</code></a> chore(release): 4.15.4</li> <li><a href="https://github.com/panva/jose/commit/6f38554f722c7c7c0f0d61e8a5276fae52e2722f"><code>6f38554</code></a> chore: bump dev deps</li> <li><a href="https://github.com/panva/jose/commit/936c9dff2bc124dc5f64906a96f665a28e57392c"><code>936c9df</code></a> fix(types): export GetKeyFunction (<a href="https://redirect.github.com/panva/jose/issues/592">#592</a>)</li> <li><a href="https://github.com/panva/jose/commit/5ac6619b11db84f4e776b95f69f935e8a050b0a0"><code>5ac6619</code></a> chore: bump dev deps</li> <li>Additional commits viewable in <a href="https://github.com/panva/jose/compare/v4.11.0...v4.15.5">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~panva">panva</a>, a new releaser for jose since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jose&package-manager=npm_and_yarn&previous-version=4.11.0&new-version=4.15.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/auth0/auth0-react/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nandan-bhat <[email protected]>
- Loading branch information