|
1023 | 1023 | "@types/connect" "*"
|
1024 | 1024 | "@types/node" "*"
|
1025 | 1025 |
|
| 1026 | +"@types/color-name@^1.1.1": |
| 1027 | + version "1.1.1" |
| 1028 | + resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
| 1029 | + integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== |
| 1030 | + |
1026 | 1031 | "@types/connect@*":
|
1027 | 1032 | version "3.4.32"
|
1028 | 1033 | resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.32.tgz#aa0e9616b9435ccad02bc52b5b454ffc2c70ba28"
|
|
1123 | 1128 | resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.9.tgz#ffeee23afdc19ab16e979338e7b536fdebbbaeaf"
|
1124 | 1129 | integrity sha512-+YB9FtyxXGyD54p8rXwWaN1EWEyar5L58GlGWgtH2I9rGmLGBQcw63+0jw+ujqVavNuO47S1ByAjm9zdHMnskw==
|
1125 | 1130 |
|
1126 |
| -"@types/normalize-package-data@^2.4.0": |
1127 |
| - version "2.4.0" |
1128 |
| - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" |
1129 |
| - integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA== |
| 1131 | +"@types/parse-json@^4.0.0": |
| 1132 | + version "4.0.0" |
| 1133 | + resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" |
| 1134 | + integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== |
1130 | 1135 |
|
1131 | 1136 | "@types/prop-types@*":
|
1132 | 1137 | version "15.7.1"
|
@@ -1368,6 +1373,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
1368 | 1373 | dependencies:
|
1369 | 1374 | color-convert "^1.9.0"
|
1370 | 1375 |
|
| 1376 | +ansi-styles@^4.1.0: |
| 1377 | + version "4.2.1" |
| 1378 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" |
| 1379 | + integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== |
| 1380 | + dependencies: |
| 1381 | + "@types/color-name" "^1.1.1" |
| 1382 | + color-convert "^2.0.1" |
| 1383 | + |
1371 | 1384 | ansi-to-html@^0.6.4:
|
1372 | 1385 | version "0.6.11"
|
1373 | 1386 | resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.11.tgz#5093fc4962186c0e9343dec572a4f71abdc93439"
|
@@ -1937,6 +1950,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.1, chalk@^2.4
|
1937 | 1950 | escape-string-regexp "^1.0.5"
|
1938 | 1951 | supports-color "^5.3.0"
|
1939 | 1952 |
|
| 1953 | +chalk@^4.0.0: |
| 1954 | + version "4.1.0" |
| 1955 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
| 1956 | + integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
| 1957 | + dependencies: |
| 1958 | + ansi-styles "^4.1.0" |
| 1959 | + supports-color "^7.1.0" |
| 1960 | + |
1940 | 1961 | chardet@^0.7.0:
|
1941 | 1962 | version "0.7.0"
|
1942 | 1963 | resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
|
@@ -2095,12 +2116,19 @@ color-convert@^1.9.0, color-convert@^1.9.1:
|
2095 | 2116 | dependencies:
|
2096 | 2117 | color-name "1.1.3"
|
2097 | 2118 |
|
| 2119 | +color-convert@^2.0.1: |
| 2120 | + version "2.0.1" |
| 2121 | + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
| 2122 | + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
| 2123 | + dependencies: |
| 2124 | + color-name "~1.1.4" |
| 2125 | + |
2098 | 2126 |
|
2099 | 2127 | version "1.1.3"
|
2100 | 2128 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
2101 | 2129 | integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
|
2102 | 2130 |
|
2103 |
| -color-name@^1.0.0: |
| 2131 | +color-name@^1.0.0, color-name@~1.1.4: |
2104 | 2132 | version "1.1.4"
|
2105 | 2133 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
2106 | 2134 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
@@ -2148,6 +2176,11 @@ commondir@^1.0.1:
|
2148 | 2176 | resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
2149 | 2177 | integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
|
2150 | 2178 |
|
| 2179 | +compare-versions@^3.6.0: |
| 2180 | + version "3.6.0" |
| 2181 | + resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" |
| 2182 | + integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA== |
| 2183 | + |
2151 | 2184 | component-emitter@^1.2.1:
|
2152 | 2185 | version "1.3.0"
|
2153 | 2186 | resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
|
@@ -2225,6 +2258,17 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.2.1:
|
2225 | 2258 | js-yaml "^3.13.1"
|
2226 | 2259 | parse-json "^4.0.0"
|
2227 | 2260 |
|
| 2261 | +cosmiconfig@^7.0.0: |
| 2262 | + version "7.0.0" |
| 2263 | + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3" |
| 2264 | + integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA== |
| 2265 | + dependencies: |
| 2266 | + "@types/parse-json" "^4.0.0" |
| 2267 | + import-fresh "^3.2.1" |
| 2268 | + parse-json "^5.0.0" |
| 2269 | + path-type "^4.0.0" |
| 2270 | + yaml "^1.10.0" |
| 2271 | + |
2228 | 2272 | create-ecdh@^4.0.0:
|
2229 | 2273 | version "4.0.3"
|
2230 | 2274 | resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
|
@@ -3423,6 +3467,13 @@ find-up@^4.0.0:
|
3423 | 3467 | locate-path "^5.0.0"
|
3424 | 3468 | path-exists "^4.0.0"
|
3425 | 3469 |
|
| 3470 | +find-versions@^3.2.0: |
| 3471 | + version "3.2.0" |
| 3472 | + resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e" |
| 3473 | + integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww== |
| 3474 | + dependencies: |
| 3475 | + semver-regex "^2.0.0" |
| 3476 | + |
3426 | 3477 | find@^0.3.0:
|
3427 | 3478 | version "0.3.0"
|
3428 | 3479 | resolved "https://registry.yarnpkg.com/find/-/find-0.3.0.tgz#4082e8fc8d8320f1a382b5e4f521b9bc50775cb8"
|
@@ -3557,11 +3608,6 @@ get-stdin@^6.0.0:
|
3557 | 3608 | resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
|
3558 | 3609 | integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
|
3559 | 3610 |
|
3560 |
| -get-stdin@^7.0.0: |
3561 |
| - version "7.0.0" |
3562 |
| - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" |
3563 |
| - integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== |
3564 |
| - |
3565 | 3611 | get-stream@^4.0.0:
|
3566 | 3612 | version "4.1.0"
|
3567 | 3613 | resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
|
@@ -3725,6 +3771,11 @@ has-flag@^3.0.0:
|
3725 | 3771 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
3726 | 3772 | integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
|
3727 | 3773 |
|
| 3774 | +has-flag@^4.0.0: |
| 3775 | + version "4.0.0" |
| 3776 | + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
| 3777 | + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
| 3778 | + |
3728 | 3779 | has-symbols@^1.0.0:
|
3729 | 3780 | version "1.0.0"
|
3730 | 3781 | resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
|
@@ -3905,22 +3956,21 @@ https-proxy-agent@^4.0.0:
|
3905 | 3956 | agent-base "5"
|
3906 | 3957 | debug "4"
|
3907 | 3958 |
|
3908 |
| -husky@^3.0.2: |
3909 |
| - version "3.0.2" |
3910 |
| - resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.2.tgz#e78fd2ae16edca59fc88e56aeb8d70acdcc1c082" |
3911 |
| - integrity sha512-WXCtaME2x0o4PJlKY4ap8BzLA+D0zlvefqAvLCPriOOu+x0dpO5uc5tlB7CY6/0SE2EESmoZsj4jW5D09KrJoA== |
| 3959 | +husky@^4.3.0: |
| 3960 | + version "4.3.0" |
| 3961 | + resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de" |
| 3962 | + integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA== |
3912 | 3963 | dependencies:
|
3913 |
| - chalk "^2.4.2" |
3914 |
| - cosmiconfig "^5.2.1" |
3915 |
| - execa "^1.0.0" |
3916 |
| - get-stdin "^7.0.0" |
3917 |
| - is-ci "^2.0.0" |
| 3964 | + chalk "^4.0.0" |
| 3965 | + ci-info "^2.0.0" |
| 3966 | + compare-versions "^3.6.0" |
| 3967 | + cosmiconfig "^7.0.0" |
| 3968 | + find-versions "^3.2.0" |
3918 | 3969 | opencollective-postinstall "^2.0.2"
|
3919 | 3970 | pkg-dir "^4.2.0"
|
3920 |
| - please-upgrade-node "^3.1.1" |
3921 |
| - read-pkg "^5.1.1" |
3922 |
| - run-node "^1.0.0" |
| 3971 | + please-upgrade-node "^3.2.0" |
3923 | 3972 | slash "^3.0.0"
|
| 3973 | + which-pm-runs "^1.0.0" |
3924 | 3974 |
|
3925 | 3975 | [email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4:
|
3926 | 3976 | version "0.4.24"
|
@@ -3977,6 +4027,14 @@ import-fresh@^3.0.0:
|
3977 | 4027 | parent-module "^1.0.0"
|
3978 | 4028 | resolve-from "^4.0.0"
|
3979 | 4029 |
|
| 4030 | +import-fresh@^3.2.1: |
| 4031 | + version "3.2.1" |
| 4032 | + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" |
| 4033 | + integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ== |
| 4034 | + dependencies: |
| 4035 | + parent-module "^1.0.0" |
| 4036 | + resolve-from "^4.0.0" |
| 4037 | + |
3980 | 4038 | import-local@^2.0.0:
|
3981 | 4039 | version "2.0.0"
|
3982 | 4040 | resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
|
@@ -5642,7 +5700,7 @@ normalize-html-whitespace@^1.0.0:
|
5642 | 5700 | resolved "https://registry.yarnpkg.com/normalize-html-whitespace/-/normalize-html-whitespace-1.0.0.tgz#5e3c8e192f1b06c3b9eee4b7e7f28854c7601e34"
|
5643 | 5701 | integrity sha512-9ui7CGtOOlehQu0t/OhhlmDyc71mKVlv+4vF+me4iZLPrNtRL2xoquEdfZxasC/bdQi/Hr3iTrpyRKIG+ocabA==
|
5644 | 5702 |
|
5645 |
| -normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: |
| 5703 | +normalize-package-data@^2.3.2: |
5646 | 5704 | version "2.5.0"
|
5647 | 5705 | resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
5648 | 5706 | integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
|
@@ -6254,10 +6312,10 @@ pkg-dir@^4.2.0:
|
6254 | 6312 | dependencies:
|
6255 | 6313 | find-up "^4.0.0"
|
6256 | 6314 |
|
6257 |
| -please-upgrade-node@^3.1.1: |
6258 |
| - version "3.1.1" |
6259 |
| - resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz#ed320051dfcc5024fae696712c8288993595e8ac" |
6260 |
| - integrity sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ== |
| 6315 | +please-upgrade-node@^3.1.1, please-upgrade-node@^3.2.0: |
| 6316 | + version "3.2.0" |
| 6317 | + resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz#aeddd3f994c933e4ad98b99d9a556efa0e2fe942" |
| 6318 | + integrity sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg== |
6261 | 6319 | dependencies:
|
6262 | 6320 | semver-compare "^1.0.0"
|
6263 | 6321 |
|
@@ -6893,16 +6951,6 @@ read-pkg@^3.0.0:
|
6893 | 6951 | normalize-package-data "^2.3.2"
|
6894 | 6952 | path-type "^3.0.0"
|
6895 | 6953 |
|
6896 |
| -read-pkg@^5.1.1: |
6897 |
| - version "5.2.0" |
6898 |
| - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" |
6899 |
| - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== |
6900 |
| - dependencies: |
6901 |
| - "@types/normalize-package-data" "^2.4.0" |
6902 |
| - normalize-package-data "^2.5.0" |
6903 |
| - parse-json "^5.0.0" |
6904 |
| - type-fest "^0.6.0" |
6905 |
| - |
6906 | 6954 | readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.3, readable-stream@~2.3.6:
|
6907 | 6955 | version "2.3.6"
|
6908 | 6956 | resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
|
@@ -7233,11 +7281,6 @@ run-async@^2.2.0:
|
7233 | 7281 | dependencies:
|
7234 | 7282 | is-promise "^2.1.0"
|
7235 | 7283 |
|
7236 |
| -run-node@^1.0.0: |
7237 |
| - version "1.0.0" |
7238 |
| - resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e" |
7239 |
| - integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A== |
7240 |
| - |
7241 | 7284 | run-parallel@^1.1.9:
|
7242 | 7285 | version "1.1.9"
|
7243 | 7286 | resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
|
@@ -7334,6 +7377,11 @@ semver-compare@^1.0.0:
|
7334 | 7377 | resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
|
7335 | 7378 | integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w=
|
7336 | 7379 |
|
| 7380 | +semver-regex@^2.0.0: |
| 7381 | + version "2.0.0" |
| 7382 | + resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338" |
| 7383 | + integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw== |
| 7384 | + |
7337 | 7385 | "semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5, semver@^5.5.0, semver@^5.6.0:
|
7338 | 7386 | version "5.7.0"
|
7339 | 7387 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
|
@@ -7897,6 +7945,13 @@ supports-color@^6.1.0:
|
7897 | 7945 | dependencies:
|
7898 | 7946 | has-flag "^3.0.0"
|
7899 | 7947 |
|
| 7948 | +supports-color@^7.1.0: |
| 7949 | + version "7.2.0" |
| 7950 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" |
| 7951 | + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== |
| 7952 | + dependencies: |
| 7953 | + has-flag "^4.0.0" |
| 7954 | + |
7900 | 7955 | svgo@^1.0.0, svgo@^1.2.2:
|
7901 | 7956 | version "1.3.0"
|
7902 | 7957 | resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.0.tgz#bae51ba95ded9a33a36b7c46ce9c359ae9154313"
|
@@ -8201,11 +8256,6 @@ type-fest@^0.5.2:
|
8201 | 8256 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
|
8202 | 8257 | integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw==
|
8203 | 8258 |
|
8204 |
| -type-fest@^0.6.0: |
8205 |
| - version "0.6.0" |
8206 |
| - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" |
8207 |
| - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== |
8208 |
| - |
8209 | 8259 | typedarray@^0.0.6:
|
8210 | 8260 | version "0.0.6"
|
8211 | 8261 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
@@ -8481,6 +8531,11 @@ which-module@^2.0.0:
|
8481 | 8531 | resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
8482 | 8532 | integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
8483 | 8533 |
|
| 8534 | +which-pm-runs@^1.0.0: |
| 8535 | + version "1.0.0" |
| 8536 | + resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb" |
| 8537 | + integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs= |
| 8538 | + |
8484 | 8539 | which@^1.2.9, which@^1.3.0:
|
8485 | 8540 | version "1.3.1"
|
8486 | 8541 | resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
@@ -8581,6 +8636,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
|
8581 | 8636 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
|
8582 | 8637 | integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
|
8583 | 8638 |
|
| 8639 | +yaml@^1.10.0: |
| 8640 | + version "1.10.0" |
| 8641 | + resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e" |
| 8642 | + integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== |
| 8643 | + |
8584 | 8644 |
|
8585 | 8645 | version "10.1.0"
|
8586 | 8646 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"
|
|
0 commit comments