|
65 | 65 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
|
66 | 66 | integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
|
67 | 67 |
|
68 |
| -"@babel/core@7.20.7": |
69 |
| - version "7.20.7" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
71 |
| - integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
| 68 | +"@babel/core@7.20.12": |
| 69 | + version "7.20.12" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
| 71 | + integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
72 | 72 | dependencies:
|
73 | 73 | "@ampproject/remapping" "^2.1.0"
|
74 | 74 | "@babel/code-frame" "^7.18.6"
|
75 | 75 | "@babel/generator" "^7.20.7"
|
76 | 76 | "@babel/helper-compilation-targets" "^7.20.7"
|
77 |
| - "@babel/helper-module-transforms" "^7.20.7" |
| 77 | + "@babel/helper-module-transforms" "^7.20.11" |
78 | 78 | "@babel/helpers" "^7.20.7"
|
79 | 79 | "@babel/parser" "^7.20.7"
|
80 | 80 | "@babel/template" "^7.20.7"
|
81 |
| - "@babel/traverse" "^7.20.7" |
| 81 | + "@babel/traverse" "^7.20.12" |
82 | 82 | "@babel/types" "^7.20.7"
|
83 | 83 | convert-source-map "^1.7.0"
|
84 | 84 | debug "^4.1.0"
|
85 | 85 | gensync "^1.0.0-beta.2"
|
86 |
| - json5 "^2.2.1" |
| 86 | + json5 "^2.2.2" |
87 | 87 | semver "^6.3.0"
|
88 | 88 |
|
89 | 89 | "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
|
|
413 | 413 | "@babel/traverse" "^7.19.6"
|
414 | 414 | "@babel/types" "^7.19.4"
|
415 | 415 |
|
416 |
| -"@babel/helper-module-transforms@^7.20.7": |
417 |
| - version "7.20.7" |
418 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
419 |
| - integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
| 416 | +"@babel/helper-module-transforms@^7.20.11": |
| 417 | + version "7.20.11" |
| 418 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 419 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
420 | 420 | dependencies:
|
421 | 421 | "@babel/helper-environment-visitor" "^7.18.9"
|
422 | 422 | "@babel/helper-module-imports" "^7.18.6"
|
423 | 423 | "@babel/helper-simple-access" "^7.20.2"
|
424 | 424 | "@babel/helper-split-export-declaration" "^7.18.6"
|
425 | 425 | "@babel/helper-validator-identifier" "^7.19.1"
|
426 | 426 | "@babel/template" "^7.20.7"
|
427 |
| - "@babel/traverse" "^7.20.7" |
| 427 | + "@babel/traverse" "^7.20.10" |
428 | 428 | "@babel/types" "^7.20.7"
|
429 | 429 |
|
430 | 430 | "@babel/helper-optimise-call-expression@^7.18.6":
|
|
1499 | 1499 | debug "^4.1.0"
|
1500 | 1500 | globals "^11.1.0"
|
1501 | 1501 |
|
| 1502 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12": |
| 1503 | + version "7.20.12" |
| 1504 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
| 1505 | + integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 1506 | + dependencies: |
| 1507 | + "@babel/code-frame" "^7.18.6" |
| 1508 | + "@babel/generator" "^7.20.7" |
| 1509 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1510 | + "@babel/helper-function-name" "^7.19.0" |
| 1511 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1512 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1513 | + "@babel/parser" "^7.20.7" |
| 1514 | + "@babel/types" "^7.20.7" |
| 1515 | + debug "^4.1.0" |
| 1516 | + globals "^11.1.0" |
| 1517 | + |
1502 | 1518 | "@babel/traverse@^7.20.7":
|
1503 | 1519 | version "7.20.10"
|
1504 | 1520 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230"
|
@@ -6590,6 +6606,11 @@ json5@^2.2.1:
|
6590 | 6606 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
6591 | 6607 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
6592 | 6608 |
|
| 6609 | +json5@^2.2.2: |
| 6610 | + version "2.2.3" |
| 6611 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 6612 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 6613 | + |
6593 | 6614 | json@10.0.0:
|
6594 | 6615 | version "10.0.0"
|
6595 | 6616 | resolved "https://registry.yarnpkg.com/json/-/json-10.0.0.tgz#c49a939d4abc7067cc225419d5dd17ab7bf2f66c"
|
|
0 commit comments