Bump jest from 29.4.1 to 29.4.3 (#308)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.3.
- [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.3/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-02-21 08:45:23 -05:00 committed by GitHub
parent d3026307a0
commit 8c01c536be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 754 additions and 780 deletions

1532
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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