commit | 62db1246b24128cf4f198fb241f865f39571cf55 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Mar 27 14:06:14 2024 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 21 16:01:51 2024 +0200 |
tree | 11569af104f0077866f0a41819c76c7a53dec358 | |
parent | 73cfd8467603dd8fe613021fc6fa30cd3ea07dc3 [diff] [blame] |
Bump mocha from 10.3.0 to 10.4.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.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.3.0...v10.4.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 5710591..ea61c55 100644 --- a/package.json +++ b/package.json
@@ -18,7 +18,7 @@ "license": "APACHE-2.0", "dependencies": { "chai": "^4.4.1", - "mocha": "^10.2.0", + "mocha": "^10.4.0", "puppeteer": "^22.1.0" } }