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

Commit 1496f62

Browse files
Update dependency cypress from 9.7.0 to 12.4.1
1 parent a7ea407 commit 1496f62

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.7",
2626
"@devoxa/prettier-config": "2.0.1",
2727
"@types/node": "18.11.18",
28-
"cypress": "9.7.0",
28+
"cypress": "12.4.1",
2929
"eslint": "8.32.0",
3030
"express": "4.18.2",
3131
"prettier": "2.8.3",

yarn.lock

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

632-
cypress@9.7.0:
633-
version "9.7.0"
634-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
635-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
632+
cypress@12.4.1:
633+
version "12.4.1"
634+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.4.1.tgz#6121b49fd7d833d1f4a0f486034f063467f433af"
635+
integrity sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==
636636
dependencies:
637637
"@cypress/request" "^2.88.10"
638638
"@cypress/xvfb" "^1.2.4"
@@ -653,7 +653,7 @@ [email protected]:
653653
dayjs "^1.10.4"
654654
debug "^4.3.2"
655655
enquirer "^2.3.6"
656-
eventemitter2 "^6.4.3"
656+
eventemitter2 "6.4.7"
657657
execa "4.1.0"
658658
executable "^4.1.1"
659659
extract-zip "2.0.1"
@@ -1062,10 +1062,10 @@ etag@~1.8.1:
10621062
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
10631063
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
10641064

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

10701070
10711071
version "4.1.0"

0 commit comments

Comments
 (0)