From 9e0d30fc4689067ab8586f505bb4efa9a8a7cab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 21:40:20 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 26.1.3 to 27.1.7 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.3 to 27.1.7. - [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/v26.1.3...v27.1.7) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e9f4ad56e84..9cbb970ce6d1 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "eslint-config-taro": "workspace:*", "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "26.1.3", + "eslint-plugin-jest": "27.1.7", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1",