mocha 10.2.0 → 10.3.0

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": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "type": "commonjs",
5
5
  "description": "simple, flexible, fun test framework",
6
6
  "keywords": [
@@ -27,11 +27,7 @@
27
27
  "bugs": {
28
28
  "url": "https://github.com/mochajs/mocha/issues/"
29
29
  },
30
- "funding": {
31
- "type": "opencollective",
32
- "url": "https://opencollective.com/mochajs"
33
- },
34
- "gitter": "https://gitter.im/mochajs/mocha",
30
+ "discord": "https://discord.gg/KeDn2uXhER",
35
31
  "homepage": "https://mochajs.org/",
36
32
  "logo": "https://cldup.com/S9uQ-cOLYz.svg",
37
33
  "notifyLogo": "https://ibin.co/4QuRuGjXvl36.png",
@@ -61,13 +57,12 @@
61
57
  "diff": "5.0.0",
62
58
  "escape-string-regexp": "4.0.0",
63
59
  "find-up": "5.0.0",
64
- "glob": "7.2.0",
60
+ "glob": "8.1.0",
65
61
  "he": "1.2.0",
66
62
  "js-yaml": "4.1.0",
67
63
  "log-symbols": "4.1.0",
68
64
  "minimatch": "5.0.1",
69
65
  "ms": "2.1.3",
70
- "nanoid": "3.3.3",
71
66
  "serialize-javascript": "6.0.0",
72
67
  "strip-json-comments": "3.1.1",
73
68
  "supports-color": "8.1.1",
@@ -85,9 +80,7 @@
85
80
  "@rollup/plugin-json": "^4.1.0",
86
81
  "@rollup/plugin-multi-entry": "^4.0.1",
87
82
  "@rollup/plugin-node-resolve": "^13.1.3",
88
- "assetgraph-builder": "^9.0.0",
89
83
  "autoprefixer": "^9.8.6",
90
- "canvas": "^2.9.0",
91
84
  "chai": "^4.3.4",
92
85
  "coffeescript": "^2.6.1",
93
86
  "coveralls": "^3.1.1",
@@ -106,8 +99,8 @@
106
99
  "hyperlink": "^5.0.4",
107
100
  "jsdoc": "^3.6.7",
108
101
  "jsdoc-ts-utils": "^2.0.1",
109
- "karma": "^6.3.11",
110
- "karma-chrome-launcher": "^3.1.0",
102
+ "karma": "^6.4.2",
103
+ "karma-chrome-launcher": "^3.2.0",
111
104
  "karma-mocha": "^2.0.1",
112
105
  "karma-mocha-reporter": "^2.2.5",
113
106
  "karma-sauce-launcher": "^4.3.6",
@@ -136,7 +129,6 @@
136
129
  "sinon": "^9.0.3",
137
130
  "strip-ansi": "^6.0.0",
138
131
  "svgo": "^1.3.2",
139
- "touch": "^3.1.0",
140
132
  "unexpected": "^11.14.0",
141
133
  "unexpected-eventemitter": "^2.2.0",
142
134
  "unexpected-map": "^2.0.0",
@@ -144,7 +136,6 @@
144
136
  "unexpected-sinon": "^10.11.2",
145
137
  "update-notifier": "^4.1.0",
146
138
  "uslug": "^1.0.4",
147
- "uuid": "^8.3.0",
148
139
  "webpack": "^5.67.0",
149
140
  "webpack-cli": "^4.9.1"
150
141
  },
@@ -178,6 +169,9 @@
178
169
  "singleQuote": true,
179
170
  "trailingComma": "none"
180
171
  },
172
+ "overrides": {
173
+ "webdriverio": "^7.33.0"
174
+ },
181
175
  "husky": {
182
176
  "hooks": {
183
177
  "pre-commit": "lint-staged"