From 73ab7f5c1d391b38797d31981c7261c1b83849c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 19:06:05 -0700 Subject: [PATCH] [DEV/DEP]: Bump mocha from 9.0.3 to 9.1.0 (#101) Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.3 to 9.1.0. - [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.0.3...v9.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d78f90..7d3c1cd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "browserify": "~17.0.0", "documentation": "~13.2.5", - "mocha": "~9.0.0", + "mocha": "~9.1.0", "puppeteer": "~10.2.0", "terser": "~5.7.1", "vue-tabs-component": "~1.5.0",