Bump jest-date-mock from 1.0.8 to 1.0.9 (#22092)

Bumps [jest-date-mock](https://github.com/hustcc/jest-date-mock) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/hustcc/jest-date-mock/releases)
- [Commits](https://github.com/hustcc/jest-date-mock/compare/v1.0.8...v1.0.9)

---
updated-dependencies:
- dependency-name: jest-date-mock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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] 2024-04-04 17:42:01 +01:00 коммит произвёл GitHub
Родитель e9ad142f98
Коммит eb37702d9f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 8 добавлений и 8 удалений

14
package-lock.json сгенерированный
Просмотреть файл

@ -27,7 +27,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"jest-date-mock": "^1.0.8",
"jest-date-mock": "^1.0.9",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
@ -4024,9 +4024,9 @@
}
},
"node_modules/jest-date-mock": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.8.tgz",
"integrity": "sha512-0Lyp+z9xvuNmLbK+5N6FOhSiBeux05Lp5bbveFBmYo40Aggl2wwxFoIrZ+rOWC8nDNcLeBoDd2miQdEDSf3iQw==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.9.tgz",
"integrity": "sha512-1cAXJMNFRYPctj/up9eOC2XwJF0ktHTTaHZ64yHF5sjojfZ+805DAqBJY5GbLCgajz71Lfw5dQwDgIiyQ5QA9g==",
"dev": true
},
"node_modules/jest-diff": {
@ -9699,9 +9699,9 @@
}
},
"jest-date-mock": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.8.tgz",
"integrity": "sha512-0Lyp+z9xvuNmLbK+5N6FOhSiBeux05Lp5bbveFBmYo40Aggl2wwxFoIrZ+rOWC8nDNcLeBoDd2miQdEDSf3iQw==",
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.9.tgz",
"integrity": "sha512-1cAXJMNFRYPctj/up9eOC2XwJF0ktHTTaHZ64yHF5sjojfZ+805DAqBJY5GbLCgajz71Lfw5dQwDgIiyQ5QA9g==",
"dev": true
},
"jest-diff": {

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

@ -25,7 +25,7 @@
},
"devDependencies": {
"jest": "^29.7.0",
"jest-date-mock": "^1.0.8",
"jest-date-mock": "^1.0.9",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",