|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@achrinza/node-ipc@9.2.2": |
| 6 | + version "9.2.2" |
| 7 | + resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz#ae1b5d3d6a9362034eea60c8d946b93893c2e4ec" |
| 8 | + integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw== |
| 9 | + dependencies: |
| 10 | + "@node-ipc/js-queue" "2.0.3" |
| 11 | + event-pubsub "4.3.0" |
| 12 | + js-message "1.0.7" |
| 13 | + |
5 | 14 | "@ampproject/remapping@^2.1.0":
|
6 | 15 | version "2.1.2"
|
7 | 16 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
|
|
1147 | 1156 | call-me-maybe "^1.0.1"
|
1148 | 1157 | glob-to-regexp "^0.3.0"
|
1149 | 1158 |
|
| 1159 | +"@node-ipc/js-queue@2.0.3": |
| 1160 | + version "2.0.3" |
| 1161 | + resolved "https://registry.yarnpkg.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz#ac7fe33d766fa53e233ef8fedaf3443a01c5a4cd" |
| 1162 | + integrity sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw== |
| 1163 | + dependencies: |
| 1164 | + easy-stack "1.0.1" |
| 1165 | + |
1150 | 1166 | "@nodelib/fs.stat@^1.1.2":
|
1151 | 1167 | version "1.1.3"
|
1152 | 1168 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
|
|
1406 | 1422 | babel-loader "^8.0.5"
|
1407 | 1423 | webpack "^4.0.0"
|
1408 | 1424 |
|
1409 |
| -"@vue/cli-plugin-e2e-cypress@^3.4.0": |
1410 |
| - version "3.12.1" |
1411 |
| - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-3.12.1.tgz#7cc52a11f159fdbcf61ecac244ede54bfd663ac9" |
1412 |
| - integrity sha512-2BYYhXTkT9+rXKv8OfvpuEbX7KYo0Ma4vNTjFG62W+CkjO+R10mYwJvRMaXUFaV6iRrkKQab5oCuNMCnefqVKg== |
| 1425 | +"@vue/cli-plugin-e2e-cypress@^4.5.19": |
| 1426 | + version "4.5.19" |
| 1427 | + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-4.5.19.tgz#ca7a276cd5b47ab7ad5ecf13f10d86136761643b" |
| 1428 | + integrity sha512-BThooL7vvtelmy9oCILIX8pHCSzvN++FPaZKFDdtHp8tk9XKGSgX5CeGPZe4lQaHEQnSYwK9+7X95DyUR1PjDA== |
1413 | 1429 | dependencies:
|
1414 |
| - "@vue/cli-shared-utils" "^3.12.1" |
1415 |
| - cypress "^3.2.0" |
1416 |
| - eslint-plugin-cypress "^2.2.1" |
| 1430 | + "@vue/cli-shared-utils" "^4.5.19" |
| 1431 | + cypress "^3.8.3" |
| 1432 | + eslint-plugin-cypress "^2.10.3" |
1417 | 1433 |
|
1418 | 1434 | "@vue/cli-plugin-eslint@^3.4.0":
|
1419 | 1435 | version "3.12.1"
|
|
1524 | 1540 | semver "^6.0.0"
|
1525 | 1541 | string.prototype.padstart "^3.0.0"
|
1526 | 1542 |
|
| 1543 | +"@vue/cli-shared-utils@^4.5.19": |
| 1544 | + version "4.5.19" |
| 1545 | + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.19.tgz#cc389b1de1b05073804c0fe9b4b083b928ef6130" |
| 1546 | + integrity sha512-JYpdsrC/d9elerKxbEUtmSSU6QRM60rirVubOewECHkBHj+tLNznWq/EhCjswywtePyLaMUK25eTqnTSZlEE+g== |
| 1547 | + dependencies: |
| 1548 | + "@achrinza/node-ipc" "9.2.2" |
| 1549 | + "@hapi/joi" "^15.0.1" |
| 1550 | + chalk "^2.4.2" |
| 1551 | + execa "^1.0.0" |
| 1552 | + launch-editor "^2.2.1" |
| 1553 | + lru-cache "^5.1.1" |
| 1554 | + open "^6.3.0" |
| 1555 | + ora "^3.4.0" |
| 1556 | + read-pkg "^5.1.1" |
| 1557 | + request "^2.88.2" |
| 1558 | + semver "^6.1.0" |
| 1559 | + strip-ansi "^6.0.0" |
| 1560 | + |
1527 | 1561 | "@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
|
1528 | 1562 | version "3.2.0"
|
1529 | 1563 | resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
|
@@ -3851,7 +3885,7 @@ cyclist@^1.0.1:
|
3851 | 3885 | resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
3852 | 3886 | integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
3853 | 3887 |
|
3854 |
| -cypress@^3.2.0: |
| 3888 | +cypress@^3.8.3: |
3855 | 3889 | version "3.8.3"
|
3856 | 3890 | resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
|
3857 | 3891 | integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
|
@@ -4259,7 +4293,7 @@ duplexify@^3.4.2, duplexify@^3.6.0:
|
4259 | 4293 | readable-stream "^2.0.0"
|
4260 | 4294 | stream-shift "^1.0.0"
|
4261 | 4295 |
|
4262 |
| -easy-stack@^1.0.1: |
| 4296 | +easy-stack@1.0.1, easy-stack@^1.0.1: |
4263 | 4297 | version "1.0.1"
|
4264 | 4298 | resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.1.tgz#8afe4264626988cabb11f3c704ccd0c835411066"
|
4265 | 4299 | integrity sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==
|
@@ -4499,10 +4533,10 @@ eslint-module-utils@^2.6.0:
|
4499 | 4533 | debug "^2.6.9"
|
4500 | 4534 | pkg-dir "^2.0.0"
|
4501 | 4535 |
|
4502 |
| -eslint-plugin-cypress@^2.2.1: |
4503 |
| - version "2.11.2" |
4504 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0" |
4505 |
| - integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA== |
| 4536 | +eslint-plugin-cypress@^2.10.3: |
| 4537 | + version "2.12.1" |
| 4538 | + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz#9aeee700708ca8c058e00cdafe215199918c2632" |
| 4539 | + integrity sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA== |
4506 | 4540 | dependencies:
|
4507 | 4541 | globals "^11.12.0"
|
4508 | 4542 |
|
@@ -9768,7 +9802,7 @@ read-pkg@^2.0.0:
|
9768 | 9802 | normalize-package-data "^2.3.2"
|
9769 | 9803 | path-type "^2.0.0"
|
9770 | 9804 |
|
9771 |
| -read-pkg@^5.0.0: |
| 9805 | +read-pkg@^5.0.0, read-pkg@^5.1.1: |
9772 | 9806 | version "5.2.0"
|
9773 | 9807 | resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
9774 | 9808 | integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
@@ -10009,7 +10043,7 @@ request@2.88.0:
|
10009 | 10043 | tunnel-agent "^0.6.0"
|
10010 | 10044 | uuid "^3.3.2"
|
10011 | 10045 |
|
10012 |
| -request@^2.87.0, request@^2.88.0: |
| 10046 | +request@^2.87.0, request@^2.88.0, request@^2.88.2: |
10013 | 10047 | version "2.88.2"
|
10014 | 10048 | resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
10015 | 10049 | integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
@@ -10365,7 +10399,7 @@ semver@7.0.0:
|
10365 | 10399 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
10366 | 10400 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
10367 | 10401 |
|
10368 |
| -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
| 10402 | +semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
10369 | 10403 | version "6.3.0"
|
10370 | 10404 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
10371 | 10405 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
0 commit comments