From ae8ea961a8b8580a66bc34df87cf71ec61bd3f80 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 11:40:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.5.1 to 22.6.4 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.5.1 to 22.6.4. - [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.5.1...v22.6.4) --- 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 a9bab7d771..607f68de27 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6652,9 +6652,9 @@ } }, "eslint-plugin-jest": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.5.1.tgz", - "integrity": "sha512-c3WjZR/HBoi4GedJRwo2OGHa8Pzo1EbSVwQ2HFzJ+4t2OoYM7Alx646EH/aaxZ+9eGcPiq0FT0UGkRuFFx2FHg==", + "version": "22.6.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.6.4.tgz", + "integrity": "sha512-36OqnZR/uMCDxXGmTsqU4RwllR0IiB/XF8GW3ODmhsjiITKuI0GpgultWFt193ipN3HARkaIcKowpE6HBvRHNg==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index 5d7715124f..f816ed7b41 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -102,7 +102,7 @@ "eslint": "5.16.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "2.17.2", - "eslint-plugin-jest": "22.5.1", + "eslint-plugin-jest": "22.6.4", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.98.1", "flow-typed": "2.5.1",