From 90165b0c9d09c0f72422504a60569cae558bc2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Mar 2019 10:35:41 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.3.0 to 22.3.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.3.0 to 22.3.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.3.0...v22.3.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 fcafbdbe63..4bac89c476 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6274,9 +6274,9 @@ } }, "eslint-plugin-jest": { - "version": "22.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.3.0.tgz", - "integrity": "sha512-P1mYVRNlOEoO5T9yTqOfucjOYf1ktmJ26NjwjH8sxpCFQa6IhBGr5TpKl3hcAAT29hOsRJVuMWmTsHoUVo9FoA==", + "version": "22.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.3.1.tgz", + "integrity": "sha512-Jdcy0dQ6Uei1lwHbfGJtrvk/GV1D9a6IvPSHgxnOf6IHzAQj+JZa0jHn3wfI2ItuUcRg3f0gz6+Q63L03wPCUg==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index a4dd2c4243..d4f6abd649 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -102,7 +102,7 @@ "eslint": "5.15.1", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "2.16.0", - "eslint-plugin-jest": "22.3.0", + "eslint-plugin-jest": "22.3.1", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.94.0", "flow-typed": "2.5.1",