Skip to content

Commit d1aac50

Browse files
chore(dev-deps): update dependency eslint-plugin-cypress to v2.15.1
1 parent e3b9748 commit d1aac50

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"core-js": "3.36.1",
6969
"cypress": "7.7.0",
7070
"eslint": "8.57.0",
71-
"eslint-plugin-cypress": "2.13.3",
71+
"eslint-plugin-cypress": "2.15.1",
7272
"eslint-plugin-prettier": "4.2.1",
7373
"eslint-plugin-vue": "8.7.1",
7474
"jsdom": "^22.0.0",

yarn.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -2459,12 +2459,12 @@ eslint-config-prettier@^6.0.0:
24592459
dependencies:
24602460
get-stdin "^6.0.0"
24612461

2462-
eslint-plugin-cypress@2.13.3:
2463-
version "2.13.3"
2464-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.13.3.tgz#5fc1afdc939aaa7daa9181f651f2f35429733ff2"
2465-
integrity sha512-nAPjZE5WopCsgJwl3vHm5iafpV+ZRO76Z9hMyRygWhmg5ODXDPd+9MaPl7kdJ2azj+sO87H3P1PRnggIrz848g==
2462+
eslint-plugin-cypress@2.15.1:
2463+
version "2.15.1"
2464+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b"
2465+
integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==
24662466
dependencies:
2467-
globals "^11.12.0"
2467+
globals "^13.20.0"
24682468

24692469
24702470
version "4.2.1"
@@ -3073,7 +3073,7 @@ global-dirs@^3.0.0:
30733073
dependencies:
30743074
ini "2.0.0"
30753075

3076-
globals@^11.1.0, globals@^11.12.0:
3076+
globals@^11.1.0:
30773077
version "11.12.0"
30783078
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
30793079
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
@@ -3085,6 +3085,13 @@ globals@^13.19.0:
30853085
dependencies:
30863086
type-fest "^0.20.2"
30873087

3088+
globals@^13.20.0:
3089+
version "13.24.0"
3090+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
3091+
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
3092+
dependencies:
3093+
type-fest "^0.20.2"
3094+
30883095
globby@^11.1.0:
30893096
version "11.1.0"
30903097
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"

0 commit comments

Comments
 (0)