From a87012c5c236bef75df1cb45e7200f4bb727a480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 16:43:56 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.4.0 to 22.4.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.4.0 to 22.4.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.4.0...v22.4.1) Signed-off-by: dependabot[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 e53e5dd603..6bf596e9b3 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6274,9 +6274,9 @@ } }, "eslint-plugin-jest": { - "version": "22.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.4.0.tgz", - "integrity": "sha512-BLgYcXY8EfvujGdMWr6xK7cNjNAcYuyDjLI8NNU3D9qf0Iqd2FF8N+GbZkae45KG/MFDQLctz8gmiO1zo7i7BA==", + "version": "22.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz", + "integrity": "sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index 4aa818e4db..00bf294a32 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -102,7 +102,7 @@ "eslint": "5.15.3", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "2.16.0", - "eslint-plugin-jest": "22.4.0", + "eslint-plugin-jest": "22.4.1", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.95.1", "flow-typed": "2.5.1",