From 65b6702473bc46c139c644176219f734dbdd7253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 17:04:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 25.0.6 to 25.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.0.6 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.0.6...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 7c758f0..64a3c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3338,9 +3338,9 @@ } }, "eslint-plugin-jest": { - "version": "25.0.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.0.6.tgz", - "integrity": "sha512-uXmY2P1iYew6m7ziAyrO6Ircb/r0161s9oxfR8G1HY65KTHm0RY6ohz95PxrW6eQnhqQ7dEk+WodzSdHBZZs3A==", + "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"