|
37 | 37 | dependencies:
|
38 | 38 | "@babel/highlight" "^7.14.5"
|
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.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
|
41 | 49 | version "7.15.0"
|
42 | 50 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
72 | 80 | jsesc "^2.5.1"
|
73 | 81 | source-map "^0.5.0"
|
74 | 82 |
|
| 83 | +"@babel/generator@^7.23.0": |
| 84 | + version "7.23.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 86 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 87 | + dependencies: |
| 88 | + "@babel/types" "^7.23.0" |
| 89 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 90 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 91 | + jsesc "^2.5.1" |
| 92 | + |
75 | 93 | "@babel/helper-annotate-as-pure@^7.14.5":
|
76 | 94 | version "7.14.5"
|
77 | 95 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
131 | 149 | resolve "^1.14.2"
|
132 | 150 | semver "^6.1.2"
|
133 | 151 |
|
| 152 | +"@babel/helper-environment-visitor@^7.22.20": |
| 153 | + version "7.22.20" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 155 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 156 | + |
134 | 157 | "@babel/helper-explode-assignable-expression@^7.14.5":
|
135 | 158 | version "7.14.5"
|
136 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645"
|
|
147 | 170 | "@babel/template" "^7.14.5"
|
148 | 171 | "@babel/types" "^7.14.5"
|
149 | 172 |
|
| 173 | +"@babel/helper-function-name@^7.23.0": |
| 174 | + version "7.23.0" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 176 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 177 | + dependencies: |
| 178 | + "@babel/template" "^7.22.15" |
| 179 | + "@babel/types" "^7.23.0" |
| 180 | + |
150 | 181 | "@babel/helper-get-function-arity@^7.14.5":
|
151 | 182 | version "7.14.5"
|
152 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
|
|
161 | 192 | dependencies:
|
162 | 193 | "@babel/types" "^7.14.5"
|
163 | 194 |
|
| 195 | +"@babel/helper-hoist-variables@^7.22.5": |
| 196 | + version "7.22.5" |
| 197 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 198 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 199 | + dependencies: |
| 200 | + "@babel/types" "^7.22.5" |
| 201 | + |
164 | 202 | "@babel/helper-member-expression-to-functions@^7.15.0":
|
165 | 203 | version "7.15.0"
|
166 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
|
|
241 | 279 | dependencies:
|
242 | 280 | "@babel/types" "^7.14.5"
|
243 | 281 |
|
| 282 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 283 | + version "7.22.6" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 285 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 286 | + dependencies: |
| 287 | + "@babel/types" "^7.22.5" |
| 288 | + |
| 289 | +"@babel/helper-string-parser@^7.22.5": |
| 290 | + version "7.22.5" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 292 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 293 | + |
244 | 294 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
245 | 295 | version "7.14.9"
|
246 | 296 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
247 | 297 | integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
248 | 298 |
|
| 299 | +"@babel/helper-validator-identifier@^7.22.20": |
| 300 | + version "7.22.20" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 302 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 303 | + |
249 | 304 | "@babel/helper-validator-option@^7.14.5":
|
250 | 305 | version "7.14.5"
|
251 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
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.14.5", "@babel/parser@^7.15.0":
|
283 | 347 | version "7.15.2"
|
284 | 348 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d"
|
285 | 349 | integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg==
|
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-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
|
288 | 357 | version "7.14.5"
|
289 | 358 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
|
|
909 | 978 | "@babel/parser" "^7.14.5"
|
910 | 979 | "@babel/types" "^7.14.5"
|
911 | 980 |
|
912 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": |
913 |
| - version "7.15.0" |
914 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
915 |
| - integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 981 | +"@babel/template@^7.22.15": |
| 982 | + version "7.22.15" |
| 983 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 984 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
916 | 985 | dependencies:
|
917 |
| - "@babel/code-frame" "^7.14.5" |
918 |
| - "@babel/generator" "^7.15.0" |
919 |
| - "@babel/helper-function-name" "^7.14.5" |
920 |
| - "@babel/helper-hoist-variables" "^7.14.5" |
921 |
| - "@babel/helper-split-export-declaration" "^7.14.5" |
922 |
| - "@babel/parser" "^7.15.0" |
923 |
| - "@babel/types" "^7.15.0" |
| 986 | + "@babel/code-frame" "^7.22.13" |
| 987 | + "@babel/parser" "^7.22.15" |
| 988 | + "@babel/types" "^7.22.15" |
| 989 | + |
| 990 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0": |
| 991 | + version "7.23.2" |
| 992 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 993 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 994 | + dependencies: |
| 995 | + "@babel/code-frame" "^7.22.13" |
| 996 | + "@babel/generator" "^7.23.0" |
| 997 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 998 | + "@babel/helper-function-name" "^7.23.0" |
| 999 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1000 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1001 | + "@babel/parser" "^7.23.0" |
| 1002 | + "@babel/types" "^7.23.0" |
924 | 1003 | debug "^4.1.0"
|
925 | 1004 | globals "^11.1.0"
|
926 | 1005 |
|
|
932 | 1011 | "@babel/helper-validator-identifier" "^7.14.9"
|
933 | 1012 | to-fast-properties "^2.0.0"
|
934 | 1013 |
|
| 1014 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1015 | + version "7.23.0" |
| 1016 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1017 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1018 | + dependencies: |
| 1019 | + "@babel/helper-string-parser" "^7.22.5" |
| 1020 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1021 | + to-fast-properties "^2.0.0" |
| 1022 | + |
935 | 1023 |
|
936 | 1024 | version "0.8.0"
|
937 | 1025 | resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
|
|
944 | 1032 | dependencies:
|
945 | 1033 | "@cspotcode/source-map-consumer" "0.8.0"
|
946 | 1034 |
|
| 1035 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1036 | + version "0.3.3" |
| 1037 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1038 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1039 | + dependencies: |
| 1040 | + "@jridgewell/set-array" "^1.0.1" |
| 1041 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1042 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1043 | + |
| 1044 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1045 | + version "3.1.1" |
| 1046 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1047 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1048 | + |
| 1049 | +"@jridgewell/set-array@^1.0.1": |
| 1050 | + version "1.1.2" |
| 1051 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 1052 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 1053 | + |
| 1054 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 1055 | + version "1.4.15" |
| 1056 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1057 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1058 | + |
| 1059 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 1060 | + version "0.3.19" |
| 1061 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 1062 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 1063 | + dependencies: |
| 1064 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1065 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1066 | + |
947 | 1067 | "@nicolo-ribaudo/[email protected]":
|
948 | 1068 | version "2.1.8-no-fsevents.2"
|
949 | 1069 | resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.2.tgz#e324c0a247a5567192dd7180647709d7e2faf94b"
|
@@ -1517,7 +1637,7 @@ chalk@^1.0.0, chalk@^1.1.3:
|
1517 | 1637 | strip-ansi "^3.0.0"
|
1518 | 1638 | supports-color "^2.0.0"
|
1519 | 1639 |
|
1520 |
| -chalk@^2.0.0: |
| 1640 | +chalk@^2.0.0, chalk@^2.4.2: |
1521 | 1641 | version "2.4.2"
|
1522 | 1642 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1523 | 1643 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments