From aebd89ebae2f96e850ddb276571b51cbeb79d1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:24:51 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 28.8.1 to 28.8.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.1 to 28.8.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/v28.8.1...v28.8.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5d98d3..9536492 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cross-env": "7.0.3", "css-loader": "7.1.2", "eslint": "9.9.1", - "eslint-plugin-jest": "28.8.1", + "eslint-plugin-jest": "28.8.2", "globals": "15.9.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0",