Bump minimatch and mocha in /react-express-mysql/backend

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.5 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.5)

Updates `mocha` from 9.2.2 to 11.7.5
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v9.2.2...v11.7.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
- dependency-name: mocha
  dependency-version: 11.7.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-28 04:17:59 +00:00
committed by GitHub
parent 18f59bdb09
commit 32e5158eba
2 changed files with 2199 additions and 1115 deletions

File diff suppressed because it is too large Load Diff

2
react-express-mysql/backend/package.json Executable file → Normal file
View File

@@ -23,7 +23,7 @@
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-http": "^4.3.0", "chai-http": "^4.3.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"mocha": "^9.2.2", "mocha": "^11.7.5",
"nodemon": "^2.0.4" "nodemon": "^2.0.4"
} }
} }