|
38 | 38 | dependencies:
|
39 | 39 | "@babel/highlight" "^7.10.4"
|
40 | 40 |
|
| 41 | +"@babel/code-frame@^7.22.13": |
| 42 | + version "7.22.13" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 44 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 45 | + dependencies: |
| 46 | + "@babel/highlight" "^7.22.13" |
| 47 | + chalk "^2.4.2" |
| 48 | + |
41 | 49 | "@babel/compat-data@^7.12.5", "@babel/compat-data@^7.12.7":
|
42 | 50 | version "7.12.7"
|
43 | 51 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
|
|
73 | 81 | jsesc "^2.5.1"
|
74 | 82 | source-map "^0.5.0"
|
75 | 83 |
|
| 84 | +"@babel/generator@^7.23.0": |
| 85 | + version "7.23.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 87 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 88 | + dependencies: |
| 89 | + "@babel/types" "^7.23.0" |
| 90 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 91 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 92 | + jsesc "^2.5.1" |
| 93 | + |
76 | 94 | "@babel/helper-annotate-as-pure@^7.10.4":
|
77 | 95 | version "7.12.10"
|
78 | 96 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
|
|
126 | 144 | "@babel/types" "^7.10.5"
|
127 | 145 | lodash "^4.17.19"
|
128 | 146 |
|
| 147 | +"@babel/helper-environment-visitor@^7.22.20": |
| 148 | + version "7.22.20" |
| 149 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 150 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 151 | + |
129 | 152 | "@babel/helper-explode-assignable-expression@^7.10.4":
|
130 | 153 | version "7.12.1"
|
131 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz#8006a466695c4ad86a2a5f2fb15b5f2c31ad5633"
|
|
142 | 165 | "@babel/template" "^7.12.7"
|
143 | 166 | "@babel/types" "^7.12.11"
|
144 | 167 |
|
| 168 | +"@babel/helper-function-name@^7.23.0": |
| 169 | + version "7.23.0" |
| 170 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 171 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 172 | + dependencies: |
| 173 | + "@babel/template" "^7.22.15" |
| 174 | + "@babel/types" "^7.23.0" |
| 175 | + |
145 | 176 | "@babel/helper-get-function-arity@^7.12.10":
|
146 | 177 | version "7.12.10"
|
147 | 178 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
|
|
156 | 187 | dependencies:
|
157 | 188 | "@babel/types" "^7.10.4"
|
158 | 189 |
|
| 190 | +"@babel/helper-hoist-variables@^7.22.5": |
| 191 | + version "7.22.5" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 193 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 194 | + dependencies: |
| 195 | + "@babel/types" "^7.22.5" |
| 196 | + |
159 | 197 | "@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7":
|
160 | 198 | version "7.12.7"
|
161 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
|
|
237 | 275 | dependencies:
|
238 | 276 | "@babel/types" "^7.12.11"
|
239 | 277 |
|
| 278 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 279 | + version "7.22.6" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 281 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 282 | + dependencies: |
| 283 | + "@babel/types" "^7.22.5" |
| 284 | + |
| 285 | +"@babel/helper-string-parser@^7.22.5": |
| 286 | + version "7.22.5" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 288 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 289 | + |
240 | 290 | "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
|
241 | 291 | version "7.12.11"
|
242 | 292 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
243 | 293 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
|
244 | 294 |
|
| 295 | +"@babel/helper-validator-identifier@^7.22.20": |
| 296 | + version "7.22.20" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 298 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 299 | + |
245 | 300 | "@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.11":
|
246 | 301 | version "7.12.11"
|
247 | 302 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
|
|
275 | 330 | chalk "^2.0.0"
|
276 | 331 | js-tokens "^4.0.0"
|
277 | 332 |
|
| 333 | +"@babel/highlight@^7.22.13": |
| 334 | + version "7.22.20" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 336 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 337 | + dependencies: |
| 338 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 339 | + chalk "^2.4.2" |
| 340 | + js-tokens "^4.0.0" |
| 341 | + |
278 | 342 | "@babel/parser@^7.12.10", "@babel/parser@^7.12.7":
|
279 | 343 | version "7.12.11"
|
280 | 344 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
|
281 | 345 | integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
|
282 | 346 |
|
| 347 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 348 | + version "7.23.0" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 350 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 351 | + |
283 | 352 | "@babel/plugin-proposal-async-generator-functions@^7.12.1":
|
284 | 353 | version "7.12.1"
|
285 | 354 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
|
|
855 | 924 | "@babel/parser" "^7.12.7"
|
856 | 925 | "@babel/types" "^7.12.7"
|
857 | 926 |
|
858 |
| -"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5": |
859 |
| - version "7.12.10" |
860 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a" |
861 |
| - integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg== |
| 927 | +"@babel/template@^7.22.15": |
| 928 | + version "7.22.15" |
| 929 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 930 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
862 | 931 | dependencies:
|
863 |
| - "@babel/code-frame" "^7.10.4" |
864 |
| - "@babel/generator" "^7.12.10" |
865 |
| - "@babel/helper-function-name" "^7.10.4" |
866 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
867 |
| - "@babel/parser" "^7.12.10" |
868 |
| - "@babel/types" "^7.12.10" |
| 932 | + "@babel/code-frame" "^7.22.13" |
| 933 | + "@babel/parser" "^7.22.15" |
| 934 | + "@babel/types" "^7.22.15" |
| 935 | + |
| 936 | +"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5": |
| 937 | + version "7.23.2" |
| 938 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 939 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 940 | + dependencies: |
| 941 | + "@babel/code-frame" "^7.22.13" |
| 942 | + "@babel/generator" "^7.23.0" |
| 943 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 944 | + "@babel/helper-function-name" "^7.23.0" |
| 945 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 946 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 947 | + "@babel/parser" "^7.23.0" |
| 948 | + "@babel/types" "^7.23.0" |
869 | 949 | debug "^4.1.0"
|
870 | 950 | globals "^11.1.0"
|
871 |
| - lodash "^4.17.19" |
872 | 951 |
|
873 | 952 | "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
874 | 953 | version "7.12.11"
|
|
879 | 958 | lodash "^4.17.19"
|
880 | 959 | to-fast-properties "^2.0.0"
|
881 | 960 |
|
| 961 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 962 | + version "7.23.0" |
| 963 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 964 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 965 | + dependencies: |
| 966 | + "@babel/helper-string-parser" "^7.22.5" |
| 967 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 968 | + to-fast-properties "^2.0.0" |
| 969 | + |
| 970 | +"@jridgewell/gen-mapping@^0.3.2": |
| 971 | + version "0.3.3" |
| 972 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 973 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 974 | + dependencies: |
| 975 | + "@jridgewell/set-array" "^1.0.1" |
| 976 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 977 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 978 | + |
| 979 | +"@jridgewell/resolve-uri@^3.1.0": |
| 980 | + version "3.1.1" |
| 981 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 982 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 983 | + |
| 984 | +"@jridgewell/set-array@^1.0.1": |
| 985 | + version "1.1.2" |
| 986 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 987 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 988 | + |
| 989 | +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": |
| 990 | + version "1.4.15" |
| 991 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 992 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 993 | + |
| 994 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
| 995 | + version "0.3.19" |
| 996 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 997 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 998 | + dependencies: |
| 999 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1000 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1001 | + |
882 | 1002 | "@nicolo-ribaudo/[email protected]":
|
883 | 1003 | version "2.1.8-no-fsevents"
|
884 | 1004 | resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.tgz#da7c3996b8e6e19ebd14d82eaced2313e7769f9b"
|
@@ -1313,7 +1433,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
|
1313 | 1433 | strip-ansi "^3.0.0"
|
1314 | 1434 | supports-color "^2.0.0"
|
1315 | 1435 |
|
1316 |
| -chalk@^2.0.0, chalk@^2.0.1: |
| 1436 | +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: |
1317 | 1437 | version "2.4.2"
|
1318 | 1438 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1319 | 1439 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments