Skip to content

Commit 2c84d89

Browse files
committed
Update dependencies
1 parent 13c98d4 commit 2c84d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"main": "lib/weak.js",
2626
"scripts": {
27-
"test": "nyc mocha -gc",
27+
"test": "nyc mocha --expose-gc",
2828
"install": "node-gyp-build",
2929
"prebuild": "prebuildify --napi",
3030
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
@@ -35,7 +35,7 @@
3535
"node-gyp-build": "^4.2.1"
3636
},
3737
"devDependencies": {
38-
"mocha": "^5.0.0",
38+
"mocha": "^7.1.1",
3939
"nyc": "^15.0.0",
4040
"prebuildify": "^3.0.4",
4141
"prebuildify-ci": "^1.0.5"

0 commit comments

Comments
 (0)