From 1124e51b7bbc1a774c0381e3ebadd3479b1c8d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 08:38:02 -0600 Subject: [PATCH] Bump eslint-plugin-jest from 24.1.9 to 24.2.0 in /dependencies (#1337) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 32c51fca..35ad6b31 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -17,7 +17,7 @@ "eslint": "^7.21.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", - "eslint-plugin-jest": "^24.1.9", + "eslint-plugin-jest": "^24.2.0", "eslint-plugin-prettier": "^3.3.1", "gherkin-lint": "^4.2.1", "htmlhint": "^0.14.2", @@ -3405,9 +3405,9 @@ } }, "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==", "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" }, @@ -12112,9 +12112,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==", "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" } diff --git a/dependencies/package.json b/dependencies/package.json index ab299d03..f4240fe7 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -12,7 +12,7 @@ "eslint": "^7.21.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", - "eslint-plugin-jest": "^24.1.9", + "eslint-plugin-jest": "^24.2.0", "eslint-plugin-prettier": "^3.3.1", "gherkin-lint": "^4.2.1", "htmlhint": "^0.14.2",