From 72a695a2feffe81653324689547806be395e0e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:14:56 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 24.1.3 to 24.1.8 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.1.3 to 24.1.8. - [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.3...v24.1.8) 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 292e82dcf19f..9898a3d42e04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "eslint-plugin-header": "^3.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jasmine": "^4.1.1", - "eslint-plugin-jest": "^24.1.3", + "eslint-plugin-jest": "^24.1.8", "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-jsdoc": "^30.7.13", "eslint-plugin-jsx-a11y": "^6.4.1", @@ -18156,9 +18156,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "24.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz", - "integrity": "sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==", + "version": "24.1.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.8.tgz", + "integrity": "sha512-0ZU0d4ohDF/ibC1RT/VJQY4orrFw0tyaGBWET09yB/V7ilnjKENSPFSGaLp3u0KHGiNDhZZKe+ZbWSAwy2Sffg==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" @@ -59682,9 +59682,9 @@ "dev": true }, "eslint-plugin-jest": { - "version": "24.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz", - "integrity": "sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==", + "version": "24.1.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.1.8.tgz", + "integrity": "sha512-0ZU0d4ohDF/ibC1RT/VJQY4orrFw0tyaGBWET09yB/V7ilnjKENSPFSGaLp3u0KHGiNDhZZKe+ZbWSAwy2Sffg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index 15011bef8211..b485ebe37c68 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "eslint-plugin-header": "^3.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jasmine": "^4.1.1", - "eslint-plugin-jest": "^24.1.3", + "eslint-plugin-jest": "^24.1.8", "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-jsdoc": "^30.7.13", "eslint-plugin-jsx-a11y": "^6.4.1",