|
39 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
|
40 | 40 | integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
|
41 | 41 |
|
42 |
| -"@babel/core@^7.18.9", "@babel/core@^7.26.0", "@babel/core@^7.26.8": |
43 |
| - version "7.26.8" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
45 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 42 | +"@babel/core@^7.18.9", "@babel/core@^7.26.0", "@babel/core@^7.26.9": |
| 43 | + version "7.26.9" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 45 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
46 | 46 | dependencies:
|
47 | 47 | "@ampproject/remapping" "^2.2.0"
|
48 | 48 | "@babel/code-frame" "^7.26.2"
|
49 |
| - "@babel/generator" "^7.26.8" |
| 49 | + "@babel/generator" "^7.26.9" |
50 | 50 | "@babel/helper-compilation-targets" "^7.26.5"
|
51 | 51 | "@babel/helper-module-transforms" "^7.26.0"
|
52 |
| - "@babel/helpers" "^7.26.7" |
53 |
| - "@babel/parser" "^7.26.8" |
54 |
| - "@babel/template" "^7.26.8" |
55 |
| - "@babel/traverse" "^7.26.8" |
56 |
| - "@babel/types" "^7.26.8" |
57 |
| - "@types/gensync" "^1.0.0" |
| 52 | + "@babel/helpers" "^7.26.9" |
| 53 | + "@babel/parser" "^7.26.9" |
| 54 | + "@babel/template" "^7.26.9" |
| 55 | + "@babel/traverse" "^7.26.9" |
| 56 | + "@babel/types" "^7.26.9" |
58 | 57 | convert-source-map "^2.0.0"
|
59 | 58 | debug "^4.1.0"
|
60 | 59 | gensync "^1.0.0-beta.2"
|
61 | 60 | json5 "^2.2.3"
|
62 | 61 | semver "^6.3.1"
|
63 | 62 |
|
64 |
| -"@babel/generator@^7.26.8": |
65 |
| - version "7.26.8" |
66 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab" |
67 |
| - integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA== |
| 63 | +"@babel/generator@^7.26.9": |
| 64 | + version "7.26.9" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 66 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
68 | 67 | dependencies:
|
69 |
| - "@babel/parser" "^7.26.8" |
70 |
| - "@babel/types" "^7.26.8" |
| 68 | + "@babel/parser" "^7.26.9" |
| 69 | + "@babel/types" "^7.26.9" |
71 | 70 | "@jridgewell/gen-mapping" "^0.3.5"
|
72 | 71 | "@jridgewell/trace-mapping" "^0.3.25"
|
73 | 72 | jsesc "^3.0.2"
|
|
127 | 126 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
128 | 127 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
|
129 | 128 |
|
130 |
| -"@babel/helpers@^7.26.7": |
131 |
| - version "7.26.7" |
132 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
133 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 129 | +"@babel/helpers@^7.26.9": |
| 130 | + version "7.26.9" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 132 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
134 | 133 | dependencies:
|
135 |
| - "@babel/template" "^7.25.9" |
136 |
| - "@babel/types" "^7.26.7" |
| 134 | + "@babel/template" "^7.26.9" |
| 135 | + "@babel/types" "^7.26.9" |
137 | 136 |
|
138 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.26.8": |
139 |
| - version "7.26.8" |
140 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2" |
141 |
| - integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw== |
| 137 | +"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.26.9": |
| 138 | + version "7.26.9" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 140 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
142 | 141 | dependencies:
|
143 |
| - "@babel/types" "^7.26.8" |
| 142 | + "@babel/types" "^7.26.9" |
144 | 143 |
|
145 | 144 | "@babel/plugin-transform-react-jsx-self@^7.25.9":
|
146 | 145 | version "7.25.9"
|
|
163 | 162 | dependencies:
|
164 | 163 | regenerator-runtime "^0.14.0"
|
165 | 164 |
|
166 |
| -"@babel/template@^7.20.7", "@babel/template@^7.25.9", "@babel/template@^7.26.8": |
167 |
| - version "7.26.8" |
168 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19" |
169 |
| - integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q== |
| 165 | +"@babel/template@^7.20.7", "@babel/template@^7.26.9": |
| 166 | + version "7.26.9" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 168 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
170 | 169 | dependencies:
|
171 | 170 | "@babel/code-frame" "^7.26.2"
|
172 |
| - "@babel/parser" "^7.26.8" |
173 |
| - "@babel/types" "^7.26.8" |
| 171 | + "@babel/parser" "^7.26.9" |
| 172 | + "@babel/types" "^7.26.9" |
174 | 173 |
|
175 |
| -"@babel/traverse@^7.18.9", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.4.5": |
176 |
| - version "7.26.8" |
177 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9" |
178 |
| - integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA== |
| 174 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.9", "@babel/traverse@^7.4.5": |
| 175 | + version "7.26.9" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 177 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
179 | 178 | dependencies:
|
180 | 179 | "@babel/code-frame" "^7.26.2"
|
181 |
| - "@babel/generator" "^7.26.8" |
182 |
| - "@babel/parser" "^7.26.8" |
183 |
| - "@babel/template" "^7.26.8" |
184 |
| - "@babel/types" "^7.26.8" |
| 180 | + "@babel/generator" "^7.26.9" |
| 181 | + "@babel/parser" "^7.26.9" |
| 182 | + "@babel/template" "^7.26.9" |
| 183 | + "@babel/types" "^7.26.9" |
185 | 184 | debug "^4.3.1"
|
186 | 185 | globals "^11.1.0"
|
187 | 186 |
|
188 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8": |
189 |
| - version "7.26.8" |
190 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127" |
191 |
| - integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA== |
| 187 | +"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.9": |
| 188 | + version "7.26.9" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 190 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
192 | 191 | dependencies:
|
193 | 192 | "@babel/helper-string-parser" "^7.25.9"
|
194 | 193 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
1817 | 1816 | resolved "https://registry.yarnpkg.com/@types/find-cache-dir/-/find-cache-dir-3.2.1.tgz#7b959a4b9643a1e6a1a5fe49032693cc36773501"
|
1818 | 1817 | integrity sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==
|
1819 | 1818 |
|
1820 |
| -"@types/gensync@^1.0.0": |
1821 |
| - version "1.0.4" |
1822 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
1823 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
1824 |
| - |
1825 | 1819 | "@types/hoist-non-react-statics@*":
|
1826 | 1820 | version "3.3.1"
|
1827 | 1821 | resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
|
|
0 commit comments