From cf000ef5fc6b01d3592d0a7e20b91f846369fe3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 20:01:29 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.15.2 to 22.16.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.15.2 to 22.16.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.15.2...v22.16.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 75d0f56385..60cf43e42f 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7800,9 +7800,9 @@ } }, "eslint-plugin-jest": { - "version": "22.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.2.tgz", - "integrity": "sha512-p4NME9TgXIt+KgpxcXyNBvO30ZKxwFAO1dJZBc2OGfDnXVEtPwEyNs95GSr6RIE3xLHdjd8ngDdE2icRRXrbxg==", + "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==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^1.13.0" diff --git a/web3.js/package.json b/web3.js/package.json index 42cc449733..5dd995d88f 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -103,7 +103,7 @@ "eslint": "6.2.2", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jest": "22.15.2", + "eslint-plugin-jest": "22.16.0", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.106.2", "flow-typed": "2.6.1",