From a8d17e2aa290eec0d00d1dea0e8e8e58b0fa3943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:10:06 -0700 Subject: [PATCH] chore(deps): bump eslint-plugin-jest-formatting from 2.0.1 to 3.0.0 (#220) Bumps [eslint-plugin-jest-formatting](https://github.com/dangreenisrael/eslint-plugin-jest-formatting) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dangreenisrael/eslint-plugin-jest-formatting/releases) - [Changelog](https://github.com/dangreenisrael/eslint-plugin-jest-formatting/blob/master/CHANGELOG.md) - [Commits](https://github.com/dangreenisrael/eslint-plugin-jest-formatting/compare/2.0.1...v3.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3760d24b..8a1a0308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-jest-dom": "^3.6.4", - "eslint-plugin-jest-formatting": "^2.0.1", + "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.1", @@ -2918,9 +2918,9 @@ } }, "node_modules/eslint-plugin-jest-formatting": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-2.0.1.tgz", - "integrity": "sha512-t6oc6GcXqzQ4lwatnVoKxGTLqo8kFIdA5kpaS3mrkwnTNxhsgFo9reMFdrtNtllx72ohNUsXsay7RJR/LLLk3Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.0.0.tgz", + "integrity": "sha512-XM1CHe1jX6j+t/NeppcVnm/1zgDAFqwiSLJEyLB7HDpcqBEGbbTFLSayCW2Q9y7VwcXrJbDAKRoO6vZ7jCmRFw==", "engines": { "node": "^10.12.0 || >=12.0.0" }, @@ -8611,9 +8611,9 @@ } }, "eslint-plugin-jest-formatting": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-2.0.1.tgz", - "integrity": "sha512-t6oc6GcXqzQ4lwatnVoKxGTLqo8kFIdA5kpaS3mrkwnTNxhsgFo9reMFdrtNtllx72ohNUsXsay7RJR/LLLk3Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.0.0.tgz", + "integrity": "sha512-XM1CHe1jX6j+t/NeppcVnm/1zgDAFqwiSLJEyLB7HDpcqBEGbbTFLSayCW2Q9y7VwcXrJbDAKRoO6vZ7jCmRFw==", "requires": {} }, "eslint-plugin-jsx-a11y": { diff --git a/package.json b/package.json index 12f57258..61643daf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-jest-dom": "^3.6.4", - "eslint-plugin-jest-formatting": "^2.0.1", + "eslint-plugin-jest-formatting": "^3.0.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.1",