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

Commit 3ea0124

Browse files
Update dependency cypress from 9.7.0 to 12.3.0
1 parent 5aae0b7 commit 3ea0124

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"prettier": "@devoxa/prettier-config",
2121
"peerDependencies": {
22-
"cypress": "^7.3.0 || ^8.0.0 || ^9.0.0"
22+
"cypress": "^7.3.0 || ^8.0.0 || ^9.0.0 || ^12.0.0"
2323
},
2424
"devDependencies": {
2525
"@devoxa/eslint-config": "3.0.3",
2626
"@devoxa/prettier-config": "1.0.2",
2727
"@types/node": "18.11.18",
28-
"cypress": "9.7.0",
28+
"cypress": "12.3.0",
2929
"eslint": "8.31.0",
3030
"express": "4.18.2",
3131
"prettier": "2.8.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
627627
shebang-command "^2.0.0"
628628
which "^2.0.1"
629629

630-
cypress@9.7.0:
631-
version "9.7.0"
632-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
633-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
630+
cypress@12.3.0:
631+
version "12.3.0"
632+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.3.0.tgz#ae3fb0540aef4b5eab1ef2bcd0760caf2992b8bf"
633+
integrity sha512-ZQNebibi6NBt51TRxRMYKeFvIiQZ01t50HSy7z/JMgRVqBUey3cdjog5MYEbzG6Ktti5ckDt1tfcC47lmFwXkw==
634634
dependencies:
635635
"@cypress/request" "^2.88.10"
636636
"@cypress/xvfb" "^1.2.4"
@@ -651,7 +651,7 @@ [email protected]:
651651
dayjs "^1.10.4"
652652
debug "^4.3.2"
653653
enquirer "^2.3.6"
654-
eventemitter2 "^6.4.3"
654+
eventemitter2 "6.4.7"
655655
execa "4.1.0"
656656
executable "^4.1.1"
657657
extract-zip "2.0.1"
@@ -1060,10 +1060,10 @@ etag@~1.8.1:
10601060
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
10611061
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
10621062

1063-
eventemitter2@^6.4.3:
1064-
version "6.4.4"
1065-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b"
1066-
integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw==
1063+
1064+
version "6.4.7"
1065+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
1066+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
10671067

10681068
10691069
version "4.1.0"

0 commit comments

Comments
 (0)