From 77142fc18d7b8c0f8863498cefa06cb837a86451 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 04:07:33 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.6.4 to 22.7.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.6.4 to 22.7.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.6.4...v22.7.1) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- web3.js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index 15586e2274..b22eae5b93 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6618,9 +6618,9 @@ } }, "eslint-plugin-jest": { - "version": "22.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.6.4.tgz", - "integrity": "sha512-36OqnZR/uMCDxXGmTsqU4RwllR0IiB/XF8GW3ODmhsjiITKuI0GpgultWFt193ipN3HARkaIcKowpE6HBvRHNg==", + "version": "22.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.7.1.tgz", + "integrity": "sha512-CrT3AzA738neimv8G8iK2HCkrCwHnAJeeo7k5TEHK86VMItKl6zdJT/tHBDImfnVVAYsVs4Y6BUdBZQCCgfiyw==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index c5eedc1bbf..99d50efc25 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -100,7 +100,7 @@ "eslint": "5.16.0", "eslint-config-prettier": "^5.0.0", "eslint-plugin-import": "2.17.3", - "eslint-plugin-jest": "22.6.4", + "eslint-plugin-jest": "22.7.1", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.101.0", "flow-typed": "2.5.2",