Skip to content

Commit f48e5c1

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

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
@@ -20,7 +20,7 @@
2020
"@nomiclabs/hardhat-waffle": "2.0.6",
2121
"@types/chai": "4.3.20",
2222
"@types/dotenv": "8.2.3",
23-
"@types/mocha": "9.1.1",
23+
"@types/mocha": "10.0.10",
2424
"@typescript-eslint/eslint-plugin": "5.62.0",
2525
"@typescript-eslint/parser": "5.62.0",
2626
"chai": "4.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,10 @@
872872
dependencies:
873873
"@types/node" "*"
874874

875-
"@types/mocha@9.1.1":
876-
version "9.1.1"
877-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
878-
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
875+
"@types/mocha@10.0.10":
876+
version "10.0.10"
877+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
878+
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
879879

880880
"@types/node-fetch@^2.5.5":
881881
version "2.6.1"

0 commit comments

Comments
 (0)