From 2e55dc71f7a50176a817fc6153e9dbe45961277c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 10 Dec 2018 15:51:50 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 22.1.0 to 22.1.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.1.0 to 22.1.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.0...v22.1.2) Signed-off-by: dependabot[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 f14430cf86..385e9e76ad 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -4733,9 +4733,9 @@ } }, "eslint-plugin-jest": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.1.0.tgz", - "integrity": "sha512-WcQd5LxEoAS20zuWEAd8CX0pVC+gGInZPcsoYvK5w7BrEJNmltyTxYYh1r0ct4GsahD2GvNySlcTcLtK2amFZA==", + "version": "22.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.1.2.tgz", + "integrity": "sha512-jSPT4rVmNetkeCIyrvvOM0wJtgoUSbKHIUDoOGzIISsg51eWN/nISPNKVM+jXMMDI9oowbyapOnpKSXlsLiDpQ==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index 8fb910088d..adf8fab9cb 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -100,7 +100,7 @@ "eslint": "5.9.0", "eslint-config-prettier": "^3.1.0", "eslint-plugin-import": "2.14.0", - "eslint-plugin-jest": "22.1.0", + "eslint-plugin-jest": "22.1.2", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.87.0", "flow-typed": "2.5.1",