Bump jest-extended from 3.2.4 to 4.0.0 (#12224)

Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 3.2.4 to 4.0.0.
- [Release notes](https://github.com/jest-community/jest-extended/releases)
- [Changelog](https://github.com/jest-community/jest-extended/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/jest-extended/compare/v3.2.4...v4.0.0)

---
updated-dependencies:
- dependency-name: jest-extended
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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-06-23 12:28:50 +02:00 коммит произвёл GitHub
Родитель 1c4cc4cc5c
Коммит cee989703f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -294,7 +294,7 @@
"intl-locales-supported": "^1.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-extended": "^4.0.0",
"jest-json-schema": "^6.1.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.7.6",

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

@ -6082,10 +6082,10 @@ jest-environment-node@^29.5.0:
jest-mock "^29.5.0"
jest-util "^29.5.0"
jest-extended@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/jest-extended/-/jest-extended-3.2.4.tgz#4ee93c9e495f983ceb911170613ce305f3533b94"
integrity sha512-lSEYhSmvXZG/7YXI7KO3LpiUiQ90gi5giwCJNDMMsX5a+/NZhdbQF2G4ALOBN+KcXVT3H6FPVPohAuMXooaLTQ==
jest-extended@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jest-extended/-/jest-extended-4.0.0.tgz#00bb4b478566c28fd1b91ffd6f9cb405dc52d092"
integrity sha512-GMhMFdrwhYPB0y+cmI/5esz+F/Xc0OIzKbnr8SaiZ74YcWamxf7sVT78YlA15+JIQMTlpHBEgcxheyRBdHFqPA==
dependencies:
jest-diff "^29.0.0"
jest-get-type "^29.0.0"