|
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"
|
|
1117 | 1126 | call-me-maybe "^1.0.1"
|
1118 | 1127 | glob-to-regexp "^0.3.0"
|
1119 | 1128 |
|
| 1129 | +"@node-ipc/js-queue@2.0.3": |
| 1130 | + version "2.0.3" |
| 1131 | + resolved "https://registry.yarnpkg.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz#ac7fe33d766fa53e233ef8fedaf3443a01c5a4cd" |
| 1132 | + integrity sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw== |
| 1133 | + dependencies: |
| 1134 | + easy-stack "1.0.1" |
| 1135 | + |
1120 | 1136 | "@nodelib/fs.stat@^1.1.2":
|
1121 | 1137 | version "1.1.3"
|
1122 | 1138 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
|
|
1376 | 1392 | babel-loader "^8.0.5"
|
1377 | 1393 | webpack "^4.0.0"
|
1378 | 1394 |
|
1379 |
| -"@vue/cli-plugin-e2e-cypress@^3.4.0": |
1380 |
| - version "3.12.1" |
1381 |
| - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-3.12.1.tgz#7cc52a11f159fdbcf61ecac244ede54bfd663ac9" |
1382 |
| - integrity sha512-2BYYhXTkT9+rXKv8OfvpuEbX7KYo0Ma4vNTjFG62W+CkjO+R10mYwJvRMaXUFaV6iRrkKQab5oCuNMCnefqVKg== |
| 1395 | +"@vue/cli-plugin-e2e-cypress@^4.5.19": |
| 1396 | + version "4.5.19" |
| 1397 | + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-e2e-cypress/-/cli-plugin-e2e-cypress-4.5.19.tgz#ca7a276cd5b47ab7ad5ecf13f10d86136761643b" |
| 1398 | + integrity sha512-BThooL7vvtelmy9oCILIX8pHCSzvN++FPaZKFDdtHp8tk9XKGSgX5CeGPZe4lQaHEQnSYwK9+7X95DyUR1PjDA== |
1383 | 1399 | dependencies:
|
1384 |
| - "@vue/cli-shared-utils" "^3.12.1" |
1385 |
| - cypress "^3.2.0" |
1386 |
| - eslint-plugin-cypress "^2.2.1" |
| 1400 | + "@vue/cli-shared-utils" "^4.5.19" |
| 1401 | + cypress "^3.8.3" |
| 1402 | + eslint-plugin-cypress "^2.10.3" |
1387 | 1403 |
|
1388 | 1404 | "@vue/cli-plugin-eslint@^3.4.0":
|
1389 | 1405 | version "3.12.1"
|
|
1494 | 1510 | semver "^6.0.0"
|
1495 | 1511 | string.prototype.padstart "^3.0.0"
|
1496 | 1512 |
|
| 1513 | +"@vue/cli-shared-utils@^4.5.19": |
| 1514 | + version "4.5.19" |
| 1515 | + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.19.tgz#cc389b1de1b05073804c0fe9b4b083b928ef6130" |
| 1516 | + integrity sha512-JYpdsrC/d9elerKxbEUtmSSU6QRM60rirVubOewECHkBHj+tLNznWq/EhCjswywtePyLaMUK25eTqnTSZlEE+g== |
| 1517 | + dependencies: |
| 1518 | + "@achrinza/node-ipc" "9.2.2" |
| 1519 | + "@hapi/joi" "^15.0.1" |
| 1520 | + chalk "^2.4.2" |
| 1521 | + execa "^1.0.0" |
| 1522 | + launch-editor "^2.2.1" |
| 1523 | + lru-cache "^5.1.1" |
| 1524 | + open "^6.3.0" |
| 1525 | + ora "^3.4.0" |
| 1526 | + read-pkg "^5.1.1" |
| 1527 | + request "^2.88.2" |
| 1528 | + semver "^6.1.0" |
| 1529 | + strip-ansi "^6.0.0" |
| 1530 | + |
1497 | 1531 | "@vue/component-compiler-utils@^3.0.0", "@vue/component-compiler-utils@^3.1.0":
|
1498 | 1532 | version "3.2.0"
|
1499 | 1533 | resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
|
@@ -3816,7 +3850,7 @@ cyclist@^1.0.1:
|
3816 | 3850 | resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
3817 | 3851 | integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
3818 | 3852 |
|
3819 |
| -cypress@^3.2.0: |
| 3853 | +cypress@^3.8.3: |
3820 | 3854 | version "3.8.3"
|
3821 | 3855 | resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.8.3.tgz#e921f5482f1cbe5814891c878f26e704bbffd8f4"
|
3822 | 3856 | integrity sha512-I9L/d+ilTPPA4vq3NC1OPKmw7jJIpMKNdyfR8t1EXYzYCjyqbc59migOm1YSse/VRbISLJ+QGb5k4Y3bz2lkYw==
|
@@ -4224,7 +4258,7 @@ duplexify@^3.4.2, duplexify@^3.6.0:
|
4224 | 4258 | readable-stream "^2.0.0"
|
4225 | 4259 | stream-shift "^1.0.0"
|
4226 | 4260 |
|
4227 |
| -easy-stack@^1.0.1: |
| 4261 | +easy-stack@1.0.1, easy-stack@^1.0.1: |
4228 | 4262 | version "1.0.1"
|
4229 | 4263 | resolved "https://registry.yarnpkg.com/easy-stack/-/easy-stack-1.0.1.tgz#8afe4264626988cabb11f3c704ccd0c835411066"
|
4230 | 4264 | integrity sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==
|
@@ -4464,10 +4498,10 @@ eslint-module-utils@^2.6.0:
|
4464 | 4498 | debug "^2.6.9"
|
4465 | 4499 | pkg-dir "^2.0.0"
|
4466 | 4500 |
|
4467 |
| -eslint-plugin-cypress@^2.2.1: |
4468 |
| - version "2.11.2" |
4469 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0" |
4470 |
| - integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA== |
| 4501 | +eslint-plugin-cypress@^2.10.3: |
| 4502 | + version "2.12.1" |
| 4503 | + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz#9aeee700708ca8c058e00cdafe215199918c2632" |
| 4504 | + integrity sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA== |
4471 | 4505 | dependencies:
|
4472 | 4506 | globals "^11.12.0"
|
4473 | 4507 |
|
@@ -9731,7 +9765,7 @@ read-pkg@^2.0.0:
|
9731 | 9765 | normalize-package-data "^2.3.2"
|
9732 | 9766 | path-type "^2.0.0"
|
9733 | 9767 |
|
9734 |
| -read-pkg@^5.0.0: |
| 9768 | +read-pkg@^5.0.0, read-pkg@^5.1.1: |
9735 | 9769 | version "5.2.0"
|
9736 | 9770 | resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
9737 | 9771 | integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
@@ -9972,7 +10006,7 @@ request@2.88.0:
|
9972 | 10006 | tunnel-agent "^0.6.0"
|
9973 | 10007 | uuid "^3.3.2"
|
9974 | 10008 |
|
9975 |
| -request@^2.87.0, request@^2.88.0: |
| 10009 | +request@^2.87.0, request@^2.88.0, request@^2.88.2: |
9976 | 10010 | version "2.88.2"
|
9977 | 10011 | resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
9978 | 10012 | integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
|
@@ -10328,7 +10362,7 @@ semver@7.0.0:
|
10328 | 10362 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
10329 | 10363 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
10330 | 10364 |
|
10331 |
| -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
| 10365 | +semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
10332 | 10366 | version "6.3.0"
|
10333 | 10367 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
10334 | 10368 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
0 commit comments