From 714e84275736617542d9761c46632a1c03fba6a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:44:47 +0000 Subject: [PATCH] Update dependency eslint-plugin-cypress to v5 --- services/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/package.json b/services/frontend/package.json index 6799a5b2..37b09b82 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -50,7 +50,7 @@ "cypress": "^15.0.0", "eslint": "^8.26.0", "eslint-config-standard": "^17.0.0", - "eslint-plugin-cypress": "^3.0.0", + "eslint-plugin-cypress": "^5.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.0.1",