Skip to content

Commit e314fc2

Browse files
chore(deps): update dependency eslint-plugin-cypress to v6
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9480ae0 commit e314fc2

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-config-prettier": "^10.0.0",
4646
"eslint-import-resolver-typescript": "^2.5.0",
4747
"eslint-plugin-chai-friendly": "^0.7.2",
48-
"eslint-plugin-cypress": "^2.12.1",
48+
"eslint-plugin-cypress": "^6.0.0",
4949
"eslint-plugin-import": "^2.25.4",
5050
"eslint-plugin-jsdoc": "^49.0.0",
5151
"eslint-plugin-prettier": "^4.0.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,12 +4765,12 @@ eslint-plugin-chai-friendly@^0.7.2:
47654765
resolved "https://registry.yarnpkg.com/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.4.tgz#eaf222b848673ef8a00b8e507f7c6fd83d036bf2"
47664766
integrity sha512-PGPjJ8diYgX1mjLxGJqRop2rrGwZRKImoEOwUOgoIhg0p80MkTaqvmFLe5TF7/iagZHggasvIfQlUyHIhK/PYg==
47674767

4768-
eslint-plugin-cypress@^2.12.1:
4769-
version "2.15.2"
4770-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz#f22e12fad4c434edad7b298ef92bac8fa087ffa0"
4771-
integrity sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==
4768+
eslint-plugin-cypress@^6.0.0:
4769+
version "6.2.2"
4770+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.2.2.tgz#26c7ab6c6dedc2ad4791ac939ef8b5386cd04f1d"
4771+
integrity sha512-lOhmMWb5/+zv28EaDOT7C3lgGgWL8DMZglTUNUaaGfleK89joDBRXX8LV01ygx3dK1RbvG54b8t025/5QEUKgg==
47724772
dependencies:
4773-
globals "^13.20.0"
4773+
globals "^17.4.0"
47744774

47754775
eslint-plugin-import@^2.25.4:
47764776
version "2.32.0"
@@ -5669,13 +5669,18 @@ glob@7.x, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.2.0:
56695669
once "^1.3.0"
56705670
path-is-absolute "^1.0.0"
56715671

5672-
globals@^13.20.0, globals@^13.6.0, globals@^13.9.0:
5672+
globals@^13.6.0, globals@^13.9.0:
56735673
version "13.24.0"
56745674
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
56755675
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
56765676
dependencies:
56775677
type-fest "^0.20.2"
56785678

5679+
globals@^17.4.0:
5680+
version "17.4.0"
5681+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.4.0.tgz#33d7d297ed1536b388a0e2f4bcd0ff19c8ff91b5"
5682+
integrity sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==
5683+
56795684
globals@^9.18.0:
56805685
version "9.18.0"
56815686
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"

0 commit comments

Comments
 (0)