|
48 | 48 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
49 | 49 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
50 | 50 |
|
51 | | -"@babel/core@7.20.7": |
52 | | - version "7.20.7" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f" |
54 | | - integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw== |
| 51 | +"@babel/core@7.20.12": |
| 52 | + version "7.20.12" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
| 54 | + integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
55 | 55 | dependencies: |
56 | 56 | "@ampproject/remapping" "^2.1.0" |
57 | 57 | "@babel/code-frame" "^7.18.6" |
58 | 58 | "@babel/generator" "^7.20.7" |
59 | 59 | "@babel/helper-compilation-targets" "^7.20.7" |
60 | | - "@babel/helper-module-transforms" "^7.20.7" |
| 60 | + "@babel/helper-module-transforms" "^7.20.11" |
61 | 61 | "@babel/helpers" "^7.20.7" |
62 | 62 | "@babel/parser" "^7.20.7" |
63 | 63 | "@babel/template" "^7.20.7" |
64 | | - "@babel/traverse" "^7.20.7" |
| 64 | + "@babel/traverse" "^7.20.12" |
65 | 65 | "@babel/types" "^7.20.7" |
66 | 66 | convert-source-map "^1.7.0" |
67 | 67 | debug "^4.1.0" |
68 | 68 | gensync "^1.0.0-beta.2" |
69 | | - json5 "^2.2.1" |
| 69 | + json5 "^2.2.2" |
70 | 70 | semver "^6.3.0" |
71 | 71 |
|
72 | 72 | "@babel/core@^7.12.10": |
|
453 | 453 | "@babel/traverse" "^7.19.6" |
454 | 454 | "@babel/types" "^7.19.4" |
455 | 455 |
|
456 | | -"@babel/helper-module-transforms@^7.20.7": |
457 | | - version "7.20.7" |
458 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43" |
459 | | - integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA== |
| 456 | +"@babel/helper-module-transforms@^7.20.11": |
| 457 | + version "7.20.11" |
| 458 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 459 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
460 | 460 | dependencies: |
461 | 461 | "@babel/helper-environment-visitor" "^7.18.9" |
462 | 462 | "@babel/helper-module-imports" "^7.18.6" |
463 | 463 | "@babel/helper-simple-access" "^7.20.2" |
464 | 464 | "@babel/helper-split-export-declaration" "^7.18.6" |
465 | 465 | "@babel/helper-validator-identifier" "^7.19.1" |
466 | 466 | "@babel/template" "^7.20.7" |
467 | | - "@babel/traverse" "^7.20.7" |
| 467 | + "@babel/traverse" "^7.20.10" |
468 | 468 | "@babel/types" "^7.20.7" |
469 | 469 |
|
470 | 470 | "@babel/helper-optimise-call-expression@^7.16.0": |
|
2045 | 2045 | debug "^4.1.0" |
2046 | 2046 | globals "^11.1.0" |
2047 | 2047 |
|
| 2048 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12": |
| 2049 | + version "7.20.12" |
| 2050 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
| 2051 | + integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 2052 | + dependencies: |
| 2053 | + "@babel/code-frame" "^7.18.6" |
| 2054 | + "@babel/generator" "^7.20.7" |
| 2055 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 2056 | + "@babel/helper-function-name" "^7.19.0" |
| 2057 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 2058 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 2059 | + "@babel/parser" "^7.20.7" |
| 2060 | + "@babel/types" "^7.20.7" |
| 2061 | + debug "^4.1.0" |
| 2062 | + globals "^11.1.0" |
| 2063 | + |
2048 | 2064 | "@babel/traverse@^7.20.7": |
2049 | 2065 | version "7.20.8" |
2050 | 2066 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08" |
@@ -6840,6 +6856,11 @@ json5@^2.2.1: |
6840 | 6856 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
6841 | 6857 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
6842 | 6858 |
|
| 6859 | +json5@^2.2.2: |
| 6860 | + version "2.2.3" |
| 6861 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 6862 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 6863 | + |
6843 | 6864 | jsonfile@^2.1.0: |
6844 | 6865 | version "2.4.0" |
6845 | 6866 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" |
|
0 commit comments