From 88a95a427d418cf0116b7c359658a5575e63d376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:58:56 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 3.4.0 to 3.6.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.4.0 to 3.6.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.4.0...v3.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 3.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 bd9c7d741ec..1d863206135 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,7 +126,7 @@ "cypress-split": "^1.24.14", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.5", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0", @@ -13007,9 +13007,9 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", - "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz", + "integrity": "sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e1815f63f32..c68089c8774 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "cypress-split": "^1.24.14", "cypress-wait-until": "^3.0.2", "dockerode": "^4.0.5", - "eslint-plugin-cypress": "^3.4.0", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-es": "^4.1.0", "exports-loader": "^5.0.0", "file-loader": "^6.2.0",