From a51d03050bfe5dafb1778bc59cd32beeac6e33c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 21:50:18 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 8.1.0 to 8.1.1 Bumps [mocha](https://github.com/mochajs/mocha) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a3c13ea..555cb73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4072,9 +4072,9 @@ } }, "mocha": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.0.tgz", - "integrity": "sha512-sI0gaI1I/jPVu3KFpnveWGadfe3JNBAENqgTUPgLZAUppu725zS2mrVztzAgIR8DUscuS4doEBTx9LATC+HSeA==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.1.tgz", + "integrity": "sha512-p7FuGlYH8t7gaiodlFreseLxEmxTgvyG9RgPHODFPySNhwUehu8NIb0vdSt3WFckSneswZ0Un5typYcWElk7HQ==", "dev": true, "requires": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 3844c6c..4adc21b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@semantic-release/github": "^7.0.7", "chai": "^4.2.0", "codecov": "^3.7.2", - "mocha": "^8.1.0", + "mocha": "^8.1.1", "nyc": "^15.1.0", "semantic-release": "^17.1.1", "standard": "^14.3.4"