chore(deps-dev): bump mocha from 10.4.0 to 10.5.2 (#3131)

Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.5.2.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v10.4.0...v10.5.2)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-02 11:13:21 -04:00
committed by GitHub
parent ba99a1360b
commit 8228b2adc2
2 changed files with 6 additions and 43 deletions

47
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"main.css": "3.0.0",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"prettier": "3.3.2",
"strip-json-comments": "^5.0.1"
},
@@ -5916,14 +5916,14 @@
}
},
"node_modules/mocha": {
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
"version": "10.5.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.5.2.tgz",
"integrity": "sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==",
"dev": true,
"dependencies": {
"ansi-colors": "4.1.1",
"browser-stdout": "1.3.1",
"chokidar": "3.5.3",
"chokidar": "^3.5.3",
"debug": "4.3.4",
"diff": "5.0.0",
"escape-string-regexp": "4.0.0",
@@ -5950,32 +5950,6 @@
"node": ">= 14.0.0"
}
},
"node_modules/mocha/node_modules/chokidar": {
"version": "3.5.3",
"dev": true,
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
"license": "MIT",
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/mocha/node_modules/escape-string-regexp": {
"version": "4.0.0",
"dev": true,
@@ -6006,17 +5980,6 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/mocha/node_modules/glob-parent": {
"version": "5.1.2",
"dev": true,
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/mocha/node_modules/has-flag": {
"version": "4.0.0",
"dev": true,

View File

@@ -34,7 +34,7 @@
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"main.css": "3.0.0",
"mocha": "^10.4.0",
"mocha": "^10.5.2",
"prettier": "3.3.2",
"strip-json-comments": "^5.0.1"
},