|
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", "@babel/compat-data@^7.11.0":
|
41 | 49 | version "7.11.0"
|
42 | 50 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c"
|
|
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.11.0"
|
169 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df"
|
|
253 | 291 | dependencies:
|
254 | 292 | "@babel/types" "^7.11.0"
|
255 | 293 |
|
| 294 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 295 | + version "7.22.6" |
| 296 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 297 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 298 | + dependencies: |
| 299 | + "@babel/types" "^7.22.5" |
| 300 | + |
| 301 | +"@babel/helper-string-parser@^7.22.5": |
| 302 | + version "7.22.5" |
| 303 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 304 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 305 | + |
256 | 306 | "@babel/helper-validator-identifier@^7.10.4":
|
257 | 307 | version "7.10.4"
|
258 | 308 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
259 | 309 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
|
260 | 310 |
|
| 311 | +"@babel/helper-validator-identifier@^7.22.20": |
| 312 | + version "7.22.20" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 314 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 315 | + |
261 | 316 | "@babel/helper-wrap-function@^7.10.4":
|
262 | 317 | version "7.10.4"
|
263 | 318 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87"
|
|
286 | 341 | chalk "^2.0.0"
|
287 | 342 | js-tokens "^4.0.0"
|
288 | 343 |
|
| 344 | +"@babel/highlight@^7.22.13": |
| 345 | + version "7.22.20" |
| 346 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 347 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 348 | + dependencies: |
| 349 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 350 | + chalk "^2.4.2" |
| 351 | + js-tokens "^4.0.0" |
| 352 | + |
289 | 353 | "@babel/parser@^7.10.4", "@babel/parser@^7.11.0":
|
290 | 354 | version "7.11.0"
|
291 | 355 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
|
292 | 356 | integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
|
293 | 357 |
|
| 358 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 359 | + version "7.23.0" |
| 360 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 361 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 362 | + |
294 | 363 | "@babel/plugin-proposal-async-generator-functions@^7.10.4":
|
295 | 364 | version "7.10.5"
|
296 | 365 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558"
|
|
869 | 938 | "@babel/parser" "^7.10.4"
|
870 | 939 | "@babel/types" "^7.10.4"
|
871 | 940 |
|
872 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": |
873 |
| - version "7.11.0" |
874 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" |
875 |
| - integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== |
| 941 | +"@babel/template@^7.22.15": |
| 942 | + version "7.22.15" |
| 943 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 944 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
876 | 945 | dependencies:
|
877 |
| - "@babel/code-frame" "^7.10.4" |
878 |
| - "@babel/generator" "^7.11.0" |
879 |
| - "@babel/helper-function-name" "^7.10.4" |
880 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
881 |
| - "@babel/parser" "^7.11.0" |
882 |
| - "@babel/types" "^7.11.0" |
| 946 | + "@babel/code-frame" "^7.22.13" |
| 947 | + "@babel/parser" "^7.22.15" |
| 948 | + "@babel/types" "^7.22.15" |
| 949 | + |
| 950 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0": |
| 951 | + version "7.23.2" |
| 952 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 953 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 954 | + dependencies: |
| 955 | + "@babel/code-frame" "^7.22.13" |
| 956 | + "@babel/generator" "^7.23.0" |
| 957 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 958 | + "@babel/helper-function-name" "^7.23.0" |
| 959 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 960 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 961 | + "@babel/parser" "^7.23.0" |
| 962 | + "@babel/types" "^7.23.0" |
883 | 963 | debug "^4.1.0"
|
884 | 964 | globals "^11.1.0"
|
885 |
| - lodash "^4.17.19" |
886 | 965 |
|
887 | 966 | "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
888 | 967 | version "7.11.0"
|
|
893 | 972 | lodash "^4.17.19"
|
894 | 973 | to-fast-properties "^2.0.0"
|
895 | 974 |
|
| 975 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 976 | + version "7.23.0" |
| 977 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 978 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 979 | + dependencies: |
| 980 | + "@babel/helper-string-parser" "^7.22.5" |
| 981 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 982 | + to-fast-properties "^2.0.0" |
| 983 | + |
| 984 | +"@jridgewell/gen-mapping@^0.3.2": |
| 985 | + version "0.3.3" |
| 986 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 987 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 988 | + dependencies: |
| 989 | + "@jridgewell/set-array" "^1.0.1" |
| 990 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 991 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 992 | + |
| 993 | +"@jridgewell/resolve-uri@^3.1.0": |
| 994 | + version "3.1.1" |
| 995 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 996 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 997 | + |
| 998 | +"@jridgewell/set-array@^1.0.1": |
| 999 | + version "1.1.2" |
| 1000 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 1001 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 1002 | + |
| 1003 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 1004 | + version "1.4.15" |
| 1005 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1006 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1007 | + |
| 1008 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 1009 | + version "0.3.19" |
| 1010 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 1011 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 1012 | + dependencies: |
| 1013 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1014 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1015 | + |
896 | 1016 | "@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.3.4":
|
897 | 1017 | version "4.3.4"
|
898 | 1018 | resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.4.tgz#f6596c45c32c85dc06915c3077bb7686033efd32"
|
@@ -1351,7 +1471,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
|
1351 | 1471 | strip-ansi "^3.0.0"
|
1352 | 1472 | supports-color "^2.0.0"
|
1353 | 1473 |
|
1354 |
| -chalk@^2.0.0, chalk@^2.0.1: |
| 1474 | +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: |
1355 | 1475 | version "2.4.2"
|
1356 | 1476 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1357 | 1477 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments