Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit bfa5045

Browse files
Update dependency cypress from 9.7.0 to 12.4.0
1 parent 1a1220a commit bfa5045

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"yargs": "17.6.2"
2727
},
2828
"peerDependencies": {
29-
"cypress": "^6.8.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
29+
"cypress": "^6.8.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^12.0.0"
3030
},
3131
"devDependencies": {
3232
"@devoxa/eslint-config": "3.0.7",
3333
"@devoxa/prettier-config": "2.0.1",
3434
"@types/node": "18.11.18",
3535
"@types/yargs": "17.0.20",
36-
"cypress": "9.7.0",
36+
"cypress": "12.4.0",
3737
"eslint": "8.32.0",
3838
"prettier": "2.8.3",
3939
"typescript": "4.9.4"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
610610
shebang-command "^2.0.0"
611611
which "^2.0.1"
612612

613-
cypress@9.7.0:
614-
version "9.7.0"
615-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
616-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
613+
cypress@12.4.0:
614+
version "12.4.0"
615+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.4.0.tgz#de695bc51aec9d995456077a9c3e0ddadfb105c6"
616+
integrity sha512-//h93K/yGC/7pxv1KamlkADbKHLp5h3f9rZDE2McRjXZDagMETH0sXowOOanvhsH8cFt/JWspIcK+p9cuaoAqg==
617617
dependencies:
618618
"@cypress/request" "^2.88.10"
619619
"@cypress/xvfb" "^1.2.4"
@@ -634,7 +634,7 @@ [email protected]:
634634
dayjs "^1.10.4"
635635
debug "^4.3.2"
636636
enquirer "^2.3.6"
637-
eventemitter2 "^6.4.3"
637+
eventemitter2 "6.4.7"
638638
execa "4.1.0"
639639
executable "^4.1.1"
640640
extract-zip "2.0.1"
@@ -1011,10 +1011,10 @@ esutils@^2.0.2:
10111011
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
10121012
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
10131013

1014-
eventemitter2@^6.4.3:
1015-
version "6.4.4"
1016-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b"
1017-
integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw==
1014+
1015+
version "6.4.7"
1016+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
1017+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
10181018

10191019
10201020
version "4.1.0"

0 commit comments

Comments
 (0)