We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f97da commit 132c066Copy full SHA for 132c066
package.json
@@ -24,8 +24,8 @@
24
"node": ">=8.0.0"
25
},
26
"devDependencies": {
27
- "chai": "4.2.0",
28
- "chai-as-promised": "7.1.1",
+ "chai": "5.1.1",
+ "chai-as-promised": "8.0.0",
29
"coveralls": "3.1.0",
30
"dependency-check": "3.4.1",
31
"eslint": "5.16.0",
@@ -35,11 +35,11 @@
35
"eslint-plugin-node": "8.0.1",
36
"eslint-plugin-promise": "4.2.1",
37
"eslint-plugin-standard": "4.0.1",
38
- "husky": "1.3.1",
+ "husky": "9.0.11",
39
"installed-check": "2.2.0",
40
- "mocha": "6.2.3",
41
- "nyc": "13.3.0",
42
- "sinon": "7.5.0",
+ "mocha": "10.6.0",
+ "nyc": "17.0.0",
+ "sinon": "18.0.0",
43
"sinon-chai": "3.5.0"
44
45
"dependencies": {
0 commit comments