From c9bdba0943a60e6bd1ac7899dcd1b73ecf2aee77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2020 08:17:29 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 23.18.1 to 23.18.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.18.1 to 23.18.2. - [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/v23.18.1...v23.18.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c5dc273b6..e7e6ca341b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4540,9 +4540,9 @@ } }, "eslint-plugin-jest": { - "version": "23.18.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.18.1.tgz", - "integrity": "sha512-1FDnKJxWm+XnVp36wyTUK6SLADtqMLIH4UbX96mPHE5b1dGoA5LfIGdhHyN+TiZ6U7o89JVEJsaiDJJIKI4p+g==", + "version": "23.18.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.18.2.tgz", + "integrity": "sha512-afVOE47F0PENnRlnePUHgrDbv1tsDlTAVrjL051oUETB2ImzBwa5GfmUAUhDjAEuxH+xkE6DsmEpZ8obXzUMqQ==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0"