From ebade695916a6bbb372ff096be6679032a97c689 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Apr 2020 04:00:44 +0200 Subject: [PATCH] fix: upgrade mocha from 7.1.1 to 7.1.2 Snyk has created this PR to upgrade mocha from 7.1.1 to 7.1.2. See this package in NPM: https://www.npmjs.com/package/mocha See this project in Snyk: https://app.snyk.io/org/randytarampi/project/9a31bce3-39e1-45b0-857f-c1a8e3a679fd?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f10bd6..24cc867 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "gulp-eslint": "^6.0.0", "gulp-if": "^3.0.0", "gulp-mocha": "^7.0.2", - "mocha": "^7.1.1", + "mocha": "^7.1.2", "nyc": "^15.0.0", "semantic-release": "^17.0.7", "sinon": "^9.0.2"