Skip to content

Commit c476e60

Browse files
build(deps-dev): bump eslint-plugin-cypress from 2.12.1 to 2.15.1 (#1853)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 2.15.1. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.12.1...v2.15.1) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 862aa01 commit c476e60

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"duplexer": "^0.1.1",
9595
"eslint": "^8.26.0",
9696
"eslint-config-prettier": "^9.0.0",
97-
"eslint-plugin-cypress": "^2.12.1",
97+
"eslint-plugin-cypress": "^2.15.1",
9898
"eslint-plugin-mdx": "^2.0.5",
9999
"eslint-plugin-react": "^7.31.10",
100100
"eslint-plugin-react-hooks": "^4.6.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5410,12 +5410,12 @@ eslint-mdx@^2.0.5:
54105410
uvu "^0.5.6"
54115411
vfile "^5.3.4"
54125412

5413-
eslint-plugin-cypress@^2.12.1:
5414-
version "2.12.1"
5415-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz#9aeee700708ca8c058e00cdafe215199918c2632"
5416-
integrity sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==
5413+
eslint-plugin-cypress@^2.15.1:
5414+
version "2.15.1"
5415+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b"
5416+
integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==
54175417
dependencies:
5418-
globals "^11.12.0"
5418+
globals "^13.20.0"
54195419

54205420
eslint-plugin-markdown@^3.0.0:
54215421
version "3.0.0"
@@ -6296,15 +6296,15 @@ global@~4.4.0:
62966296
min-document "^2.19.0"
62976297
process "^0.11.10"
62986298

6299-
globals@^11.1.0, globals@^11.12.0:
6299+
globals@^11.1.0:
63006300
version "11.12.0"
63016301
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
63026302
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
63036303

6304-
globals@^13.15.0:
6305-
version "13.15.0"
6306-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
6307-
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
6304+
globals@^13.15.0, globals@^13.20.0:
6305+
version "13.23.0"
6306+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.23.0.tgz#ef31673c926a0976e1f61dab4dca57e0c0a8af02"
6307+
integrity sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==
63086308
dependencies:
63096309
type-fest "^0.20.2"
63106310

0 commit comments

Comments
 (0)