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

Commit 3216c7b

Browse files
authored
Update cypress to version 10.11.0
1 parent dc0d951 commit 3216c7b

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": "^8.0.0",
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
@@ -1647,10 +1647,10 @@ csstype@^2.6.8:
16471647
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda"
16481648
integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==
16491649

1650-
cypress@^9.7.0:
1651-
version "9.7.0"
1652-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
1653-
integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
1650+
cypress@^10.11.0:
1651+
version "10.11.0"
1652+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-10.11.0.tgz#e9fbdd7638bae3d8fb7619fd75a6330d11ebb4e8"
1653+
integrity sha512-lsaE7dprw5DoXM00skni6W5ElVVLGAdRUUdZjX2dYsGjbY/QnpzWZ95Zom1mkGg0hAaO/QVTZoFVS7Jgr/GUPA==
16541654
dependencies:
16551655
"@cypress/request" "^2.88.10"
16561656
"@cypress/xvfb" "^1.2.4"
@@ -1671,7 +1671,7 @@ cypress@^9.7.0:
16711671
dayjs "^1.10.4"
16721672
debug "^4.3.2"
16731673
enquirer "^2.3.6"
1674-
eventemitter2 "^6.4.3"
1674+
eventemitter2 "6.4.7"
16751675
execa "4.1.0"
16761676
executable "^4.1.1"
16771677
extract-zip "2.0.1"
@@ -2201,10 +2201,10 @@ event-stream@=3.3.4:
22012201
stream-combiner "~0.0.4"
22022202
through "~2.3.1"
22032203

2204-
eventemitter2@^6.4.3:
2205-
version "6.4.5"
2206-
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.5.tgz#97380f758ae24ac15df8353e0cc27f8b95644655"
2207-
integrity sha512-bXE7Dyc1i6oQElDG0jMRZJrRAn9QR2xyyFGmBdZleNmyQX0FqGYmhZIrIrpPfm/w//LTo4tVQGOGQcGCb5q9uw==
2204+
2205+
version "6.4.7"
2206+
resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
2207+
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
22082208

22092209
22102210
version "4.1.0"

0 commit comments

Comments
 (0)