From f55909f96376c7129705b39c6dbd344c2d8f1322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:10:22 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v3 --- template/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/eslint/package.json b/template/eslint/package.json index 8921ac6a..a7e7202d 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.0.2", "eslint-plugin-playwright": "^1.6.0" } } -- 2.39.5