From 3379c62082f5ac98fb13e6945a2159205edeb4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:38:56 +0000 Subject: [PATCH] Chore(deps-dev): Bump eslint-plugin-cypress from 5.0.1 to 5.1.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 236f296cb..ca1456ff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "cypress-vite": "^1.6.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.6", - "eslint-plugin-cypress": "^5.0.1", + "eslint-plugin-cypress": "^5.1.0", "happy-dom": "^17.5.6", "typescript": "^5.8.3", "vite": "^6.3.5", @@ -5786,9 +5786,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", - "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, "license": "MIT", "dependencies": { @@ -17204,9 +17204,9 @@ } }, "eslint-plugin-cypress": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.0.1.tgz", - "integrity": "sha512-m1OlIo/tqlCQmxLNC+FE/ObDEB4GuGZqu0dO3+XdwJVErmQC1Wlw2jlBSV+jOdsTRdhjpT0qz49vdlIFKyU4dg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-5.1.0.tgz", + "integrity": "sha512-tdLXm4aq9vX2hTtKJTUFD3gdNseMKqsf8+P6hI4TtOPdz1LU4xvTpQBd1++qPAsPZP2lyYh71B5mvzu2lBr4Ow==", "dev": true, "requires": { "globals": "^16.2.0" diff --git a/package.json b/package.json index 3207acb85..c5062d792 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cypress-vite": "^1.6.0", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.6", - "eslint-plugin-cypress": "^5.0.1", + "eslint-plugin-cypress": "^5.1.0", "happy-dom": "^17.5.6", "typescript": "^5.8.3", "vite": "^6.3.5",