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

Commit ccc7669

Browse files
Update dependency cypress from 9.7.0 to 12.0.0
1 parent 3abbd11 commit ccc7669

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.1",
3333
"@devoxa/prettier-config": "1.0.2",
3434
"@types/node": "18.11.11",
3535
"@types/yargs": "17.0.16",
36-
"cypress": "9.7.0",
36+
"cypress": "12.0.0",
3737
"eslint": "8.29.0",
3838
"prettier": "2.8.0",
3939
"typescript": "4.9.3"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
563563
shebang-command "^2.0.0"
564564
which "^2.0.1"
565565

566-
cypress@9.7.0:
567-
version "9.7.0"
568-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
569-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
566+
cypress@12.0.0:
567+
version "12.0.0"
568+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.0.0.tgz#97138b6a92836b4f37138703d396f20925cb6a13"
569+
integrity sha512-hX/UeaKrL4uiRxJh+eX9t5YFXJconJyqG0hkFkK6CG+4xj2mMmzvJERF3e2h/9TzvLxPAkQ6cGz8eaHfJZeyGg==
570570
dependencies:
571571
"@cypress/request" "^2.88.10"
572572
"@cypress/xvfb" "^1.2.4"
@@ -587,7 +587,7 @@ [email protected]:
587587
dayjs "^1.10.4"
588588
debug "^4.3.2"
589589
enquirer "^2.3.6"
590-
eventemitter2 "^6.4.3"
590+
eventemitter2 "6.4.7"
591591
execa "4.1.0"
592592
executable "^4.1.1"
593593
extract-zip "2.0.1"
@@ -892,10 +892,10 @@ esutils@^2.0.2:
892892
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
893893
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
894894

895-
eventemitter2@^6.4.3:
896-
version "6.4.4"
897-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b"
898-
integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw==
895+
896+
version "6.4.7"
897+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
898+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
899899

900900
901901
version "4.1.0"

0 commit comments

Comments
 (0)