|
37 | 37 | dependencies:
|
38 | 38 | "@babel/highlight" "^7.12.13"
|
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.13.15", "@babel/compat-data@^7.13.8":
|
41 | 49 | version "7.13.15"
|
42 | 50 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
|
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.10.1":
|
76 | 94 | version "7.10.1"
|
77 | 95 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
146 | 164 | resolve "^1.14.2"
|
147 | 165 | semver "^6.1.2"
|
148 | 166 |
|
| 167 | +"@babel/helper-environment-visitor@^7.22.20": |
| 168 | + version "7.22.20" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 170 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 171 | + |
149 | 172 | "@babel/helper-explode-assignable-expression@^7.12.13":
|
150 | 173 | version "7.13.0"
|
151 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f"
|
|
162 | 185 | "@babel/template" "^7.12.13"
|
163 | 186 | "@babel/types" "^7.12.13"
|
164 | 187 |
|
| 188 | +"@babel/helper-function-name@^7.23.0": |
| 189 | + version "7.23.0" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 191 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 192 | + dependencies: |
| 193 | + "@babel/template" "^7.22.15" |
| 194 | + "@babel/types" "^7.23.0" |
| 195 | + |
165 | 196 | "@babel/helper-get-function-arity@^7.12.13":
|
166 | 197 | version "7.12.13"
|
167 | 198 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
|
177 | 208 | "@babel/traverse" "^7.13.15"
|
178 | 209 | "@babel/types" "^7.13.16"
|
179 | 210 |
|
| 211 | +"@babel/helper-hoist-variables@^7.22.5": |
| 212 | + version "7.22.5" |
| 213 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 214 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 215 | + dependencies: |
| 216 | + "@babel/types" "^7.22.5" |
| 217 | + |
180 | 218 | "@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
|
181 | 219 | version "7.13.12"
|
182 | 220 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
|
|
274 | 312 | dependencies:
|
275 | 313 | "@babel/types" "^7.12.13"
|
276 | 314 |
|
| 315 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 316 | + version "7.22.6" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 318 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 319 | + dependencies: |
| 320 | + "@babel/types" "^7.22.5" |
| 321 | + |
| 322 | +"@babel/helper-string-parser@^7.22.5": |
| 323 | + version "7.22.5" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 325 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 326 | + |
277 | 327 | "@babel/helper-validator-identifier@^7.10.3":
|
278 | 328 | version "7.10.3"
|
279 | 329 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
|
|
284 | 334 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
285 | 335 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
|
286 | 336 |
|
| 337 | +"@babel/helper-validator-identifier@^7.22.20": |
| 338 | + version "7.22.20" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 340 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 341 | + |
287 | 342 | "@babel/helper-validator-option@^7.12.17":
|
288 | 343 | version "7.12.17"
|
289 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
317 | 372 | chalk "^2.0.0"
|
318 | 373 | js-tokens "^4.0.0"
|
319 | 374 |
|
| 375 | +"@babel/highlight@^7.22.13": |
| 376 | + version "7.22.20" |
| 377 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 378 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 379 | + dependencies: |
| 380 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 381 | + chalk "^2.4.2" |
| 382 | + js-tokens "^4.0.0" |
| 383 | + |
320 | 384 | "@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
|
321 | 385 | version "7.13.16"
|
322 | 386 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
|
323 | 387 | integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
|
324 | 388 |
|
| 389 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 390 | + version "7.23.0" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 392 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 393 | + |
325 | 394 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
326 | 395 | version "7.13.12"
|
327 | 396 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
|
|
926 | 995 | "@babel/parser" "^7.12.13"
|
927 | 996 | "@babel/types" "^7.12.13"
|
928 | 997 |
|
929 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17": |
930 |
| - version "7.13.17" |
931 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3" |
932 |
| - integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg== |
| 998 | +"@babel/template@^7.22.15": |
| 999 | + version "7.22.15" |
| 1000 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1001 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
933 | 1002 | dependencies:
|
934 |
| - "@babel/code-frame" "^7.12.13" |
935 |
| - "@babel/generator" "^7.13.16" |
936 |
| - "@babel/helper-function-name" "^7.12.13" |
937 |
| - "@babel/helper-split-export-declaration" "^7.12.13" |
938 |
| - "@babel/parser" "^7.13.16" |
939 |
| - "@babel/types" "^7.13.17" |
| 1003 | + "@babel/code-frame" "^7.22.13" |
| 1004 | + "@babel/parser" "^7.22.15" |
| 1005 | + "@babel/types" "^7.22.15" |
| 1006 | + |
| 1007 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17": |
| 1008 | + version "7.23.2" |
| 1009 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1010 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1011 | + dependencies: |
| 1012 | + "@babel/code-frame" "^7.22.13" |
| 1013 | + "@babel/generator" "^7.23.0" |
| 1014 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1015 | + "@babel/helper-function-name" "^7.23.0" |
| 1016 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1017 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1018 | + "@babel/parser" "^7.23.0" |
| 1019 | + "@babel/types" "^7.23.0" |
940 | 1020 | debug "^4.1.0"
|
941 | 1021 | globals "^11.1.0"
|
942 | 1022 |
|
|
957 | 1037 | "@babel/helper-validator-identifier" "^7.12.11"
|
958 | 1038 | to-fast-properties "^2.0.0"
|
959 | 1039 |
|
| 1040 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1041 | + version "7.23.0" |
| 1042 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1043 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1044 | + dependencies: |
| 1045 | + "@babel/helper-string-parser" "^7.22.5" |
| 1046 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1047 | + to-fast-properties "^2.0.0" |
| 1048 | + |
| 1049 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1050 | + version "0.3.3" |
| 1051 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1052 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1053 | + dependencies: |
| 1054 | + "@jridgewell/set-array" "^1.0.1" |
| 1055 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1056 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1057 | + |
| 1058 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1059 | + version "3.1.1" |
| 1060 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1061 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1062 | + |
| 1063 | +"@jridgewell/set-array@^1.0.1": |
| 1064 | + version "1.1.2" |
| 1065 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 1066 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 1067 | + |
| 1068 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 1069 | + version "1.4.15" |
| 1070 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1071 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1072 | + |
| 1073 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 1074 | + version "0.3.19" |
| 1075 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 1076 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 1077 | + dependencies: |
| 1078 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1079 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1080 | + |
960 | 1081 | "@nicolo-ribaudo/[email protected]":
|
961 | 1082 | version "2.1.8-no-fsevents"
|
962 | 1083 | resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
|
@@ -1431,7 +1552,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
|
1431 | 1552 | strip-ansi "^3.0.0"
|
1432 | 1553 | supports-color "^2.0.0"
|
1433 | 1554 |
|
1434 |
| -chalk@^2.0.0, chalk@^2.0.1: |
| 1555 | +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: |
1435 | 1556 | version "2.4.2"
|
1436 | 1557 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1437 | 1558 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments