From c53d3ed1c9b30ce51b4d1da2eee0890a310ebc00 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 25 Feb 2019 21:09:42 +0100 Subject: [PATCH] =?UTF-8?q?Update=20mocha=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#38)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.0.1` to `6.0.2`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. ---
Release Notes for v6.0.2

6.0.2 / 2019-02-25

🐛 Fixes

Two more regressions fixed:

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- 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 b43f382..ff05f48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1754,9 +1754,9 @@ } }, "mocha": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.0.1.tgz", - "integrity": "sha512-tQzCxWqxSD6Oyg5r7Ptbev0yAMD8p+Vfh4snPFuiUsWqYj0eVYTDT2DkEY307FTj0WRlIWN9rWMMAUzRmijgVQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-6.0.2.tgz", + "integrity": "sha512-RtTJsmmToGyeTznSOMoM6TPEk1A84FQaHIciKrRqARZx+B5ccJ5tXlmJzEKGBxZdqk9UjpRsesZTUkZmR5YnuQ==", "dev": true, "requires": { "ansi-colors": "3.2.3", diff --git a/package.json b/package.json index 35594e9..63673f1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/node": "^10.5.6", "expect": "^23.4.0", "husky": "0.14.3", - "mocha": "6.0.1", + "mocha": "6.0.2", "tslint": "5.12.1", "typescript": "3.3.3" },