build(deps-dev): Bump jest from 29.6.0 to 29.6.1 (#1634)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.6.0 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/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-07-06 21:08:15 +00:00 committed by GitHub
parent f4630c3d9e
commit 9a088567b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -58,7 +58,7 @@
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.3.1",
"jest": "29.6.0",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"node-fetch": "2.6.9",
"prettier": "2.8.8",
@ -9637,15 +9637,15 @@
}
},
"node_modules/jest": {
"version": "29.6.0",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.0.tgz",
"integrity": "sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==",
"version": "29.6.1",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz",
"integrity": "sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==",
"dev": true,
"dependencies": {
"@jest/core": "^29.6.0",
"@jest/types": "^29.6.0",
"@jest/core": "^29.6.1",
"@jest/types": "^29.6.1",
"import-local": "^3.0.2",
"jest-cli": "^29.6.0"
"jest-cli": "^29.6.1"
},
"bin": {
"jest": "bin/jest.js"

View File

@ -106,7 +106,7 @@
"express": "4.18.2",
"form-data": "4.0.0",
"glob": "10.3.1",
"jest": "29.6.0",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"node-fetch": "2.6.9",
"prettier": "2.8.8",