Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #307
Browse files Browse the repository at this point in the history
307: Update dependency auth0-js to v9.7.3 r=rehandalal a=renovate[bot]

This Pull Request updates dependency [auth0-js](https://github.com/auth0/auth0.js) from `v9.6.1` to `v9.7.3`



<details>
<summary>Release Notes</summary>

### [`v9.7.3`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v973httpsgithubcomauth0auth0jstreev973-2018-07-23)
[Compare Source](auth0/auth0.js@v9.7.2...v9.7.3)
[Full Changelog](auth0/auth0.js@v9.7.3-beta1...v9.7.3)

**Fixed**
- Fix npm module export [\#&#8203;808](`https://github.com/auth0/auth0.js/pull/808`) ([luisrudge])

---

### [`v9.7.2`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v972httpsgithubcomauth0auth0jstreev972-2018-07-13)
[Compare Source](auth0/auth0.js@v9.7.1...v9.7.2)
[Full Changelog](auth0/auth0.js@v9.7.1...v9.7.2)

**Fixed**
- Fix default export for auth0js [\#&#8203;803](`https://github.com/auth0/auth0.js/pull/803`) ([luisrudge])

---

### [`v9.7.1`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v971httpsgithubcomauth0auth0jstreev971-2018-07-13)
[Compare Source](auth0/auth0.js@v9.7.0...v9.7.1)
[Full Changelog](auth0/auth0.js@v9.7.0...v9.7.1)

**Fixed**
- Fix build folder not being published in the tag [\#&#8203;801](`https://github.com/auth0/auth0.js/pull/801`) ([luisrudge])

---

### [`v9.7.0`](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v970httpsgithubcomauth0auth0jstreev970-2018-07-12)
[Compare Source](auth0/auth0.js@v9.6.1...v9.7.0)
[Full Changelog](auth0/auth0.js@v9.6.1...v9.7.0)

**Added**
- Add SRI hashes to the cdn [\#&#8203;782](`https://github.com/auth0/auth0.js/pull/782`) ([luisrudge])

**Fixed**
- options is optional in WebAuth.prototype.authorize [\#&#8203;789](`https://github.com/auth0/auth0.js/pull/789`) ([behrangsa])
- Removing `domain` option from methods (it can't be overridden) [\#&#8203;781](`https://github.com/auth0/auth0.js/pull/781`) ([luisrudge])

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jul 24, 2018
2 parents 95d210e + cae0208 commit 68f8a91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"antd": "3.7.1",
"auth0-js": "9.6.1",
"auth0-js": "9.7.3",
"autobind-decorator": "2.1.0",
"connected-react-router": "4.3.0",
"enzyme-adapter-react-16": "1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ atob@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a"

auth0-js@9.6.1:
version "9.6.1"
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.6.1.tgz#908e1bc5e9a7c6f787b019ad53d7688caaa2f48e"
auth0-js@9.7.3:
version "9.7.3"
resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.7.3.tgz#5d09a703e3758d50ee95d57d05b7f31271c1c821"
dependencies:
base64-js "^1.2.0"
idtoken-verifier "^1.2.0"
Expand Down

0 comments on commit 68f8a91

Please sign in to comment.