|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
|
46 | 46 | integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
|
47 | 47 |
|
48 |
| - |
49 |
| - version "7.26.7" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24" |
51 |
| - integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA== |
| 48 | + |
| 49 | + version "7.26.9" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 51 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
52 | 52 | dependencies:
|
53 | 53 | "@ampproject/remapping" "^2.2.0"
|
54 | 54 | "@babel/code-frame" "^7.26.2"
|
55 |
| - "@babel/generator" "^7.26.5" |
| 55 | + "@babel/generator" "^7.26.9" |
56 | 56 | "@babel/helper-compilation-targets" "^7.26.5"
|
57 | 57 | "@babel/helper-module-transforms" "^7.26.0"
|
58 |
| - "@babel/helpers" "^7.26.7" |
59 |
| - "@babel/parser" "^7.26.7" |
60 |
| - "@babel/template" "^7.25.9" |
61 |
| - "@babel/traverse" "^7.26.7" |
62 |
| - "@babel/types" "^7.26.7" |
| 58 | + "@babel/helpers" "^7.26.9" |
| 59 | + "@babel/parser" "^7.26.9" |
| 60 | + "@babel/template" "^7.26.9" |
| 61 | + "@babel/traverse" "^7.26.9" |
| 62 | + "@babel/types" "^7.26.9" |
63 | 63 | convert-source-map "^2.0.0"
|
64 | 64 | debug "^4.1.0"
|
65 | 65 | gensync "^1.0.0-beta.2"
|
66 | 66 | json5 "^2.2.3"
|
67 | 67 | semver "^6.3.1"
|
68 | 68 |
|
69 |
| - |
70 |
| - version "7.26.5" |
71 |
| - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz#aa669f4d873f9cd617050cf3c40c19cd96307efb" |
72 |
| - integrity sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ== |
| 69 | + |
| 70 | + version "7.26.8" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz#55c4f4aae4970ae127f7a12369182ed6250e6f09" |
| 72 | + integrity sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg== |
73 | 73 | dependencies:
|
74 | 74 | "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
75 | 75 | eslint-visitor-keys "^2.1.0"
|
|
86 | 86 | "@jridgewell/trace-mapping" "^0.3.25"
|
87 | 87 | jsesc "^3.0.2"
|
88 | 88 |
|
89 |
| -"@babel/generator@^7.26.5": |
90 |
| - version "7.26.5" |
91 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458" |
92 |
| - integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw== |
| 89 | +"@babel/generator@^7.26.9": |
| 90 | + version "7.26.9" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 92 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
93 | 93 | dependencies:
|
94 |
| - "@babel/parser" "^7.26.5" |
95 |
| - "@babel/types" "^7.26.5" |
| 94 | + "@babel/parser" "^7.26.9" |
| 95 | + "@babel/types" "^7.26.9" |
96 | 96 | "@jridgewell/gen-mapping" "^0.3.5"
|
97 | 97 | "@jridgewell/trace-mapping" "^0.3.25"
|
98 | 98 | jsesc "^3.0.2"
|
|
145 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
|
146 | 146 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
|
147 | 147 |
|
148 |
| -"@babel/helpers@^7.26.7": |
149 |
| - version "7.26.7" |
150 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
151 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 148 | +"@babel/helpers@^7.26.9": |
| 149 | + version "7.26.9" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 151 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
152 | 152 | dependencies:
|
153 |
| - "@babel/template" "^7.25.9" |
154 |
| - "@babel/types" "^7.26.7" |
| 153 | + "@babel/template" "^7.26.9" |
| 154 | + "@babel/types" "^7.26.9" |
155 | 155 |
|
156 | 156 | "@babel/highlight@^7.16.7":
|
157 | 157 | version "7.16.10"
|
|
169 | 169 | dependencies:
|
170 | 170 | "@babel/types" "^7.26.0"
|
171 | 171 |
|
172 |
| -"@babel/parser@^7.26.5", "@babel/parser@^7.26.7": |
173 |
| - version "7.26.7" |
174 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
175 |
| - integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
| 172 | +"@babel/parser@^7.26.9": |
| 173 | + version "7.26.9" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 175 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
176 | 176 | dependencies:
|
177 |
| - "@babel/types" "^7.26.7" |
| 177 | + "@babel/types" "^7.26.9" |
178 | 178 |
|
179 | 179 | "@babel/template@^7.25.9":
|
180 | 180 | version "7.25.9"
|
|
185 | 185 | "@babel/parser" "^7.25.9"
|
186 | 186 | "@babel/types" "^7.25.9"
|
187 | 187 |
|
| 188 | +"@babel/template@^7.26.9": |
| 189 | + version "7.26.9" |
| 190 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 191 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 192 | + dependencies: |
| 193 | + "@babel/code-frame" "^7.26.2" |
| 194 | + "@babel/parser" "^7.26.9" |
| 195 | + "@babel/types" "^7.26.9" |
| 196 | + |
188 | 197 | "@babel/traverse@^7.25.9":
|
189 | 198 | version "7.25.9"
|
190 | 199 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
|
|
198 | 207 | debug "^4.3.1"
|
199 | 208 | globals "^11.1.0"
|
200 | 209 |
|
201 |
| -"@babel/traverse@^7.26.7": |
202 |
| - version "7.26.7" |
203 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
204 |
| - integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA== |
| 210 | +"@babel/traverse@^7.26.9": |
| 211 | + version "7.26.9" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 213 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
205 | 214 | dependencies:
|
206 | 215 | "@babel/code-frame" "^7.26.2"
|
207 |
| - "@babel/generator" "^7.26.5" |
208 |
| - "@babel/parser" "^7.26.7" |
209 |
| - "@babel/template" "^7.25.9" |
210 |
| - "@babel/types" "^7.26.7" |
| 216 | + "@babel/generator" "^7.26.9" |
| 217 | + "@babel/parser" "^7.26.9" |
| 218 | + "@babel/template" "^7.26.9" |
| 219 | + "@babel/types" "^7.26.9" |
211 | 220 | debug "^4.3.1"
|
212 | 221 | globals "^11.1.0"
|
213 | 222 |
|
|
219 | 228 | "@babel/helper-string-parser" "^7.25.9"
|
220 | 229 | "@babel/helper-validator-identifier" "^7.25.9"
|
221 | 230 |
|
222 |
| -"@babel/types@^7.26.5", "@babel/types@^7.26.7": |
223 |
| - version "7.26.7" |
224 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
225 |
| - integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
| 231 | +"@babel/types@^7.26.9": |
| 232 | + version "7.26.9" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 234 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
226 | 235 | dependencies:
|
227 | 236 | "@babel/helper-string-parser" "^7.25.9"
|
228 | 237 | "@babel/helper-validator-identifier" "^7.25.9"
|
|
0 commit comments