chore(deps): bump braces, babel-jest, gulp, jest, jest-environment-jsdom, webpack, webpack-cli and webpack-dev-server

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest), [gulp](https://github.com/gulpjs/gulp), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom), [webpack](https://github.com/webpack/webpack), [webpack-cli](https://github.com/webpack/webpack-cli) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `babel-jest` from 23.4.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)

Updates `jest` from 23.5.0 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `jest-environment-jsdom` from 23.4.0 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)

Updates `webpack` from 4.41.2 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v5.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)

Updates `webpack-dev-server` from 3.8.2 to 5.2.0
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.8.2...v5.2.0)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: babel-jest
  dependency-type: direct:development
- dependency-name: gulp
  dependency-type: direct:development
- dependency-name: jest
  dependency-type: direct:development
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
- dependency-name: webpack-dev-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-02 12:44:14 +00:00 committed by GitHub
parent a07d99d126
commit c6bd6feee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5002 additions and 9340 deletions

14328
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
"@types/react-dom": "^16.8.5",
"antd": "^3.24.1",
"autoprefixer": "^9.6.5",
"babel-jest": "^23.4.2",
"babel-jest": "^29.7.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.2.1",
"css-loader": "^3.2.0",
@ -57,12 +57,12 @@
"file-loader": "^4.2.0",
"fs-extra": "^8.1.0",
"gh-pages": "^2.1.1",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"gulp-typescript": "^5.0.1",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.5.0",
"jest-environment-jsdom": "^23.4.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-jsdom-global": "^1.1.0",
"jest-static-stubs": "0.0.1",
"less": "^3.10.3",
@ -81,11 +81,11 @@
"tslint": "^5.18.0",
"typescript": "^3.6.4",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-chain": "^6.0.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"wolfy87-eventemitter": "^5.2.5"
},
"dependencies": {