|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.12.13" |
11 | 11 |
|
| 12 | +"@babel/code-frame@^7.22.13": |
| 13 | + version "7.22.13" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 15 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.22.13" |
| 18 | + chalk "^2.4.2" |
| 19 | + |
12 | 20 | "@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.5": |
13 | 21 | version "7.13.6" |
14 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.6.tgz#11972d07db4c2317afdbf41d6feb3a730301ef4e" |
|
45 | 53 | jsesc "^2.5.1" |
46 | 54 | source-map "^0.5.0" |
47 | 55 |
|
| 56 | +"@babel/generator@^7.23.0": |
| 57 | + version "7.23.0" |
| 58 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 59 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 60 | + dependencies: |
| 61 | + "@babel/types" "^7.23.0" |
| 62 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 63 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 64 | + jsesc "^2.5.1" |
| 65 | + |
48 | 66 | "@babel/helper-annotate-as-pure@^7.12.13": |
49 | 67 | version "7.12.13" |
50 | 68 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
|
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.12.13": |
107 | 130 | version "7.13.0" |
108 | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f" |
|
119 | 142 | "@babel/template" "^7.12.13" |
120 | 143 | "@babel/types" "^7.12.13" |
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.12.13": |
123 | 154 | version "7.12.13" |
124 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
|
134 | 165 | "@babel/traverse" "^7.13.0" |
135 | 166 | "@babel/types" "^7.13.0" |
136 | 167 |
|
| 168 | +"@babel/helper-hoist-variables@^7.22.5": |
| 169 | + version "7.22.5" |
| 170 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 171 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 172 | + dependencies: |
| 173 | + "@babel/types" "^7.22.5" |
| 174 | + |
137 | 175 | "@babel/helper-member-expression-to-functions@^7.13.0": |
138 | 176 | version "7.13.0" |
139 | 177 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
|
215 | 253 | dependencies: |
216 | 254 | "@babel/types" "^7.12.13" |
217 | 255 |
|
| 256 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 257 | + version "7.22.6" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 259 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 260 | + dependencies: |
| 261 | + "@babel/types" "^7.22.5" |
| 262 | + |
| 263 | +"@babel/helper-string-parser@^7.22.5": |
| 264 | + version "7.22.5" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 266 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 267 | + |
218 | 268 | "@babel/helper-validator-identifier@^7.12.11": |
219 | 269 | version "7.12.11" |
220 | 270 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
221 | 271 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
222 | 272 |
|
| 273 | +"@babel/helper-validator-identifier@^7.22.20": |
| 274 | + version "7.22.20" |
| 275 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 276 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 277 | + |
223 | 278 | "@babel/helper-validator-option@^7.12.17": |
224 | 279 | version "7.12.17" |
225 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" |
|
253 | 308 | chalk "^2.0.0" |
254 | 309 | js-tokens "^4.0.0" |
255 | 310 |
|
| 311 | +"@babel/highlight@^7.22.13": |
| 312 | + version "7.22.20" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 314 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 315 | + dependencies: |
| 316 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 317 | + chalk "^2.4.2" |
| 318 | + js-tokens "^4.0.0" |
| 319 | + |
256 | 320 | "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.4.4": |
257 | 321 | version "7.13.4" |
258 | 322 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab" |
259 | 323 | integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== |
260 | 324 |
|
| 325 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 326 | + version "7.23.0" |
| 327 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 328 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 329 | + |
261 | 330 | "@babel/plugin-proposal-async-generator-functions@^7.13.5": |
262 | 331 | version "7.13.5" |
263 | 332 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.5.tgz#69e3fbb9958949b09036e27b26eba1aafa1ba3db" |
|
831 | 900 | "@babel/parser" "^7.12.13" |
832 | 901 | "@babel/types" "^7.12.13" |
833 | 902 |
|
834 | | -"@babel/traverse@^7.13.0", "@babel/traverse@^7.4.4": |
835 | | - version "7.13.0" |
836 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
837 | | - integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
| 903 | +"@babel/template@^7.22.15": |
| 904 | + version "7.22.15" |
| 905 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 906 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
838 | 907 | dependencies: |
839 | | - "@babel/code-frame" "^7.12.13" |
840 | | - "@babel/generator" "^7.13.0" |
841 | | - "@babel/helper-function-name" "^7.12.13" |
842 | | - "@babel/helper-split-export-declaration" "^7.12.13" |
843 | | - "@babel/parser" "^7.13.0" |
844 | | - "@babel/types" "^7.13.0" |
| 908 | + "@babel/code-frame" "^7.22.13" |
| 909 | + "@babel/parser" "^7.22.15" |
| 910 | + "@babel/types" "^7.22.15" |
| 911 | + |
| 912 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.4.4": |
| 913 | + version "7.23.2" |
| 914 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 915 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 916 | + dependencies: |
| 917 | + "@babel/code-frame" "^7.22.13" |
| 918 | + "@babel/generator" "^7.23.0" |
| 919 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 920 | + "@babel/helper-function-name" "^7.23.0" |
| 921 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 922 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 923 | + "@babel/parser" "^7.23.0" |
| 924 | + "@babel/types" "^7.23.0" |
845 | 925 | debug "^4.1.0" |
846 | 926 | globals "^11.1.0" |
847 | | - lodash "^4.17.19" |
848 | 927 |
|
849 | 928 | "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.4.4": |
850 | 929 | version "7.13.0" |
|
855 | 934 | lodash "^4.17.19" |
856 | 935 | to-fast-properties "^2.0.0" |
857 | 936 |
|
| 937 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 938 | + version "7.23.0" |
| 939 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 940 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 941 | + dependencies: |
| 942 | + "@babel/helper-string-parser" "^7.22.5" |
| 943 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 944 | + to-fast-properties "^2.0.0" |
| 945 | + |
858 | 946 | "@iarna/toml@^2.2.0": |
859 | 947 | version "2.2.5" |
860 | 948 | resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c" |
861 | 949 | integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg== |
862 | 950 |
|
| 951 | +"@jridgewell/gen-mapping@^0.3.2": |
| 952 | + version "0.3.3" |
| 953 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 954 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 955 | + dependencies: |
| 956 | + "@jridgewell/set-array" "^1.0.1" |
| 957 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 958 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 959 | + |
| 960 | +"@jridgewell/resolve-uri@^3.1.0": |
| 961 | + version "3.1.1" |
| 962 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 963 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 964 | + |
| 965 | +"@jridgewell/set-array@^1.0.1": |
| 966 | + version "1.1.2" |
| 967 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 968 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 969 | + |
| 970 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 971 | + version "1.4.15" |
| 972 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 973 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 974 | + |
| 975 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 976 | + version "0.3.20" |
| 977 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 978 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 979 | + dependencies: |
| 980 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 981 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 982 | + |
863 | 983 | "@mrmlnc/readdir-enhanced@^2.2.1": |
864 | 984 | version "2.2.1" |
865 | 985 | resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" |
|
0 commit comments