From 093a1373ef5b7a64814174eea71eac66e2d75e64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:13:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.16.0 to 22.17.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.16.0 to 22.17.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.16.0...v22.17.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 3800111b6b..aabb0d0f43 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7784,9 +7784,9 @@ } }, "eslint-plugin-jest": { - "version": "22.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.16.0.tgz", - "integrity": "sha512-eBtSCDhO1k7g3sULX/fuRK+upFQ7s548rrBtxDyM1fSoY7dTWp/wICjrJcDZKVsW7tsFfH22SG+ZaxG5BZodIg==", + "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==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^1.13.0" diff --git a/web3.js/package.json b/web3.js/package.json index bdf965ad4e..7c95494771 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -104,7 +104,7 @@ "eslint": "6.3.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jest": "22.16.0", + "eslint-plugin-jest": "22.17.0", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.109.0", "flow-typed": "2.6.1",