Skip to content

Commit 87df32c

Browse files
dependabot[bot]jaybuidl
authored andcommitted
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](mochajs/mocha@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] <[email protected]>
1 parent d64b313 commit 87df32c

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"hardhat-gas-reporter": "^1.0.9",
5353
"hardhat-watcher": "^2.5.0",
5454
"json-schema": "^0.4.0",
55-
"mocha": "^10.0.0",
55+
"mocha": "^10.1.0",
5656
"node-fetch": "^3.2.10",
5757
"npm-run-all": "^4.1.5",
5858
"shelljs": "^0.8.5",

yarn.lock

+33-1
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ __metadata:
22142214
hardhat-gas-reporter: ^1.0.9
22152215
hardhat-watcher: ^2.5.0
22162216
json-schema: ^0.4.0
2217-
mocha: ^10.0.0
2217+
mocha: ^10.1.0
22182218
node-fetch: ^3.2.10
22192219
npm-run-all: ^4.1.5
22202220
shelljs: ^0.8.5
@@ -16775,6 +16775,38 @@ __metadata:
1677516775
languageName: node
1677616776
linkType: hard
1677716777

16778+
"mocha@npm:^10.1.0":
16779+
version: 10.1.0
16780+
resolution: "mocha@npm:10.1.0"
16781+
dependencies:
16782+
ansi-colors: 4.1.1
16783+
browser-stdout: 1.3.1
16784+
chokidar: 3.5.3
16785+
debug: 4.3.4
16786+
diff: 5.0.0
16787+
escape-string-regexp: 4.0.0
16788+
find-up: 5.0.0
16789+
glob: 7.2.0
16790+
he: 1.2.0
16791+
js-yaml: 4.1.0
16792+
log-symbols: 4.1.0
16793+
minimatch: 5.0.1
16794+
ms: 2.1.3
16795+
nanoid: 3.3.3
16796+
serialize-javascript: 6.0.0
16797+
strip-json-comments: 3.1.1
16798+
supports-color: 8.1.1
16799+
workerpool: 6.2.1
16800+
yargs: 16.2.0
16801+
yargs-parser: 20.2.4
16802+
yargs-unparser: 2.0.0
16803+
bin:
16804+
_mocha: bin/_mocha
16805+
mocha: bin/mocha.js
16806+
checksum: c64c7305769e09ae5559c1cd31eae8b4c7c0e19e328cf54d1374e5555a0f01e3d5dced99882911d927e0a9d0c613d0644a1750b848a2848fb7dcf4684f97f65f
16807+
languageName: node
16808+
linkType: hard
16809+
1677816810
"mocha@npm:^7.1.1":
1677916811
version: 7.2.0
1678016812
resolution: "mocha@npm:7.2.0"

0 commit comments

Comments
 (0)