mocha 9.1.0 → 9.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/hook.js +7 -1
- package/lib/suite.js +2 -2
- package/lib/test.js +1 -1
- package/mocha-es2018.js +12 -6
- package/mocha.js +399 -276
- package/mocha.js.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"description": "simple, flexible, fun test framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mocha",
|
|
@@ -88,15 +88,15 @@
|
|
|
88
88
|
"@rollup/plugin-json": "^4.1.0",
|
|
89
89
|
"@rollup/plugin-multi-entry": "^3.0.1",
|
|
90
90
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
91
|
-
"assetgraph-builder": "^8.
|
|
91
|
+
"assetgraph-builder": "^8.2.0",
|
|
92
92
|
"autoprefixer": "^9.8.6",
|
|
93
93
|
"babel-eslint": "^10.1.0",
|
|
94
|
-
"canvas": "^2.
|
|
94
|
+
"canvas": "^2.8.0",
|
|
95
95
|
"chai": "^4.2.0",
|
|
96
96
|
"coffee-script": "^1.12.7",
|
|
97
97
|
"configstore": "^5.0.1",
|
|
98
|
-
"core-js": "^3.
|
|
99
|
-
"coveralls": "^3.1.
|
|
98
|
+
"core-js": "^3.16.3",
|
|
99
|
+
"coveralls": "^3.1.1",
|
|
100
100
|
"cross-env": "^7.0.2",
|
|
101
101
|
"cross-spawn": "^7.0.3",
|
|
102
102
|
"eslint": "^7.8.1",
|
|
@@ -111,15 +111,15 @@
|
|
|
111
111
|
"fail-on-errors-webpack-plugin": "^3.0.0",
|
|
112
112
|
"fs-extra": "^9.0.1",
|
|
113
113
|
"husky": "^4.2.5",
|
|
114
|
-
"hyperlink": "^4.
|
|
114
|
+
"hyperlink": "^4.7.0",
|
|
115
115
|
"jsdoc": "^3.6.5",
|
|
116
116
|
"jsdoc-ts-utils": "^1.1.2",
|
|
117
|
-
"karma": "^
|
|
117
|
+
"karma": "^6.3.4",
|
|
118
118
|
"karma-chrome-launcher": "^3.1.0",
|
|
119
119
|
"karma-mocha": "^2.0.1",
|
|
120
120
|
"karma-mocha-reporter": "^2.2.5",
|
|
121
121
|
"karma-requirejs": "^1.1.0",
|
|
122
|
-
"karma-sauce-launcher": "^4.3.
|
|
122
|
+
"karma-sauce-launcher": "^4.3.6",
|
|
123
123
|
"lint-staged": "^10.2.11",
|
|
124
124
|
"markdown-it": "^11.0.0",
|
|
125
125
|
"markdown-it-anchor": "^5.3.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"update-notifier": "^4.1.0",
|
|
159
159
|
"uslug": "^1.0.4",
|
|
160
160
|
"uuid": "^8.3.0",
|
|
161
|
-
"watchify": "^
|
|
161
|
+
"watchify": "^4.0.0",
|
|
162
162
|
"webpack": "^4.44.1",
|
|
163
163
|
"webpack-cli": "^3.3.12"
|
|
164
164
|
},
|