mocha 8.1.2 → 8.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "8.1.2",
3
+ "version": "8.1.3",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -81,7 +81,7 @@
81
81
  "@11ty/eleventy": "^0.11.0",
82
82
  "@11ty/eleventy-plugin-inclusive-language": "^1.0.0",
83
83
  "@babel/preset-env": "^7.11.0",
84
- "@mocha/docdash": "^3.0.0",
84
+ "@mocha/docdash": "^3.0.1",
85
85
  "@rollup/plugin-babel": "^5.1.0",
86
86
  "@rollup/plugin-commonjs": "^14.0.0",
87
87
  "@rollup/plugin-json": "^4.1.0",
@@ -107,6 +107,7 @@
107
107
  "eslint-plugin-prettier": "^3.1.4",
108
108
  "eslint-plugin-promise": "^4.2.1",
109
109
  "eslint-plugin-standard": "^4.0.1",
110
+ "fail-on-errors-webpack-plugin": "^3.0.0",
110
111
  "fs-extra": "^9.0.1",
111
112
  "husky": "^4.2.5",
112
113
  "hyperlink": "^4.5.2",
@@ -150,7 +151,9 @@
150
151
  "update-notifier": "^4.1.0",
151
152
  "uslug": "^1.0.4",
152
153
  "uuid": "^8.3.0",
153
- "watchify": "^3.11.1"
154
+ "watchify": "^3.11.1",
155
+ "webpack": "^4.44.1",
156
+ "webpack-cli": "^3.3.12"
154
157
  },
155
158
  "files": [
156
159
  "bin/*mocha",
@@ -173,7 +176,9 @@
173
176
  "./lib/nodejs/worker.js": false,
174
177
  "./lib/nodejs/buffered-worker-pool.js": false,
175
178
  "./lib/nodejs/parallel-buffered-runner.js": false,
176
- "./lib/nodejs/reporters/parallel-buffered.js": false
179
+ "./lib/nodejs/reporters/parallel-buffered.js": false,
180
+ "./lib/nodejs/file-unloader.js": false,
181
+ "./lib/cli/index.js": false
177
182
  },
178
183
  "prettier": {
179
184
  "singleQuote": true,