Skip to content

Commit 112ffd4

Browse files
Update dependency @types/mocha to v10 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c53bc7a commit 112ffd4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nomiclabs/hardhat-waffle": "2.0.6",
2525
"@types/chai": "4.3.20",
2626
"@types/dotenv": "8.2.3",
27-
"@types/mocha": "9.1.1",
27+
"@types/mocha": "10.0.10",
2828
"@types/node": "18.19.67",
2929
"@typescript-eslint/eslint-plugin": "5.62.0",
3030
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,10 +1626,10 @@
16261626
dependencies:
16271627
"@types/node" "*"
16281628

1629-
"@types/mocha@9.1.1":
1630-
version "9.1.1"
1631-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
1632-
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
1629+
"@types/mocha@10.0.10":
1630+
version "10.0.10"
1631+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
1632+
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
16331633

16341634
"@types/node-fetch@^2.5.5":
16351635
version "2.5.12"

0 commit comments

Comments
 (0)