mocha 9.0.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mocha",
3
- "version": "9.0.1",
3
+ "version": "9.1.1",
4
4
  "description": "simple, flexible, fun test framework",
5
5
  "keywords": [
6
6
  "mocha",
@@ -55,7 +55,7 @@
55
55
  "@ungap/promise-all-settled": "1.1.2",
56
56
  "ansi-colors": "4.1.1",
57
57
  "browser-stdout": "1.3.1",
58
- "chokidar": "3.5.1",
58
+ "chokidar": "3.5.2",
59
59
  "debug": "4.3.1",
60
60
  "diff": "5.0.0",
61
61
  "escape-string-regexp": "4.0.0",
@@ -68,12 +68,12 @@
68
68
  "minimatch": "3.0.4",
69
69
  "ms": "2.1.3",
70
70
  "nanoid": "3.1.23",
71
- "serialize-javascript": "5.0.1",
71
+ "serialize-javascript": "6.0.0",
72
72
  "strip-json-comments": "3.1.1",
73
73
  "supports-color": "8.1.1",
74
74
  "which": "2.0.2",
75
75
  "wide-align": "1.1.3",
76
- "workerpool": "6.1.4",
76
+ "workerpool": "6.1.5",
77
77
  "yargs": "16.2.0",
78
78
  "yargs-parser": "20.2.4",
79
79
  "yargs-unparser": "2.0.0"
@@ -81,26 +81,22 @@
81
81
  "devDependencies": {
82
82
  "@11ty/eleventy": "^0.11.0",
83
83
  "@11ty/eleventy-plugin-inclusive-language": "^1.0.0",
84
- "@babel/preset-env": "7.12.17",
85
- "@babel/plugin-transform-regenerator": "7.12.1",
86
- "regenerator-transform": "0.14.5",
87
- "@babel/runtime": "7.12.5",
88
- "regenerator-runtime": "0.13.7",
84
+ "@babel/preset-env": "^7.14.8",
89
85
  "@mocha/docdash": "^3.0.1",
90
86
  "@rollup/plugin-babel": "^5.1.0",
91
87
  "@rollup/plugin-commonjs": "^14.0.0",
92
88
  "@rollup/plugin-json": "^4.1.0",
93
89
  "@rollup/plugin-multi-entry": "^3.0.1",
94
90
  "@rollup/plugin-node-resolve": "^8.4.0",
95
- "assetgraph-builder": "^8.1.0",
91
+ "assetgraph-builder": "^8.2.0",
96
92
  "autoprefixer": "^9.8.6",
97
93
  "babel-eslint": "^10.1.0",
98
- "canvas": "^2.6.1",
94
+ "canvas": "^2.8.0",
99
95
  "chai": "^4.2.0",
100
96
  "coffee-script": "^1.12.7",
101
97
  "configstore": "^5.0.1",
102
- "core-js": "^3.6.5",
103
- "coveralls": "^3.1.0",
98
+ "core-js": "^3.16.3",
99
+ "coveralls": "^3.1.1",
104
100
  "cross-env": "^7.0.2",
105
101
  "cross-spawn": "^7.0.3",
106
102
  "eslint": "^7.8.1",
@@ -115,15 +111,15 @@
115
111
  "fail-on-errors-webpack-plugin": "^3.0.0",
116
112
  "fs-extra": "^9.0.1",
117
113
  "husky": "^4.2.5",
118
- "hyperlink": "^4.5.2",
114
+ "hyperlink": "^4.7.0",
119
115
  "jsdoc": "^3.6.5",
120
116
  "jsdoc-ts-utils": "^1.1.2",
121
- "karma": "^5.1.1",
117
+ "karma": "^6.3.4",
122
118
  "karma-chrome-launcher": "^3.1.0",
123
119
  "karma-mocha": "^2.0.1",
124
120
  "karma-mocha-reporter": "^2.2.5",
125
121
  "karma-requirejs": "^1.1.0",
126
- "karma-sauce-launcher": "^4.3.4",
122
+ "karma-sauce-launcher": "^4.3.6",
127
123
  "lint-staged": "^10.2.11",
128
124
  "markdown-it": "^11.0.0",
129
125
  "markdown-it-anchor": "^5.3.0",
@@ -137,6 +133,7 @@
137
133
  "nyc": "^15.1.0",
138
134
  "pidtree": "^0.5.0",
139
135
  "prettier": "^1.19.1",
136
+ "regenerator-runtime": "0.13.7",
140
137
  "remark": "^12.0.1",
141
138
  "remark-github": "^9.0.1",
142
139
  "remark-inline-links": "^4.0.0",
@@ -161,7 +158,7 @@
161
158
  "update-notifier": "^4.1.0",
162
159
  "uslug": "^1.0.4",
163
160
  "uuid": "^8.3.0",
164
- "watchify": "^3.11.1",
161
+ "watchify": "^4.0.0",
165
162
  "webpack": "^4.44.1",
166
163
  "webpack-cli": "^3.3.12"
167
164
  },