From 1aa6876e00247eaaa6e3e198c502c14658ac4dc4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 21 Nov 2024 14:07:06 +0000
Subject: [PATCH] Bump eslint-plugin-cypress from 3.6.0 to 4.1.0 in /webui

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 4.1.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
 webui/package-lock.json | 26 +++++++++++++++++++-------
 webui/package.json      |  2 +-
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/webui/package-lock.json b/webui/package-lock.json
index dee3d515..09fdbf92 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -30,7 +30,7 @@
                 "@types/react-dom": "^18",
                 "cypress": "^13.14.1",
                 "eslint-config-next": "~14.2.7",
-                "eslint-plugin-cypress": "^3.5.0",
+                "eslint-plugin-cypress": "^4.1.0",
                 "eslint-plugin-jest": "^28.6.0",
                 "fetch-mock": "^12.1.0",
                 "jest": "^29.7.0",
@@ -5088,16 +5088,27 @@
             }
         },
         "node_modules/eslint-plugin-cypress": {
-            "version": "3.6.0",
-            "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz",
-            "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==",
+            "version": "4.1.0",
+            "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-4.1.0.tgz",
+            "integrity": "sha512-JhqkMY02mw74USwK9OFhectx3YSj6Co1NgWBxlGdKvlqiAp9vdEuQqt33DKGQFvvGS/NWtduuhWXWNnU29xDSg==",
             "dev": true,
-            "license": "MIT",
             "dependencies": {
-                "globals": "^13.20.0"
+                "globals": "^15.11.0"
             },
             "peerDependencies": {
-                "eslint": ">=7"
+                "eslint": ">=9"
+            }
+        },
+        "node_modules/eslint-plugin-cypress/node_modules/globals": {
+            "version": "15.12.0",
+            "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
+            "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
+            "dev": true,
+            "engines": {
+                "node": ">=18"
+            },
+            "funding": {
+                "url": "https://github.com/sponsors/sindresorhus"
             }
         },
         "node_modules/eslint-plugin-import": {
@@ -6129,6 +6140,7 @@
             "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
             "dev": true,
             "license": "MIT",
+            "peer": true,
             "dependencies": {
                 "type-fest": "^0.20.2"
             },
diff --git a/webui/package.json b/webui/package.json
index 41ca3bcb..8a3d6b56 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -37,7 +37,7 @@
         "@types/react-dom": "^18",
         "cypress": "^13.14.1",
         "eslint-config-next": "~14.2.7",
-        "eslint-plugin-cypress": "^3.5.0",
+        "eslint-plugin-cypress": "^4.1.0",
         "eslint-plugin-jest": "^28.6.0",
         "fetch-mock": "^12.1.0",
         "jest": "^29.7.0",