From 5fc7a5eeb4d4a41a9d8edf1345fe07d9da071957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 9 Apr 2019 06:20:31 +0000 Subject: [PATCH] Bump mocha from 6.1.1 to 6.1.2 Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2. - [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/v6.1.1...v6.1.2) Signed-off-by: dependabot[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 24cde9f5..88dc04ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1937,9 +1937,9 @@ } }, "mocha": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.1.1.tgz", - "integrity": "sha512-ayfr68s4kyDnCU0hjkTk5Z8J8dqr1iPUuVjmd+dLFgaGKOPlgx1XrOGn5k3H1LlXNnLBb8voZMYMKxchiA4Ujg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.1.2.tgz", + "integrity": "sha512-BgD2/RozoSC3uQK5R0isDcxjqaWw2n5HWdk8njYUyZf2NC79ErO5FtYVX52+rfqGoEgMfJf4fuG0IWh2TMzFoA==", "dev": true, "requires": { "ansi-colors": "3.2.3", diff --git a/package.json b/package.json index 430573ac..ed97599d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "coveralls": "~3.0.3", "ejs-cli": "~2.0.1", "jshint": "~2.10.2", - "mocha": "~6.1.1", + "mocha": "~6.1.2", "mocha-lcov-reporter": "~1.3.0", "nyc": "~13.3.0", "prettier": "~1.16.4",