diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index fcafbdbe63..4bac89c476 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6274,9 +6274,9 @@ } }, "eslint-plugin-jest": { - "version": "22.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.3.0.tgz", - "integrity": "sha512-P1mYVRNlOEoO5T9yTqOfucjOYf1ktmJ26NjwjH8sxpCFQa6IhBGr5TpKl3hcAAT29hOsRJVuMWmTsHoUVo9FoA==", + "version": "22.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.3.1.tgz", + "integrity": "sha512-Jdcy0dQ6Uei1lwHbfGJtrvk/GV1D9a6IvPSHgxnOf6IHzAQj+JZa0jHn3wfI2ItuUcRg3f0gz6+Q63L03wPCUg==", "dev": true }, "eslint-plugin-prettier": { diff --git a/web3.js/package.json b/web3.js/package.json index a4dd2c4243..d4f6abd649 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -102,7 +102,7 @@ "eslint": "5.15.1", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "2.16.0", - "eslint-plugin-jest": "22.3.0", + "eslint-plugin-jest": "22.3.1", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.94.0", "flow-typed": "2.5.1",