|
37 | 37 | dependencies:
|
38 | 38 | "@babel/highlight" "^7.10.4"
|
39 | 39 |
|
| 40 | +"@babel/code-frame@^7.22.13": |
| 41 | + version "7.22.13" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 43 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 44 | + dependencies: |
| 45 | + "@babel/highlight" "^7.22.13" |
| 46 | + chalk "^2.4.2" |
| 47 | + |
40 | 48 | "@babel/compat-data@^7.10.4":
|
41 | 49 | version "7.10.5"
|
42 | 50 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.5.tgz#d38425e67ea96b1480a3f50404d1bf85676301a6"
|
|
77 | 85 | jsesc "^2.5.1"
|
78 | 86 | source-map "^0.5.0"
|
79 | 87 |
|
| 88 | +"@babel/generator@^7.23.0": |
| 89 | + version "7.23.0" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 91 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 92 | + dependencies: |
| 93 | + "@babel/types" "^7.23.0" |
| 94 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 95 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 96 | + jsesc "^2.5.1" |
| 97 | + |
80 | 98 | "@babel/helper-annotate-as-pure@^7.10.4":
|
81 | 99 | version "7.10.4"
|
82 | 100 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
|
|
133 | 151 | "@babel/types" "^7.10.5"
|
134 | 152 | lodash "^4.17.19"
|
135 | 153 |
|
| 154 | +"@babel/helper-environment-visitor@^7.22.20": |
| 155 | + version "7.22.20" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 157 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 158 | + |
136 | 159 | "@babel/helper-explode-assignable-expression@^7.10.4":
|
137 | 160 | version "7.10.4"
|
138 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz#40a1cd917bff1288f699a94a75b37a1a2dbd8c7c"
|
|
150 | 173 | "@babel/template" "^7.10.4"
|
151 | 174 | "@babel/types" "^7.10.4"
|
152 | 175 |
|
| 176 | +"@babel/helper-function-name@^7.23.0": |
| 177 | + version "7.23.0" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 179 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 180 | + dependencies: |
| 181 | + "@babel/template" "^7.22.15" |
| 182 | + "@babel/types" "^7.23.0" |
| 183 | + |
153 | 184 | "@babel/helper-get-function-arity@^7.10.4":
|
154 | 185 | version "7.10.4"
|
155 | 186 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
|
|
164 | 195 | dependencies:
|
165 | 196 | "@babel/types" "^7.10.4"
|
166 | 197 |
|
| 198 | +"@babel/helper-hoist-variables@^7.22.5": |
| 199 | + version "7.22.5" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 201 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 202 | + dependencies: |
| 203 | + "@babel/types" "^7.22.5" |
| 204 | + |
167 | 205 | "@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5":
|
168 | 206 | version "7.10.5"
|
169 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz#172f56e7a63e78112f3a04055f24365af702e7ee"
|
|
246 | 284 | dependencies:
|
247 | 285 | "@babel/types" "^7.10.4"
|
248 | 286 |
|
| 287 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 288 | + version "7.22.6" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 290 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 291 | + dependencies: |
| 292 | + "@babel/types" "^7.22.5" |
| 293 | + |
| 294 | +"@babel/helper-string-parser@^7.22.5": |
| 295 | + version "7.22.5" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 297 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 298 | + |
249 | 299 | "@babel/helper-validator-identifier@^7.10.4":
|
250 | 300 | version "7.10.4"
|
251 | 301 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
252 | 302 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
253 | 303 |
|
| 304 | +"@babel/helper-validator-identifier@^7.22.20": |
| 305 | + version "7.22.20" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 307 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 308 | + |
254 | 309 | "@babel/helper-wrap-function@^7.10.4":
|
255 | 310 | version "7.10.4"
|
256 | 311 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
|
|
279 | 334 | chalk "^2.0.0"
|
280 | 335 | js-tokens "^4.0.0"
|
281 | 336 |
|
| 337 | +"@babel/highlight@^7.22.13": |
| 338 | + version "7.22.20" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 340 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 341 | + dependencies: |
| 342 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 343 | + chalk "^2.4.2" |
| 344 | + js-tokens "^4.0.0" |
| 345 | + |
282 | 346 | "@babel/parser@^7.10.4", "@babel/parser@^7.10.5":
|
283 | 347 | version "7.10.5"
|
284 | 348 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
|
285 | 349 | integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
|
286 | 350 |
|
| 351 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 352 | + version "7.23.0" |
| 353 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 354 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 355 | + |
287 | 356 | "@babel/plugin-proposal-async-generator-functions@^7.10.4":
|
288 | 357 | version "7.10.5"
|
289 | 358 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
|
|
826 | 895 | "@babel/parser" "^7.10.4"
|
827 | 896 | "@babel/types" "^7.10.4"
|
828 | 897 |
|
829 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5": |
830 |
| - version "7.10.5" |
831 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
832 |
| - integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 898 | +"@babel/template@^7.22.15": |
| 899 | + version "7.22.15" |
| 900 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 901 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
833 | 902 | dependencies:
|
834 |
| - "@babel/code-frame" "^7.10.4" |
835 |
| - "@babel/generator" "^7.10.5" |
836 |
| - "@babel/helper-function-name" "^7.10.4" |
837 |
| - "@babel/helper-split-export-declaration" "^7.10.4" |
838 |
| - "@babel/parser" "^7.10.5" |
839 |
| - "@babel/types" "^7.10.5" |
| 903 | + "@babel/code-frame" "^7.22.13" |
| 904 | + "@babel/parser" "^7.22.15" |
| 905 | + "@babel/types" "^7.22.15" |
| 906 | + |
| 907 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5": |
| 908 | + version "7.23.2" |
| 909 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 910 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 911 | + dependencies: |
| 912 | + "@babel/code-frame" "^7.22.13" |
| 913 | + "@babel/generator" "^7.23.0" |
| 914 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 915 | + "@babel/helper-function-name" "^7.23.0" |
| 916 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 917 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 918 | + "@babel/parser" "^7.23.0" |
| 919 | + "@babel/types" "^7.23.0" |
840 | 920 | debug "^4.1.0"
|
841 | 921 | globals "^11.1.0"
|
842 |
| - lodash "^4.17.19" |
843 | 922 |
|
844 | 923 | "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
845 | 924 | version "7.10.5"
|
|
850 | 929 | lodash "^4.17.19"
|
851 | 930 | to-fast-properties "^2.0.0"
|
852 | 931 |
|
| 932 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 933 | + version "7.23.0" |
| 934 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 935 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 936 | + dependencies: |
| 937 | + "@babel/helper-string-parser" "^7.22.5" |
| 938 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 939 | + to-fast-properties "^2.0.0" |
| 940 | + |
| 941 | +"@jridgewell/gen-mapping@^0.3.2": |
| 942 | + version "0.3.3" |
| 943 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 944 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 945 | + dependencies: |
| 946 | + "@jridgewell/set-array" "^1.0.1" |
| 947 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 948 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 949 | + |
| 950 | +"@jridgewell/resolve-uri@^3.1.0": |
| 951 | + version "3.1.1" |
| 952 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 953 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 954 | + |
| 955 | +"@jridgewell/set-array@^1.0.1": |
| 956 | + version "1.1.2" |
| 957 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 958 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 959 | + |
| 960 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 961 | + version "1.4.15" |
| 962 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 963 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 964 | + |
| 965 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 966 | + version "0.3.19" |
| 967 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 968 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 969 | + dependencies: |
| 970 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 971 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 972 | + |
853 | 973 | "@textlint/ast-node-types@^4.3.4":
|
854 | 974 | version "4.3.4"
|
855 | 975 | resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.4.tgz#f6596c45c32c85dc06915c3077bb7686033efd32"
|
@@ -1252,7 +1372,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
|
1252 | 1372 | strip-ansi "^3.0.0"
|
1253 | 1373 | supports-color "^2.0.0"
|
1254 | 1374 |
|
1255 |
| -chalk@^2.0.0, chalk@^2.0.1: |
| 1375 | +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: |
1256 | 1376 | version "2.4.2"
|
1257 | 1377 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1258 | 1378 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments