From 93a5102b7a9336db7f2a43299a4fff40e5debec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 01:36:08 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-cypress from 4.2.0 to 4.2.1 Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e12a8665..da8fd543 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "babel-loader": "^10.0.0", "cypress": "^14.3.0", "eslint": "^8.57.1", - "eslint-plugin-cypress": "^4.2.0", + "eslint-plugin-cypress": "^4.2.1", "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 bcb15bcb..49030a8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5416,12 +5416,12 @@ eslint-plugin-cypress@^2.11.2: dependencies: globals "^13.20.0" -eslint-plugin-cypress@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.2.0.tgz#27cb865de0c9080751db52f164cf45f0979918b7" - integrity sha512-v5cyt0VYb1tEEODBJSE44PocYOwQsckyexJhCs7LtdD3FGO6D2GjnZB2s2Sts4RcxdxECTWX01nObOZRs26bQw== +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== dependencies: - globals "^15.11.0" + globals "^15.15.0" eslint-plugin-import@^2.29.1, eslint-plugin-import@^2.31.0: version "2.31.0" @@ -6327,10 +6327,10 @@ globals@^13.19.0, globals@^13.20.0, globals@^13.24.0: dependencies: type-fest "^0.20.2" -globals@^15.11.0: - version "15.14.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-15.14.0.tgz#b8fd3a8941ff3b4d38f3319d433b61bbb482e73f" - integrity sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig== +globals@^15.15.0: + version "15.15.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8" + integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg== globalthis@^1.0.3: version "1.0.3"