|
30 | 30 | dependencies:
|
31 | 31 | "@babel/highlight" "^7.18.6"
|
32 | 32 |
|
| 33 | +"@babel/code-frame@^7.22.13": |
| 34 | + version "7.22.13" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 36 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 37 | + dependencies: |
| 38 | + "@babel/highlight" "^7.22.13" |
| 39 | + chalk "^2.4.2" |
| 40 | + |
33 | 41 | "@babel/compat-data@^7.18.8":
|
34 | 42 | version "7.18.13"
|
35 | 43 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.13.tgz#6aff7b350a1e8c3e40b029e46cbe78e24a913483"
|
|
56 | 64 | json5 "^2.2.1"
|
57 | 65 | semver "^6.3.0"
|
58 | 66 |
|
59 |
| -"@babel/generator@^7.12.5", "@babel/generator@^7.7.2": |
60 |
| - version "7.12.5" |
61 |
| - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz" |
62 |
| - integrity "sha1-osUN5ci21wirlb5eYFOTbBiEpN4= sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==" |
63 |
| - dependencies: |
64 |
| - "@babel/types" "^7.12.5" |
65 |
| - jsesc "^2.5.1" |
66 |
| - source-map "^0.5.0" |
67 |
| - |
68 | 67 | "@babel/generator@^7.18.13":
|
69 | 68 | version "7.18.13"
|
70 | 69 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
|
|
74 | 73 | "@jridgewell/gen-mapping" "^0.3.2"
|
75 | 74 | jsesc "^2.5.1"
|
76 | 75 |
|
| 76 | +"@babel/generator@^7.23.0": |
| 77 | + version "7.23.0" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 79 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 80 | + dependencies: |
| 81 | + "@babel/types" "^7.23.0" |
| 82 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 83 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 84 | + jsesc "^2.5.1" |
| 85 | + |
| 86 | +"@babel/generator@^7.7.2": |
| 87 | + version "7.12.5" |
| 88 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz" |
| 89 | + integrity "sha1-osUN5ci21wirlb5eYFOTbBiEpN4= sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==" |
| 90 | + dependencies: |
| 91 | + "@babel/types" "^7.12.5" |
| 92 | + jsesc "^2.5.1" |
| 93 | + source-map "^0.5.0" |
| 94 | + |
77 | 95 | "@babel/helper-compilation-targets@^7.18.9":
|
78 | 96 | version "7.18.9"
|
79 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
|
|
89 | 107 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
90 | 108 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
91 | 109 |
|
92 |
| -"@babel/helper-function-name@^7.10.4": |
93 |
| - version "7.10.4" |
94 |
| - resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz" |
95 |
| - integrity "sha1-0tOyDFmtjEcRL6fSqUvAnV74Lxo= sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==" |
96 |
| - dependencies: |
97 |
| - "@babel/helper-get-function-arity" "^7.10.4" |
98 |
| - "@babel/template" "^7.10.4" |
99 |
| - "@babel/types" "^7.10.4" |
| 110 | +"@babel/helper-environment-visitor@^7.22.20": |
| 111 | + version "7.22.20" |
| 112 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 113 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
100 | 114 |
|
101 |
| -"@babel/helper-function-name@^7.18.9": |
102 |
| - version "7.18.9" |
103 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" |
104 |
| - integrity "sha1-lA5ghKVd7oZ9M7Tkh9omdjZehrA= sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==" |
| 115 | +"@babel/helper-function-name@^7.23.0": |
| 116 | + version "7.23.0" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 118 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
105 | 119 | dependencies:
|
106 |
| - "@babel/template" "^7.18.6" |
107 |
| - "@babel/types" "^7.18.9" |
| 120 | + "@babel/template" "^7.22.15" |
| 121 | + "@babel/types" "^7.23.0" |
108 | 122 |
|
109 |
| -"@babel/helper-get-function-arity@^7.10.4": |
110 |
| - version "7.10.4" |
111 |
| - resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz" |
112 |
| - integrity "sha1-mMHL6g4jMvM/mkZhuM4VBbLBm6I= sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==" |
| 123 | +"@babel/helper-hoist-variables@^7.22.5": |
| 124 | + version "7.22.5" |
| 125 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 126 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
113 | 127 | dependencies:
|
114 |
| - "@babel/types" "^7.10.4" |
115 |
| - |
116 |
| -"@babel/helper-hoist-variables@^7.18.6": |
117 |
| - version "7.18.6" |
118 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
119 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
120 |
| - dependencies: |
121 |
| - "@babel/types" "^7.18.6" |
| 128 | + "@babel/types" "^7.22.5" |
122 | 129 |
|
123 | 130 | "@babel/helper-module-imports@^7.18.6":
|
124 | 131 | version "7.18.6"
|
|
158 | 165 | dependencies:
|
159 | 166 | "@babel/types" "^7.18.6"
|
160 | 167 |
|
161 |
| -"@babel/helper-split-export-declaration@^7.11.0": |
162 |
| - version "7.11.0" |
163 |
| - resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz" |
164 |
| - integrity "sha1-+KSRJErPamdhWKxCBykRuoOtCZ8= sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==" |
165 |
| - dependencies: |
166 |
| - "@babel/types" "^7.11.0" |
167 |
| - |
168 | 168 | "@babel/helper-split-export-declaration@^7.18.6":
|
169 | 169 | version "7.18.6"
|
170 | 170 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
|
171 | 171 | integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
|
172 | 172 | dependencies:
|
173 | 173 | "@babel/types" "^7.18.6"
|
174 | 174 |
|
| 175 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 176 | + version "7.22.6" |
| 177 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 178 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 179 | + dependencies: |
| 180 | + "@babel/types" "^7.22.5" |
| 181 | + |
175 | 182 | "@babel/helper-string-parser@^7.18.10":
|
176 | 183 | version "7.18.10"
|
177 | 184 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
|
178 | 185 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
|
179 | 186 |
|
| 187 | +"@babel/helper-string-parser@^7.22.5": |
| 188 | + version "7.22.5" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 190 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 191 | + |
180 | 192 | "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.15.7":
|
181 | 193 | version "7.15.7"
|
182 | 194 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz"
|
|
187 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
|
188 | 200 | integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
|
189 | 201 |
|
| 202 | +"@babel/helper-validator-identifier@^7.22.20": |
| 203 | + version "7.22.20" |
| 204 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 205 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 206 | + |
190 | 207 | "@babel/helper-validator-option@^7.18.6":
|
191 | 208 | version "7.18.6"
|
192 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
219 | 236 | chalk "^2.0.0"
|
220 | 237 | js-tokens "^4.0.0"
|
221 | 238 |
|
222 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.5": |
| 239 | +"@babel/highlight@^7.22.13": |
| 240 | + version "7.22.20" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 242 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 243 | + dependencies: |
| 244 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 245 | + chalk "^2.4.2" |
| 246 | + js-tokens "^4.0.0" |
| 247 | + |
| 248 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.4": |
223 | 249 | version "7.12.5"
|
224 | 250 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.5.tgz"
|
225 | 251 | integrity "sha1-tK8y3dRzwL+mQ71/8HKLjnG4HqA= sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ=="
|
|
229 | 255 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
|
230 | 256 | integrity "sha1-Wy3SHK5KLFFF8fvYyhA/kxPTt+Q= sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg=="
|
231 | 257 |
|
| 258 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 259 | + version "7.23.0" |
| 260 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 261 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 262 | + |
232 | 263 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
233 | 264 | version "7.8.4"
|
234 | 265 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
|
|
334 | 365 | dependencies:
|
335 | 366 | regenerator-runtime "^0.13.4"
|
336 | 367 |
|
337 |
| -"@babel/template@^7.10.4", "@babel/template@^7.3.3": |
338 |
| - version "7.10.4" |
339 |
| - resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz" |
340 |
| - integrity "sha1-MlGZbEIA68cdGo/EBfupQPNrong= sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==" |
341 |
| - dependencies: |
342 |
| - "@babel/code-frame" "^7.10.4" |
343 |
| - "@babel/parser" "^7.10.4" |
344 |
| - "@babel/types" "^7.10.4" |
345 |
| - |
346 | 368 | "@babel/template@^7.18.10", "@babel/template@^7.18.6":
|
347 | 369 | version "7.18.10"
|
348 | 370 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
|
|
352 | 374 | "@babel/parser" "^7.18.10"
|
353 | 375 | "@babel/types" "^7.18.10"
|
354 | 376 |
|
355 |
| -"@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9": |
356 |
| - version "7.18.13" |
357 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" |
358 |
| - integrity "sha1-WrWe9RqZez8QxFh9ZIuWlrbLGmg= sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==" |
| 377 | +"@babel/template@^7.22.15": |
| 378 | + version "7.22.15" |
| 379 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 380 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
359 | 381 | dependencies:
|
360 |
| - "@babel/code-frame" "^7.18.6" |
361 |
| - "@babel/generator" "^7.18.13" |
362 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
363 |
| - "@babel/helper-function-name" "^7.18.9" |
364 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
365 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
366 |
| - "@babel/parser" "^7.18.13" |
367 |
| - "@babel/types" "^7.18.13" |
368 |
| - debug "^4.1.0" |
369 |
| - globals "^11.1.0" |
| 382 | + "@babel/code-frame" "^7.22.13" |
| 383 | + "@babel/parser" "^7.22.15" |
| 384 | + "@babel/types" "^7.22.15" |
370 | 385 |
|
371 |
| -"@babel/traverse@^7.7.2": |
372 |
| - version "7.12.5" |
373 |
| - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.5.tgz" |
374 |
| - integrity "sha1-eKDGjI6KNeTKz9MduLswPVYG8JU= sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==" |
| 386 | +"@babel/template@^7.3.3": |
| 387 | + version "7.10.4" |
| 388 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz" |
| 389 | + integrity "sha1-MlGZbEIA68cdGo/EBfupQPNrong= sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==" |
375 | 390 | dependencies:
|
376 | 391 | "@babel/code-frame" "^7.10.4"
|
377 |
| - "@babel/generator" "^7.12.5" |
378 |
| - "@babel/helper-function-name" "^7.10.4" |
379 |
| - "@babel/helper-split-export-declaration" "^7.11.0" |
380 |
| - "@babel/parser" "^7.12.5" |
381 |
| - "@babel/types" "^7.12.5" |
| 392 | + "@babel/parser" "^7.10.4" |
| 393 | + "@babel/types" "^7.10.4" |
| 394 | + |
| 395 | +"@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": |
| 396 | + version "7.23.2" |
| 397 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 398 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 399 | + dependencies: |
| 400 | + "@babel/code-frame" "^7.22.13" |
| 401 | + "@babel/generator" "^7.23.0" |
| 402 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 403 | + "@babel/helper-function-name" "^7.23.0" |
| 404 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 405 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 406 | + "@babel/parser" "^7.23.0" |
| 407 | + "@babel/types" "^7.23.0" |
382 | 408 | debug "^4.1.0"
|
383 | 409 | globals "^11.1.0"
|
384 |
| - lodash "^4.17.19" |
385 | 410 |
|
386 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 411 | +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
387 | 412 | version "7.12.6"
|
388 | 413 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.6.tgz"
|
389 | 414 | integrity "sha1-rg5V7xzOH7yIHNJvgjTrPmV+3JY= sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA=="
|
|
401 | 426 | "@babel/helper-validator-identifier" "^7.18.6"
|
402 | 427 | to-fast-properties "^2.0.0"
|
403 | 428 |
|
| 429 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 430 | + version "7.23.0" |
| 431 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 432 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 433 | + dependencies: |
| 434 | + "@babel/helper-string-parser" "^7.22.5" |
| 435 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 436 | + to-fast-properties "^2.0.0" |
| 437 | + |
404 | 438 | "@bcoe/v8-coverage@^0.2.3":
|
405 | 439 | version "0.2.3"
|
406 | 440 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
|
|
843 | 877 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
|
844 | 878 | integrity "sha1-aOtSE2jbdtBApjFc2yS/JIMDe5w= sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew=="
|
845 | 879 |
|
| 880 | +"@jridgewell/resolve-uri@^3.1.0": |
| 881 | + version "3.1.1" |
| 882 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 883 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 884 | + |
846 | 885 | "@jridgewell/set-array@^1.0.1":
|
847 | 886 | version "1.1.2"
|
848 | 887 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
853 | 892 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
|
854 | 893 | integrity "sha1-dxodjXRO63G2rbNYCOGmx7m4yOw= sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg=="
|
855 | 894 |
|
| 895 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 896 | + version "1.4.15" |
| 897 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 898 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 899 | + |
856 | 900 | "@jridgewell/trace-mapping@0.3.9":
|
857 | 901 | version "0.3.9"
|
858 | 902 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
877 | 921 | "@jridgewell/resolve-uri" "^3.0.3"
|
878 | 922 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
879 | 923 |
|
| 924 | +"@jridgewell/trace-mapping@^0.3.17": |
| 925 | + version "0.3.19" |
| 926 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 927 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 928 | + dependencies: |
| 929 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 930 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 931 | + |
880 | 932 | "@manypkg/find-root@^1.1.0":
|
881 | 933 | version "1.1.0"
|
882 | 934 | resolved "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz"
|
@@ -1858,7 +1910,7 @@ caseless@~0.12.0:
|
1858 | 1910 | resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
|
1859 | 1911 | integrity "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
|
1860 | 1912 |
|
1861 |
| -chalk@^2.0.0, chalk@^2.3.2: |
| 1913 | +chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.2: |
1862 | 1914 | version "2.4.2"
|
1863 | 1915 | resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
|
1864 | 1916 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments