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

Commit 1b2d80d

Browse files
Update dependency cypress from 9.7.0 to 12.0.0
1 parent 24534ca commit 1b2d80d

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.1",
2626
"@devoxa/prettier-config": "1.0.2",
2727
"@types/node": "18.11.11",
28-
"cypress": "9.7.0",
28+
"cypress": "12.0.0",
2929
"eslint": "8.29.0",
3030
"express": "4.18.2",
3131
"prettier": "2.8.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
582582
shebang-command "^2.0.0"
583583
which "^2.0.1"
584584

585-
cypress@9.7.0:
586-
version "9.7.0"
587-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
588-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
585+
cypress@12.0.0:
586+
version "12.0.0"
587+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.0.0.tgz#97138b6a92836b4f37138703d396f20925cb6a13"
588+
integrity sha512-hX/UeaKrL4uiRxJh+eX9t5YFXJconJyqG0hkFkK6CG+4xj2mMmzvJERF3e2h/9TzvLxPAkQ6cGz8eaHfJZeyGg==
589589
dependencies:
590590
"@cypress/request" "^2.88.10"
591591
"@cypress/xvfb" "^1.2.4"
@@ -606,7 +606,7 @@ [email protected]:
606606
dayjs "^1.10.4"
607607
debug "^4.3.2"
608608
enquirer "^2.3.6"
609-
eventemitter2 "^6.4.3"
609+
eventemitter2 "6.4.7"
610610
execa "4.1.0"
611611
executable "^4.1.1"
612612
extract-zip "2.0.1"
@@ -943,10 +943,10 @@ etag@~1.8.1:
943943
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
944944
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
945945

946-
eventemitter2@^6.4.3:
947-
version "6.4.4"
948-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b"
949-
integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw==
946+
947+
version "6.4.7"
948+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
949+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
950950

951951
952952
version "4.1.0"

0 commit comments

Comments
 (0)