From 2247e23df4422cc7236bc35387f8425b2d159595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 00:06:46 +0000 Subject: [PATCH] fix(deps): update dependency @form8ion/eslint-config-cypress to v1.3.52 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 32c66da..a894cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { - "@form8ion/eslint-config-cypress": "1.3.51" + "@form8ion/eslint-config-cypress": "1.3.52" }, "devDependencies": { "@pragmatic-divops/commitlint-config": "1.0.61", @@ -768,12 +768,12 @@ } }, "node_modules/@form8ion/eslint-config-cypress": { - "version": "1.3.51", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-cypress/-/eslint-config-cypress-1.3.51.tgz", - "integrity": "sha512-A2/iXVY5QJ097p6XcUnrlTtFRwgp8JNo7SWAsrZgyyRBc2vk9k2FwvygY8h70b8WRhdGHWgkotEW1Wc4OhYJgQ==", + "version": "1.3.52", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config-cypress/-/eslint-config-cypress-1.3.52.tgz", + "integrity": "sha512-LlnAXplYxeDPeAIhyti+keoCX9ud/82g0TgfCavim25wQWpohfoc4M3T2AVNs7zWZQbI6Kf9vEmt5wuAhWh6Vw==", "dependencies": { "eslint-plugin-chai-friendly": "0.7.4", - "eslint-plugin-cypress": "3.1.1", + "eslint-plugin-cypress": "3.2.0", "eslint-plugin-mocha": "10.4.3" } }, @@ -3274,14 +3274,14 @@ } }, "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==", "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">=7 <9" + "eslint": ">=7" } }, "node_modules/eslint-plugin-eslint-comments": { diff --git a/package.json b/package.json index 19ce488..672cd7c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prepare": "husky install" }, "dependencies": { - "@form8ion/eslint-config-cypress": "1.3.51" + "@form8ion/eslint-config-cypress": "1.3.52" }, "devDependencies": { "@pragmatic-divops/commitlint-config": "1.0.61",