From b441993a95aa172298ca30a7eb99f20febca0f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 09:02:23 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 25.3.2 to 25.3.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.3.2 to 25.3.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/v25.3.2...v25.3.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... 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 d6be6d0a7b..e6f02106fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jest": "^25.3.2", + "eslint-plugin-jest": "^25.3.3", "husky": "^4.3.8", "jest": "^26.6.3", "lint-staged": "^12.1.4", @@ -2829,9 +2829,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "25.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.2.tgz", - "integrity": "sha512-1aPC7RRJkMCNgklHMDECw8fnzag3JBH53LaxmFkDTR7+PfMCO5V6f8XFRHoT2I+Fr4pVO9cPdRGlf7/haB2O5Q==", + "version": "25.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.3.tgz", + "integrity": "sha512-qi7aduaU4/oWegWo0zH4kbJbx8+Be+ABTr72OnO68zTMcJeeSuyH1CduTGF4ATyNFgpE1zp0u10/gIhe+QDSfg==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0" @@ -10879,9 +10879,9 @@ "requires": {} }, "eslint-plugin-jest": { - "version": "25.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.2.tgz", - "integrity": "sha512-1aPC7RRJkMCNgklHMDECw8fnzag3JBH53LaxmFkDTR7+PfMCO5V6f8XFRHoT2I+Fr4pVO9cPdRGlf7/haB2O5Q==", + "version": "25.3.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.3.tgz", + "integrity": "sha512-qi7aduaU4/oWegWo0zH4kbJbx8+Be+ABTr72OnO68zTMcJeeSuyH1CduTGF4ATyNFgpE1zp0u10/gIhe+QDSfg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^5.0.0" diff --git a/package.json b/package.json index 3a77208b11..2c4834eaa2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jest": "^25.3.2", + "eslint-plugin-jest": "^25.3.3", "husky": "^4.3.8", "jest": "^26.6.3", "lint-staged": "^12.1.4",