build(deps-dev): bump jest-bench from 29.4.1 to 29.7.1 (#3574)

Bumps [jest-bench](https://github.com/pckhoi/jest-benchmark) from 29.4.1 to 29.7.1.
- [Commits](https://github.com/pckhoi/jest-benchmark/commits)

---
updated-dependencies:
- dependency-name: jest-bench
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
dependabot[bot] 2024-01-07 21:55:22 +02:00 committed by GitHub
parent 69f58261d8
commit 258d54d134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -29,7 +29,7 @@
"hjson": "^3.2.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-bench": "^29.4.1",
"jest-bench": "^29.7.1",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.0",
@ -4132,20 +4132,20 @@
}
},
"node_modules/jest-bench": {
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/jest-bench/-/jest-bench-29.4.1.tgz",
"integrity": "sha512-CbhGPgHX+b4AQKnxz/iziVHpgLG+eoGKIvIkOH+VmuOLxme7klbgvOpNB0Ab+XNq/u/AmOlKK5cd1dGuaN4iEA==",
"version": "29.7.1",
"resolved": "https://registry.npmjs.org/jest-bench/-/jest-bench-29.7.1.tgz",
"integrity": "sha512-eFjQa+KVThwqY+Ecs9jeD+CdTUlDrJUAAFLy+DlWW5H1crnG1F4ad5Dk8K+kV6nB2aGCdFcusKBdgtx1SXYiHQ==",
"dev": true,
"dependencies": {
"@jest/globals": "^29.4.1",
"@jest/reporters": "^29.4.1",
"@jest/globals": "^29.7.0",
"@jest/reporters": "^29.7.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"lodash": "^4.17.20",
"ndjson": "^2.0.0"
},
"peerDependencies": {
"jest": "^29.4.1"
"jest": "^29.7.0"
}
},
"node_modules/jest-changed-files": {
@ -10343,13 +10343,13 @@
}
},
"jest-bench": {
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/jest-bench/-/jest-bench-29.4.1.tgz",
"integrity": "sha512-CbhGPgHX+b4AQKnxz/iziVHpgLG+eoGKIvIkOH+VmuOLxme7klbgvOpNB0Ab+XNq/u/AmOlKK5cd1dGuaN4iEA==",
"version": "29.7.1",
"resolved": "https://registry.npmjs.org/jest-bench/-/jest-bench-29.7.1.tgz",
"integrity": "sha512-eFjQa+KVThwqY+Ecs9jeD+CdTUlDrJUAAFLy+DlWW5H1crnG1F4ad5Dk8K+kV6nB2aGCdFcusKBdgtx1SXYiHQ==",
"dev": true,
"requires": {
"@jest/globals": "^29.4.1",
"@jest/reporters": "^29.4.1",
"@jest/globals": "^29.7.0",
"@jest/reporters": "^29.7.0",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"lodash": "^4.17.20",

View file

@ -48,7 +48,7 @@
"hjson": "^3.2.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-bench": "^29.4.1",
"jest-bench": "^29.7.1",
"jest-environment-jsdom": "^29.7.0",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.0",