|
49 | 49 | dependencies:
|
50 | 50 | "@babel/highlight" "^7.12.13"
|
51 | 51 |
|
| 52 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": |
| 53 | + version "7.23.5" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
| 55 | + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
| 56 | + dependencies: |
| 57 | + "@babel/highlight" "^7.23.4" |
| 58 | + chalk "^2.4.2" |
| 59 | + |
52 | 60 | "@babel/compat-data@^7.19.3":
|
53 | 61 | version "7.19.4"
|
54 | 62 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
|
|
75 | 83 | json5 "^2.2.1"
|
76 | 84 | semver "^6.3.0"
|
77 | 85 |
|
78 |
| -"@babel/generator@^7.14.2", "@babel/generator@^7.7.2": |
79 |
| - version "7.14.3" |
80 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
81 |
| - integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
82 |
| - dependencies: |
83 |
| - "@babel/types" "^7.14.2" |
84 |
| - jsesc "^2.5.1" |
85 |
| - source-map "^0.5.0" |
86 |
| - |
87 | 86 | "@babel/generator@^7.19.6":
|
88 | 87 | version "7.19.6"
|
89 | 88 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
|
|
93 | 92 | "@jridgewell/gen-mapping" "^0.3.2"
|
94 | 93 | jsesc "^2.5.1"
|
95 | 94 |
|
| 95 | +"@babel/generator@^7.23.5": |
| 96 | + version "7.23.5" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755" |
| 98 | + integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA== |
| 99 | + dependencies: |
| 100 | + "@babel/types" "^7.23.5" |
| 101 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 102 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 103 | + jsesc "^2.5.1" |
| 104 | + |
| 105 | +"@babel/generator@^7.7.2": |
| 106 | + version "7.14.3" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91" |
| 108 | + integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA== |
| 109 | + dependencies: |
| 110 | + "@babel/types" "^7.14.2" |
| 111 | + jsesc "^2.5.1" |
| 112 | + source-map "^0.5.0" |
| 113 | + |
96 | 114 | "@babel/helper-compilation-targets@^7.19.3":
|
97 | 115 | version "7.19.3"
|
98 | 116 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
|
|
108 | 126 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
109 | 127 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
110 | 128 |
|
111 |
| -"@babel/helper-function-name@^7.14.2": |
112 |
| - version "7.14.2" |
113 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2" |
114 |
| - integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ== |
115 |
| - dependencies: |
116 |
| - "@babel/helper-get-function-arity" "^7.12.13" |
117 |
| - "@babel/template" "^7.12.13" |
118 |
| - "@babel/types" "^7.14.2" |
| 129 | +"@babel/helper-environment-visitor@^7.22.20": |
| 130 | + version "7.22.20" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 132 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
119 | 133 |
|
120 |
| -"@babel/helper-function-name@^7.19.0": |
121 |
| - version "7.19.0" |
122 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
123 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 134 | +"@babel/helper-function-name@^7.23.0": |
| 135 | + version "7.23.0" |
| 136 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 137 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
124 | 138 | dependencies:
|
125 |
| - "@babel/template" "^7.18.10" |
126 |
| - "@babel/types" "^7.19.0" |
| 139 | + "@babel/template" "^7.22.15" |
| 140 | + "@babel/types" "^7.23.0" |
127 | 141 |
|
128 |
| -"@babel/helper-get-function-arity@^7.12.13": |
129 |
| - version "7.12.13" |
130 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
131 |
| - integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 142 | +"@babel/helper-hoist-variables@^7.22.5": |
| 143 | + version "7.22.5" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 145 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
132 | 146 | dependencies:
|
133 |
| - "@babel/types" "^7.12.13" |
134 |
| - |
135 |
| -"@babel/helper-hoist-variables@^7.18.6": |
136 |
| - version "7.18.6" |
137 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
138 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
139 |
| - dependencies: |
140 |
| - "@babel/types" "^7.18.6" |
| 147 | + "@babel/types" "^7.22.5" |
141 | 148 |
|
142 | 149 | "@babel/helper-module-imports@^7.18.6":
|
143 | 150 | version "7.18.6"
|
|
177 | 184 | dependencies:
|
178 | 185 | "@babel/types" "^7.19.4"
|
179 | 186 |
|
180 |
| -"@babel/helper-split-export-declaration@^7.12.13": |
181 |
| - version "7.12.13" |
182 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
183 |
| - integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
184 |
| - dependencies: |
185 |
| - "@babel/types" "^7.12.13" |
186 |
| - |
187 | 187 | "@babel/helper-split-export-declaration@^7.18.6":
|
188 | 188 | version "7.18.6"
|
189 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
|
190 | 190 | integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
|
191 | 191 | dependencies:
|
192 | 192 | "@babel/types" "^7.18.6"
|
193 | 193 |
|
| 194 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 195 | + version "7.22.6" |
| 196 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 197 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 198 | + dependencies: |
| 199 | + "@babel/types" "^7.22.5" |
| 200 | + |
194 | 201 | "@babel/helper-string-parser@^7.19.4":
|
195 | 202 | version "7.19.4"
|
196 | 203 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
197 | 204 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
198 | 205 |
|
| 206 | +"@babel/helper-string-parser@^7.23.4": |
| 207 | + version "7.23.4" |
| 208 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 209 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 210 | + |
199 | 211 | "@babel/helper-validator-identifier@^7.14.0":
|
200 | 212 | version "7.14.0"
|
201 | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
|
|
206 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
207 | 219 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
208 | 220 |
|
| 221 | +"@babel/helper-validator-identifier@^7.22.20": |
| 222 | + version "7.22.20" |
| 223 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 224 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 225 | + |
209 | 226 | "@babel/helper-validator-option@^7.18.6":
|
210 | 227 | version "7.18.6"
|
211 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
238 | 255 | chalk "^2.0.0"
|
239 | 256 | js-tokens "^4.0.0"
|
240 | 257 |
|
241 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2": |
| 258 | +"@babel/highlight@^7.23.4": |
| 259 | + version "7.23.4" |
| 260 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 261 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 262 | + dependencies: |
| 263 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 264 | + chalk "^2.4.2" |
| 265 | + js-tokens "^4.0.0" |
| 266 | + |
| 267 | +"@babel/parser@^7.1.0", "@babel/parser@^7.12.13": |
242 | 268 | version "7.14.4"
|
243 | 269 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
|
244 | 270 | integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==
|
|
248 | 274 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
|
249 | 275 | integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
|
250 | 276 |
|
| 277 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.5": |
| 278 | + version "7.23.5" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563" |
| 280 | + integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ== |
| 281 | + |
251 | 282 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
252 | 283 | version "7.8.4"
|
253 | 284 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
346 | 377 | dependencies:
|
347 | 378 | "@babel/helper-plugin-utils" "^7.12.13"
|
348 | 379 |
|
349 |
| -"@babel/template@^7.12.13", "@babel/template@^7.3.3": |
350 |
| - version "7.12.13" |
351 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
352 |
| - integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
353 |
| - dependencies: |
354 |
| - "@babel/code-frame" "^7.12.13" |
355 |
| - "@babel/parser" "^7.12.13" |
356 |
| - "@babel/types" "^7.12.13" |
357 |
| - |
358 | 380 | "@babel/template@^7.18.10":
|
359 | 381 | version "7.18.10"
|
360 | 382 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
|
|
364 | 386 | "@babel/parser" "^7.18.10"
|
365 | 387 | "@babel/types" "^7.18.10"
|
366 | 388 |
|
367 |
| -"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
368 |
| - version "7.19.6" |
369 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
370 |
| - integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
| 389 | +"@babel/template@^7.22.15": |
| 390 | + version "7.22.15" |
| 391 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 392 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
371 | 393 | dependencies:
|
372 |
| - "@babel/code-frame" "^7.18.6" |
373 |
| - "@babel/generator" "^7.19.6" |
374 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
375 |
| - "@babel/helper-function-name" "^7.19.0" |
376 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
377 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
378 |
| - "@babel/parser" "^7.19.6" |
379 |
| - "@babel/types" "^7.19.4" |
380 |
| - debug "^4.1.0" |
381 |
| - globals "^11.1.0" |
| 394 | + "@babel/code-frame" "^7.22.13" |
| 395 | + "@babel/parser" "^7.22.15" |
| 396 | + "@babel/types" "^7.22.15" |
382 | 397 |
|
383 |
| -"@babel/traverse@^7.7.2": |
384 |
| - version "7.14.2" |
385 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b" |
386 |
| - integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA== |
| 398 | +"@babel/template@^7.3.3": |
| 399 | + version "7.12.13" |
| 400 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
| 401 | + integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
387 | 402 | dependencies:
|
388 | 403 | "@babel/code-frame" "^7.12.13"
|
389 |
| - "@babel/generator" "^7.14.2" |
390 |
| - "@babel/helper-function-name" "^7.14.2" |
391 |
| - "@babel/helper-split-export-declaration" "^7.12.13" |
392 |
| - "@babel/parser" "^7.14.2" |
393 |
| - "@babel/types" "^7.14.2" |
| 404 | + "@babel/parser" "^7.12.13" |
| 405 | + "@babel/types" "^7.12.13" |
| 406 | + |
| 407 | +"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2": |
| 408 | + version "7.23.5" |
| 409 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec" |
| 410 | + integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w== |
| 411 | + dependencies: |
| 412 | + "@babel/code-frame" "^7.23.5" |
| 413 | + "@babel/generator" "^7.23.5" |
| 414 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 415 | + "@babel/helper-function-name" "^7.23.0" |
| 416 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 417 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 418 | + "@babel/parser" "^7.23.5" |
| 419 | + "@babel/types" "^7.23.5" |
394 | 420 | debug "^4.1.0"
|
395 | 421 | globals "^11.1.0"
|
396 | 422 |
|
|
402 | 428 | "@babel/helper-validator-identifier" "^7.14.0"
|
403 | 429 | to-fast-properties "^2.0.0"
|
404 | 430 |
|
405 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4": |
| 431 | +"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.4": |
406 | 432 | version "7.19.4"
|
407 | 433 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
|
408 | 434 | integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
|
|
411 | 437 | "@babel/helper-validator-identifier" "^7.19.1"
|
412 | 438 | to-fast-properties "^2.0.0"
|
413 | 439 |
|
| 440 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.5": |
| 441 | + version "7.23.5" |
| 442 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602" |
| 443 | + integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w== |
| 444 | + dependencies: |
| 445 | + "@babel/helper-string-parser" "^7.23.4" |
| 446 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 447 | + to-fast-properties "^2.0.0" |
| 448 | + |
414 | 449 | "@bcoe/v8-coverage@^0.2.3":
|
415 | 450 | version "0.2.3"
|
416 | 451 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
646 | 681 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
647 | 682 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
648 | 683 |
|
| 684 | +"@jridgewell/resolve-uri@^3.1.0": |
| 685 | + version "3.1.1" |
| 686 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 687 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 688 | + |
649 | 689 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
|
650 | 690 | version "1.1.2"
|
651 | 691 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
656 | 696 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
657 | 697 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
658 | 698 |
|
| 699 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 700 | + version "1.4.15" |
| 701 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 702 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 703 | + |
659 | 704 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9":
|
660 | 705 | version "0.3.17"
|
661 | 706 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
664 | 709 | "@jridgewell/resolve-uri" "3.1.0"
|
665 | 710 | "@jridgewell/sourcemap-codec" "1.4.14"
|
666 | 711 |
|
| 712 | +"@jridgewell/trace-mapping@^0.3.17": |
| 713 | + version "0.3.20" |
| 714 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 715 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 716 | + dependencies: |
| 717 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 718 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 719 | + |
667 | 720 | "@octokit/auth-token@^2.4.4":
|
668 | 721 | version "2.4.5"
|
669 | 722 | resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.4.5.tgz#568ccfb8cb46f36441fac094ce34f7a875b197f3"
|
@@ -1066,7 +1119,7 @@ caniuse-lite@^1.0.30001400:
|
1066 | 1119 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001423.tgz#57176d460aa8cd85ee1a72016b961eb9aca55d91"
|
1067 | 1120 | integrity sha512-09iwWGOlifvE1XuHokFMP7eR38a0JnajoyL3/i87c8ZjRWRrdKo1fqjNfugfBD0UDBIOz0U+jtNhJ0EPm1VleQ==
|
1068 | 1121 |
|
1069 |
| -chalk@^2.0.0: |
| 1122 | +chalk@^2.0.0, chalk@^2.4.2: |
1070 | 1123 | version "2.4.2"
|
1071 | 1124 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1072 | 1125 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments