|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 |
|
12 | | -"@babel/code-frame@^7.0.0": |
13 | | - version "7.15.8" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503" |
15 | | - integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg== |
16 | | - dependencies: |
17 | | - "@babel/highlight" "^7.14.5" |
18 | | - |
19 | 12 | "@babel/code-frame@^7.12.13": |
20 | 13 | version "7.12.13" |
21 | 14 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
|
2237 | 2230 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340" |
2238 | 2231 | integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A== |
2239 | 2232 |
|
2240 | | -"@types/parse-json@^4.0.0": |
2241 | | - version "4.0.0" |
2242 | | - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" |
2243 | | - integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== |
2244 | | - |
2245 | 2233 | "@types/prettier@^2.1.5": |
2246 | 2234 | version "2.3.1" |
2247 | 2235 | resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.1.tgz#54dd88bdc7f49958329666af3779561e47d5dab3" |
@@ -3036,17 +3024,6 @@ core-util-is@~1.0.0: |
3036 | 3024 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" |
3037 | 3025 | integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= |
3038 | 3026 |
|
3039 | | -cosmiconfig@^7.0.1: |
3040 | | - version "7.0.1" |
3041 | | - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" |
3042 | | - integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== |
3043 | | - dependencies: |
3044 | | - "@types/parse-json" "^4.0.0" |
3045 | | - import-fresh "^3.2.1" |
3046 | | - parse-json "^5.0.0" |
3047 | | - path-type "^4.0.0" |
3048 | | - yaml "^1.10.0" |
3049 | | - |
3050 | 3027 | cross-spawn@^5.0.1: |
3051 | 3028 | version "5.1.0" |
3052 | 3029 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" |
@@ -4626,11 +4603,6 @@ json-parse-better-errors@^1.0.1: |
4626 | 4603 | resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" |
4627 | 4604 | integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== |
4628 | 4605 |
|
4629 | | -json-parse-even-better-errors@^2.3.0: |
4630 | | - version "2.3.1" |
4631 | | - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" |
4632 | | - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== |
4633 | | - |
4634 | 4606 | json-schema-traverse@^0.4.1: |
4635 | 4607 | version "0.4.1" |
4636 | 4608 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" |
@@ -4679,29 +4651,30 @@ levn@~0.3.0: |
4679 | 4651 | prelude-ls "~1.1.2" |
4680 | 4652 | type-check "~0.3.2" |
4681 | 4653 |
|
4682 | | -lines-and-columns@^1.1.6: |
4683 | | - version "1.1.6" |
4684 | | - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
4685 | | - integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
| 4654 | +lilconfig@2.0.4: |
| 4655 | + version "2.0.4" |
| 4656 | + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082" |
| 4657 | + integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA== |
4686 | 4658 |
|
4687 | | -lint-staged@12.0.3: |
4688 | | - version "12.0.3" |
4689 | | - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.0.3.tgz#ad4fb2f857e08b5814abe9e9fbbbcceebfdd8484" |
4690 | | - integrity sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ== |
| 4659 | +lint-staged@12.1.1: |
| 4660 | + version "12.1.1" |
| 4661 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.1.tgz#d50efc88a0108d0f82158b3477bdce049bebfba8" |
| 4662 | + integrity sha512-zOmteWgJwTfZXcj6vXSnjeDDI/fvkKI2KOqRdc84ZFc2ZMDKXEeiTITtaskE3HiNrHraFmYVBpnMSZHngLoogA== |
4691 | 4663 | dependencies: |
4692 | 4664 | cli-truncate "^3.1.0" |
4693 | 4665 | colorette "^2.0.16" |
4694 | 4666 | commander "^8.3.0" |
4695 | | - cosmiconfig "^7.0.1" |
4696 | 4667 | debug "^4.3.2" |
4697 | 4668 | enquirer "^2.3.6" |
4698 | 4669 | execa "^5.1.1" |
| 4670 | + lilconfig "2.0.4" |
4699 | 4671 | listr2 "^3.13.3" |
4700 | 4672 | micromatch "^4.0.4" |
4701 | 4673 | normalize-path "^3.0.0" |
4702 | 4674 | object-inspect "^1.11.0" |
4703 | 4675 | string-argv "^0.3.1" |
4704 | 4676 | supports-color "^9.0.2" |
| 4677 | + yaml "^1.10.2" |
4705 | 4678 |
|
4706 | 4679 | listr2@^3.13.3: |
4707 | 4680 | version "3.13.3" |
@@ -5094,16 +5067,6 @@ parse-json@^4.0.0: |
5094 | 5067 | error-ex "^1.3.1" |
5095 | 5068 | json-parse-better-errors "^1.0.1" |
5096 | 5069 |
|
5097 | | -parse-json@^5.0.0: |
5098 | | - version "5.2.0" |
5099 | | - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" |
5100 | | - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== |
5101 | | - dependencies: |
5102 | | - "@babel/code-frame" "^7.0.0" |
5103 | | - error-ex "^1.3.1" |
5104 | | - json-parse-even-better-errors "^2.3.0" |
5105 | | - lines-and-columns "^1.1.6" |
5106 | | - |
5107 | 5070 | parse5@6.0.1: |
5108 | 5071 | version "6.0.1" |
5109 | 5072 | resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" |
@@ -6203,7 +6166,7 @@ yallist@^4.0.0: |
6203 | 6166 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
6204 | 6167 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
6205 | 6168 |
|
6206 | | -yaml@^1.10.0: |
| 6169 | +yaml@^1.10.2: |
6207 | 6170 | version "1.10.2" |
6208 | 6171 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" |
6209 | 6172 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== |
|
0 commit comments