From b20e672dece29e50d2508be406c6f249fee9cfe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:13:58 +0900 Subject: [PATCH] Bump eslint-plugin-jest from 26.8.5 to 26.8.7 (#6295) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.8.5 to 26.8.7. - [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/v26.8.5...v26.8.7) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9080b4f664..f1925eaa84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "deepmerge": "^4.2.2", "eslint": "^8.22.0", "eslint-config-stylelint": "^15.1.0", - "eslint-plugin-jest": "^26.8.5", + "eslint-plugin-jest": "^26.8.7", "husky": "^8.0.1", "jest": "^28.1.3", "jest-preset-stylelint": "^5.0.4", @@ -4305,9 +4305,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "26.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.5.tgz", - "integrity": "sha512-DEaimuVhah/fx6jDkaP4oEPhH6VLr9skpZxYqbbmfeYvXzjos3AX61NpyMvq4aB4x6XJ3rsu/zcJfg0z0nytfw==", + "version": "26.8.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz", + "integrity": "sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -18165,9 +18165,9 @@ } }, "eslint-plugin-jest": { - "version": "26.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.5.tgz", - "integrity": "sha512-DEaimuVhah/fx6jDkaP4oEPhH6VLr9skpZxYqbbmfeYvXzjos3AX61NpyMvq4aB4x6XJ3rsu/zcJfg0z0nytfw==", + "version": "26.8.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz", + "integrity": "sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q==", "dev": true, "requires": { "@typescript-eslint/utils": "^5.10.0" diff --git a/package.json b/package.json index bb25591199..e9ea059e9a 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "deepmerge": "^4.2.2", "eslint": "^8.22.0", "eslint-config-stylelint": "^15.1.0", - "eslint-plugin-jest": "^26.8.5", + "eslint-plugin-jest": "^26.8.7", "husky": "^8.0.1", "jest": "^28.1.3", "jest-preset-stylelint": "^5.0.4",