Skip to content

Commit 5b3add3

Browse files
1 parent 7d030b0 commit 5b3add3

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
@@ -1367,14 +1367,14 @@
13671367
babel-loader "^8.0.5"
13681368
webpack "^4.0.0"
13691369

1370-
"@vue/cli-plugin-e2e-cypress@^3.4.0":
1371-
version "3.12.1"
1372-
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-3.12.1.tgz#7cc52a11f159fdbcf61ecac244ede54bfd663ac9"
1373-
integrity sha512-2BYYhXTkT9+rXKv8OfvpuEbX7KYo0Ma4vNTjFG62W+CkjO+R10mYwJvRMaXUFaV6iRrkKQab5oCuNMCnefqVKg==
1370+
"@vue/cli-plugin-e2e-cypress@^4.5.13":
1371+
version "4.5.13"
1372+
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-4.5.13.tgz#c014ba1b4d08e582c26b36890cc65844b12e9dde"
1373+
integrity sha512-7AyqCgDqgCj93QxkJYJG5YuXW07enHAYCdGZHPBHZKniIiq8VfvA6/ZT6TTU7DRr2/QxoIbXtbGnmNyDF/Urww==
13741374
dependencies:
1375-
"@vue/cli-shared-utils" "^3.12.1"
1376-
cypress "^3.2.0"
1377-
eslint-plugin-cypress "^2.2.1"
1375+
"@vue/cli-shared-utils" "^4.5.13"
1376+
cypress "^3.8.3"
1377+
eslint-plugin-cypress "^2.10.3"
13781378

13791379
"@vue/cli-plugin-eslint@^3.4.0":
13801380
version "3.12.1"
@@ -1485,6 +1485,24 @@
14851485
semver "^6.0.0"
14861486
string.prototype.padstart "^3.0.0"
14871487

1488+
"@vue/cli-shared-utils@^4.5.13":
1489+
version "4.5.13"
1490+
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.13.tgz#acd40f31b4790f1634292bdaa5fca95dc1e0ff50"
1491+
integrity sha512-HpnOrkLg42RFUsQGMJv26oTG3J3FmKtO2WSRhKIIL+1ok3w9OjGCtA3nMMXN27f9eX14TqO64M36DaiSZ1fSiw==
1492+
dependencies:
1493+
"@hapi/joi" "^15.0.1"
1494+
chalk "^2.4.2"
1495+
execa "^1.0.0"
1496+
launch-editor "^2.2.1"
1497+
lru-cache "^5.1.1"
1498+
node-ipc "^9.1.1"
1499+
open "^6.3.0"
1500+
ora "^3.4.0"
1501+
read-pkg "^5.1.1"
1502+
request "^2.88.2"
1503+
semver "^6.1.0"
1504+
strip-ansi "^6.0.0"
1505+
14881506
"@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
14891507
version "3.2.0"
14901508
resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
@@ -3807,7 +3825,7 @@ cyclist@^1.0.1:
38073825
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
38083826
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
38093827

3810-
cypress@^3.2.0:
3828+
cypress@^3.8.3:
38113829
version "3.8.3"
38123830
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
38133831
integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
@@ -4453,10 +4471,10 @@ eslint-module-utils@^2.6.0:
44534471
debug "^2.6.9"
44544472
pkg-dir "^2.0.0"
44554473

4456-
eslint-plugin-cypress@^2.2.1:
4457-
version "2.11.2"
4458-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0"
4459-
integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA==
4474+
eslint-plugin-cypress@^2.10.3:
4475+
version "2.11.3"
4476+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz#54ee4067aa8192aa62810cd35080eb577e191ab7"
4477+
integrity sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q==
44604478
dependencies:
44614479
globals "^11.12.0"
44624480

@@ -9743,7 +9761,7 @@ read-pkg@^2.0.0:
97439761
normalize-package-data "^2.3.2"
97449762
path-type "^2.0.0"
97459763

9746-
read-pkg@^5.0.0:
9764+
read-pkg@^5.0.0, read-pkg@^5.1.1:
97479765
version "5.2.0"
97489766
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
97499767
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
@@ -9984,7 +10002,7 @@ [email protected]:
998410002
tunnel-agent "^0.6.0"
998510003
uuid "^3.3.2"
998610004

9987-
request@^2.87.0, request@^2.88.0:
10005+
request@^2.87.0, request@^2.88.0, request@^2.88.2:
998810006
version "2.88.2"
998910007
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
999010008
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
@@ -10335,7 +10353,7 @@ [email protected]:
1033510353
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1033610354
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1033710355

10338-
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
10356+
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1033910357
version "6.3.0"
1034010358
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1034110359
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

0 commit comments

Comments
 (0)