From fdca79fce38dcf5615f40c33ccefefde937a4c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:25:05 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 24.5.2 to 25.0.3 (#62) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.2 to 25.0.3. - [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/v24.5.2...v25.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac4d6878..4a58c55a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6491,9 +6491,9 @@ "dev": true }, "eslint-plugin-jest": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.5.2.tgz", - "integrity": "sha512-lrI3sGAyZi513RRmP08sIW241Ti/zMnn/6wbE4ZBhb3M2pJ9ztaZMnSKSKKBUfotVdwqU8W1KtD8ao2/FR8DIg==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.0.3.tgz", + "integrity": "sha512-Iz94ap1huFirBsT2a0cCMA0p1D3FI0HZdI3rFkhY1VFxPgumAgrnXI2MPfaAAv8swiu3rhDUIkG/IgOkpyy3HA==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index e5ab6e39..c9dcc722 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "d3-interpolate": "^3.0.1", "eslint": "^7.8.1", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jest": "^24.0.0", + "eslint-plugin-jest": "^25.0.3", "eslint-plugin-prettier": "^4.0.0", "geckodriver": "^2.0.0", "jest": "^26.4.2",