|
49 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
50 | 50 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
51 | 51 |
|
52 | | -"@babel/core@7.21.0": |
53 | | - version "7.21.0" |
54 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
55 | | - integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 52 | +"@babel/core@7.21.3": |
| 53 | + version "7.21.3" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
| 55 | + integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
56 | 56 | dependencies: |
57 | 57 | "@ampproject/remapping" "^2.2.0" |
58 | 58 | "@babel/code-frame" "^7.18.6" |
59 | | - "@babel/generator" "^7.21.0" |
| 59 | + "@babel/generator" "^7.21.3" |
60 | 60 | "@babel/helper-compilation-targets" "^7.20.7" |
61 | | - "@babel/helper-module-transforms" "^7.21.0" |
| 61 | + "@babel/helper-module-transforms" "^7.21.2" |
62 | 62 | "@babel/helpers" "^7.21.0" |
63 | | - "@babel/parser" "^7.21.0" |
| 63 | + "@babel/parser" "^7.21.3" |
64 | 64 | "@babel/template" "^7.20.7" |
65 | | - "@babel/traverse" "^7.21.0" |
66 | | - "@babel/types" "^7.21.0" |
| 65 | + "@babel/traverse" "^7.21.3" |
| 66 | + "@babel/types" "^7.21.3" |
67 | 67 | convert-source-map "^1.7.0" |
68 | 68 | debug "^4.1.0" |
69 | 69 | gensync "^1.0.0-beta.2" |
|
146 | 146 | "@jridgewell/trace-mapping" "^0.3.17" |
147 | 147 | jsesc "^2.5.1" |
148 | 148 |
|
| 149 | +"@babel/generator@^7.21.3": |
| 150 | + version "7.21.3" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
| 152 | + integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
| 153 | + dependencies: |
| 154 | + "@babel/types" "^7.21.3" |
| 155 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 156 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 157 | + jsesc "^2.5.1" |
| 158 | + |
149 | 159 | "@babel/helper-annotate-as-pure@^7.16.0": |
150 | 160 | version "7.16.0" |
151 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
463 | 473 | "@babel/traverse" "^7.19.6" |
464 | 474 | "@babel/types" "^7.19.4" |
465 | 475 |
|
466 | | -"@babel/helper-module-transforms@^7.21.0": |
467 | | - version "7.21.0" |
468 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
469 | | - integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
| 476 | +"@babel/helper-module-transforms@^7.21.2": |
| 477 | + version "7.21.2" |
| 478 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 479 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
470 | 480 | dependencies: |
471 | 481 | "@babel/helper-environment-visitor" "^7.18.9" |
472 | 482 | "@babel/helper-module-imports" "^7.18.6" |
473 | 483 | "@babel/helper-simple-access" "^7.20.2" |
474 | 484 | "@babel/helper-split-export-declaration" "^7.18.6" |
475 | 485 | "@babel/helper-validator-identifier" "^7.19.1" |
476 | 486 | "@babel/template" "^7.20.7" |
477 | | - "@babel/traverse" "^7.21.0" |
478 | | - "@babel/types" "^7.21.0" |
| 487 | + "@babel/traverse" "^7.21.2" |
| 488 | + "@babel/types" "^7.21.2" |
479 | 489 |
|
480 | 490 | "@babel/helper-optimise-call-expression@^7.16.0": |
481 | 491 | version "7.16.0" |
|
770 | 780 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.1.tgz#a8f81ee2fe872af23faea4b17a08fcc869de7bcc" |
771 | 781 | integrity sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg== |
772 | 782 |
|
| 783 | +"@babel/parser@^7.21.3": |
| 784 | + version "7.21.3" |
| 785 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
| 786 | + integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
| 787 | + |
773 | 788 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
774 | 789 | version "7.16.2" |
775 | 790 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
2076 | 2091 | debug "^4.1.0" |
2077 | 2092 | globals "^11.1.0" |
2078 | 2093 |
|
| 2094 | +"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
| 2095 | + version "7.21.3" |
| 2096 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
| 2097 | + integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
| 2098 | + dependencies: |
| 2099 | + "@babel/code-frame" "^7.18.6" |
| 2100 | + "@babel/generator" "^7.21.3" |
| 2101 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 2102 | + "@babel/helper-function-name" "^7.21.0" |
| 2103 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 2104 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 2105 | + "@babel/parser" "^7.21.3" |
| 2106 | + "@babel/types" "^7.21.3" |
| 2107 | + debug "^4.1.0" |
| 2108 | + globals "^11.1.0" |
| 2109 | + |
2079 | 2110 | "@babel/types@^7.16.0", "@babel/types@^7.4.4": |
2080 | 2111 | version "7.16.0" |
2081 | 2112 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
|
2154 | 2185 | "@babel/helper-validator-identifier" "^7.19.1" |
2155 | 2186 | to-fast-properties "^2.0.0" |
2156 | 2187 |
|
| 2188 | +"@babel/types@^7.21.2", "@babel/types@^7.21.3": |
| 2189 | + version "7.21.3" |
| 2190 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
| 2191 | + integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== |
| 2192 | + dependencies: |
| 2193 | + "@babel/helper-string-parser" "^7.19.4" |
| 2194 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 2195 | + to-fast-properties "^2.0.0" |
| 2196 | + |
2157 | 2197 | "@bcoe/v8-coverage@^0.2.3": |
2158 | 2198 | version "0.2.3" |
2159 | 2199 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments