From 163133bcad6066729fa6cfb26ba537c7affecdc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 08:05:49 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.15.0 to 22.15.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.15.0 to 22.15.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.15.0...v22.15.1) 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 c326cab13a..ac6e3b146c 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7675,9 +7675,9 @@ } }, "eslint-plugin-jest": { - "version": "22.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.0.tgz", - "integrity": "sha512-hgnPbSqAIcLLS9ePb12hNHTRkXnkVaCfOwCt2pzQ8KpOKPWGA4HhLMaFN38NBa/0uvLfrZpcIRjT+6tMAfr58Q==", + "version": "22.15.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.15.1.tgz", + "integrity": "sha512-CWq/RR/3tLaKFB+FZcCJwU9hH5q/bKeO3rFP8G07+q7hcDCFNqpvdphVbEbGE6o6qo1UbciEev4ejUWv7brUhw==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^1.13.0" diff --git a/web3.js/package.json b/web3.js/package.json index 205232c66b..b060a31390 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -103,7 +103,7 @@ "eslint": "6.1.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jest": "22.15.0", + "eslint-plugin-jest": "22.15.1", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.105.1", "flow-typed": "2.6.1",