From ec287ae7e3cc6fe5eea2f1da51021b265b6b29cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Mar 2019 13:22:01 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.3.1 to 22.3.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.3.1 to 22.3.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.3.1...v22.3.2) 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 4bac89c476..0841c58071 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6274,9 +6274,9 @@ } }, "eslint-plugin-jest": { - "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==", + "version": "22.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.3.2.tgz", + "integrity": "sha512-K1i3qORvcX2VuGLI4N+slreGpeObAWkT5gi1ya8olZ6YXwnxzBrMlif3uEUHgXwPIStpO26vAlRX0SgFy8SkZA==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index d4f6abd649..e63dd2fc9f 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.1", + "eslint-plugin-jest": "22.3.2", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.94.0", "flow-typed": "2.5.1",