From 5a43d5600e3b6b605a9c5d3de1e33b4581cdea59 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 21 Jan 2025 22:17:09 +0000
Subject: [PATCH] Bump eslint-plugin-jest from 27.9.0 to 28.11.0

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.11.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/v27.9.0...v28.11.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 68 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

diff --git a/package-lock.json b/package-lock.json
index 9162b94..97fe888 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2697,6 +2697,7 @@
       }
     },
     "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
+<<<<<<< HEAD
       "version": "8.28.0",
       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.28.0.tgz",
       "integrity": "sha512-u2oITX3BJwzWCapoZ/pXw6BCOl8rJP4Ij/3wPoGvY8XwvXflOzd1kLrDUUUAIEdJSFh+ASwdTHqtan9xSg8buw==",
@@ -2705,6 +2706,16 @@
       "dependencies": {
         "@typescript-eslint/types": "8.28.0",
         "@typescript-eslint/visitor-keys": "8.28.0"
+=======
+      "version": "8.21.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz",
+      "integrity": "sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==",
+      "dev": true,
+      "license": "MIT",
+      "dependencies": {
+        "@typescript-eslint/types": "8.21.0",
+        "@typescript-eslint/visitor-keys": "8.21.0"
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
       },
       "engines": {
         "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2715,9 +2726,15 @@
       }
     },
     "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
+<<<<<<< HEAD
       "version": "8.28.0",
       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.28.0.tgz",
       "integrity": "sha512-bn4WS1bkKEjx7HqiwG2JNB3YJdC1q6Ue7GyGlwPHyt0TnVq6TtD/hiOdTZt71sq0s7UzqBFXD8t8o2e63tXgwA==",
+=======
+      "version": "8.21.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.21.0.tgz",
+      "integrity": "sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==",
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
       "dev": true,
       "license": "MIT",
       "engines": {
@@ -2729,6 +2746,7 @@
       }
     },
     "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
+<<<<<<< HEAD
       "version": "8.28.0",
       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.28.0.tgz",
       "integrity": "sha512-H74nHEeBGeklctAVUvmDkxB1mk+PAZ9FiOMPFncdqeRBXxk1lWSYraHw8V12b7aa6Sg9HOBNbGdSHobBPuQSuA==",
@@ -2737,12 +2755,26 @@
       "dependencies": {
         "@typescript-eslint/types": "8.28.0",
         "@typescript-eslint/visitor-keys": "8.28.0",
+=======
+      "version": "8.21.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz",
+      "integrity": "sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==",
+      "dev": true,
+      "license": "MIT",
+      "dependencies": {
+        "@typescript-eslint/types": "8.21.0",
+        "@typescript-eslint/visitor-keys": "8.21.0",
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
         "debug": "^4.3.4",
         "fast-glob": "^3.3.2",
         "is-glob": "^4.0.3",
         "minimatch": "^9.0.4",
         "semver": "^7.6.0",
+<<<<<<< HEAD
         "ts-api-utils": "^2.0.1"
+=======
+        "ts-api-utils": "^2.0.0"
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
       },
       "engines": {
         "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2752,6 +2784,7 @@
         "url": "https://opencollective.com/typescript-eslint"
       },
       "peerDependencies": {
+<<<<<<< HEAD
         "typescript": ">=4.8.4 <5.9.0"
       }
     },
@@ -2759,13 +2792,28 @@
       "version": "8.28.0",
       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.28.0.tgz",
       "integrity": "sha512-OELa9hbTYciYITqgurT1u/SzpQVtDLmQMFzy/N8pQE+tefOyCWT79jHsav294aTqV1q1u+VzqDGbuujvRYaeSQ==",
+=======
+        "typescript": ">=4.8.4 <5.8.0"
+      }
+    },
+    "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
+      "version": "8.21.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.21.0.tgz",
+      "integrity": "sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==",
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
       "dev": true,
       "license": "MIT",
       "dependencies": {
         "@eslint-community/eslint-utils": "^4.4.0",
+<<<<<<< HEAD
         "@typescript-eslint/scope-manager": "8.28.0",
         "@typescript-eslint/types": "8.28.0",
         "@typescript-eslint/typescript-estree": "8.28.0"
+=======
+        "@typescript-eslint/scope-manager": "8.21.0",
+        "@typescript-eslint/types": "8.21.0",
+        "@typescript-eslint/typescript-estree": "8.21.0"
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
       },
       "engines": {
         "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -2776,6 +2824,7 @@
       },
       "peerDependencies": {
         "eslint": "^8.57.0 || ^9.0.0",
+<<<<<<< HEAD
         "typescript": ">=4.8.4 <5.9.0"
       }
     },
@@ -2787,6 +2836,19 @@
       "license": "MIT",
       "dependencies": {
         "@typescript-eslint/types": "8.28.0",
+=======
+        "typescript": ">=4.8.4 <5.8.0"
+      }
+    },
+    "node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
+      "version": "8.21.0",
+      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz",
+      "integrity": "sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==",
+      "dev": true,
+      "license": "MIT",
+      "dependencies": {
+        "@typescript-eslint/types": "8.21.0",
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
         "eslint-visitor-keys": "^4.2.0"
       },
       "engines": {
@@ -5275,9 +5337,15 @@
       }
     },
     "node_modules/ts-api-utils": {
+<<<<<<< HEAD
       "version": "2.1.0",
       "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
       "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
+=======
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.0.tgz",
+      "integrity": "sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==",
+>>>>>>> e5997b8 (Bump eslint-plugin-jest from 27.9.0 to 28.11.0)
       "dev": true,
       "license": "MIT",
       "engines": {