Skip to content

Commit

Permalink
Bump oidc-client-ts from 2.2.4 to 2.4.0 in /frontend (#2672)
Browse files Browse the repository at this point in the history
Bumps [oidc-client-ts](https://github.com/authts/oidc-client-ts) from
2.2.4 to 2.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/authts/oidc-client-ts/releases">oidc-client-ts's
releases</a>.</em></p>
<blockquote>
<h2>v2.4.0</h2>
<p>oidc-client-ts 2.4.0 is a minor release.</p>
<h2>Changelog:</h2>
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1206">#1206</a>:
fix exception when id_token not set</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1220">#1220</a>:
fix merging token id and user info data. 0 is being omitted</li>
<li>feature <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1212">#1212</a>:
add support for custom URL state values</li>
</ul>
<p>thanks to <a
href="https://github.com/jafaircl"><code>@​jafaircl</code></a>, <a
href="https://github.com/dopry"><code>@​dopry</code></a> and <a
href="https://github.com/jeff-chd-g"><code>@​jeff-chd-g</code></a></p>
<h2>v2.3.0</h2>
<p>oidc-client-ts 2.3.0 is a minor release.</p>
<h2>Changelog:</h2>
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1187">#1187</a>:
dynamically generate package.json for ESM build</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1173">#1173</a>:
signoutSIlent: added <code>scriptOrigin</code> parameter to work from
another origin</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1141">#1141</a>:
make code compatible for eslint-plugin &gt;= v6.4</li>
<li>feature <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1146">#1146</a>:
popup window can be closed after some time</li>
<li>feature <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1158">#1158</a>:
make <code>RefreshState</code> public</li>
<li>feature <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1148">#1148</a>:
allow overriding navigators for non window browser environments</li>
</ul>
<p>thanks to <a
href="https://github.com/Gitarcitano"><code>@​Gitarcitano</code></a>, <a
href="https://github.com/davidmrobins"><code>@​davidmrobins</code></a>,
<a
href="https://github.com/kwojtasinski-repo"><code>@​kwojtasinski-repo</code></a>
, <a href="https://github.com/davesmits"><code>@​davesmits</code></a>
and <a
href="https://github.com/philjones88"><code>@​philjones88</code></a></p>
<h2>v2.2.5</h2>
<p>oidc-client-ts 2.2.5 is a bug fix release.</p>
<h2>Changelog:</h2>
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1038">#1038</a>:
specify the client identifier when <code>post_logout_redirect_uri</code>
is used but <code>id_token_hint</code> is not</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1026">#1026</a>:
remove sandbox attribute due to it being obsolete</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1104">#1104</a>:
add <code>resource</code> param to <code>signinSilent</code>
request</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1076">#1076</a>:
add <code>OidcClient</code> constructor overload</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1058">#1058</a>:
document <code>state</code> attribute in sample requests</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1128">#1128</a>:
improve documentation file migration.md</li>
</ul>
<p>thanks to <a
href="https://github.com/perguth"><code>@​perguth</code></a>, <a
href="https://github.com/forefrontmartingrantz"><code>@​forefrontmartingrantz</code></a>,
<a href="https://github.com/Annouar"><code>@​Annouar</code></a>, <a
href="https://github.com/howlettt"><code>@​howlettt</code></a>, <a
href="https://github.com/demkom58"><code>@​demkom58</code></a> and <a
href="https://github.com/olenitsj"><code>@​olenitsj</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/4327fae47c1491aaaf2222207e95349a6c5d04a8"><code>4327fae</code></a>
v2.4.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/e78ff98b8085fb89c528c46cb6a3fe5ae26fb287"><code>e78ff98</code></a>
Add support for custom URL state values (<a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1212">#1212</a>)</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/b1579d6f9035706e7f114449eee006c76d64206f"><code>b1579d6</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1220">#1220</a>
from rapitag/master</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/a504eb9dc8982ee158181edd3db382b8ce7f1c4b"><code>a504eb9</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1221">#1221</a>
from authts/bump-crypto-js-dep</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/b1cba63dd9d484f7f0aef5db5764037898df5dfd"><code>b1cba63</code></a>
chore: bump crypto-js dependency to v4.2.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/63458ddb3a75422c6d17913f5d320684af95faa1"><code>63458dd</code></a>
Fixing a bug in merging token id and user info data. 0 is being
omitted.</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/5f6925f84141c4b25aa25c3583b365457f6d66fa"><code>5f6925f</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1219">#1219</a>
from authts/dependabot/npm_and_yarn/crypto-js-4.2.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/71fdcf28bb90706b087b727b01e634a59591738e"><code>71fdcf2</code></a>
build(deps): bump crypto-js from 4.1.1 to 4.2.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/0e88e36b37a70aef5ee8b9eba210c2d320c666e0"><code>0e88e36</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1215">#1215</a>
from authts/dependabot/npm_and_yarn/lint-staged-15.0.2</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/f314a8f794922ff563aefce083752f5d6f4592f6"><code>f314a8f</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1214">#1214</a>
from authts/dependabot/npm_and_yarn/types/crypto-js-...</li>
<li>Additional commits viewable in <a
href="https://github.com/authts/oidc-client-ts/compare/v2.2.4...v2.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oidc-client-ts&package-manager=npm_and_yarn&previous-version=2.2.4&new-version=2.4.0)](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>
  • Loading branch information
louptheron committed Nov 2, 2023
2 parents 264253e + 5e63adc commit 4e8463b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lodash": "4.17.21",
"mini.css": "3.0.1",
"nouislider": "15.7.1",
"oidc-client-ts": "^2.2.4",
"oidc-client-ts": "^2.4.0",
"ol": "7.4.0",
"ol-mapbox-style": "11.0.3",
"ramda": "0.29.0",
Expand Down

0 comments on commit 4e8463b

Please sign in to comment.