Bump jest from 29.4.1 to 29.4.2 in /wrapper

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 15:26:44 +00:00 committed by GitHub
parent 1d777b53ee
commit 1230429274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"jest": "^29.4.1",
"jest": "^29.4.2",
"semistandard": "^16.0.1"
}
},
@ -3289,15 +3289,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"
@ -7909,15 +7909,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

@ -18,7 +18,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"jest": "^29.4.1",
"jest": "^29.4.2",
"semistandard": "^16.0.1"
},
"semistandard": {