From 78d92da3fffd658230456d3b1991eb1239eec9b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:24:20 +0800 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to ^4.2.0 (#708) --- 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 2cb306df..03c7272b 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@vitest/eslint-plugin": "^1.1.36", - "eslint-plugin-cypress": "^4.1.0", + "eslint-plugin-cypress": "^4.2.0", "eslint-plugin-playwright": "^2.2.0" } } -- 2.39.5