|
29 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
30 | 30 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
31 | 31 |
|
32 | | -"@babel/core@7.21.0": |
33 | | - version "7.21.0" |
34 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
35 | | - integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 32 | +"@babel/core@7.21.3": |
| 33 | + version "7.21.3" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
| 35 | + integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
36 | 36 | dependencies: |
37 | 37 | "@ampproject/remapping" "^2.2.0" |
38 | 38 | "@babel/code-frame" "^7.18.6" |
39 | | - "@babel/generator" "^7.21.0" |
| 39 | + "@babel/generator" "^7.21.3" |
40 | 40 | "@babel/helper-compilation-targets" "^7.20.7" |
41 | | - "@babel/helper-module-transforms" "^7.21.0" |
| 41 | + "@babel/helper-module-transforms" "^7.21.2" |
42 | 42 | "@babel/helpers" "^7.21.0" |
43 | | - "@babel/parser" "^7.21.0" |
| 43 | + "@babel/parser" "^7.21.3" |
44 | 44 | "@babel/template" "^7.20.7" |
45 | | - "@babel/traverse" "^7.21.0" |
46 | | - "@babel/types" "^7.21.0" |
| 45 | + "@babel/traverse" "^7.21.3" |
| 46 | + "@babel/types" "^7.21.3" |
47 | 47 | convert-source-map "^1.7.0" |
48 | 48 | debug "^4.1.0" |
49 | 49 | gensync "^1.0.0-beta.2" |
|
60 | 60 | "@jridgewell/trace-mapping" "^0.3.17" |
61 | 61 | jsesc "^2.5.1" |
62 | 62 |
|
| 63 | +"@babel/generator@^7.21.3": |
| 64 | + version "7.21.3" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
| 66 | + integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.21.3" |
| 69 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 70 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 71 | + jsesc "^2.5.1" |
| 72 | + |
63 | 73 | "@babel/helper-annotate-as-pure@^7.18.6": |
64 | 74 | version "7.18.6" |
65 | 75 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
105 | 115 | dependencies: |
106 | 116 | "@babel/types" "^7.18.6" |
107 | 117 |
|
108 | | -"@babel/helper-module-transforms@^7.21.0": |
109 | | - version "7.21.0" |
110 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
111 | | - integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
| 118 | +"@babel/helper-module-transforms@^7.21.2": |
| 119 | + version "7.21.2" |
| 120 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 121 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
112 | 122 | dependencies: |
113 | 123 | "@babel/helper-environment-visitor" "^7.18.9" |
114 | 124 | "@babel/helper-module-imports" "^7.18.6" |
115 | 125 | "@babel/helper-simple-access" "^7.20.2" |
116 | 126 | "@babel/helper-split-export-declaration" "^7.18.6" |
117 | 127 | "@babel/helper-validator-identifier" "^7.19.1" |
118 | 128 | "@babel/template" "^7.20.7" |
119 | | - "@babel/traverse" "^7.21.0" |
120 | | - "@babel/types" "^7.21.0" |
| 129 | + "@babel/traverse" "^7.21.2" |
| 130 | + "@babel/types" "^7.21.2" |
121 | 131 |
|
122 | 132 | "@babel/helper-plugin-utils@^7.18.6": |
123 | 133 | version "7.18.9" |
|
200 | 210 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4" |
201 | 211 | integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg== |
202 | 212 |
|
| 213 | +"@babel/parser@^7.21.3": |
| 214 | + version "7.21.3" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
| 216 | + integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
| 217 | + |
203 | 218 | "@babel/plugin-syntax-jsx@^7.17.12", "@babel/plugin-syntax-jsx@^7.18.6": |
204 | 219 | version "7.18.6" |
205 | 220 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" |
|
257 | 272 | debug "^4.1.0" |
258 | 273 | globals "^11.1.0" |
259 | 274 |
|
| 275 | +"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
| 276 | + version "7.21.3" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
| 278 | + integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
| 279 | + dependencies: |
| 280 | + "@babel/code-frame" "^7.18.6" |
| 281 | + "@babel/generator" "^7.21.3" |
| 282 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 283 | + "@babel/helper-function-name" "^7.21.0" |
| 284 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 285 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 286 | + "@babel/parser" "^7.21.3" |
| 287 | + "@babel/types" "^7.21.3" |
| 288 | + debug "^4.1.0" |
| 289 | + globals "^11.1.0" |
| 290 | + |
260 | 291 | "@babel/types@^7.18.6": |
261 | 292 | version "7.18.6" |
262 | 293 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.6.tgz#5d781dd10a3f0c9f1f931bd19de5eb26ec31acf0" |
|
292 | 323 | "@babel/helper-validator-identifier" "^7.19.1" |
293 | 324 | to-fast-properties "^2.0.0" |
294 | 325 |
|
| 326 | +"@babel/types@^7.21.2", "@babel/types@^7.21.3": |
| 327 | + version "7.21.3" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
| 329 | + integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== |
| 330 | + dependencies: |
| 331 | + "@babel/helper-string-parser" "^7.19.4" |
| 332 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 333 | + to-fast-properties "^2.0.0" |
| 334 | + |
295 | 335 | "@codemirror/autocomplete@^0.20.0", "@codemirror/autocomplete@^0.20.2": |
296 | 336 | version "0.20.3" |
297 | 337 | resolved "https://registry.yarnpkg.com/@codemirror/autocomplete/-/autocomplete-0.20.3.tgz#affe2d7e2b2e0be42ee1ac5fb74a1c84a6f1bfd7" |
|
0 commit comments