Bump json5, babel-loader, eslint-loader, webpack and webpack-cli (#1404)

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [babel-loader](https://github.com/babel/babel-loader), [eslint-loader](https://github.com/webpack-contrib/eslint-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

Updates `json5` from 2.1.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

Updates `babel-loader` from 8.0.6 to 8.3.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.0.6...v8.3.0)

Updates `eslint-loader` from 3.0.2 to 4.0.2
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.2...v4.0.2)

Updates `webpack` from 4.41.2 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.41.2...v5.75.0)

Updates `webpack-cli` from 3.3.12 to 5.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@5.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: json5
  dependency-type: indirect
- dependency-name: babel-loader
  dependency-type: direct:development
- dependency-name: eslint-loader
  dependency-type: direct:development
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2023-01-01 09:16:23 -07:00 коммит произвёл GitHub
Родитель 4550cd0ca1
Коммит fe14b8fd1c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 591 добавлений и 1623 удалений

2206
samples/hello-world/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -28,14 +28,14 @@
"@types/jest": "24.0.23", "@types/jest": "24.0.23",
"@typescript-eslint/eslint-plugin": "2.9.0", "@typescript-eslint/eslint-plugin": "2.9.0",
"@typescript-eslint/parser": "2.9.0", "@typescript-eslint/parser": "2.9.0",
"babel-loader": "8.0.6", "babel-loader": "8.3.0",
"compression-webpack-plugin": "3.0.0", "compression-webpack-plugin": "3.0.0",
"cross-env": "6.0.3", "cross-env": "6.0.3",
"enzyme": "3.10.0", "enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1", "enzyme-adapter-react-16": "1.15.1",
"enzyme-to-json": "3.4.3", "enzyme-to-json": "3.4.3",
"eslint": "6.7.1", "eslint": "6.7.1",
"eslint-loader": "3.0.2", "eslint-loader": "4.0.2",
"eslint-plugin-jest": "23.1.0", "eslint-plugin-jest": "23.1.0",
"eslint-plugin-react": "7.17.0", "eslint-plugin-react": "7.17.0",
"eslint-plugin-reactxp": "0.1.7", "eslint-plugin-reactxp": "0.1.7",
@ -45,8 +45,8 @@
"metro-react-native-babel-preset": "0.57.0", "metro-react-native-babel-preset": "0.57.0",
"rnpm-plugin-windows": "0.3.8", "rnpm-plugin-windows": "0.3.8",
"typescript": "3.7.2", "typescript": "3.7.2",
"webpack": "4.41.2", "webpack": "5.75.0",
"webpack-cli": "3.3.12", "webpack-cli": "5.0.1",
"webpack-dev-server": "3.9.0", "webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2" "webpack-merge": "4.2.2"
}, },