From a5db0b605e9213456f9a69d3e08f17a4e7bdd191 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 6 Oct 2024 13:49:57 +0000 Subject: [PATCH] fix(deps): update dependency oidc-client-ts to v3.1.0 (#191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oidc-client-ts](https://github.com/authts/oidc-client-ts) | dependencies | minor | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/oidc-client-ts/3.0.1/3.1.0) | --- ### Release Notes
authts/oidc-client-ts (oidc-client-ts) ### [`v3.1.0`](https://github.com/authts/oidc-client-ts/releases/tag/v3.1.0) [Compare Source](https://github.com/authts/oidc-client-ts/compare/v3.0.1...v3.1.0) oidc-client-ts v3.1.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: - [#​1666](https://github.com/authts/oidc-client-ts/issues/1666): fix link in docs to issue - [#​1600](https://github.com/authts/oidc-client-ts/issues/1600): updated docs about logger - [#​1589](https://github.com/authts/oidc-client-ts/issues/1589): fix compiler error for target=ES2022 - [#​1539](https://github.com/authts/oidc-client-ts/issues/1539): fix small typo in `signinCallback` doc in UserManager.ts - [#​1504](https://github.com/authts/oidc-client-ts/issues/1504): typo in sample app config - [#​1490](https://github.com/authts/oidc-client-ts/issues/1490): fix the return type of `signinCallback` - [#​1443](https://github.com/authts/oidc-client-ts/issues/1443): fixes typos in docs - Features: - [#​1672](https://github.com/authts/oidc-client-ts/issues/1672): make `signoutCallback` return signout response if request_type is so:r - [#​1626](https://github.com/authts/oidc-client-ts/issues/1626): add `popupSignal` property to `signinPopup` and `signoutPop` - [#​1580](https://github.com/authts/oidc-client-ts/issues/1580): add dpop docs - [#​1569](https://github.com/authts/oidc-client-ts/issues/1569): add dpop nonce support - [#​1457](https://github.com/authts/oidc-client-ts/issues/1457): add extra headers - [#​1461](https://github.com/authts/oidc-client-ts/issues/1461): add demonstrating proof of possession - [#​1430](https://github.com/authts/oidc-client-ts/issues/1430): add global `requestTimeoutInSeconds` setting - [#​1405](https://github.com/authts/oidc-client-ts/issues/1405): allow using default scopes from authorization server thanks to [@​klues](https://github.com/klues), [@​smujmaiku](https://github.com/smujmaiku), [@​mftruso](https://github.com/mftruso), [@​peetck](https://github.com/peetck), [@​dbfr3qs](https://github.com/dbfr3qs), [@​mottykohn](https://github.com/mottykohn), [@​noshiro-pf](https://github.com/noshiro-pf), [@​dbfr3qs](https://github.com/dbfr3qs), [@​grjan7](https://github.com/grjan7) and [@​natergj](https://github.com/natergj)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/191 Reviewed-by: Alexandre Soro Co-authored-by: renovate Co-committed-by: renovate --- packages/frontend/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index fdcc97594..e7bef6b83 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -41,7 +41,7 @@ "jotai": "2.9.3", "lru-cache": "11.0.1", "maplibre-gl": "4.7.1", - "oidc-client-ts": "3.0.1", + "oidc-client-ts": "3.1.0", "pmtiles": "3.0.7", "protomaps-themes-base": "3.1.0", "react": "18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 697e2e2f0..14eef688a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -230,8 +230,8 @@ importers: specifier: 4.7.1 version: 4.7.1 oidc-client-ts: - specifier: 3.0.1 - version: 3.0.1 + specifier: 3.1.0 + version: 3.1.0 pmtiles: specifier: 3.0.7 version: 3.0.7 @@ -258,7 +258,7 @@ importers: version: 7.1.7(maplibre-gl@4.7.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-oidc-context: specifier: 3.1.1 - version: 3.1.1(oidc-client-ts@3.0.1)(react@18.3.1) + version: 3.1.1(oidc-client-ts@3.1.0)(react@18.3.1) react-router-dom: specifier: 6.26.2 version: 6.26.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -2765,8 +2765,8 @@ packages: obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} - oidc-client-ts@3.0.1: - resolution: {integrity: sha512-xX8unZNtmtw3sOz4FPSqDhkLFnxCDsdo2qhFEH2opgWnF/iXMFoYdBQzkwCxAZVgt3FT3DnuBY3k80EZHT0RYg==} + oidc-client-ts@3.1.0: + resolution: {integrity: sha512-IDopEXjiwjkmJLYZo6BTlvwOtnlSniWZkKZoXforC/oLZHC9wkIxd25Kwtmo5yKFMMVcsp3JY6bhcNJqdYk8+g==} engines: {node: '>=18'} on-exit-leak-free@2.1.2: @@ -6249,7 +6249,7 @@ snapshots: obuf@1.1.2: {} - oidc-client-ts@3.0.1: + oidc-client-ts@3.1.0: dependencies: jwt-decode: 4.0.0 @@ -6569,9 +6569,9 @@ snapshots: optionalDependencies: maplibre-gl: 4.7.1 - react-oidc-context@3.1.1(oidc-client-ts@3.0.1)(react@18.3.1): + react-oidc-context@3.1.1(oidc-client-ts@3.1.0)(react@18.3.1): dependencies: - oidc-client-ts: 3.0.1 + oidc-client-ts: 3.1.0 react: 18.3.1 react-refresh@0.14.2: {}