From c7f030b1d3eec36f89df778c8941b5a4ef046c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:03:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest in the eslint-plugins group Bumps the eslint-plugins group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `eslint-plugin-jest` from 29.15.2 to 29.15.3 - [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.2...v29.15.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-plugins ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fcf1b8..7409843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-github": "^6.0.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.15.2", + "eslint-plugin-jest": "^29.15.3", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.6.0", "jest": "^30.4.2", @@ -3873,9 +3873,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", - "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", + "version": "29.15.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.3.tgz", + "integrity": "sha512-iK2nHK4zBfxkkeP0japj/wvECG2z8qCdnQsOKdsNF82SfLvkD46jcrmkWTwfGCTYV9XPOZcJ7QyjFyppnp94WQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e6092ef..baee97f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-github": "^6.0.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.15.2", + "eslint-plugin-jest": "^29.15.3", "eslint-plugin-prettier": "^5.5.6", "globals": "^17.6.0", "jest": "^30.4.2",