From 291f8909616bbc6f1f34955222053c8e8cbd338c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:34:23 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to ^3.2.0 --- 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 fcb05198eb..b0b55a6026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "cypress": "^13.8.1", "cypress-split": "^1.23.2", "cypress-visual-regression": "^5.0.0", - "eslint-plugin-cypress": "^3.1.1", + "eslint-plugin-cypress": "^3.2.0", "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": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", - "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">=7 <9" + "eslint": ">=7" } }, "node_modules/eslint-plugin-cypress/node_modules/globals": { @@ -39103,9 +39103,9 @@ } }, "eslint-plugin-cypress": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.1.1.tgz", - "integrity": "sha512-rsP/72X99KNOAq26o5VAb6SICvdfjwvvWjs9n5a9UD14B5kCzzE45NJR/yJYw3fsGXUUKiwkv6eU5wRthM8kPw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/package.json b/package.json index b0c403d93b..423ba40544 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "cypress": "^13.8.1", "cypress-split": "^1.23.2", "cypress-visual-regression": "^5.0.0", - "eslint-plugin-cypress": "^3.1.1", + "eslint-plugin-cypress": "^3.2.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",