Bump auth0-js from 9.12.2 to 9.13.2 in /src/app #40

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/src/app/auth0-js-9.13.2 into master 2020-04-11 13:37:32 +00:00
dependabot[bot] commented 2020-04-10 18:37:31 +00:00 (Migrated from github.com)

Bumps auth0-js from 9.12.2 to 9.13.2.

Release notes

Sourced from auth0-js's releases.

v9.13.2

Fixed

Security

v9.13.1

Fixed

Security

v9.13.0

Changelog

Sourced from auth0-js's changelog.

v9.13.2 (2020-04-09)

Full Changelog

Fixed

Security

v9.13.1 (2020-04-01)

Full Changelog

Fixed

Security

v9.13.0 (2020-03-27)

Full Changelog

Added

Commits

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 will merge this PR once CI passes on it, as requested by @danieljsummers.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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.

Bumps [auth0-js](https://github.com/auth0/auth0.js) from 9.12.2 to 9.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/auth0/auth0.js/releases">auth0-js's releases</a>.</em></p> <blockquote> <h2>v9.13.2</h2> <p><strong>Fixed</strong></p> <ul> <li>Fixed a typo in the readme <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1096">#1096</a> (<a href="https://github.com/nwtgck">nwtgck</a>)</li> </ul> <p><strong>Security</strong></p> <ul> <li>Fixed information disclosure through error object <a href="https://github.com/auth0/auth0.js/commit/355ca749b229fb93142f0b3978399b248d710828">commit</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> <li>Bump minimist from 1.2.0 to 1.2.5 <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1098">#1098</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Dependency updates for security advisories <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1097">#1097</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> </ul> <h2>v9.13.1</h2> <p><strong>Fixed</strong></p> <ul> <li>Add screen_hint to allowed parameters <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1093">#1093</a> (<a href="https://github.com/tomaszn">tomaszn</a>)</li> </ul> <p><strong>Security</strong></p> <ul> <li>Update idtoken-verifier dependency <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1091">#1091</a> (<a href="https://github.com/lbalmaceda">lbalmaceda</a>)</li> </ul> <h2>v9.13.0</h2> <ul> <li>[SDK-1405] Added support for new generic error codes and details <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1084">#1084</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> <li>Fix unit tests by stubbing RSA verification <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1085">#1085</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> <li>Updated JS docs for <code>user_metadata</code> <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1088">#1088</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md">auth0-js's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/auth0/auth0.js/tree/v9.13.2">v9.13.2</a> (2020-04-09)</h2> <p><a href="https://github.com/auth0/auth0.js/compare/v9.13.1...v9.13.2">Full Changelog</a></p> <p><strong>Fixed</strong></p> <ul> <li>docs: Javascript -&gt; JavaScript <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1096">#1096</a> (<a href="https://github.com/nwtgck">nwtgck</a>)</li> </ul> <p><strong>Security</strong></p> <ul> <li>Fixed information disclosure through error object <a href="https://github.com/auth0/auth0.js/commit/355ca749b229fb93142f0b3978399b248d710828">commit</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> <li>Bump minimist from 1.2.0 to 1.2.5 <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1098">#1098</a> (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Dependency updates for security advisories <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1097">#1097</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> </ul> <h2><a href="https://github.com/auth0/auth0.js/tree/v9.13.1">v9.13.1</a> (2020-04-01)</h2> <p><a href="https://github.com/auth0/auth0.js/compare/v9.13.0...v9.13.1">Full Changelog</a></p> <p><strong>Fixed</strong></p> <ul> <li>Add screen_hint to allowed parameters <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1093">#1093</a> (<a href="https://github.com/tomaszn">tomaszn</a>)</li> </ul> <p><strong>Security</strong></p> <ul> <li>Update idtoken-verifier dependency <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1091">#1091</a> (<a href="https://github.com/lbalmaceda">lbalmaceda</a>)</li> </ul> <h2><a href="https://github.com/auth0/auth0.js/tree/v9.13.0">v9.13.0</a> (2020-03-27)</h2> <p><a href="https://github.com/auth0/auth0.js/compare/v9.12.2...v9.13.0">Full Changelog</a></p> <p><strong>Added</strong></p> <ul> <li>[SDK-1405] Added support for new generic error codes and details <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1084">#1084</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> <li>Fix unit tests by stubbing RSA verification <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1085">#1085</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> <li>Updated JS docs for <code>user_metadata</code> <a href="https://github-redirect.dependabot.com/auth0/auth0.js/pull/1088">#1088</a> (<a href="https://github.com/stevehobbsdev">stevehobbsdev</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/auth0/auth0.js/commit/7db6009e481194e5218ac6576e1c007f75f2c6b5"><code>7db6009</code></a> v9.13.2</li> <li><a href="https://github.com/auth0/auth0.js/commit/540c84af010af730a17d521435ca516d4baf7382"><code>540c84a</code></a> Release v9.13.2 (<a href="https://github-redirect.dependabot.com/auth0/auth0.js/issues/1099">#1099</a>)</li> <li><a href="https://github.com/auth0/auth0.js/commit/355ca749b229fb93142f0b3978399b248d710828"><code>355ca74</code></a> Merge pull request from GHSA-prfq-f66g-43mp</li> <li><a href="https://github.com/auth0/auth0.js/commit/55b6ac81e56cab54762fbdee17dbdfd736fe809f"><code>55b6ac8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/auth0/auth0.js/issues/1098">#1098</a> from auth0/dependabot/npm_and_yarn/minimist-1.2.5</li> <li><a href="https://github.com/auth0/auth0.js/commit/5e2a4747c66f0432f28c4aa9dd621f6682bd1014"><code>5e2a474</code></a> Updated package resolution</li> <li><a href="https://github.com/auth0/auth0.js/commit/13c92e01a6681a7c6a266e5761628f49407fc999"><code>13c92e0</code></a> Bump minimist from 1.2.0 to 1.2.5</li> <li><a href="https://github.com/auth0/auth0.js/commit/da8a17fb82173bad96f2142def0136ecadadfa37"><code>da8a17f</code></a> Dependency updates for security advisories (<a href="https://github-redirect.dependabot.com/auth0/auth0.js/issues/1097">#1097</a>)</li> <li><a href="https://github.com/auth0/auth0.js/commit/226681dad1c9e2a2159cd33a1096567f1d286420"><code>226681d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/auth0/auth0.js/issues/1096">#1096</a> from nwtgck/docs-js</li> <li><a href="https://github.com/auth0/auth0.js/commit/c28742e20a043a43b579650c1054fc1a408d241f"><code>c28742e</code></a> docs: Javascript -&gt; JavaScript</li> <li><a href="https://github.com/auth0/auth0.js/commit/6a2995bf6c91502134bb93efa4acdf055b92b398"><code>6a2995b</code></a> Release v9.13.1 (<a href="https://github-redirect.dependabot.com/auth0/auth0.js/issues/1094">#1094</a>)</li> <li>Additional commits viewable in <a href="https://github.com/auth0/auth0.js/compare/v9.12.2...v9.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=auth0-js&package-manager=npm_and_yarn&previous-version=9.12.2&new-version=9.13.2)](https://help.github.com/articles/configuring-automated-security-fixes) 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-automerge-start) Dependabot will merge this PR once CI passes on it, as requested by @danieljsummers. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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/bit-badger/myPrayerJournal/network/alerts). </details>
danieljsummers commented 2020-04-11 13:37:29 +00:00 (Migrated from github.com)

@dependabot squash and merge

@dependabot squash and merge
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/myPrayerJournal#40
No description provided.