build(deps-dev): Bump jest from 29.6.3 to 29.6.4 (#1724)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.3 to 29.6.4.
- [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.6.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  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] 2023-08-25 21:55:45 +00:00 committed by GitHub
parent c0ed79c5e0
commit 381a140d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -58,7 +58,7 @@
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.3.3",
"jest": "29.6.3",
"jest": "29.6.4",
"jest-cli": "29.6.4",
"node-fetch": "2.6.9",
"prettier": "3.0.2",
@ -10425,15 +10425,15 @@
}
},
"node_modules/jest": {
"version": "29.6.3",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.3.tgz",
"integrity": "sha512-alueLuoPCDNHFcFGmgETR4KpQ+0ff3qVaiJwxQM4B5sC0CvXcgg4PEi7xrDkxuItDmdz/FVc7SSit4KEu8GRvw==",
"version": "29.6.4",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.4.tgz",
"integrity": "sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==",
"dev": true,
"dependencies": {
"@jest/core": "^29.6.3",
"@jest/core": "^29.6.4",
"@jest/types": "^29.6.3",
"import-local": "^3.0.2",
"jest-cli": "^29.6.3"
"jest-cli": "^29.6.4"
},
"bin": {
"jest": "bin/jest.js"

View File

@ -106,7 +106,7 @@
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.3.3",
"jest": "29.6.3",
"jest": "29.6.4",
"jest-cli": "29.6.4",
"node-fetch": "2.6.9",
"prettier": "3.0.2",