Bump jest from 29.7.0 to 30.0.2

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.2.
- [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/v30.0.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-23 18:39:08 +00:00 committed by GitHub
parent c6dbe8c0cb
commit fade5ca740
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3331 additions and 1881 deletions

5210
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
}, },
"devDependencies": { "devDependencies": {
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"jest": "^29.7.0", "jest": "^30.0.2",
"nock": "^14.0.5", "nock": "^14.0.5",
"semistandard": "^17.0.0" "semistandard": "^17.0.0"
}, },