From d8dc7ee4a5d77f0d055f6517b1063ecea215440b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:03:35 +0000 Subject: [PATCH] Bump mocha from 10.1.0 to 10.2.0 in /milmove-cypress 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- milmove-cypress/package.json | 2 +- milmove-cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/milmove-cypress/package.json b/milmove-cypress/package.json index c8b31ba..a83a77e 100644 --- a/milmove-cypress/package.json +++ b/milmove-cypress/package.json @@ -7,7 +7,7 @@ "cypress-audit": "^1.1.0", "cypress-multi-reporters": "^1.6.1", "cypress-wait-until": "^1.7.2", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.0" }, "resolutions": { diff --git a/milmove-cypress/yarn.lock b/milmove-cypress/yarn.lock index 7611ed9..d93033b 100644 --- a/milmove-cypress/yarn.lock +++ b/milmove-cypress/yarn.lock @@ -1592,10 +1592,10 @@ mocha-junit-reporter@^2.2.0: strip-ansi "^6.0.1" xml "^1.0.1" -mocha@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.1.0.tgz#dbf1114b7c3f9d0ca5de3133906aea3dfc89ef7a" - integrity sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg== +mocha@^10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8" + integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg== dependencies: ansi-colors "4.1.1" browser-stdout "1.3.1"