From 65100d031feabea6297be5e316b737d1a65529ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:44:26 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 24.2.1 to 24.3.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.2.1 to 24.3.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/v24.2.1...v24.3.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f194ea7..6208bca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3606,9 +3606,9 @@ } }, "eslint-plugin-jest": { - "version": "24.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.2.1.tgz", - "integrity": "sha512-s24ve8WUu3DLVidvlSzaqlOpTZre9lTkZTAO+a7X0WMtj8HraWTiTEkW3pbDT1xVxqEHMWSv+Kx7MyqR50nhBw==", + "version": "24.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.1.tgz", + "integrity": "sha512-RQt59rfMSHyvedImT72iaf8JcvCcR4P7Uq499dALtjY8mrCjbwWrFi1UceG4sid2wVIeDi+0tjxXZ8CZEVO7Zw==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index dff9f4a..7c068b2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vercel/ncc": "^0.27.0", "eslint": "^7.22.0", "eslint-plugin-github": "^4.1.2", - "eslint-plugin-jest": "^24.2.1", + "eslint-plugin-jest": "^24.3.1", "jest": "^24.9.0", "jest-circus": "^26.6.3", "js-yaml": "^4.0.0",