From 1d360fa9ee59e13b8c757a4ef4c10d21ea44a136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 15 Feb 2019 22:19:11 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.2.2 to 22.3.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.2.2 to 22.3.0. - [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.2.2...v22.3.0) 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 f04c0e46a6..d1e43738c2 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -4836,9 +4836,9 @@ } }, "eslint-plugin-jest": { - "version": "22.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.2.2.tgz", - "integrity": "sha512-hnWgh9o39VJfz6lJEyQJdTW7dN2yynlGkmPOlU/oMHh+d7WVMsJP1GeDTB520VCDljEdKExCwD5IBpQIUl4mJg==", + "version": "22.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.3.0.tgz", + "integrity": "sha512-P1mYVRNlOEoO5T9yTqOfucjOYf1ktmJ26NjwjH8sxpCFQa6IhBGr5TpKl3hcAAT29hOsRJVuMWmTsHoUVo9FoA==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index 523941d992..682dc382e1 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -101,7 +101,7 @@ "eslint": "5.14.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "2.16.0", - "eslint-plugin-jest": "22.2.2", + "eslint-plugin-jest": "22.3.0", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.92.1", "flow-typed": "2.5.1",