From e37965f9b0d8d8a39af23ec9634b5eb8759cdfe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:59:10 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v6.2.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 512282382..e48423efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/node": "25.0.8", "@vercel/ncc": "0.38.4", "eslint": "10.0.3", - "eslint-plugin-cypress": "6.1.0", + "eslint-plugin-cypress": "6.2.0", "globals": "17.3.0", "husky": "9.1.7", "markdown-link-check": "3.14.2", @@ -1592,9 +1592,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.1.0.tgz", - "integrity": "sha512-B8sxtNpINDxFkmsu1qKYjg70VsP8SGneEXgLcZMk1bUZcW08S+JyaiMdof1x6dmt02FgOD7YkT4wOaOD5HotJw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.0.tgz", + "integrity": "sha512-G/8XT9Si0GaqGRVM0sgnRACCI9mbzsC4CisvaaiuJlQoCseKz6C51kq5fcC/yKmwO4dTsWCdhbgaiQtZFGSONg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1950631a1..fc0b56ebe 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/node": "25.0.8", "@vercel/ncc": "0.38.4", "eslint": "10.0.3", - "eslint-plugin-cypress": "6.1.0", + "eslint-plugin-cypress": "6.2.0", "globals": "17.3.0", "husky": "9.1.7", "markdown-link-check": "3.14.2",