chore(deps): bump micromatch, @babel/cli, webpack and webpack-cli

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


Removes `micromatch`

Updates `@babel/cli` from 7.8.4 to 7.26.4

Updates `webpack` from 4.41.6 to 5.97.1

Updates `webpack-cli` from 3.3.12 to 6.0.1
- [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@6.0.1)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
- dependency-name: "@babel/cli"
  dependency-type: direct:production
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-02 12:42:28 +00:00 committed by GitHub
parent acf914b987
commit 08fcd3443b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 828 additions and 3066 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"build": "webpack"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/cli": "^7.26.4",
"@babel/node": "^7.5.5",
"express": "^4.21.2"
},
@ -17,7 +17,7 @@
"@types/react": "^16.8.24",
"@types/react-dom": "^16.8.5",
"babel-loader": "^8.0.6",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.12"
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}