From c124ffd8c5206be9c4d6ed41f9f59c6bf6327f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 22:19:18 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 26.1.3 to 27.1.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.3 to 27.1.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/v26.1.3...v27.1.1) --- 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..254b90f5a773 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.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1",