From dc07f8faebc06aac0264af12df0c40f91028fa23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:05:40 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 24.1.9 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.9 to 24.2.0. - [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.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 813a7bf3..29688e90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,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.2.0", "jest": "^26.6.3", "jest-circus": "^26.6.3", "js-yaml": "^4.0.0", @@ -2873,9 +2873,9 @@ "dev": true }, "node_modules/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.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.2.0.tgz", + "integrity": "sha512-PZ6+/cOldZxpGF3rVYX6Y+83AUAI4jofdtyVrjimVHgXHfPBC5UKVTn92f6aFFV9HuD8xa1WNqY5s3kgfSzROQ==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" @@ -10667,9 +10667,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.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.2.0.tgz", + "integrity": "sha512-PZ6+/cOldZxpGF3rVYX6Y+83AUAI4jofdtyVrjimVHgXHfPBC5UKVTn92f6aFFV9HuD8xa1WNqY5s3kgfSzROQ==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index 18a0d9ea..6f0ef770 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,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.2.0", "jest": "^26.6.3", "jest-circus": "^26.6.3", "js-yaml": "^4.0.0",