From e05eff38f0c399123d61775f0b42186e74317d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 20:22:57 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 25.1.0 to 25.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.1.0 to 25.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.1.0...v25.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22275a825..d24d68f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6499,9 +6499,9 @@ "dev": true }, "eslint-plugin-jest": { - "version": "25.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.1.0.tgz", - "integrity": "sha512-xRnSw4fyi4tA185t1B9D8dG4cNS7BIbeJvQuLu23sI/IkUpxpBkrF2Rx0HGRTBab9J1JFsr739V5HmPO2MXtMQ==", + "version": "25.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.2.1.tgz", + "integrity": "sha512-fC6T95lqgWHsdVFd+f0kTHH32NxbIzIm1fJ/3kGaCFcQP1fJc5khV7DzUHjNQSTOHd5Toa7ccEBptab4uFqbNQ==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^5.0.0"