From 3c2a32bebe1b924e0fe62af984908a9fa015f2e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 11:13:27 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.7.1 to 22.7.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.7.1 to 22.7.2. - [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.7.1...v22.7.2) 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 7d361319b3..ef467edf44 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7179,9 +7179,9 @@ } }, "eslint-plugin-jest": { - "version": "22.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.7.1.tgz", - "integrity": "sha512-CrT3AzA738neimv8G8iK2HCkrCwHnAJeeo7k5TEHK86VMItKl6zdJT/tHBDImfnVVAYsVs4Y6BUdBZQCCgfiyw==", + "version": "22.7.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.7.2.tgz", + "integrity": "sha512-Aecqe3ulBVI7amgOycVI8ZPL8o0SnGHOf3zn2/Ciu8TXyXDHcjtwD3hOs3ss/Qh/VAwlW/DMcuiXg5btgF+XMA==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index e0771662f2..0600319819 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -103,7 +103,7 @@ "eslint": "6.0.1", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "2.18.0", - "eslint-plugin-jest": "22.7.1", + "eslint-plugin-jest": "22.7.2", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.102.0", "flow-typed": "2.5.2",