|
31 | 31 | dependencies: |
32 | 32 | "@babel/highlight" "^7.18.6" |
33 | 33 |
|
34 | | -"@babel/compat-data@^7.18.6": |
| 34 | +"@babel/compat-data@^7.18.8": |
35 | 35 | version "7.18.8" |
36 | 36 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" |
37 | 37 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== |
38 | 38 |
|
39 | | -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.18.6", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
40 | | - version "7.18.6" |
41 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d" |
42 | | - integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ== |
| 39 | +"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.2", "@babel/core@^7.8.0": |
| 40 | + version "7.18.10" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8" |
| 42 | + integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== |
43 | 43 | dependencies: |
44 | 44 | "@ampproject/remapping" "^2.1.0" |
45 | 45 | "@babel/code-frame" "^7.18.6" |
46 | | - "@babel/generator" "^7.18.6" |
47 | | - "@babel/helper-compilation-targets" "^7.18.6" |
48 | | - "@babel/helper-module-transforms" "^7.18.6" |
49 | | - "@babel/helpers" "^7.18.6" |
50 | | - "@babel/parser" "^7.18.6" |
51 | | - "@babel/template" "^7.18.6" |
52 | | - "@babel/traverse" "^7.18.6" |
53 | | - "@babel/types" "^7.18.6" |
| 46 | + "@babel/generator" "^7.18.10" |
| 47 | + "@babel/helper-compilation-targets" "^7.18.9" |
| 48 | + "@babel/helper-module-transforms" "^7.18.9" |
| 49 | + "@babel/helpers" "^7.18.9" |
| 50 | + "@babel/parser" "^7.18.10" |
| 51 | + "@babel/template" "^7.18.10" |
| 52 | + "@babel/traverse" "^7.18.10" |
| 53 | + "@babel/types" "^7.18.10" |
54 | 54 | convert-source-map "^1.7.0" |
55 | 55 | debug "^4.1.0" |
56 | 56 | gensync "^1.0.0-beta.2" |
57 | 57 | json5 "^2.2.1" |
58 | 58 | semver "^6.3.0" |
59 | 59 |
|
| 60 | +"@babel/generator@^7.18.10": |
| 61 | + version "7.18.12" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.12.tgz#fa58daa303757bd6f5e4bbca91b342040463d9f4" |
| 63 | + integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg== |
| 64 | + dependencies: |
| 65 | + "@babel/types" "^7.18.10" |
| 66 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 67 | + jsesc "^2.5.1" |
| 68 | + |
60 | 69 | "@babel/generator@^7.18.2", "@babel/generator@^7.7.2": |
61 | 70 | version "7.18.2" |
62 | 71 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d" |
|
66 | 75 | "@jridgewell/gen-mapping" "^0.3.0" |
67 | 76 | jsesc "^2.5.1" |
68 | 77 |
|
69 | | -"@babel/generator@^7.18.6", "@babel/generator@^7.18.7": |
70 | | - version "7.18.7" |
71 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd" |
72 | | - integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A== |
73 | | - dependencies: |
74 | | - "@babel/types" "^7.18.7" |
75 | | - "@jridgewell/gen-mapping" "^0.3.2" |
76 | | - jsesc "^2.5.1" |
77 | | - |
78 | 78 | "@babel/helper-annotate-as-pure@^7.18.6": |
79 | 79 | version "7.18.6" |
80 | 80 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
81 | 81 | integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
82 | 82 | dependencies: |
83 | 83 | "@babel/types" "^7.18.6" |
84 | 84 |
|
85 | | -"@babel/helper-compilation-targets@^7.18.6": |
86 | | - version "7.18.6" |
87 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96" |
88 | | - integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg== |
| 85 | +"@babel/helper-compilation-targets@^7.18.9": |
| 86 | + version "7.18.9" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf" |
| 88 | + integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg== |
89 | 89 | dependencies: |
90 | | - "@babel/compat-data" "^7.18.6" |
| 90 | + "@babel/compat-data" "^7.18.8" |
91 | 91 | "@babel/helper-validator-option" "^7.18.6" |
92 | 92 | browserslist "^4.20.2" |
93 | 93 | semver "^6.3.0" |
|
97 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd" |
98 | 98 | integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ== |
99 | 99 |
|
100 | | -"@babel/helper-environment-visitor@^7.18.6": |
101 | | - version "7.18.6" |
102 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7" |
103 | | - integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q== |
| 100 | +"@babel/helper-environment-visitor@^7.18.9": |
| 101 | + version "7.18.9" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
| 103 | + integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
104 | 104 |
|
105 | 105 | "@babel/helper-function-name@^7.17.9": |
106 | 106 | version "7.17.9" |
|
110 | 110 | "@babel/template" "^7.16.7" |
111 | 111 | "@babel/types" "^7.17.0" |
112 | 112 |
|
113 | | -"@babel/helper-function-name@^7.18.6": |
114 | | - version "7.18.6" |
115 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83" |
116 | | - integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw== |
| 113 | +"@babel/helper-function-name@^7.18.9": |
| 114 | + version "7.18.9" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" |
| 116 | + integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A== |
117 | 117 | dependencies: |
118 | 118 | "@babel/template" "^7.18.6" |
119 | | - "@babel/types" "^7.18.6" |
| 119 | + "@babel/types" "^7.18.9" |
120 | 120 |
|
121 | 121 | "@babel/helper-hoist-variables@^7.16.7": |
122 | 122 | version "7.16.7" |
|
139 | 139 | dependencies: |
140 | 140 | "@babel/types" "^7.18.6" |
141 | 141 |
|
142 | | -"@babel/helper-module-transforms@^7.18.6": |
143 | | - version "7.18.8" |
144 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.8.tgz#4f8408afead0188cfa48672f9d0e5787b61778c8" |
145 | | - integrity sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA== |
| 142 | +"@babel/helper-module-transforms@^7.18.9": |
| 143 | + version "7.18.9" |
| 144 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712" |
| 145 | + integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g== |
146 | 146 | dependencies: |
147 | | - "@babel/helper-environment-visitor" "^7.18.6" |
| 147 | + "@babel/helper-environment-visitor" "^7.18.9" |
148 | 148 | "@babel/helper-module-imports" "^7.18.6" |
149 | 149 | "@babel/helper-simple-access" "^7.18.6" |
150 | 150 | "@babel/helper-split-export-declaration" "^7.18.6" |
151 | 151 | "@babel/helper-validator-identifier" "^7.18.6" |
152 | 152 | "@babel/template" "^7.18.6" |
153 | | - "@babel/traverse" "^7.18.8" |
154 | | - "@babel/types" "^7.18.8" |
| 153 | + "@babel/traverse" "^7.18.9" |
| 154 | + "@babel/types" "^7.18.9" |
155 | 155 |
|
156 | 156 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.8.0": |
157 | 157 | version "7.17.12" |
|
163 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" |
164 | 164 | integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== |
165 | 165 |
|
| 166 | +"@babel/helper-plugin-utils@^7.18.9": |
| 167 | + version "7.18.9" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" |
| 169 | + integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== |
| 170 | + |
166 | 171 | "@babel/helper-simple-access@^7.18.6": |
167 | 172 | version "7.18.6" |
168 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea" |
|
184 | 189 | dependencies: |
185 | 190 | "@babel/types" "^7.18.6" |
186 | 191 |
|
| 192 | +"@babel/helper-string-parser@^7.18.10": |
| 193 | + version "7.18.10" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
| 195 | + integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
| 196 | + |
187 | 197 | "@babel/helper-validator-identifier@^7.16.7": |
188 | 198 | version "7.16.7" |
189 | 199 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
|
199 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
200 | 210 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
201 | 211 |
|
202 | | -"@babel/helpers@^7.18.6": |
203 | | - version "7.18.6" |
204 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd" |
205 | | - integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ== |
| 212 | +"@babel/helpers@^7.18.9": |
| 213 | + version "7.18.9" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9" |
| 215 | + integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ== |
206 | 216 | dependencies: |
207 | 217 | "@babel/template" "^7.18.6" |
208 | | - "@babel/traverse" "^7.18.6" |
209 | | - "@babel/types" "^7.18.6" |
| 218 | + "@babel/traverse" "^7.18.9" |
| 219 | + "@babel/types" "^7.18.9" |
210 | 220 |
|
211 | 221 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7": |
212 | 222 | version "7.16.7" |
|
231 | 241 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c" |
232 | 242 | integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw== |
233 | 243 |
|
234 | | -"@babel/parser@^7.18.6", "@babel/parser@^7.18.8": |
| 244 | +"@babel/parser@^7.18.10", "@babel/parser@^7.18.11": |
| 245 | + version "7.18.11" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9" |
| 247 | + integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ== |
| 248 | + |
| 249 | +"@babel/parser@^7.18.6": |
235 | 250 | version "7.18.8" |
236 | 251 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.8.tgz#822146080ac9c62dac0823bb3489622e0bc1cbdf" |
237 | 252 | integrity sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA== |
|
355 | 370 | dependencies: |
356 | 371 | "@babel/helper-plugin-utils" "^7.18.6" |
357 | 372 |
|
358 | | -"@babel/plugin-transform-react-jsx@^7.18.6": |
359 | | - version "7.18.6" |
360 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz#2721e96d31df96e3b7ad48ff446995d26bc028ff" |
361 | | - integrity sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw== |
| 373 | +"@babel/plugin-transform-react-jsx@^7.18.10", "@babel/plugin-transform-react-jsx@^7.18.6": |
| 374 | + version "7.18.10" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.10.tgz#ea47b2c4197102c196cbd10db9b3bb20daa820f1" |
| 376 | + integrity sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A== |
362 | 377 | dependencies: |
363 | 378 | "@babel/helper-annotate-as-pure" "^7.18.6" |
364 | 379 | "@babel/helper-module-imports" "^7.18.6" |
365 | | - "@babel/helper-plugin-utils" "^7.18.6" |
| 380 | + "@babel/helper-plugin-utils" "^7.18.9" |
366 | 381 | "@babel/plugin-syntax-jsx" "^7.18.6" |
367 | | - "@babel/types" "^7.18.6" |
| 382 | + "@babel/types" "^7.18.10" |
368 | 383 |
|
369 | 384 | "@babel/template@^7.16.7", "@babel/template@^7.3.3": |
370 | 385 | version "7.16.7" |
|
375 | 390 | "@babel/parser" "^7.16.7" |
376 | 391 | "@babel/types" "^7.16.7" |
377 | 392 |
|
| 393 | +"@babel/template@^7.18.10": |
| 394 | + version "7.18.10" |
| 395 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
| 396 | + integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 397 | + dependencies: |
| 398 | + "@babel/code-frame" "^7.18.6" |
| 399 | + "@babel/parser" "^7.18.10" |
| 400 | + "@babel/types" "^7.18.10" |
| 401 | + |
378 | 402 | "@babel/template@^7.18.6": |
379 | 403 | version "7.18.6" |
380 | 404 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" |
|
384 | 408 | "@babel/parser" "^7.18.6" |
385 | 409 | "@babel/types" "^7.18.6" |
386 | 410 |
|
387 | | -"@babel/traverse@^7.18.6", "@babel/traverse@^7.18.8": |
388 | | - version "7.18.8" |
389 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.8.tgz#f095e62ab46abf1da35e5a2011f43aee72d8d5b0" |
390 | | - integrity sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg== |
| 411 | +"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9": |
| 412 | + version "7.18.11" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f" |
| 414 | + integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ== |
391 | 415 | dependencies: |
392 | 416 | "@babel/code-frame" "^7.18.6" |
393 | | - "@babel/generator" "^7.18.7" |
394 | | - "@babel/helper-environment-visitor" "^7.18.6" |
395 | | - "@babel/helper-function-name" "^7.18.6" |
| 417 | + "@babel/generator" "^7.18.10" |
| 418 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 419 | + "@babel/helper-function-name" "^7.18.9" |
396 | 420 | "@babel/helper-hoist-variables" "^7.18.6" |
397 | 421 | "@babel/helper-split-export-declaration" "^7.18.6" |
398 | | - "@babel/parser" "^7.18.8" |
399 | | - "@babel/types" "^7.18.8" |
| 422 | + "@babel/parser" "^7.18.11" |
| 423 | + "@babel/types" "^7.18.10" |
400 | 424 | debug "^4.1.0" |
401 | 425 | globals "^11.1.0" |
402 | 426 |
|
|
424 | 448 | "@babel/helper-validator-identifier" "^7.16.7" |
425 | 449 | to-fast-properties "^2.0.0" |
426 | 450 |
|
427 | | -"@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.8": |
| 451 | +"@babel/types@^7.18.10", "@babel/types@^7.18.9": |
| 452 | + version "7.18.10" |
| 453 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" |
| 454 | + integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== |
| 455 | + dependencies: |
| 456 | + "@babel/helper-string-parser" "^7.18.10" |
| 457 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 458 | + to-fast-properties "^2.0.0" |
| 459 | + |
| 460 | +"@babel/types@^7.18.6": |
428 | 461 | version "7.18.8" |
429 | 462 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.8.tgz#c5af199951bf41ba4a6a9a6d0d8ad722b30cd42f" |
430 | 463 | integrity sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw== |
|
1033 | 1066 | eslint-visitor-keys "^2.0.0" |
1034 | 1067 |
|
1035 | 1068 | "@vitejs/plugin-react@^2.0.0": |
1036 | | - version "2.0.0" |
1037 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-2.0.0.tgz#12decd097773a00620e44b780b1d2c00df101449" |
1038 | | - integrity sha512-zHkRR+X4zqEPNBbKV2FvWSxK7Q6crjMBVIAYroSU8Nbb4M3E5x4qOiLoqJBHtXgr27kfednXjkwr3lr8jS6Wrw== |
| 1069 | + version "2.0.1" |
| 1070 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-2.0.1.tgz#3197c01d8e4a4eb9fed829c7888c467a43aadd4e" |
| 1071 | + integrity sha512-uINzNHmjrbunlFtyVkST6lY1ewSfz/XwLufG0PIqvLGnpk2nOIOa/1CACTDNcKi1/RwaCzJLmsXwm1NsUVV/NA== |
1039 | 1072 | dependencies: |
1040 | | - "@babel/core" "^7.18.6" |
1041 | | - "@babel/plugin-transform-react-jsx" "^7.18.6" |
| 1073 | + "@babel/core" "^7.18.10" |
| 1074 | + "@babel/plugin-transform-react-jsx" "^7.18.10" |
1042 | 1075 | "@babel/plugin-transform-react-jsx-development" "^7.18.6" |
1043 | 1076 | "@babel/plugin-transform-react-jsx-self" "^7.18.6" |
1044 | 1077 | "@babel/plugin-transform-react-jsx-source" "^7.18.6" |
|
0 commit comments