|
1804 | 1804 | sass "^1.18.0" |
1805 | 1805 | stylus "^0.54.5" |
1806 | 1806 |
|
1807 | | -"@vue/test-utils@^1.0.0-beta.33": |
| 1807 | +"@vue/test-utils@^1.2.2": |
1808 | 1808 | version "1.2.2" |
1809 | 1809 | resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.2.2.tgz#0242ea4e202d4853541bb167fead3f2249140ab7" |
1810 | 1810 | integrity sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw== |
@@ -2572,11 +2572,50 @@ babel-code-frame@^6.26.0: |
2572 | 2572 | esutils "^2.0.2" |
2573 | 2573 | js-tokens "^3.0.2" |
2574 | 2574 |
|
| 2575 | +babel-core@^6.26.0, babel-core@^6.26.3: |
| 2576 | + version "6.26.3" |
| 2577 | + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" |
| 2578 | + integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== |
| 2579 | + dependencies: |
| 2580 | + babel-code-frame "^6.26.0" |
| 2581 | + babel-generator "^6.26.0" |
| 2582 | + babel-helpers "^6.24.1" |
| 2583 | + babel-messages "^6.23.0" |
| 2584 | + babel-register "^6.26.0" |
| 2585 | + babel-runtime "^6.26.0" |
| 2586 | + babel-template "^6.26.0" |
| 2587 | + babel-traverse "^6.26.0" |
| 2588 | + babel-types "^6.26.0" |
| 2589 | + babylon "^6.18.0" |
| 2590 | + convert-source-map "^1.5.1" |
| 2591 | + debug "^2.6.9" |
| 2592 | + json5 "^0.5.1" |
| 2593 | + lodash "^4.17.4" |
| 2594 | + minimatch "^3.0.4" |
| 2595 | + path-is-absolute "^1.0.1" |
| 2596 | + private "^0.1.8" |
| 2597 | + slash "^1.0.0" |
| 2598 | + source-map "^0.5.7" |
| 2599 | + |
2575 | 2600 | babel-core@^7.0.0-bridge.0: |
2576 | 2601 | version "7.0.0-bridge.0" |
2577 | 2602 | resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" |
2578 | 2603 | integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== |
2579 | 2604 |
|
| 2605 | +babel-generator@^6.26.0: |
| 2606 | + version "6.26.1" |
| 2607 | + resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" |
| 2608 | + integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== |
| 2609 | + dependencies: |
| 2610 | + babel-messages "^6.23.0" |
| 2611 | + babel-runtime "^6.26.0" |
| 2612 | + babel-types "^6.26.0" |
| 2613 | + detect-indent "^4.0.0" |
| 2614 | + jsesc "^1.3.0" |
| 2615 | + lodash "^4.17.4" |
| 2616 | + source-map "^0.5.7" |
| 2617 | + trim-right "^1.0.1" |
| 2618 | + |
2580 | 2619 | babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: |
2581 | 2620 | version "6.24.1" |
2582 | 2621 | resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" |
@@ -2687,6 +2726,14 @@ babel-helper-vue-jsx-merge-props@^2.0.2: |
2687 | 2726 | resolved "https://registry.yarnpkg.com/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-2.0.3.tgz#22aebd3b33902328e513293a8e4992b384f9f1b6" |
2688 | 2727 | integrity sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg== |
2689 | 2728 |
|
| 2729 | +babel-helpers@^6.24.1: |
| 2730 | + version "6.24.1" |
| 2731 | + resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" |
| 2732 | + integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= |
| 2733 | + dependencies: |
| 2734 | + babel-runtime "^6.22.0" |
| 2735 | + babel-template "^6.24.1" |
| 2736 | + |
2690 | 2737 | babel-jest@^24.9.0: |
2691 | 2738 | version "24.9.0" |
2692 | 2739 | resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-24.9.0.tgz#3fc327cb8467b89d14d7bc70e315104a783ccd54" |
@@ -3150,6 +3197,19 @@ babel-preset-vue@^2.0.2: |
3150 | 3197 | babel-plugin-syntax-jsx "^6.18.0" |
3151 | 3198 | babel-plugin-transform-vue-jsx "^3.5.0" |
3152 | 3199 |
|
| 3200 | +babel-register@^6.26.0: |
| 3201 | + version "6.26.0" |
| 3202 | + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" |
| 3203 | + integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= |
| 3204 | + dependencies: |
| 3205 | + babel-core "^6.26.0" |
| 3206 | + babel-runtime "^6.26.0" |
| 3207 | + core-js "^2.5.0" |
| 3208 | + home-or-tmp "^2.0.0" |
| 3209 | + lodash "^4.17.4" |
| 3210 | + mkdirp "^0.5.1" |
| 3211 | + source-map-support "^0.4.15" |
| 3212 | + |
3153 | 3213 | babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0: |
3154 | 3214 | version "6.26.0" |
3155 | 3215 | resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" |
@@ -4257,7 +4317,7 @@ content-type@~1.0.4: |
4257 | 4317 | resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" |
4258 | 4318 | integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== |
4259 | 4319 |
|
4260 | | -convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
| 4320 | +convert-source-map@^1.4.0, convert-source-map@^1.5.1, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
4261 | 4321 | version "1.8.0" |
4262 | 4322 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" |
4263 | 4323 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== |
@@ -4324,7 +4384,7 @@ core-js-compat@^3.14.0, core-js-compat@^3.16.0, core-js-compat@^3.6.5: |
4324 | 4384 | browserslist "^4.17.0" |
4325 | 4385 | semver "7.0.0" |
4326 | 4386 |
|
4327 | | -core-js@^2.4.0: |
| 4387 | +core-js@^2.4.0, core-js@^2.5.0: |
4328 | 4388 | version "2.6.12" |
4329 | 4389 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" |
4330 | 4390 | integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== |
@@ -4844,6 +4904,13 @@ destroy@~1.0.4: |
4844 | 4904 | resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" |
4845 | 4905 | integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= |
4846 | 4906 |
|
| 4907 | +detect-indent@^4.0.0: |
| 4908 | + version "4.0.0" |
| 4909 | + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" |
| 4910 | + integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= |
| 4911 | + dependencies: |
| 4912 | + repeating "^2.0.0" |
| 4913 | + |
4847 | 4914 | detect-newline@^2.1.0: |
4848 | 4915 | version "2.1.0" |
4849 | 4916 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" |
@@ -6391,6 +6458,14 @@ hogan.js@^3.0.2: |
6391 | 6458 | mkdirp "0.3.0" |
6392 | 6459 | nopt "1.0.10" |
6393 | 6460 |
|
| 6461 | +home-or-tmp@^2.0.0: |
| 6462 | + version "2.0.0" |
| 6463 | + resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" |
| 6464 | + integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= |
| 6465 | + dependencies: |
| 6466 | + os-homedir "^1.0.0" |
| 6467 | + os-tmpdir "^1.0.1" |
| 6468 | + |
6394 | 6469 | hosted-git-info@^2.1.4: |
6395 | 6470 | version "2.8.9" |
6396 | 6471 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" |
@@ -7023,6 +7098,11 @@ is-extglob@^2.1.0, is-extglob@^2.1.1: |
7023 | 7098 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" |
7024 | 7099 | integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= |
7025 | 7100 |
|
| 7101 | +is-finite@^1.0.0: |
| 7102 | + version "1.1.0" |
| 7103 | + resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" |
| 7104 | + integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== |
| 7105 | + |
7026 | 7106 | is-fullwidth-code-point@^1.0.0: |
7027 | 7107 | version "1.0.0" |
7028 | 7108 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" |
@@ -8259,6 +8339,11 @@ jsdom@^15.2.1: |
8259 | 8339 | ws "^7.0.0" |
8260 | 8340 | xml-name-validator "^3.0.0" |
8261 | 8341 |
|
| 8342 | +jsesc@^1.3.0: |
| 8343 | + version "1.3.0" |
| 8344 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" |
| 8345 | + integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= |
| 8346 | + |
8262 | 8347 | jsesc@^2.5.1: |
8263 | 8348 | version "2.5.2" |
8264 | 8349 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
@@ -9722,12 +9807,17 @@ os-browserify@^0.3.0: |
9722 | 9807 | resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" |
9723 | 9808 | integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= |
9724 | 9809 |
|
| 9810 | +os-homedir@^1.0.0: |
| 9811 | + version "1.0.2" |
| 9812 | + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" |
| 9813 | + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= |
| 9814 | + |
9725 | 9815 | os-homedir@^2.0.0: |
9726 | 9816 | version "2.0.0" |
9727 | 9817 | resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-2.0.0.tgz#a0c76bb001a8392a503cbd46e7e650b3423a923c" |
9728 | 9818 | integrity sha512-saRNz0DSC5C/I++gFIaJTXoFJMRwiP5zHar5vV3xQ2TkgEw6hDCcU5F272JjUylpiVgBrZNQHnfjkLabTfb92Q== |
9729 | 9819 |
|
9730 | | -os-tmpdir@~1.0.2: |
| 9820 | +os-tmpdir@^1.0.1, os-tmpdir@~1.0.2: |
9731 | 9821 | version "1.0.2" |
9732 | 9822 | resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" |
9733 | 9823 | integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= |
@@ -9984,7 +10074,7 @@ path-exists@^4.0.0: |
9984 | 10074 | resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" |
9985 | 10075 | integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== |
9986 | 10076 |
|
9987 | | -path-is-absolute@^1.0.0: |
| 10077 | +path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: |
9988 | 10078 | version "1.0.1" |
9989 | 10079 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" |
9990 | 10080 | integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= |
@@ -10581,7 +10671,7 @@ prismjs@^1.13.0, prismjs@^1.20.0: |
10581 | 10671 | resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.24.1.tgz#c4d7895c4d6500289482fa8936d9cdd192684036" |
10582 | 10672 | integrity sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow== |
10583 | 10673 |
|
10584 | | -private@^0.1.6: |
| 10674 | +private@^0.1.6, private@^0.1.8: |
10585 | 10675 | version "0.1.8" |
10586 | 10676 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" |
10587 | 10677 | integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== |
@@ -11229,6 +11319,13 @@ repeat-string@^1.5.4, repeat-string@^1.6.1: |
11229 | 11319 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" |
11230 | 11320 | integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= |
11231 | 11321 |
|
| 11322 | +repeating@^2.0.0: |
| 11323 | + version "2.0.1" |
| 11324 | + resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" |
| 11325 | + integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= |
| 11326 | + dependencies: |
| 11327 | + is-finite "^1.0.0" |
| 11328 | + |
11232 | 11329 | replace-ext@1.0.0: |
11233 | 11330 | version "1.0.0" |
11234 | 11331 | resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" |
@@ -11941,6 +12038,13 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: |
11941 | 12038 | source-map-url "^0.4.0" |
11942 | 12039 | urix "^0.1.0" |
11943 | 12040 |
|
| 12041 | +source-map-support@^0.4.15: |
| 12042 | + version "0.4.18" |
| 12043 | + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" |
| 12044 | + integrity sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA== |
| 12045 | + dependencies: |
| 12046 | + source-map "^0.5.6" |
| 12047 | + |
11944 | 12048 | source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.19: |
11945 | 12049 | version "0.5.20" |
11946 | 12050 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" |
@@ -11969,7 +12073,7 @@ source-map@0.7.3, source-map@^0.7.3, source-map@~0.7.2: |
11969 | 12073 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" |
11970 | 12074 | integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== |
11971 | 12075 |
|
11972 | | -source-map@^0.5.0, source-map@^0.5.6: |
| 12076 | +source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7: |
11973 | 12077 | version "0.5.7" |
11974 | 12078 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |
11975 | 12079 | integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= |
@@ -12685,6 +12789,11 @@ traverse@^0.6.6: |
12685 | 12789 | resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" |
12686 | 12790 | integrity sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc= |
12687 | 12791 |
|
| 12792 | +trim-right@^1.0.1: |
| 12793 | + version "1.0.1" |
| 12794 | + resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" |
| 12795 | + integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= |
| 12796 | + |
12688 | 12797 | trim-trailing-lines@^1.0.0: |
12689 | 12798 | version "1.1.4" |
12690 | 12799 | resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0" |
|
0 commit comments