From ca2c788235cd102bdcd2176ae51585fcacde28eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:40:11 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.8.0 to 28.8.1. - [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.0...v28.8.1) --- 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 1cb008a..ff2873f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cross-env": "7.0.3", "css-loader": "7.1.2", "eslint": "9.9.1", - "eslint-plugin-jest": "28.8.0", + "eslint-plugin-jest": "28.8.1", "globals": "15.9.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0",