Skip to content

Commit cab6e01

Browse files
chore(deps): update dependency eslint-plugin-cypress to v4
1 parent fd1f0da commit cab6e01

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"cypress": "^11.0.0",
5959
"eslint": "^8.25.0",
6060
"eslint-config-prettier": "^8.3.0",
61-
"eslint-plugin-cypress": "2.12.1",
61+
"eslint-plugin-cypress": "4.3.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"eslint-plugin-jsdoc": "^39.3.20",
6464
"eslint-plugin-prefer-arrow": "^1.2.3",

yarn.lock

+12-7
Original file line numberDiff line numberDiff line change
@@ -3366,7 +3366,7 @@ custom-event@~1.0.0:
33663366
resolved "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz"
33673367
integrity sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==
33683368

3369-
cypress@^11.2.0:
3369+
cypress@^11.0.0:
33703370
version "11.2.0"
33713371
resolved "https://registry.yarnpkg.com/cypress/-/cypress-11.2.0.tgz#63edef8c387b687066c5493f6f0ad7b9ced4b2b7"
33723372
integrity sha512-u61UGwtu7lpsNWLUma/FKNOsrjcI6wleNmda/TyKHe0dOBcVjbCPlp1N6uwFZ0doXev7f/91YDpU9bqDCFeBLA==
@@ -4056,12 +4056,12 @@ eslint-module-utils@^2.7.3:
40564056
dependencies:
40574057
debug "^3.2.7"
40584058

4059-
eslint-plugin-cypress@2.12.1:
4060-
version "2.12.1"
4061-
resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz"
4062-
integrity sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==
4059+
eslint-plugin-cypress@4.3.0:
4060+
version "4.3.0"
4061+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.3.0.tgz#fce3c67c836541cb652c653f5e33088c8926a988"
4062+
integrity sha512-CgS/S940MJlT8jtnWGKI0LvZQBGb/BB0QCpgBOxFMM/Z6znD+PZUwBhCTwHKN2GEr5AOny3xB92an0QfzBGooQ==
40634063
dependencies:
4064-
globals "^11.12.0"
4064+
globals "^15.15.0"
40654065

40664066
eslint-plugin-import@^2.26.0:
40674067
version "2.26.0"
@@ -4804,7 +4804,7 @@ global-prefix@^3.0.0:
48044804
kind-of "^6.0.2"
48054805
which "^1.3.1"
48064806

4807-
globals@^11.1.0, globals@^11.12.0:
4807+
globals@^11.1.0:
48084808
version "11.12.0"
48094809
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
48104810
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
@@ -4816,6 +4816,11 @@ globals@^13.15.0:
48164816
dependencies:
48174817
type-fest "^0.20.2"
48184818

4819+
globals@^15.15.0:
4820+
version "15.15.0"
4821+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
4822+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
4823+
48194824
48204825
version "11.0.4"
48214826
resolved "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz"

0 commit comments

Comments
 (0)