From 92ba92bdea10821ab6c709a476c90dc4b536c87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 10:22:14 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 26.9.0 to 27.2.1 in /themes/advanced Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 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.9.0...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] --- themes/advanced/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/advanced/package.json b/themes/advanced/package.json index 0c0e45028..d4588599f 100644 --- a/themes/advanced/package.json +++ b/themes/advanced/package.json @@ -100,7 +100,7 @@ "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^26.5.3", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jsx-a11y": "^6.6.0", "eslint-plugin-prettier": "^4.0.0",