Skip to content

Commit

Permalink
chore(deps): update dependency supertokens-node to v15.2.1 (#9466)
Browse files Browse the repository at this point in the history
[![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
renovate[bot] authored Nov 15, 2023
1 parent 9490134 commit 6f0b8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"supertokens-node": "15.0.0"
"supertokens-node": "15.2.1"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8283,7 +8283,7 @@ __metadata:
jwks-rsa: 3.0.1
typescript: 5.2.2
peerDependencies:
supertokens-node: 15.0.0
supertokens-node: 15.2.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6f0b8d3

Please sign in to comment.