|
2155 | 2155 | optionalDependencies:
|
2156 | 2156 | prettier "^1.18.2"
|
2157 | 2157 |
|
| 2158 | +"@vue/devtools-api@^7.5.2": |
| 2159 | + version "7.5.3" |
| 2160 | + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.5.3.tgz#577f191f419ceef6c5c8e5366169cc8b6755a645" |
| 2161 | + integrity sha512-nwz45qBxHOUdZzaYP9V3E1aFOgPpoMmNlBcGn0dsUxizlws4wJ4V6P6849yt28p5NSQ/2E3V87JXFAuk3N9Inw== |
| 2162 | + dependencies: |
| 2163 | + "@vue/devtools-kit" "^7.5.3" |
| 2164 | + |
| 2165 | +"@vue/devtools-kit@^7.5.3": |
| 2166 | + version "7.5.3" |
| 2167 | + resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.5.3.tgz#c103e2b9026edb3289c90c887dddd2e837e8727b" |
| 2168 | + integrity sha512-XSTXCAHshYniK3gLQfhMRDuDLLj6vHFWKVl1tvtSgZ0iJy5AXoI4U/GKGlyS2uS1hwZCSoNSGdkKtbW/pn/Iuw== |
| 2169 | + dependencies: |
| 2170 | + "@vue/devtools-shared" "^7.5.3" |
| 2171 | + birpc "^0.2.19" |
| 2172 | + hookable "^5.5.3" |
| 2173 | + mitt "^3.0.1" |
| 2174 | + perfect-debounce "^1.0.0" |
| 2175 | + speakingurl "^14.0.1" |
| 2176 | + superjson "^2.2.1" |
| 2177 | + |
| 2178 | +"@vue/devtools-shared@^7.5.3": |
| 2179 | + version "7.5.3" |
| 2180 | + resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.5.3.tgz#c7561b925e49b36d3f2058c23068a0f5509d9f4d" |
| 2181 | + integrity sha512-i2tCUtAEQ0S8AmTuy6FSOmVKCB5ajmMaVrrw0ypX75koLSo1mssQ8zezds5IoUZHRiXBsgoGHbJGuGwyrSGhqQ== |
| 2182 | + dependencies: |
| 2183 | + rfdc "^1.4.1" |
| 2184 | + |
2158 | 2185 | "@vue/test-utils@^1.0.4":
|
2159 | 2186 | version "1.0.4"
|
2160 | 2187 | resolved "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.0.4.tgz#6341caccdf72da5914a5168e680ea12550fba98a"
|
@@ -2976,6 +3003,11 @@ bindings@^1.5.0:
|
2976 | 3003 | dependencies:
|
2977 | 3004 | file-uri-to-path "1.0.0"
|
2978 | 3005 |
|
| 3006 | +birpc@^0.2.19: |
| 3007 | + version "0.2.19" |
| 3008 | + resolved "https://registry.yarnpkg.com/birpc/-/birpc-0.2.19.tgz#cdd183a4a70ba103127d49765b4a71349da5a0ca" |
| 3009 | + integrity sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ== |
| 3010 | + |
2979 | 3011 | blob-util@2.0.2:
|
2980 | 3012 | version "2.0.2"
|
2981 | 3013 | resolved "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
|
@@ -3928,6 +3960,13 @@ cookie@^0.4.1:
|
3928 | 3960 | resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
|
3929 | 3961 | integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
|
3930 | 3962 |
|
| 3963 | +copy-anything@^3.0.2: |
| 3964 | + version "3.0.5" |
| 3965 | + resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-3.0.5.tgz#2d92dce8c498f790fa7ad16b01a1ae5a45b020a0" |
| 3966 | + integrity sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w== |
| 3967 | + dependencies: |
| 3968 | + is-what "^4.1.8" |
| 3969 | + |
3931 | 3970 | copy-concurrently@^1.0.0:
|
3932 | 3971 | version "1.0.5"
|
3933 | 3972 | resolved "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
|
@@ -6139,6 +6178,11 @@ hmac-drbg@^1.0.0:
|
6139 | 6178 | minimalistic-assert "^1.0.0"
|
6140 | 6179 | minimalistic-crypto-utils "^1.0.1"
|
6141 | 6180 |
|
| 6181 | +hookable@^5.5.3: |
| 6182 | + version "5.5.3" |
| 6183 | + resolved "https://registry.yarnpkg.com/hookable/-/hookable-5.5.3.tgz#6cfc358984a1ef991e2518cb9ed4a778bbd3215d" |
| 6184 | + integrity sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ== |
| 6185 | + |
6142 | 6186 | hoopy@^0.1.4:
|
6143 | 6187 | version "0.1.4"
|
6144 | 6188 | resolved "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
|
@@ -6898,6 +6942,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
6898 | 6942 | resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
6899 | 6943 | integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
|
6900 | 6944 |
|
| 6945 | +is-what@^4.1.8: |
| 6946 | + version "4.1.16" |
| 6947 | + resolved "https://registry.yarnpkg.com/is-what/-/is-what-4.1.16.tgz#1ad860a19da8b4895ad5495da3182ce2acdd7a6f" |
| 6948 | + integrity sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A== |
| 6949 | + |
6901 | 6950 | is-whitespace-character@^1.0.0:
|
6902 | 6951 | version "1.0.4"
|
6903 | 6952 | resolved "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
|
@@ -8279,6 +8328,11 @@ mississippi@^3.0.0:
|
8279 | 8328 | stream-each "^1.1.0"
|
8280 | 8329 | through2 "^2.0.0"
|
8281 | 8330 |
|
| 8331 | +mitt@^3.0.1: |
| 8332 | + version "3.0.1" |
| 8333 | + resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1" |
| 8334 | + integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw== |
| 8335 | + |
8282 | 8336 | mixin-deep@^1.2.0:
|
8283 | 8337 | version "1.3.2"
|
8284 | 8338 | resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
|
@@ -9114,6 +9168,11 @@ pend@~1.2.0:
|
9114 | 9168 | resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
|
9115 | 9169 | integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
|
9116 | 9170 |
|
| 9171 | +perfect-debounce@^1.0.0: |
| 9172 | + version "1.0.0" |
| 9173 | + resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz#9c2e8bc30b169cc984a58b7d5b28049839591d2a" |
| 9174 | + integrity sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA== |
| 9175 | + |
9117 | 9176 | performance-now@^2.1.0:
|
9118 | 9177 | version "2.1.0"
|
9119 | 9178 | resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
@@ -10635,6 +10694,11 @@ rewrite-imports@^2.0.3:
|
10635 | 10694 | resolved "https://registry.npmjs.org/rewrite-imports/-/rewrite-imports-2.0.3.tgz#210fc05ebda6a6c6a2e396608b0146003d510dda"
|
10636 | 10695 | integrity sha512-R7ICJEeP3y+d/q4C8YEJj9nRP0JyiSqG07uc0oQh8JvAe706dDFVL95GBZYCjADqmhArZWWjfM/5EcmVu4/B+g==
|
10637 | 10696 |
|
| 10697 | +rfdc@^1.4.1: |
| 10698 | + version "1.4.1" |
| 10699 | + resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca" |
| 10700 | + integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA== |
| 10701 | + |
10638 | 10702 | rgb-regex@^1.0.1:
|
10639 | 10703 | version "1.0.1"
|
10640 | 10704 | resolved "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
|
@@ -11125,6 +11189,11 @@ spdx-license-ids@^3.0.0:
|
11125 | 11189 | resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654"
|
11126 | 11190 | integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==
|
11127 | 11191 |
|
| 11192 | +speakingurl@^14.0.1: |
| 11193 | + version "14.0.1" |
| 11194 | + resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53" |
| 11195 | + integrity sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ== |
| 11196 | + |
11128 | 11197 | specificity@^0.4.1:
|
11129 | 11198 | version "0.4.1"
|
11130 | 11199 | resolved "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
|
@@ -11535,6 +11604,13 @@ sugarss@^2.0.0:
|
11535 | 11604 | dependencies:
|
11536 | 11605 | postcss "^7.0.2"
|
11537 | 11606 |
|
| 11607 | +superjson@^2.2.1: |
| 11608 | + version "2.2.1" |
| 11609 | + resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733" |
| 11610 | + integrity sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA== |
| 11611 | + dependencies: |
| 11612 | + copy-anything "^3.0.2" |
| 11613 | + |
11538 | 11614 | supports-color@^2.0.0:
|
11539 | 11615 | version "2.0.0"
|
11540 | 11616 | resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
|
@@ -11979,6 +12055,11 @@ type-fest@^0.8.0, type-fest@^0.8.1:
|
11979 | 12055 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
|
11980 | 12056 | integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
11981 | 12057 |
|
| 12058 | +type-fest@^4.8.3: |
| 12059 | + version "4.26.1" |
| 12060 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.26.1.tgz#a4a17fa314f976dd3e6d6675ef6c775c16d7955e" |
| 12061 | + integrity sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg== |
| 12062 | + |
11982 | 12063 | type-is@~1.6.17, type-is@~1.6.18:
|
11983 | 12064 | version "1.6.18"
|
11984 | 12065 | resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
|
@@ -12312,10 +12393,13 @@ vary@^1.1.2, vary@~1.1.2:
|
12312 | 12393 | resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
12313 | 12394 | integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
12314 | 12395 |
|
12315 |
| -vee-validate@^3.3.9: |
12316 |
| - version "3.3.9" |
12317 |
| - resolved "https://registry.npmjs.org/vee-validate/-/vee-validate-3.3.9.tgz#73db22eb28bea913b6a93b90369bb4cbf5e67d45" |
12318 |
| - integrity sha512-0ibP+8dNU8XitkhcB5UBnVlHdPlUqFx6jGg4vNUN/lw5geVKBvgyo83y7YCvYA5iqQPgCnuQxsx8kTHa0d/Zyw== |
| 12396 | +vee-validate@^4.14.4: |
| 12397 | + version "4.14.4" |
| 12398 | + resolved "https://registry.yarnpkg.com/vee-validate/-/vee-validate-4.14.4.tgz#4c3b05614e66072be9ac0a4e1f616696ece0f427" |
| 12399 | + integrity sha512-Eg1FK2IqxqmujjN8Oehvqfx+QynyrIVc6Su2h/HQI/m3VEyUXW4wlB0h0sLkNizsEWlTj7Kwxn5Q2UWCr7RTQg== |
| 12400 | + dependencies: |
| 12401 | + "@vue/devtools-api" "^7.5.2" |
| 12402 | + type-fest "^4.8.3" |
12319 | 12403 |
|
12320 | 12404 | vendors@^1.0.0:
|
12321 | 12405 | version "1.0.4"
|
|
0 commit comments