From ae60dc055da8860a07a21f496613e8b2fbf4f8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:27:09 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 3.3.0 to 3.4.0 in /cypress Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cypress/package.json | 2 +- cypress/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cypress/package.json b/cypress/package.json index 709c52d0e5..a448183044 100644 --- a/cypress/package.json +++ b/cypress/package.json @@ -8,7 +8,7 @@ "cypress-localstorage-commands": "^2.2.6", "dayjs": "^1.11.12", "eslint": "^9.7.0", - "eslint-plugin-cypress": "^3.3.0", + "eslint-plugin-cypress": "^3.4.0", "otplib": "^12.0.1", "prettier": "3.3.3" }, diff --git a/cypress/yarn.lock b/cypress/yarn.lock index 6e10e33a4f..8163c5783b 100644 --- a/cypress/yarn.lock +++ b/cypress/yarn.lock @@ -624,10 +624,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-plugin-cypress@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.3.0.tgz#4ab963193d21ad22aca8379e1d15ba02619ae8db" - integrity sha512-HPHMPzYBIshzJM8wqgKSKHG2p/8R0Gbg4Pb3tcdC9WrmkuqxiKxSKbjunUrajhV5l7gCIFrh1P7C7GuBqH6YuQ== +eslint-plugin-cypress@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz#6a7f508cda7579184265b50129b853e0c06c9944" + integrity sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA== dependencies: globals "^13.20.0"