pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

Bump auth0-js from 8.12.3 to 9.11.3 in /src/commands/init/initFiles/pushkin/front-end #26

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps auth0-js from 8.12.3 to 9.11.3.

Release notes *Sourced from [auth0-js's releases](https://github.com/auth0/auth0.js/releases).* > ## v9.11.2 > **Fixed** > - Upgrade idtoken-verifier to fix importing auth0.js in SSR apps [\#965](https://github-redirect.dependabot.com/auth0/auth0.js/pull/965) ([luisrudge](https://github.com/luisrudge)) > > ## v9.11.1 > **Fixed** > - Fix nonce error when id_token doesn't have a nonce [\#954](https://github-redirect.dependabot.com/auth0/auth0.js/pull/954) ([luisrudge](https://github.com/luisrudge)) > > ## v9.11.0 > **Added** > - Add method to patch root user attributes [\#949](https://github-redirect.dependabot.com/auth0/auth0.js/pull/949) ([luisrudge](https://github.com/luisrudge)) > > **Changed** > - Fix/check nonce state hs256 tokens [\#952](https://github-redirect.dependabot.com/auth0/auth0.js/pull/952) ([luisrudge](https://github.com/luisrudge)) > > **Fixed** > - Ignore syntax errors from popups [\#948](https://github-redirect.dependabot.com/auth0/auth0.js/pull/948) ([luisrudge](https://github.com/luisrudge)) > > ## v9.10.4 > **Fixed** > - Fix checksession success response casing [\#943](https://github-redirect.dependabot.com/auth0/auth0.js/pull/943) ([luisrudge](https://github.com/luisrudge)) > > ## v9.10.2 > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.10.1...v9.10.2) > > **Changed** > - Modify telemetry inside the ULP [\#922](https://github-redirect.dependabot.com/auth0/auth0.js/pull/922) ([luisrudge](https://github.com/luisrudge)) > > ## v9.10.1 > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.10.0...v9.10.1) > > **Fixed** > - Throw nonce error when using HS256 id_tokens [\#913](https://github-redirect.dependabot.com/auth0/auth0.js/pull/913) ([luisrudge](https://github.com/luisrudge)) > - Fix different id_token payload casing between authorize and popup.authorize [\#911](https://github-redirect.dependabot.com/auth0/auth0.js/pull/911) ([luisrudge](https://github.com/luisrudge))
Changelog *Sourced from [auth0-js's changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md).* > ## [v9.11.3](https://github.com/auth0/auth0.js/tree/v9.11.3) (2019-07-23) > > **Fixed** > > Use cdn-uploader from NPM. > > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.11.2...v9.11.3) > > ## [v9.11.2](https://github.com/auth0/auth0.js/tree/v9.11.2) (2019-07-15) > > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.11.1...v9.11.2) > > **Fixed** > > - Upgrade idtoken-verifier to fix importing auth0.js in SSR apps [\#965](https://github-redirect.dependabot.com/auth0/auth0.js/pull/965) ([luisrudge](https://github.com/luisrudge)) > > ## [v9.11.1](https://github.com/auth0/auth0.js/tree/v9.11.1) (2019-06-27) > > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.11.0...v9.11.1) > > **Fixed** > > - Fix nonce error when id_token doesn't have a nonce [\#954](https://github-redirect.dependabot.com/auth0/auth0.js/pull/954) ([luisrudge](https://github.com/luisrudge)) > > ## [v9.11.0](https://github.com/auth0/auth0.js/tree/v9.11.0) (2019-06-25) > > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.10.4...v9.11.0) > > **Added** > > - Add method to patch root user attributes [\#949](https://github-redirect.dependabot.com/auth0/auth0.js/pull/949) ([luisrudge](https://github.com/luisrudge)) > > **Changed** > > - Fix/check nonce state hs256 tokens [\#952](https://github-redirect.dependabot.com/auth0/auth0.js/pull/952) ([luisrudge](https://github.com/luisrudge)) > > **Fixed** > > - Ignore syntax errors from popups [\#948](https://github-redirect.dependabot.com/auth0/auth0.js/pull/948) ([luisrudge](https://github.com/luisrudge)) > > ## [v9.10.4](https://github.com/auth0/auth0.js/tree/v9.10.4) (2019-05-24) > > [Full Changelog](https://github.com/auth0/auth0.js/compare/v9.10.3...v9.10.4) > > **Fixed** > > - Fix checksession success response casing [\#943](https://github-redirect.dependabot.com/auth0/auth0.js/pull/943) ([luisrudge](https://github.com/luisrudge)) > > ## [v9.10.3](https://github.com/auth0/auth0.js/tree/v9.10.3) (2019-05-22) > > ... (truncated)
Commits - [`a02dfe9`](https://github.com/auth0/auth0.js/commit/a02dfe96033d0b2763d419f35af9a6d98131a532) v9.11.3 - [`0dd8155`](https://github.com/auth0/auth0.js/commit/0dd8155c581e801ed61ae57f5e1d5429c3fca1d3) Add missing JSDoc entry for 'username' signup option. Closes [#1005](https://github-redirect.dependabot.com/auth0/auth0.js/issues/1005) ([#1006](https://github-redirect.dependabot.com/auth0/auth0.js/issues/1006)) - [`6117b9a`](https://github.com/auth0/auth0.js/commit/6117b9ab71f94412902df80ba1d09aacbb29bd52) Document `appState` option usage. Closes [#1002](https://github-redirect.dependabot.com/auth0/auth0.js/issues/1002) ([#1004](https://github-redirect.dependabot.com/auth0/auth0.js/issues/1004)) - [`9d9ba79`](https://github.com/auth0/auth0.js/commit/9d9ba79c8ed0c28dc573bf5132275ee12e5703f5) Bump semver from 6.2.0 to 6.3.0 ([#1000](https://github-redirect.dependabot.com/auth0/auth0.js/issues/1000)) - [`e4691fd`](https://github.com/auth0/auth0.js/commit/e4691fd108af7f3420c42401ea61953ab694ee71) Bump lint-staged from 9.2.0 to 9.2.1 ([#1001](https://github-redirect.dependabot.com/auth0/auth0.js/issues/1001)) - [`e6e0a97`](https://github.com/auth0/auth0.js/commit/e6e0a979e5b4769744d0f0bff4f247220bf84e71) Bump eslint-plugin-import from 2.18.1 to 2.18.2 ([#993](https://github-redirect.dependabot.com/auth0/auth0.js/issues/993)) - [`42cf100`](https://github.com/auth0/auth0.js/commit/42cf100c8dd2d86f3421c5703625462b8e565abe) Prepare v9.11.3 ([#997](https://github-redirect.dependabot.com/auth0/auth0.js/issues/997)) - [`1e42e68`](https://github.com/auth0/auth0.js/commit/1e42e6835e8cc2ec4f3e6bd04deaf7ce4267c3d8) Bump babel-plugin-istanbul from 5.1.4 to 5.2.0 ([#994](https://github-redirect.dependabot.com/auth0/auth0.js/issues/994)) - [`1871c74`](https://github.com/auth0/auth0.js/commit/1871c74b822b2a96a3e90c0237a03c3f39f53f24) Bump eslint from 6.0.1 to 6.1.0 ([#995](https://github-redirect.dependabot.com/auth0/auth0.js/issues/995)) - [`3b43854`](https://github.com/auth0/auth0.js/commit/3b4385486a9edb91564715a2cda5ccc743299eda) Bump eslint-plugin-import from 2.18.0 to 2.18.1 ([#992](https://github-redirect.dependabot.com/auth0/auth0.js/issues/992)) - Additional commits viewable in [compare view](https://github.com/auth0/auth0.js/compare/v8.12.3...v9.11.3)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pushkin-consortium/pushkin-cli/network/alerts).
dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.