Comparing version
@@ -7,3 +7,3 @@ 'use strict'; | ||
const debug = require('debug')('mocha:cli:run:helpers'); | ||
const minimatch = require('minimatch'); | ||
const { minimatch } = require('minimatch'); | ||
const {NO_FILES_MATCH_PATTERN} = require('../errors').constants; | ||
@@ -10,0 +10,0 @@ const lookupFiles = require('./lookup-files'); |
{ | ||
"name": "mocha", | ||
"version": "11.4.0", | ||
"version": "11.5.0", | ||
"type": "commonjs", | ||
@@ -109,3 +109,3 @@ "description": "simple, flexible, fun test framework", | ||
"log-symbols": "^4.1.0", | ||
"minimatch": "^5.1.6", | ||
"minimatch": "^9.0.5", | ||
"ms": "^2.1.3", | ||
@@ -112,0 +112,0 @@ "picocolors": "^1.1.1", |
Sorry, the diff of this file is too big to display
2305401
0- Removed
Updated