Bump jest from 30.0.3 to 30.0.4 (#157)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.3 to 30.0.4.
- [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.4/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.4
  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] 2025-07-04 03:30:50 +02:00 committed by GitHub
commit dc7b49d255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 312 additions and 591 deletions

View file

@ -21,6 +21,6 @@
"license": "UNLICENSE",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.3"
"jest": "^30.0.4"
}
}