From 59ac01bc9bac7e5aaf6521e3c92576b3bd217b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:16:13 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 26.1.3 to 27.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.3 to 27.2.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.2.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..43407b9ffea3 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.2.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1",