From f19e0232da811a7a3e90946d41f0b2c74d01d7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 05:11:12 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 10.0.0 to 10.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 10.0.0 to 10.1.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.0.0...v10.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- contracts/package.json | 2 +- yarn.lock | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/contracts/package.json b/contracts/package.json index 9cf07bf9b..714c1311b 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -52,7 +52,7 @@ "hardhat-gas-reporter": "^1.0.9", "hardhat-watcher": "^2.5.0", "json-schema": "^0.4.0", - "mocha": "^10.0.0", + "mocha": "^10.1.0", "node-fetch": "^3.2.10", "npm-run-all": "^4.1.5", "shelljs": "^0.8.5", diff --git a/yarn.lock b/yarn.lock index 91c593588..e0a7ee3fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2214,7 +2214,7 @@ __metadata: hardhat-gas-reporter: ^1.0.9 hardhat-watcher: ^2.5.0 json-schema: ^0.4.0 - mocha: ^10.0.0 + mocha: ^10.1.0 node-fetch: ^3.2.10 npm-run-all: ^4.1.5 shelljs: ^0.8.5 @@ -16775,6 +16775,38 @@ __metadata: languageName: node linkType: hard +"mocha@npm:^10.1.0": + version: 10.1.0 + resolution: "mocha@npm:10.1.0" + dependencies: + ansi-colors: 4.1.1 + browser-stdout: 1.3.1 + chokidar: 3.5.3 + debug: 4.3.4 + diff: 5.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 7.2.0 + he: 1.2.0 + js-yaml: 4.1.0 + log-symbols: 4.1.0 + minimatch: 5.0.1 + ms: 2.1.3 + nanoid: 3.3.3 + serialize-javascript: 6.0.0 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + workerpool: 6.2.1 + yargs: 16.2.0 + yargs-parser: 20.2.4 + yargs-unparser: 2.0.0 + bin: + _mocha: bin/_mocha + mocha: bin/mocha.js + checksum: c64c7305769e09ae5559c1cd31eae8b4c7c0e19e328cf54d1374e5555a0f01e3d5dced99882911d927e0a9d0c613d0644a1750b848a2848fb7dcf4684f97f65f + languageName: node + linkType: hard + "mocha@npm:^7.1.1": version: 7.2.0 resolution: "mocha@npm:7.2.0"