mocha-compat 10.8.2 → 10.8.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.
@@ -7,7 +7,7 @@
7
7
 
8
8
  var fs = require('fs');
9
9
  var path = require('path');
10
- var glob = require('glob');
10
+ var glob = require('../../vendor/glob');
11
11
  var errors = require('../errors');
12
12
  var createNoFilesMatchPatternError = errors.createNoFilesMatchPatternError;
13
13
  var createMissingArgumentError = errors.createMissingArgumentError;
package/mocha.js CHANGED
@@ -1,4 +1,4 @@
1
- // mocha@10.8.2 in javascript ES2018
1
+ // mocha@10.8.3 in javascript ES2018
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -19201,7 +19201,7 @@
19201
19201
  };
19202
19202
 
19203
19203
  var name = "mocha-compat";
19204
- var version = "10.8.2";
19204
+ var version = "10.8.3";
19205
19205
  var type = "commonjs";
19206
19206
  var description = "Fork of mocha 10.8.2 with serialize-javascript vendored so npm audit is clean on Node 12.17 through 26. Install as an alias next to mocha: \"mocha-compat-10\": \"npm:mocha-compat@^10\"";
19207
19207
  var keywords = [
@@ -19258,7 +19258,7 @@
19258
19258
  "lint:markdown": "markdownlint \"*.md\" \"docs/**/*.md\" \".github/*.md\" \"lib/**/*.md\" \"test/**/*.md\" \"example/**/*.md\" -i CHANGELOG.md",
19259
19259
  lint: "run-p lint:*",
19260
19260
  prepack: "run-s clean build",
19261
- prepublishOnly: "run-s clean build",
19261
+ prepublishOnly: "node scripts/require-support-branch.js && run-s clean build",
19262
19262
  "test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",
19263
19263
  "test-browser:reporters:bdd": "cross-env MOCHA_TEST=bdd npm run -s test-browser-run",
19264
19264
  "test-browser:reporters:esm": "cross-env MOCHA_TEST=esm npm run -s test-browser-run",
@@ -19301,16 +19301,19 @@
19301
19301
  diff: "^5.2.2",
19302
19302
  "escape-string-regexp": "^4.0.0",
19303
19303
  "find-up": "^5.0.0",
19304
- glob: "^8.1.0",
19304
+ "fs.realpath": "^1.0.0",
19305
19305
  he: "^1.2.0",
19306
+ inherits: "2",
19306
19307
  "js-yaml": "^4.3.1",
19307
19308
  "log-symbols": "^4.1.0",
19308
19309
  minimatch: "^5.1.8",
19309
19310
  ms: "^2.1.3",
19311
+ once: "^1.4.0",
19310
19312
  randombytes: "^2.1.0",
19311
19313
  "strip-json-comments": "^3.1.1",
19312
19314
  "supports-color": "^8.1.1",
19313
19315
  workerpool: "^6.5.1",
19316
+ wrappy: "^1.0.2",
19314
19317
  yargs: "^16.2.0",
19315
19318
  "yargs-parser": "^20.2.9",
19316
19319
  "yargs-unparser": "^2.0.0"
@@ -19330,6 +19333,7 @@
19330
19333
  eslint: "^8.56.0",
19331
19334
  "fail-on-errors-webpack-plugin": "^3.0.0",
19332
19335
  "fs-extra": "^10.0.0",
19336
+ glob: "^8.1.0",
19333
19337
  globals: "^13.24.0",
19334
19338
  jsdoc: "^3.6.7",
19335
19339
  "jsdoc-ts-utils": "^2.0.1",