Skip to content

Commit

Permalink
Merge #4867
Browse files Browse the repository at this point in the history
4867: chore(deps-dev): bump mocha from 8.1.2 to 8.1.3 r=jniles a=dependabot-preview[bot]

Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.2 to 8.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mochajs/mocha/releases">mocha's releases</a>.</em></p>
<blockquote>
<h2>v8.1.3</h2>
<h1>8.1.3 / 2020-08-28</h1>
<h2>:bug: Fixes</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/mochajs/mocha/issues/4425">#4425</a>: Restore <code>Mocha.utils.lookupFiles()</code> and Webpack compatibility (both broken since v8.1.0); <code>Mocha.utils.lookupFiles()</code> is now <strong>deprecated</strong> and will be removed in the next major revision of Mocha; use <code>require('mocha/lib/cli').lookupFiles</code> instead (<a href="https://github.com/boneskull"><strong>@boneskull</strong></a>)</li>
</ul>
</blockquote>


Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Aug 31, 2020
2 parents 8d68b7c + a3b6921 commit 9ce5ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"karma-mocha": "^2.0.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"merge-stream": "^2.0.0",
"mocha": "^8.1.2",
"mocha": "^8.1.3",
"protractor": "^7.0.0",
"protractor-console-plugin": "^0.1.1",
"qs": "^6.9.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6214,10 +6214,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
dependencies:
minimist "^1.2.5"

mocha@^8.1.2:
version "8.1.2"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.1.2.tgz#d67fad13300e4f5cd48135a935ea566f96caf827"
integrity sha512-I8FRAcuACNMLQn3lS4qeWLxXqLvGf6r2CaLstDpZmMUUSmvW6Cnm1AuHxgbc7ctZVRcfwspCRbDHymPsi3dkJw==
mocha@^8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.1.3.tgz#5e93f873e35dfdd69617ea75f9c68c2ca61c2ac5"
integrity sha512-ZbaYib4hT4PpF4bdSO2DohooKXIn4lDeiYqB+vTmCdr6l2woW0b6H3pf5x4sM5nwQMru9RvjjHYWVGltR50ZBw==
dependencies:
ansi-colors "4.1.1"
browser-stdout "1.3.1"
Expand Down

0 comments on commit 9ce5ebc

Please sign in to comment.