From 218e08ebcabb36553c1a27029b555fad1f71c854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:17:36 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.6.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 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/v2.15.2...v3.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/package.json b/lib/package.json index 76335980..eba09d44 100644 --- a/lib/package.json +++ b/lib/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@tsconfig/recommended": "^1.0.8", "cypress": "^13.16.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-jest": "^28.9.0", "isomorphic-fetch": "^3.0.0", "start-server-and-test": "^2.0.8", diff --git a/package-lock.json b/package-lock.json index d1642b9a..2a0a0ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "devDependencies": { "@tsconfig/recommended": "^1.0.8", "cypress": "^13.16.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.6.0", "eslint-plugin-jest": "^28.9.0", "isomorphic-fetch": "^3.0.0", "start-server-and-test": "^2.0.8", @@ -3292,15 +3292,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", - "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "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, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-jest": {