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

Commit 328ca81

Browse files
Update dependency cypress from 9.7.0 to 12.3.0
1 parent 5752bc9 commit 328ca81

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.4",
3333
"@devoxa/prettier-config": "1.0.2",
3434
"@types/node": "18.11.18",
3535
"@types/yargs": "17.0.19",
36-
"cypress": "9.7.0",
36+
"cypress": "12.3.0",
3737
"eslint": "8.31.0",
3838
"prettier": "2.8.2",
3939
"typescript": "4.9.4"

yarn.lock

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

611-
cypress@9.7.0:
612-
version "9.7.0"
613-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
614-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
611+
cypress@12.3.0:
612+
version "12.3.0"
613+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.3.0.tgz#ae3fb0540aef4b5eab1ef2bcd0760caf2992b8bf"
614+
integrity sha512-ZQNebibi6NBt51TRxRMYKeFvIiQZ01t50HSy7z/JMgRVqBUey3cdjog5MYEbzG6Ktti5ckDt1tfcC47lmFwXkw==
615615
dependencies:
616616
"@cypress/request" "^2.88.10"
617617
"@cypress/xvfb" "^1.2.4"
@@ -632,7 +632,7 @@ [email protected]:
632632
dayjs "^1.10.4"
633633
debug "^4.3.2"
634634
enquirer "^2.3.6"
635-
eventemitter2 "^6.4.3"
635+
eventemitter2 "6.4.7"
636636
execa "4.1.0"
637637
executable "^4.1.1"
638638
extract-zip "2.0.1"
@@ -1009,10 +1009,10 @@ esutils@^2.0.2:
10091009
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
10101010
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
10111011

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

10171017
10181018
version "4.1.0"

0 commit comments

Comments
 (0)