|
1367 | 1367 | babel-loader "^8.0.5"
|
1368 | 1368 | webpack "^4.0.0"
|
1369 | 1369 |
|
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== |
1374 | 1374 | 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" |
1378 | 1378 |
|
1379 | 1379 | "@vue/cli-plugin-eslint@^3.4.0":
|
1380 | 1380 | version "3.12.1"
|
|
1485 | 1485 | semver "^6.0.0"
|
1486 | 1486 | string.prototype.padstart "^3.0.0"
|
1487 | 1487 |
|
| 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 | + |
1488 | 1506 | "@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
|
1489 | 1507 | version "3.2.0"
|
1490 | 1508 | 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:
|
3807 | 3825 | resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
3808 | 3826 | integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
3809 | 3827 |
|
3810 |
| -cypress@^3.2.0: |
| 3828 | +cypress@^3.8.3: |
3811 | 3829 | version "3.8.3"
|
3812 | 3830 | resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
|
3813 | 3831 | integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
|
@@ -4453,10 +4471,10 @@ eslint-module-utils@^2.6.0:
|
4453 | 4471 | debug "^2.6.9"
|
4454 | 4472 | pkg-dir "^2.0.0"
|
4455 | 4473 |
|
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== |
4460 | 4478 | dependencies:
|
4461 | 4479 | globals "^11.12.0"
|
4462 | 4480 |
|
@@ -9743,7 +9761,7 @@ read-pkg@^2.0.0:
|
9743 | 9761 | normalize-package-data "^2.3.2"
|
9744 | 9762 | path-type "^2.0.0"
|
9745 | 9763 |
|
9746 |
| -read-pkg@^5.0.0: |
| 9764 | +read-pkg@^5.0.0, read-pkg@^5.1.1: |
9747 | 9765 | version "5.2.0"
|
9748 | 9766 | resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
9749 | 9767 | integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
|
9984 | 10002 | tunnel-agent "^0.6.0"
|
9985 | 10003 | uuid "^3.3.2"
|
9986 | 10004 |
|
9987 |
| -request@^2.87.0, request@^2.88.0: |
| 10005 | +request@^2.87.0, request@^2.88.0, request@^2.88.2: |
9988 | 10006 | version "2.88.2"
|
9989 | 10007 | resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
9990 | 10008 | integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
|
10335 | 10353 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
10336 | 10354 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
10337 | 10355 |
|
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: |
10339 | 10357 | version "6.3.0"
|
10340 | 10358 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
10341 | 10359 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
0 commit comments