Bump jest from 29.4.1 to 29.4.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.2/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>
This commit is contained in:
dependabot[bot] 2023-02-09 16:10:24 +00:00 committed by GitHub
parent d3026307a0
commit fece2ca77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View file

@ -19,7 +19,7 @@
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest": "^29.4.2",
"nock": "^13.3.0",
"semistandard": "^16.0.1"
}
@ -3566,15 +3566,15 @@
}
},
"node_modules/jest": {
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-cknimw7gAXPDOmj0QqztlxVtBVCw2lYY9CeIE5N6kD+kET1H4H79HSNISJmijb1HF+qk+G+ploJgiDi5k/fRlg==",
"version": "29.4.2",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.4.2.tgz",
"integrity": "sha512-+5hLd260vNIHu+7ZgMIooSpKl7Jp5pHKb51e73AJU3owd5dEo/RfVwHbA/na3C/eozrt3hJOLGf96c7EWwIAzg==",
"dev": true,
"dependencies": {
"@jest/core": "^29.4.1",
"@jest/types": "^29.4.1",
"@jest/core": "^29.4.2",
"@jest/types": "^29.4.2",
"import-local": "^3.0.2",
"jest-cli": "^29.4.1"
"jest-cli": "^29.4.2"
},
"bin": {
"jest": "bin/jest.js"
@ -8521,15 +8521,15 @@
}
},
"jest": {
"version": "29.4.1",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.4.1.tgz",
"integrity": "sha512-cknimw7gAXPDOmj0QqztlxVtBVCw2lYY9CeIE5N6kD+kET1H4H79HSNISJmijb1HF+qk+G+ploJgiDi5k/fRlg==",
"version": "29.4.2",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.4.2.tgz",
"integrity": "sha512-+5hLd260vNIHu+7ZgMIooSpKl7Jp5pHKb51e73AJU3owd5dEo/RfVwHbA/na3C/eozrt3hJOLGf96c7EWwIAzg==",
"dev": true,
"requires": {
"@jest/core": "^29.4.1",
"@jest/types": "^29.4.1",
"@jest/core": "^29.4.2",
"@jest/types": "^29.4.2",
"import-local": "^3.0.2",
"jest-cli": "^29.4.1"
"jest-cli": "^29.4.2"
}
},
"jest-changed-files": {

View file

@ -29,7 +29,7 @@
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest": "^29.4.2",
"nock": "^13.3.0",
"semistandard": "^16.0.1"
},