From af7cee39f1b71999a49d1ecdfab074dc1e512deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:52:49 -0700 Subject: [PATCH] Bump mocha from 10.6.0 to 10.7.0 in /webdriver (#3914) Bumps [mocha](https://github.com/mochajs/mocha) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.6.0...v10.7.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webdriver/package-lock.json | 6 +++--- webdriver/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webdriver/package-lock.json b/webdriver/package-lock.json index 951b595150..cf7fe5dcef 100644 --- a/webdriver/package-lock.json +++ b/webdriver/package-lock.json @@ -830,9 +830,9 @@ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==" }, "mocha": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", - "integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", + "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", "requires": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/webdriver/package.json b/webdriver/package.json index 320a8aa063..be8b31dae6 100644 --- a/webdriver/package.json +++ b/webdriver/package.json @@ -14,7 +14,7 @@ "chai": "5.1.1", "debug": "4.3.5", "flags": "0.1.3", - "mocha": "10.6.0", + "mocha": "10.7.0", "puppeteer": "22.13.1" } }