From 0aeeb0d1580819084e809fd50f45571f6cacae0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:06:49 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20eslint-plu?= =?UTF-8?q?gin-cypress=20to=20version=202.15.2=20=F0=9F=8C=9F=20(#1557)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1a0b4b9a..b60c54004 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "eslint": "^8.44.0", "eslint-config-prettier": "8.10.0", "eslint-config-react-app": "^7.0.1", - "eslint-plugin-cypress": "2.15.1", + "eslint-plugin-cypress": "2.15.2", "eslint-plugin-prettier": "^5.0.0", "express": "4.19.2", "express-jwt": "6.1.2", diff --git a/yarn.lock b/yarn.lock index 4974a2d4e..10a4a0e58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6388,10 +6388,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -eslint-plugin-cypress@2.15.1: - version "2.15.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b" - integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w== +eslint-plugin-cypress@2.15.2: + version "2.15.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz#f22e12fad4c434edad7b298ef92bac8fa087ffa0" + integrity sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ== dependencies: globals "^13.20.0"