Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency supertokens-node to v15.2.1 (#9466)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [supertokens-node](https://togithub.com/supertokens/supertokens-node) | [`15.0.0` -> `15.2.1`](https://renovatebot.com/diffs/npm/supertokens-node/15.0.0/15.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/supertokens-node/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/supertokens-node/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/supertokens-node/15.0.0/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/supertokens-node/15.0.0/15.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>supertokens/supertokens-node (supertokens-node)</summary> ### [`v15.2.1`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1521---2023-09-22) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.2.0...v15.2.1) ##### Fixes - Fixes an issue where the response for the JWKs API would contain additional properties ### [`v15.2.0`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1520---2023-09-11) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.1.1...v15.2.0) ##### Added - The Dashboard recipe now accepts a new `admins` property which can be used to give Dashboard Users write privileges for the user dashboard. ##### Changes - Dashboard APIs now return a status code `403` for all non-GET requests if the currently logged in Dashboard User is not listed in the `admins` array ### [`v15.1.1`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1511---2023-08-14) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.1.0...v15.1.1) ##### Fixes - Improve edge function compatibility by removing our `raw-body` dependency. ### [`v15.1.0`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1510---2023-08-14) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.4...v15.1.0) ##### Changes - Added a `Cache-Control` header to `/jwt/jwks.json` (`getJWKSGET`) - Added `validityInSeconds` to the return value of the overrideable `getJWKS` function. - This can be used to control the `Cache-Control` header mentioned above. - It defaults to `60` or the value set in the cache-control header returned by the core - This is optional (so you are not required to update your overrides). Returning undefined means that the header is not set. ### [`v15.0.4`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1504---2023-08-11) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.3...v15.0.4) - Fixes apple redirect ### [`v15.0.3`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1503---2023-08-10) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.2...v15.0.3) - Adds logic to retry network calls if the core returns status 429 ### [`v15.0.2`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1502---2023-07-31) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.1...v15.0.2) - Fixes an issue where the user management dashboard would incorrectly show an email as unverified even if it was verified ### [`v15.0.1`](https://togithub.com/supertokens/supertokens-node/blob/HEAD/CHANGELOG.md#1501---2023-07-19) [Compare Source](https://togithub.com/supertokens/supertokens-node/compare/v15.0.0...v15.0.1) - Passes missing `tenantId` to claim build function </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information