Skip to content

Commit 4612698

Browse files
1 parent 8cabf76 commit 4612698

File tree

2 files changed

+34
-16
lines changed

2 files changed

+34
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@vue/cli-plugin-babel": "^3.4.0",
46-
"@vue/cli-plugin-e2e-cypress": "^3.4.0",
46+
"@vue/cli-plugin-e2e-cypress": "^4.5.13",
4747
"@vue/cli-plugin-eslint": "^3.4.0",
4848
"@vue/cli-plugin-unit-jest": "^3.4.0",
4949
"@vue/cli-service": "^3.4.0",

yarn.lock

+33-15
Original file line numberDiff line numberDiff line change
@@ -1119,14 +1119,14 @@
11191119
babel-loader "^8.0.5"
11201120
webpack "^4.0.0"
11211121

1122-
"@vue/cli-plugin-e2e-cypress@^3.4.0":
1123-
version "3.12.1"
1124-
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-3.12.1.tgz#7cc52a11f159fdbcf61ecac244ede54bfd663ac9"
1125-
integrity sha512-2BYYhXTkT9+rXKv8OfvpuEbX7KYo0Ma4vNTjFG62W+CkjO+R10mYwJvRMaXUFaV6iRrkKQab5oCuNMCnefqVKg==
1122+
"@vue/cli-plugin-e2e-cypress@^4.5.13":
1123+
version "4.5.13"
1124+
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-4.5.13.tgz#c014ba1b4d08e582c26b36890cc65844b12e9dde"
1125+
integrity sha512-7AyqCgDqgCj93QxkJYJG5YuXW07enHAYCdGZHPBHZKniIiq8VfvA6/ZT6TTU7DRr2/QxoIbXtbGnmNyDF/Urww==
11261126
dependencies:
1127-
"@vue/cli-shared-utils" "^3.12.1"
1128-
cypress "^3.2.0"
1129-
eslint-plugin-cypress "^2.2.1"
1127+
"@vue/cli-shared-utils" "^4.5.13"
1128+
cypress "^3.8.3"
1129+
eslint-plugin-cypress "^2.10.3"
11301130

11311131
"@vue/cli-plugin-eslint@^3.4.0":
11321132
version "3.12.1"
@@ -1237,6 +1237,24 @@
12371237
semver "^6.0.0"
12381238
string.prototype.padstart "^3.0.0"
12391239

1240+
"@vue/cli-shared-utils@^4.5.13":
1241+
version "4.5.13"
1242+
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.13.tgz#acd40f31b4790f1634292bdaa5fca95dc1e0ff50"
1243+
integrity sha512-HpnOrkLg42RFUsQGMJv26oTG3J3FmKtO2WSRhKIIL+1ok3w9OjGCtA3nMMXN27f9eX14TqO64M36DaiSZ1fSiw==
1244+
dependencies:
1245+
"@hapi/joi" "^15.0.1"
1246+
chalk "^2.4.2"
1247+
execa "^1.0.0"
1248+
launch-editor "^2.2.1"
1249+
lru-cache "^5.1.1"
1250+
node-ipc "^9.1.1"
1251+
open "^6.3.0"
1252+
ora "^3.4.0"
1253+
read-pkg "^5.1.1"
1254+
request "^2.88.2"
1255+
semver "^6.1.0"
1256+
strip-ansi "^6.0.0"
1257+
12401258
"@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
12411259
version "3.2.0"
12421260
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
@@ -3514,7 +3532,7 @@ cyclist@^1.0.1:
35143532
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
35153533
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
35163534

3517-
cypress@^3.2.0:
3535+
cypress@^3.8.3:
35183536
version "3.8.3"
35193537
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
35203538
integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
@@ -4150,10 +4168,10 @@ eslint-module-utils@^2.6.0:
41504168
debug "^2.6.9"
41514169
pkg-dir "^2.0.0"
41524170

4153-
eslint-plugin-cypress@^2.2.1:
4154-
version "2.11.2"
4155-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0"
4156-
integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==
4171+
eslint-plugin-cypress@^2.10.3:
4172+
version "2.11.3"
4173+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz#54ee4067aa8192aa62810cd35080eb577e191ab7"
4174+
integrity sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q==
41574175
dependencies:
41584176
globals "^11.12.0"
41594177

@@ -9463,7 +9481,7 @@ read-pkg@^3.0.0:
94639481
normalize-package-data "^2.3.2"
94649482
path-type "^3.0.0"
94659483

9466-
read-pkg@^5.0.0:
9484+
read-pkg@^5.0.0, read-pkg@^5.1.1:
94679485
version "5.2.0"
94689486
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
94699487
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
@@ -9704,7 +9722,7 @@ [email protected]:
97049722
tunnel-agent "^0.6.0"
97059723
uuid "^3.3.2"
97069724

9707-
request@^2.87.0, request@^2.88.0:
9725+
request@^2.87.0, request@^2.88.0, request@^2.88.2:
97089726
version "2.88.2"
97099727
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
97109728
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
@@ -10070,7 +10088,7 @@ [email protected]:
1007010088
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1007110089
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1007210090

10073-
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
10091+
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1007410092
version "6.3.0"
1007510093
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1007610094
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)