From d0843a184a3720f768215d7372c27d450dc0091b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 09:29:35 +0000 Subject: [PATCH] Bump eslint-plugin-cypress from 2.15.1 to 3.2.0 in /backstage Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.2.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v3.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backstage/packages/app/package.json | 2 +- backstage/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backstage/packages/app/package.json b/backstage/packages/app/package.json index d3be01e0..71b6eb1f 100644 --- a/backstage/packages/app/package.json +++ b/backstage/packages/app/package.json @@ -64,7 +64,7 @@ "@types/react-dom": "*", "cross-env": "^7.0.0", "cypress": "^13.1.0", - "eslint-plugin-cypress": "^2.10.3", + "eslint-plugin-cypress": "^3.2.0", "start-server-and-test": "^2.0.0" }, "browserslist": { diff --git a/backstage/yarn.lock b/backstage/yarn.lock index 18a524bf..8e1e9114 100644 --- a/backstage/yarn.lock +++ b/backstage/yarn.lock @@ -14578,10 +14578,10 @@ eslint-module-utils@^2.8.0: dependencies: debug "^3.2.7" -eslint-plugin-cypress@^2.10.3: - 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@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz#fe2dd9c99ed5dfed5c7be658801e75ed3d9c2265" + integrity sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw== dependencies: globals "^13.20.0"