|
52 | 52 | "@babel/highlight" "^7.25.9"
|
53 | 53 | picocolors "^1.0.0"
|
54 | 54 |
|
| 55 | +"@babel/code-frame@^7.26.2": |
| 56 | + version "7.26.2" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 58 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 59 | + dependencies: |
| 60 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 61 | + js-tokens "^4.0.0" |
| 62 | + picocolors "^1.0.0" |
| 63 | + |
55 | 64 | "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
|
56 | 65 | version "7.24.4"
|
57 | 66 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
|
|
124 | 133 | "@jridgewell/trace-mapping" "^0.3.25"
|
125 | 134 | jsesc "^2.5.1"
|
126 | 135 |
|
127 |
| -"@babel/generator@^7.25.9": |
128 |
| - version "7.25.9" |
129 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.9.tgz#c7e828ebe0c2baba103b712924699c9e8a6e32f0" |
130 |
| - integrity sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA== |
| 136 | +"@babel/generator@^7.26.3": |
| 137 | + version "7.26.3" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019" |
| 139 | + integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ== |
131 | 140 | dependencies:
|
132 |
| - "@babel/types" "^7.25.9" |
| 141 | + "@babel/parser" "^7.26.3" |
| 142 | + "@babel/types" "^7.26.3" |
133 | 143 | "@jridgewell/gen-mapping" "^0.3.5"
|
134 | 144 | "@jridgewell/trace-mapping" "^0.3.25"
|
135 | 145 | jsesc "^3.0.2"
|
|
582 | 592 | dependencies:
|
583 | 593 | "@babel/types" "^7.25.9"
|
584 | 594 |
|
| 595 | +"@babel/parser@^7.26.3": |
| 596 | + version "7.26.3" |
| 597 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.3.tgz#8c51c5db6ddf08134af1ddbacf16aaab48bac234" |
| 598 | + integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA== |
| 599 | + dependencies: |
| 600 | + "@babel/types" "^7.26.3" |
| 601 | + |
585 | 602 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
|
586 | 603 | version "7.24.4"
|
587 | 604 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
|
|
2063 | 2080 | debug "^4.3.1"
|
2064 | 2081 | globals "^11.1.0"
|
2065 | 2082 |
|
2066 |
| -"@babel/traverse@^7.25.9": |
2067 |
| - version "7.25.9" |
2068 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
2069 |
| - integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
| 2083 | +"@babel/traverse@^7.26.3": |
| 2084 | + version "7.26.3" |
| 2085 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.3.tgz#1ebfc75bd748d8f96b3cc63af5e82ebd4c37ba35" |
| 2086 | + integrity sha512-yTmc8J+Sj8yLzwr4PD5Xb/WF3bOYu2C2OoSZPzbuqRm4n98XirsbzaX+GloeO376UnSYIYJ4NCanwV5/ugZkwA== |
2070 | 2087 | dependencies:
|
2071 |
| - "@babel/code-frame" "^7.25.9" |
2072 |
| - "@babel/generator" "^7.25.9" |
2073 |
| - "@babel/parser" "^7.25.9" |
| 2088 | + "@babel/code-frame" "^7.26.2" |
| 2089 | + "@babel/generator" "^7.26.3" |
| 2090 | + "@babel/parser" "^7.26.3" |
2074 | 2091 | "@babel/template" "^7.25.9"
|
2075 |
| - "@babel/types" "^7.25.9" |
| 2092 | + "@babel/types" "^7.26.3" |
2076 | 2093 | debug "^4.3.1"
|
2077 | 2094 | globals "^11.1.0"
|
2078 | 2095 |
|
|
2102 | 2119 | "@babel/helper-string-parser" "^7.25.9"
|
2103 | 2120 | "@babel/helper-validator-identifier" "^7.25.9"
|
2104 | 2121 |
|
2105 |
| -"@babel/types@^7.26.0": |
2106 |
| - version "7.26.0" |
2107 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
2108 |
| - integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 2122 | +"@babel/types@^7.26.3": |
| 2123 | + version "7.26.3" |
| 2124 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.3.tgz#37e79830f04c2b5687acc77db97fbc75fb81f3c0" |
| 2125 | + integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA== |
2109 | 2126 | dependencies:
|
2110 | 2127 | "@babel/helper-string-parser" "^7.25.9"
|
2111 | 2128 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
0 commit comments