From c35ec140b1f41315a2bfacb5a4f7aab1f1d5fb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:34:42 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 24.1.9 to 24.3.5 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.3.5. - [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.1.9...v24.3.5) 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 0face52..86f1f06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4051,9 +4051,9 @@ } }, "eslint-plugin-jest": { - "version": "24.1.9", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.9.tgz", - "integrity": "sha512-dobHZxHQGiwpNuI/CNU69Q0T8oBWfJjhroOPD0vBUBbAuKzzjcflT7dqKj6NBvhNs5TfdBofX9GGswmQL2iKzQ==", + "version": "24.3.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz", + "integrity": "sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index be0de8b..bb8ef2e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vercel/ncc": "0.27.0", "eslint": "7.21.0", "eslint-plugin-github": "4.1.2", - "eslint-plugin-jest": "24.1.9", + "eslint-plugin-jest": "24.3.5", "jest": "24.9.0", "jest-circus": "26.6.3", "js-yaml": "4.0.0",