chore(deps-dev): bump mocha from 10.7.0 to 10.7.3 (#1351)

Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.0 to 10.7.3.
- [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.7.0...v10.7.3)

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

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-08-09 22:15:48 +00:00 committed by GitHub
parent 5cb00470c7
commit 0943a74d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -52,7 +52,7 @@
"eslint-plugin-security": "^1.7.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"node-addon-api": "^8",
"prettier": "^3.3.3",
"should": "^13.2.3",
@ -5729,9 +5729,9 @@
}
},
"node_modules/mocha": {
"version": "10.7.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
"integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
"version": "10.7.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz",
"integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==",
"dev": true,
"dependencies": {
"ansi-colors": "^4.1.3",

View File

@ -58,7 +58,7 @@
"eslint-plugin-security": "^1.7.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"node-addon-api": "^8",
"prettier": "^3.3.3",
"should": "^13.2.3",