Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit dc72a10

Browse files
authored
Update cypress to version 10.11.0
1 parent 7a473a7 commit dc72a10

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@vue/tsconfig": "^0.1.3",
3535
"autoprefixer": "^10.4.7",
3636
"c8": "^7.11.3",
37-
"cypress": "^9.7.0",
37+
"cypress": "^10.11.0",
3838
"eslint": "^8.17.0",
3939
"eslint-plugin-cypress": "^2.12.1",
4040
"eslint-plugin-vue": "^9.4.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,10 +1528,10 @@ csstype@^2.6.8:
15281528
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda"
15291529
integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==
15301530

1531-
cypress@^9.7.0:
1532-
version "9.7.0"
1533-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
1534-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
1531+
cypress@^10.11.0:
1532+
version "10.11.0"
1533+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.11.0.tgz#e9fbdd7638bae3d8fb7619fd75a6330d11ebb4e8"
1534+
integrity sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==
15351535
dependencies:
15361536
"@cypress/request" "^2.88.10"
15371537
"@cypress/xvfb" "^1.2.4"
@@ -1552,7 +1552,7 @@ cypress@^9.7.0:
15521552
dayjs "^1.10.4"
15531553
debug "^4.3.2"
15541554
enquirer "^2.3.6"
1555-
eventemitter2 "^6.4.3"
1555+
eventemitter2 "6.4.7"
15561556
execa "4.1.0"
15571557
executable "^4.1.1"
15581558
extract-zip "2.0.1"
@@ -2194,10 +2194,10 @@ event-stream@=3.3.4:
21942194
stream-combiner "~0.0.4"
21952195
through "~2.3.1"
21962196

2197-
eventemitter2@^6.4.3:
2198-
version "6.4.5"
2199-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.5.tgz#97380f758ae24ac15df8353e0cc27f8b95644655"
2200-
integrity sha512-bXE7Dyc1i6oQElDG0jMRZJrRAn9QR2xyyFGmBdZleNmyQX0FqGYmhZIrIrpPfm/w//LTo4tVQGOGQcGCb5q9uw==
2197+
2198+
version "6.4.7"
2199+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
2200+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
22012201

22022202
22032203
version "4.1.0"

0 commit comments

Comments
 (0)