Skip to content

Commit

Permalink
fix(deps): update dependency react-oidc-context to v3.2.0 (#197)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [react-oidc-context](https://github.com/authts/react-oidc-context) | dependencies | minor | [`3.1.1` -> `3.2.0`](https://renovatebot.com/diffs/npm/react-oidc-context/3.1.1/3.2.0) |

---

### Release Notes

<details>
<summary>authts/react-oidc-context (react-oidc-context)</summary>

### [`v3.2.0`](https://github.com/authts/react-oidc-context/releases/tag/v3.2.0)

[Compare Source](authts/react-oidc-context@v3.1.1...v3.2.0)

react-oidc-context 3.2.0 is a minor release.

No longer using `crypto-js` package, but built-in browser [crypto.subtle](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle) module. Crypto.subtle is available only in [secure contexts](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) (HTTPS). Also have a look into the [migration](https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md) info.

#### Changelog:

-   Fixes:
    -   [#&#8203;1256](authts/react-oidc-context#1256): void is not valid as a constituent in a union
-   Features:
    -   [#&#8203;1377](authts/react-oidc-context#1377): pass signoutCallback reponse to onSignoutCallback

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/197
Reviewed-by: Alexandre Soro <[email protected]>
Co-authored-by: renovate <[email protected]>
Co-committed-by: renovate <[email protected]>
  • Loading branch information
renovate authored and alexandresoro committed Oct 7, 2024
1 parent 65c8bd0 commit a5276b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-i18next": "15.0.2",
"react-intersection-observer": "9.13.1",
"react-map-gl": "7.1.7",
"react-oidc-context": "3.1.1",
"react-oidc-context": "3.2.0",
"react-router-dom": "6.26.2",
"swr": "2.2.5",
"unique-names-generator": "4.7.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit a5276b9

Please sign in to comment.