From 9e3abf5b0ecf605f02bf326135de7fda6e926fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:39:51 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v3 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c06b2915..a7d106104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "cypress-split": "^1.21.0", "cypress-visual-regression": "^5.0.0", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.4.0", "ts-node": "^10.9.2", "tslib": "^2.6.3", "typescript": "^5.5.4", @@ -6637,16 +6637,16 @@ } }, "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.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz", + "integrity": "sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==", "dev": true, "license": "MIT", "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { diff --git a/package.json b/package.json index 21642f659..11fe96804 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "cypress-split": "^1.21.0", "cypress-visual-regression": "^5.0.0", "dockerode": "^4.0.2", - "eslint-plugin-cypress": "^2.15.1", + "eslint-plugin-cypress": "^3.4.0", "ts-node": "^10.9.2", "tslib": "^2.6.3", "typescript": "^5.5.4",