|
181 | 181 | json5 "^2.2.1" |
182 | 182 | semver "^6.3.0" |
183 | 183 |
|
184 | | -"@babel/core@^7.20.7": |
185 | | - version "7.20.7" |
186 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
187 | | - integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
| 184 | +"@babel/core@^7.20.12": |
| 185 | + version "7.20.12" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
| 187 | + integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
188 | 188 | dependencies: |
189 | 189 | "@ampproject/remapping" "^2.1.0" |
190 | 190 | "@babel/code-frame" "^7.18.6" |
191 | 191 | "@babel/generator" "^7.20.7" |
192 | 192 | "@babel/helper-compilation-targets" "^7.20.7" |
193 | | - "@babel/helper-module-transforms" "^7.20.7" |
| 193 | + "@babel/helper-module-transforms" "^7.20.11" |
194 | 194 | "@babel/helpers" "^7.20.7" |
195 | 195 | "@babel/parser" "^7.20.7" |
196 | 196 | "@babel/template" "^7.20.7" |
197 | | - "@babel/traverse" "^7.20.7" |
| 197 | + "@babel/traverse" "^7.20.12" |
198 | 198 | "@babel/types" "^7.20.7" |
199 | 199 | convert-source-map "^1.7.0" |
200 | 200 | debug "^4.1.0" |
201 | 201 | gensync "^1.0.0-beta.2" |
202 | | - json5 "^2.2.1" |
| 202 | + json5 "^2.2.2" |
203 | 203 | semver "^6.3.0" |
204 | 204 |
|
205 | 205 | "@babel/eslint-parser@^7.16.3": |
|
389 | 389 | "@babel/traverse" "^7.18.0" |
390 | 390 | "@babel/types" "^7.18.0" |
391 | 391 |
|
392 | | -"@babel/helper-module-transforms@^7.20.7": |
393 | | - version "7.20.7" |
394 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
395 | | - integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
| 392 | +"@babel/helper-module-transforms@^7.20.11": |
| 393 | + version "7.20.11" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 395 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
396 | 396 | dependencies: |
397 | 397 | "@babel/helper-environment-visitor" "^7.18.9" |
398 | 398 | "@babel/helper-module-imports" "^7.18.6" |
399 | 399 | "@babel/helper-simple-access" "^7.20.2" |
400 | 400 | "@babel/helper-split-export-declaration" "^7.18.6" |
401 | 401 | "@babel/helper-validator-identifier" "^7.19.1" |
402 | 402 | "@babel/template" "^7.20.7" |
403 | | - "@babel/traverse" "^7.20.7" |
| 403 | + "@babel/traverse" "^7.20.10" |
404 | 404 | "@babel/types" "^7.20.7" |
405 | 405 |
|
406 | 406 | "@babel/helper-optimise-call-expression@^7.16.7": |
|
1396 | 1396 | debug "^4.1.0" |
1397 | 1397 | globals "^11.1.0" |
1398 | 1398 |
|
| 1399 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12": |
| 1400 | + version "7.20.12" |
| 1401 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
| 1402 | + integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 1403 | + dependencies: |
| 1404 | + "@babel/code-frame" "^7.18.6" |
| 1405 | + "@babel/generator" "^7.20.7" |
| 1406 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1407 | + "@babel/helper-function-name" "^7.19.0" |
| 1408 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1409 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1410 | + "@babel/parser" "^7.20.7" |
| 1411 | + "@babel/types" "^7.20.7" |
| 1412 | + debug "^4.1.0" |
| 1413 | + globals "^11.1.0" |
| 1414 | + |
1399 | 1415 | "@babel/traverse@^7.20.7": |
1400 | 1416 | version "7.20.10" |
1401 | 1417 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230" |
@@ -4470,6 +4486,11 @@ json5@^2.1.2, json5@^2.2.1: |
4470 | 4486 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
4471 | 4487 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
4472 | 4488 |
|
| 4489 | +json5@^2.2.2: |
| 4490 | + version "2.2.3" |
| 4491 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 4492 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 4493 | + |
4473 | 4494 | jsonfile@^6.0.1: |
4474 | 4495 | version "6.1.0" |
4475 | 4496 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" |
|
0 commit comments