Skip to content

Commit

Permalink
chore(deps): update dependency @auth0/auth0-spa-js to v2.1.2 (#9420)
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 |
|---|---|---|---|---|---|
| [@auth0/auth0-spa-js](https://togithub.com/auth0/auth0-spa-js) |
[`2.1.1` ->
`2.1.2`](https://renovatebot.com/diffs/npm/@auth0%2fauth0-spa-js/2.1.1/2.1.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@auth0%2fauth0-spa-js/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@auth0%2fauth0-spa-js/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@auth0%2fauth0-spa-js/2.1.1/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@auth0%2fauth0-spa-js/2.1.1/2.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>auth0/auth0-spa-js (@&#8203;auth0/auth0-spa-js)</summary>

###
[`v2.1.2`](https://togithub.com/auth0/auth0-spa-js/blob/HEAD/CHANGELOG.md#v212-2023-08-21)

[Compare
Source](https://togithub.com/auth0/auth0-spa-js/compare/v2.1.1...v2.1.2)

[Full
Changelog](https://togithub.com/auth0/auth0-spa-js/compare/v2.1.1...v2.1.2)

**Fixed**

- Ensure organization cookie is set when no organization was set
[#&#8203;1123](https://togithub.com/auth0/auth0-spa-js/pull/1123)
([frederikprijck](https://togithub.com/frederikprijck))

</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 these
updates 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 7fe6ac5 commit e882a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"core-js": "3.33.2"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.1.1",
"@auth0/auth0-spa-js": "2.1.2",
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@types/react": "18.2.14",
Expand All @@ -36,7 +36,7 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"@auth0/auth0-spa-js": "2.1.1"
"@auth0/auth0-spa-js": "2.1.2"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ __metadata:
languageName: node
linkType: hard

"@auth0/auth0-spa-js@npm:2.1.1":
version: 2.1.1
resolution: "@auth0/auth0-spa-js@npm:2.1.1"
checksum: 3a30a950fcc81b2b91e6b3852b36e4993655929ecd8e943bef2d8e8aa0785e5fc471e0c6f2bb7ca0b14ca7d53bf0c8d2911b25fd7636be83eee6e77f3309b92f
"@auth0/auth0-spa-js@npm:2.1.2":
version: 2.1.2
resolution: "@auth0/auth0-spa-js@npm:2.1.2"
checksum: fb3a6b2ca2782a2f4aa03afe539a042076d0683c3f08e87a3bf93c6db6ad89f79441cb525f768b8bd3bb0c6b240833390bb2e06055ae30e9edf02575233ed4c7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7955,7 +7955,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/auth-auth0-web@workspace:packages/auth-providers/auth0/web"
dependencies:
"@auth0/auth0-spa-js": 2.1.1
"@auth0/auth0-spa-js": 2.1.2
"@babel/cli": 7.23.0
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
Expand All @@ -7966,7 +7966,7 @@ __metadata:
react: 0.0.0-experimental-e5205658f-20230913
typescript: 5.2.2
peerDependencies:
"@auth0/auth0-spa-js": 2.1.1
"@auth0/auth0-spa-js": 2.1.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e882a8f

Please sign in to comment.