From 922dce4163cc7fa2f363a726ba5c693a080a217a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 01:16:29 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 4.2.1 to 4.3.0 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b83e788..2bd1a753 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-loader": "^10.0.0", "cypress": "^14.3.1", "eslint": "^8.57.1", - "eslint-plugin-cypress": "^4.2.1", + "eslint-plugin-cypress": "^4.3.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-vue": "^9.33.0", "eslint-plugin-vuejs-accessibility": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index cba45298..63dff4f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5416,10 +5416,10 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.1.tgz#e4ad7cefa9bcd591a4c1faf3e9aadb24638ebae5" - integrity sha512-WNhKkQPqXcbDL7pxGnNYBVLlAIOk6eHdFGQFRELsba871guZZe8zZe50GAjBXSZKcvUWbzCUopM+8ArlngdyGQ== +eslint-plugin-cypress@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz#fce3c67c836541cb652c653f5e33088c8926a988" + integrity sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ== dependencies: globals "^15.15.0"