From a68f254e608989562614acee5ec09c10dde0b980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 03:10:27 +0000 Subject: [PATCH] Update mocha requirement from ^9.1.1 to ^9.1.2 Updates the requirements on [mocha](https://github.com/mochajs/mocha) to permit the latest version. - [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/v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fbb7d7..da4faaf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@alcalzone/release-script": "^2.2.1", "gulp": "^4.0.2", - "mocha": "^9.1.1", + "mocha": "^9.1.2", "chai": "^4.3.4" }, "main": "main.js",