Bump eslint-plugin-jest from 29.15.1 to 29.15.2

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.1 to 29.15.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.1...v29.15.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.2
  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]
2026-04-13 18:06:05 +00:00
committed by GitHub
parent 4d90f94363
commit 9c8711c381
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"esbuild": "^0.28.0", "esbuild": "^0.28.0",
"eslint": "^10.1.0", "eslint": "^10.1.0",
"eslint-plugin-check-file": "^3.3.1", "eslint-plugin-check-file": "^3.3.1",
"eslint-plugin-jest": "^29.15.1", "eslint-plugin-jest": "^29.15.2",
"globals": "^17.4.0", "globals": "^17.4.0",
"jest": "^30.3.0", "jest": "^30.3.0",
"jest-circus": "^30.3.0", "jest-circus": "^30.3.0",
@@ -3046,9 +3046,9 @@
} }
}, },
"node_modules/eslint-plugin-jest": { "node_modules/eslint-plugin-jest": {
"version": "29.15.1", "version": "29.15.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz",
"integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==", "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^8.0.0" "@typescript-eslint/utils": "^8.0.0"
@@ -7922,9 +7922,9 @@
} }
}, },
"eslint-plugin-jest": { "eslint-plugin-jest": {
"version": "29.15.1", "version": "29.15.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz",
"integrity": "sha512-6BjyErCQauz3zfJvzLw/kAez2lf4LEpbHLvWBfEcG4EI0ZiRSwjoH2uZulMouU8kRkBH+S0rhqn11IhTvxKgKw==", "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/utils": "^8.0.0" "@typescript-eslint/utils": "^8.0.0"

View File

@@ -36,7 +36,7 @@
"esbuild": "^0.28.0", "esbuild": "^0.28.0",
"eslint": "^10.1.0", "eslint": "^10.1.0",
"eslint-plugin-check-file": "^3.3.1", "eslint-plugin-check-file": "^3.3.1",
"eslint-plugin-jest": "^29.15.1", "eslint-plugin-jest": "^29.15.2",
"globals": "^17.4.0", "globals": "^17.4.0",
"jest": "^30.3.0", "jest": "^30.3.0",
"jest-circus": "^30.3.0", "jest-circus": "^30.3.0",