commit | 0667f4d85f657011821de72c4480f6104bd554c9 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Dec 14 08:38:29 2022 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Nov 06 18:24:58 2023 +0100 |
tree | 7d8ca1304987903c1d2fdba9f832ffcfc1464254 | |
parent | 31fcc118b0d247b3596159d4e047c83c73d29f6d [diff] [blame] |
Bump mocha from 10.1.0 to 10.2.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.1.0 to 10.2.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.1.0...v10.2.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 5585988..0663c42 100644 --- a/package.json +++ b/package.json
@@ -18,7 +18,7 @@ "license": "APACHE-2.0", "dependencies": { "chai": "^4.3.7", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "puppeteer": "^19.3.0" } }