Bump braces and webpack-cli

Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependency [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Removes `braces`

Updates `webpack-cli` from 3.3.12 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-12 03:46:07 +00:00
committed by GitHub
parent e1d2f65547
commit 0c363d731d
2 changed files with 265 additions and 1783 deletions

2046
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
"homepage": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2#readme", "homepage": "https://github.com/MaxRobinsonTheGreat/EvolutionSimulatorV2#readme",
"devDependencies": { "devDependencies": {
"webpack": "^5.89.0", "webpack": "^5.89.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^5.1.4"
}, },
"dependencies": { "dependencies": {
"glob-parent": "^6.0.2", "glob-parent": "^6.0.2",