commit | d4126e2aab00e18d88e64be54b6cf4739ca74425 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Sat Feb 10 06:29:08 2024 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Feb 10 07:29:45 2024 +0100 |
tree | adeced7057127d19aa3de484f2449f582827f0cb | |
parent | 8f8ad62be93b1448af442fe1aed9e6dd08c79162 [diff] [blame] |
Bump mocha from 10.2.0 to 10.3.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.3.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/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/package.json b/package.json index 706784f..4c126af 100644 --- a/package.json +++ b/package.json
@@ -18,7 +18,7 @@ "license": "APACHE-2.0", "dependencies": { "chai": "^4.3.10", - "mocha": "^10.2.0", + "mocha": "^10.3.0", "puppeteer": "^22.0.0" } }