|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.14.5" |
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": |
| 13 | + version "7.23.5" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
| 15 | + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.23.4" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7": |
13 | 21 | version "7.14.7" |
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08" |
|
44 | 52 | jsesc "^2.5.1" |
45 | 53 | source-map "^0.5.0" |
46 | 54 |
|
| 55 | +"@babel/generator@^7.23.6": |
| 56 | + version "7.23.6" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" |
| 58 | + integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== |
| 59 | + dependencies: |
| 60 | + "@babel/types" "^7.23.6" |
| 61 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 62 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 63 | + jsesc "^2.5.1" |
| 64 | + |
47 | 65 | "@babel/helper-annotate-as-pure@^7.14.5": |
48 | 66 | version "7.14.5" |
49 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" |
|
103 | 121 | resolve "^1.14.2" |
104 | 122 | semver "^6.1.2" |
105 | 123 |
|
| 124 | +"@babel/helper-environment-visitor@^7.22.20": |
| 125 | + version "7.22.20" |
| 126 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 127 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 128 | + |
106 | 129 | "@babel/helper-explode-assignable-expression@^7.14.5": |
107 | 130 | version "7.14.5" |
108 | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.14.5.tgz#8aa72e708205c7bb643e45c73b4386cdf2a1f645" |
|
119 | 142 | "@babel/template" "^7.14.5" |
120 | 143 | "@babel/types" "^7.14.5" |
121 | 144 |
|
| 145 | +"@babel/helper-function-name@^7.23.0": |
| 146 | + version "7.23.0" |
| 147 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 148 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 149 | + dependencies: |
| 150 | + "@babel/template" "^7.22.15" |
| 151 | + "@babel/types" "^7.23.0" |
| 152 | + |
122 | 153 | "@babel/helper-get-function-arity@^7.14.5": |
123 | 154 | version "7.14.5" |
124 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815" |
|
133 | 164 | dependencies: |
134 | 165 | "@babel/types" "^7.14.5" |
135 | 166 |
|
| 167 | +"@babel/helper-hoist-variables@^7.22.5": |
| 168 | + version "7.22.5" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 170 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 171 | + dependencies: |
| 172 | + "@babel/types" "^7.22.5" |
| 173 | + |
136 | 174 | "@babel/helper-member-expression-to-functions@^7.14.5": |
137 | 175 | version "7.14.7" |
138 | 176 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970" |
|
213 | 251 | dependencies: |
214 | 252 | "@babel/types" "^7.14.5" |
215 | 253 |
|
| 254 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 255 | + version "7.22.6" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 257 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 258 | + dependencies: |
| 259 | + "@babel/types" "^7.22.5" |
| 260 | + |
| 261 | +"@babel/helper-string-parser@^7.23.4": |
| 262 | + version "7.23.4" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 264 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 265 | + |
216 | 266 | "@babel/helper-validator-identifier@^7.14.5": |
217 | 267 | version "7.14.5" |
218 | 268 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
219 | 269 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg== |
220 | 270 |
|
| 271 | +"@babel/helper-validator-identifier@^7.22.20": |
| 272 | + version "7.22.20" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 274 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 275 | + |
221 | 276 | "@babel/helper-validator-option@^7.14.5": |
222 | 277 | version "7.14.5" |
223 | 278 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
|
251 | 306 | chalk "^2.0.0" |
252 | 307 | js-tokens "^4.0.0" |
253 | 308 |
|
254 | | -"@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7": |
| 309 | +"@babel/highlight@^7.23.4": |
| 310 | + version "7.23.4" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 312 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 313 | + dependencies: |
| 314 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 315 | + chalk "^2.4.2" |
| 316 | + js-tokens "^4.0.0" |
| 317 | + |
| 318 | +"@babel/parser@^7.14.5", "@babel/parser@^7.14.6": |
255 | 319 | version "7.14.7" |
256 | 320 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" |
257 | 321 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== |
258 | 322 |
|
| 323 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.6": |
| 324 | + version "7.23.6" |
| 325 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" |
| 326 | + integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== |
| 327 | + |
259 | 328 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5": |
260 | 329 | version "7.14.5" |
261 | 330 | 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" |
|
857 | 926 | "@babel/parser" "^7.14.5" |
858 | 927 | "@babel/types" "^7.14.5" |
859 | 928 |
|
860 | | -"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": |
861 | | - version "7.14.7" |
862 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753" |
863 | | - integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ== |
| 929 | +"@babel/template@^7.22.15": |
| 930 | + version "7.22.15" |
| 931 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 932 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
864 | 933 | dependencies: |
865 | | - "@babel/code-frame" "^7.14.5" |
866 | | - "@babel/generator" "^7.14.5" |
867 | | - "@babel/helper-function-name" "^7.14.5" |
868 | | - "@babel/helper-hoist-variables" "^7.14.5" |
869 | | - "@babel/helper-split-export-declaration" "^7.14.5" |
870 | | - "@babel/parser" "^7.14.7" |
871 | | - "@babel/types" "^7.14.5" |
872 | | - debug "^4.1.0" |
| 934 | + "@babel/code-frame" "^7.22.13" |
| 935 | + "@babel/parser" "^7.22.15" |
| 936 | + "@babel/types" "^7.22.15" |
| 937 | + |
| 938 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5": |
| 939 | + version "7.23.7" |
| 940 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.7.tgz#9a7bf285c928cb99b5ead19c3b1ce5b310c9c305" |
| 941 | + integrity sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg== |
| 942 | + dependencies: |
| 943 | + "@babel/code-frame" "^7.23.5" |
| 944 | + "@babel/generator" "^7.23.6" |
| 945 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 946 | + "@babel/helper-function-name" "^7.23.0" |
| 947 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 948 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 949 | + "@babel/parser" "^7.23.6" |
| 950 | + "@babel/types" "^7.23.6" |
| 951 | + debug "^4.3.1" |
873 | 952 | globals "^11.1.0" |
874 | 953 |
|
875 | 954 | "@babel/types@^7.14.5", "@babel/types@^7.4.4": |
|
880 | 959 | "@babel/helper-validator-identifier" "^7.14.5" |
881 | 960 | to-fast-properties "^2.0.0" |
882 | 961 |
|
| 962 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6": |
| 963 | + version "7.23.6" |
| 964 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" |
| 965 | + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== |
| 966 | + dependencies: |
| 967 | + "@babel/helper-string-parser" "^7.23.4" |
| 968 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 969 | + to-fast-properties "^2.0.0" |
| 970 | + |
883 | 971 | "@csstools/convert-colors@^1.4.0": |
884 | 972 | version "1.4.0" |
885 | 973 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" |
886 | 974 | integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== |
887 | 975 |
|
| 976 | +"@jridgewell/gen-mapping@^0.3.2": |
| 977 | + version "0.3.3" |
| 978 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 979 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 980 | + dependencies: |
| 981 | + "@jridgewell/set-array" "^1.0.1" |
| 982 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 983 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 984 | + |
| 985 | +"@jridgewell/resolve-uri@^3.1.0": |
| 986 | + version "3.1.1" |
| 987 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 988 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 989 | + |
| 990 | +"@jridgewell/set-array@^1.0.1": |
| 991 | + version "1.1.2" |
| 992 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 993 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 994 | + |
| 995 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 996 | + version "1.4.15" |
| 997 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 998 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 999 | + |
| 1000 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 1001 | + version "0.3.20" |
| 1002 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1003 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1004 | + dependencies: |
| 1005 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1006 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1007 | + |
888 | 1008 | |
889 | 1009 | version "2.1.5" |
890 | 1010 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
@@ -2322,6 +2442,13 @@ debug@^4.1.0, debug@^4.1.1: |
2322 | 2442 | dependencies: |
2323 | 2443 | ms "2.1.2" |
2324 | 2444 |
|
| 2445 | +debug@^4.3.1: |
| 2446 | + version "4.3.4" |
| 2447 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
| 2448 | + integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
| 2449 | + dependencies: |
| 2450 | + ms "2.1.2" |
| 2451 | + |
2325 | 2452 | decamelize@^1.2.0: |
2326 | 2453 | version "1.2.0" |
2327 | 2454 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" |
|
0 commit comments