From b3c2d61495d86e55c001ca2fd951564fd1ee8bd4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 01:51:17 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.17.0 to 22.19.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.17.0 to 22.19.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.17.0...v22.19.0) 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 07e6a2d72a..7bc2848a9a 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7545,9 +7545,9 @@ } }, "eslint-plugin-jest": { - "version": "22.17.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.17.0.tgz", - "integrity": "sha512-WT4DP4RoGBhIQjv+5D0FM20fAdAUstfYAf/mkufLNTojsfgzc5/IYW22cIg/Q4QBavAZsROQlqppiWDpFZDS8Q==", + "version": "22.19.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.19.0.tgz", + "integrity": "sha512-4zUc3rh36ds0SXdl2LywT4YWA3zRe8sfLhz8bPp8qQPIKvynTTkNGwmSCMpl5d9QiZE2JxSinGF+WD8yU+O0Lg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^1.13.0" diff --git a/web3.js/package.json b/web3.js/package.json index de3e916636..2bd9687c89 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -104,7 +104,7 @@ "eslint": "6.5.1", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jest": "22.17.0", + "eslint-plugin-jest": "22.19.0", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.109.0", "flow-typed": "2.6.1",