Skip to content

Commit 19716dd

Browse files
committed
Updating mocha version to address a security fix in one of its dependencies
1 parent 6b0b536 commit 19716dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
},
2929
"homepage": "https://github.com/jlcvp/fcm-node",
3030
"dependencies": {
31-
"firebase-admin": "^4.1.3",
32-
"mocha": "^3.2.0",
31+
"firebase-admin": "^4.2.1",
32+
"mocha": "^4.0.1",
3333
"retry": "^0.9.0"
3434
},
3535
"scripts": {
36-
"test": "mocha",
37-
"debugtest": "mocha --debug-brk $npm_package_options_mocha"
36+
"test": "mocha --exit",
37+
"debugtest": "mocha --debug-brk $npm_package_options_mocha --exit"
3838
},
3939
"directories": {
4040
"test": "test"

0 commit comments

Comments
 (0)