diff --git a/package-lock.json b/package-lock.json
index 0d75de325..dbf828077 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -62,7 +62,7 @@
         "cypress-visual-regression": "^5.0.0",
         "cypress-wait-until": "^2.0.1",
         "dockerode": "^3.3.5",
-        "eslint-plugin-cypress": "^2.12.1",
+        "eslint-plugin-cypress": "^3.4.0",
         "jest": "^29.4.1",
         "jest-environment-jsdom": "^29.4.1",
         "module-replace-webpack-plugin": "0.0.12",
@@ -9938,14 +9938,30 @@
       "peer": true
     },
     "node_modules/eslint-plugin-cypress": {
-      "version": "2.12.1",
+      "version": "3.4.0",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz",
+      "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==",
       "dev": true,
-      "license": "MIT",
       "dependencies": {
-        "globals": "^11.12.0"
+        "globals": "^13.20.0"
       },
       "peerDependencies": {
-        "eslint": ">= 3.2.1"
+        "eslint": ">=7"
+      }
+    },
+    "node_modules/eslint-plugin-cypress/node_modules/globals": {
+      "version": "13.24.0",
+      "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+      "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
+      "dev": true,
+      "dependencies": {
+        "type-fest": "^0.20.2"
+      },
+      "engines": {
+        "node": ">=8"
+      },
+      "funding": {
+        "url": "https://github.com/sponsors/sindresorhus"
       }
     },
     "node_modules/eslint-plugin-es": {
@@ -23926,7 +23942,6 @@
       "version": "0.20.2",
       "dev": true,
       "license": "(MIT OR CC0-1.0)",
-      "peer": true,
       "engines": {
         "node": ">=10"
       },
diff --git a/package.json b/package.json
index 73553125f..9b6aa08ca 100644
--- a/package.json
+++ b/package.json
@@ -99,7 +99,7 @@
     "cypress-visual-regression": "^5.0.0",
     "cypress-wait-until": "^2.0.1",
     "dockerode": "^3.3.5",
-    "eslint-plugin-cypress": "^2.12.1",
+    "eslint-plugin-cypress": "^3.4.0",
     "jest": "^29.4.1",
     "jest-environment-jsdom": "^29.4.1",
     "module-replace-webpack-plugin": "0.0.12",