|
50 | 50 | dependencies:
|
51 | 51 | "@babel/highlight" "^7.22.5"
|
52 | 52 |
|
| 53 | +"@babel/code-frame@^7.22.13": |
| 54 | + version "7.22.13" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 56 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 57 | + dependencies: |
| 58 | + "@babel/highlight" "^7.22.13" |
| 59 | + chalk "^2.4.2" |
| 60 | + |
53 | 61 | "@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
|
54 | 62 | version "7.22.9"
|
55 | 63 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
|
76 | 84 | json5 "^2.2.2"
|
77 | 85 | semver "^6.3.1"
|
78 | 86 |
|
79 |
| -"@babel/generator@^7.22.7", "@babel/generator@^7.22.9": |
| 87 | +"@babel/generator@^7.22.9": |
80 | 88 | version "7.22.9"
|
81 | 89 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
|
82 | 90 | integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
|
|
86 | 94 | "@jridgewell/trace-mapping" "^0.3.17"
|
87 | 95 | jsesc "^2.5.1"
|
88 | 96 |
|
| 97 | +"@babel/generator@^7.23.0": |
| 98 | + version "7.23.0" |
| 99 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 100 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 101 | + dependencies: |
| 102 | + "@babel/types" "^7.23.0" |
| 103 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 104 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 105 | + jsesc "^2.5.1" |
| 106 | + |
89 | 107 | "@babel/helper-annotate-as-pure@^7.22.5":
|
90 | 108 | version "7.22.5"
|
91 | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
146 | 164 | lodash.debounce "^4.0.8"
|
147 | 165 | resolve "^1.14.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-environment-visitor@^7.22.5":
|
150 | 173 | version "7.22.5"
|
151 | 174 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
159 | 182 | "@babel/template" "^7.22.5"
|
160 | 183 | "@babel/types" "^7.22.5"
|
161 | 184 |
|
| 185 | +"@babel/helper-function-name@^7.23.0": |
| 186 | + version "7.23.0" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 188 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 189 | + dependencies: |
| 190 | + "@babel/template" "^7.22.15" |
| 191 | + "@babel/types" "^7.23.0" |
| 192 | + |
162 | 193 | "@babel/helper-hoist-variables@^7.22.5":
|
163 | 194 | version "7.22.5"
|
164 | 195 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
247 | 278 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
248 | 279 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
249 | 280 |
|
| 281 | +"@babel/helper-validator-identifier@^7.22.20": |
| 282 | + version "7.22.20" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 284 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 285 | + |
250 | 286 | "@babel/helper-validator-identifier@^7.22.5":
|
251 | 287 | version "7.22.5"
|
252 | 288 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
275 | 311 | "@babel/traverse" "^7.22.6"
|
276 | 312 | "@babel/types" "^7.22.5"
|
277 | 313 |
|
| 314 | +"@babel/highlight@^7.22.13": |
| 315 | + version "7.22.20" |
| 316 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 317 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 318 | + dependencies: |
| 319 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 320 | + chalk "^2.4.2" |
| 321 | + js-tokens "^4.0.0" |
| 322 | + |
278 | 323 | "@babel/highlight@^7.22.5":
|
279 | 324 | version "7.22.5"
|
280 | 325 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
|
|
284 | 329 | chalk "^2.0.0"
|
285 | 330 | js-tokens "^4.0.0"
|
286 | 331 |
|
| 332 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 333 | + version "7.23.0" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 335 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 336 | + |
287 | 337 | "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
|
288 | 338 | version "7.22.7"
|
289 | 339 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
|
|
988 | 1038 | dependencies:
|
989 | 1039 | regenerator-runtime "^0.13.11"
|
990 | 1040 |
|
| 1041 | +"@babel/template@^7.22.15": |
| 1042 | + version "7.22.15" |
| 1043 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1044 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
| 1045 | + dependencies: |
| 1046 | + "@babel/code-frame" "^7.22.13" |
| 1047 | + "@babel/parser" "^7.22.15" |
| 1048 | + "@babel/types" "^7.22.15" |
| 1049 | + |
991 | 1050 | "@babel/template@^7.22.5", "@babel/template@^7.4.4":
|
992 | 1051 | version "7.22.5"
|
993 | 1052 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
998 | 1057 | "@babel/types" "^7.22.5"
|
999 | 1058 |
|
1000 | 1059 | "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
|
1001 |
| - version "7.22.8" |
1002 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" |
1003 |
| - integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== |
1004 |
| - dependencies: |
1005 |
| - "@babel/code-frame" "^7.22.5" |
1006 |
| - "@babel/generator" "^7.22.7" |
1007 |
| - "@babel/helper-environment-visitor" "^7.22.5" |
1008 |
| - "@babel/helper-function-name" "^7.22.5" |
| 1060 | + version "7.23.2" |
| 1061 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1062 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1063 | + dependencies: |
| 1064 | + "@babel/code-frame" "^7.22.13" |
| 1065 | + "@babel/generator" "^7.23.0" |
| 1066 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1067 | + "@babel/helper-function-name" "^7.23.0" |
1009 | 1068 | "@babel/helper-hoist-variables" "^7.22.5"
|
1010 | 1069 | "@babel/helper-split-export-declaration" "^7.22.6"
|
1011 |
| - "@babel/parser" "^7.22.7" |
1012 |
| - "@babel/types" "^7.22.5" |
| 1070 | + "@babel/parser" "^7.23.0" |
| 1071 | + "@babel/types" "^7.23.0" |
1013 | 1072 | debug "^4.1.0"
|
1014 | 1073 | globals "^11.1.0"
|
1015 | 1074 |
|
| 1075 | +"@babel/types@^7.22.15", "@babel/types@^7.23.0": |
| 1076 | + version "7.23.0" |
| 1077 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1078 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1079 | + dependencies: |
| 1080 | + "@babel/helper-string-parser" "^7.22.5" |
| 1081 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1082 | + to-fast-properties "^2.0.0" |
| 1083 | + |
1016 | 1084 | "@babel/types@^7.22.5", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
1017 | 1085 | version "7.22.5"
|
1018 | 1086 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
@@ -2482,7 +2550,7 @@ chalk@4.1.0:
|
2482 | 2550 | ansi-styles "^4.1.0"
|
2483 | 2551 | supports-color "^7.1.0"
|
2484 | 2552 |
|
2485 |
| -chalk@^2.0.0: |
| 2553 | +chalk@^2.0.0, chalk@^2.4.2: |
2486 | 2554 | version "2.4.2"
|
2487 | 2555 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
2488 | 2556 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments