From 230d7253da0a0d12a42b1ce13bde4fcabb8bbf8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:14:06 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 24.1.5 to 24.1.9 in /dependencies Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.5 to 24.1.9. - [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.5...v24.1.9) Signed-off-by: dependabot[bot] --- 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 8b4d63c3483..cc84d23acd2 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.5", + "eslint-plugin-jest": "^24.1.9", "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.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz", - "integrity": "sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg==", + "version": "24.1.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.9.tgz", + "integrity": "sha512-dobHZxHQGiwpNuI/CNU69Q0T8oBWfJjhroOPD0vBUBbAuKzzjcflT7dqKj6NBvhNs5TfdBofX9GGswmQL2iKzQ==", "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" }, @@ -12103,9 +12103,9 @@ } }, "eslint-plugin-jest": { - "version": "24.1.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.5.tgz", - "integrity": "sha512-FIP3lwC8EzEG+rOs1y96cOJmMVpdFNreoDJv29B5vIupVssRi8zrSY3QadogT0K3h1Y8TMxJ6ZSAzYUmFCp2hg==", + "version": "24.1.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.9.tgz", + "integrity": "sha512-dobHZxHQGiwpNuI/CNU69Q0T8oBWfJjhroOPD0vBUBbAuKzzjcflT7dqKj6NBvhNs5TfdBofX9GGswmQL2iKzQ==", "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" } diff --git a/dependencies/package.json b/dependencies/package.json index 851efb2b2cd..14fd12a67d4 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.5", + "eslint-plugin-jest": "^24.1.9", "eslint-plugin-prettier": "^3.3.1", "gherkin-lint": "^4.2.1", "htmlhint": "^0.14.2",