From 6e810a8493616461f2c8dfc936512a92363f31c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 13:03:43 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 24.3.7 to 24.4.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.7 to 24.4.0. - [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.3.7...v24.4.0) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3674cf8..cfcc0a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@vercel/ncc": "^0.29.0", "eslint": "^7.31.0", "eslint-plugin-github": "^4.1.5", - "eslint-plugin-jest": "^24.3.7", + "eslint-plugin-jest": "^24.4.0", "jest": "^27.0.6", "jest-circus": "^27.0.6", "js-yaml": "^4.1.0", @@ -3073,9 +3073,9 @@ "dev": true }, "node_modules/eslint-plugin-jest": { - "version": "24.3.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.7.tgz", - "integrity": "sha512-pXED2NA4q2M/5mxlN6GyuUXAFJndT0uosOkQCHaUED9pqgBPd89ZzpcZEU6c5HtZNahC00M36FkwLdDHMDqaHw==", + "version": "24.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz", + "integrity": "sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^4.0.1" @@ -9655,9 +9655,9 @@ } }, "eslint-plugin-jest": { - "version": "24.3.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.7.tgz", - "integrity": "sha512-pXED2NA4q2M/5mxlN6GyuUXAFJndT0uosOkQCHaUED9pqgBPd89ZzpcZEU6c5HtZNahC00M36FkwLdDHMDqaHw==", + "version": "24.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz", + "integrity": "sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^4.0.1" diff --git a/package.json b/package.json index ac495b1..033114b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@vercel/ncc": "^0.29.0", "eslint": "^7.31.0", "eslint-plugin-github": "^4.1.5", - "eslint-plugin-jest": "^24.3.7", + "eslint-plugin-jest": "^24.4.0", "jest": "^27.0.6", "jest-circus": "^27.0.6", "js-yaml": "^4.1.0",