From 467c638f32f2698dc0fd24c2ebe74d4157f0c7c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 10:19:48 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v3 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ee3d901b41..cc9ad8e7c8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "cypress": "^13.6.3", "cypress-split": "^1.23.1", "cypress-visual-regression": "^5.0.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.1.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -11309,15 +11309,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.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", + "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">= 3.2.1" + "eslint": ">=7 <9" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { @@ -39446,9 +39446,9 @@ } }, "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.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", + "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index ebb781319a7..6280fa9a67a 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "cypress": "^13.6.3", "cypress-split": "^1.23.1", "cypress-visual-regression": "^5.0.0", - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.1.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",