From 53c01c1ceac0c8f0ca2f61b205f80157e2bf8325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 23:02:21 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 25.3.0 to 25.3.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.3.0 to 25.3.2. - [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.0...v25.3.2) --- 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 d7dd1b3dbd0..01152c2c0f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "coveralls": "^3.1.1", "eslint": "^8.5.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jest": "^25.3.0", + "eslint-plugin-jest": "^25.3.2", "eslint-plugin-prettier": "^4.0.0", "globcat": "^2.0.0", "jest": "^27.4.5", @@ -5043,9 +5043,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "25.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.0.tgz", - "integrity": "sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==", + "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==", "dev": true, "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0" @@ -16440,9 +16440,9 @@ "requires": {} }, "eslint-plugin-jest": { - "version": "25.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.0.tgz", - "integrity": "sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==", + "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==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^5.0.0" diff --git a/package.json b/package.json index 97b0b99b35b..02ddf3c201f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "coveralls": "^3.1.1", "eslint": "^8.5.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-jest": "^25.3.0", + "eslint-plugin-jest": "^25.3.2", "eslint-plugin-prettier": "^4.0.0", "globcat": "^2.0.0", "jest": "^27.4.5",