From 150634c975a6fcf0ea65081762cbbf1cff63b8e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:27:14 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v7 --- templates/js-cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/js-cypress/package.json b/templates/js-cypress/package.json index beb6f9241..9c1803d1e 100644 --- a/templates/js-cypress/package.json +++ b/templates/js-cypress/package.json @@ -16,7 +16,7 @@ "@apify/eslint-config": "^2.0.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", - "eslint-plugin-cypress": "^5.0.0", + "eslint-plugin-cypress": "^7.0.0", "prettier": "^3.5.3" }, "scripts": {