|
39 | 39 | dependencies:
|
40 | 40 | "@babel/highlight" "^7.12.13"
|
41 | 41 |
|
| 42 | +"@babel/code-frame@^7.26.2": |
| 43 | + version "7.26.2" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 45 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 46 | + dependencies: |
| 47 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 48 | + js-tokens "^4.0.0" |
| 49 | + picocolors "^1.0.0" |
| 50 | + |
42 | 51 | "@babel/compat-data@^7.13.12":
|
43 | 52 | version "7.13.15"
|
44 | 53 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
|
188 | 197 | dependencies:
|
189 | 198 | "@babel/types" "^7.12.13"
|
190 | 199 |
|
| 200 | +"@babel/helper-string-parser@^7.25.9": |
| 201 | + version "7.25.9" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 203 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 204 | + |
191 | 205 | "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.5":
|
192 | 206 | version "7.15.7"
|
193 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
194 | 208 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
195 | 209 |
|
| 210 | +"@babel/helper-validator-identifier@^7.25.9": |
| 211 | + version "7.25.9" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 213 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 214 | + |
196 | 215 | "@babel/helper-validator-option@^7.12.17":
|
197 | 216 | version "7.12.17"
|
198 | 217 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
209 | 228 | "@babel/types" "^7.13.0"
|
210 | 229 |
|
211 | 230 | "@babel/helpers@^7.13.10":
|
212 |
| - version "7.13.10" |
213 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
214 |
| - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 231 | + version "7.26.10" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 233 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
215 | 234 | dependencies:
|
216 |
| - "@babel/template" "^7.12.13" |
217 |
| - "@babel/traverse" "^7.13.0" |
218 |
| - "@babel/types" "^7.13.0" |
| 235 | + "@babel/template" "^7.26.9" |
| 236 | + "@babel/types" "^7.26.10" |
219 | 237 |
|
220 | 238 | "@babel/highlight@^7.12.13":
|
221 | 239 | version "7.13.10"
|
|
240 | 258 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
|
241 | 259 | integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
|
242 | 260 |
|
| 261 | +"@babel/parser@^7.26.9": |
| 262 | + version "7.26.10" |
| 263 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 264 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 265 | + dependencies: |
| 266 | + "@babel/types" "^7.26.10" |
| 267 | + |
243 | 268 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
244 | 269 | version "7.13.15"
|
245 | 270 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.15.tgz#80e549df273a3b3050431b148c892491df1bcc5b"
|
|
312 | 337 | "@babel/parser" "^7.12.13"
|
313 | 338 | "@babel/types" "^7.12.13"
|
314 | 339 |
|
| 340 | +"@babel/template@^7.26.9": |
| 341 | + version "7.26.9" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 343 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 344 | + dependencies: |
| 345 | + "@babel/code-frame" "^7.26.2" |
| 346 | + "@babel/parser" "^7.26.9" |
| 347 | + "@babel/types" "^7.26.9" |
| 348 | + |
315 | 349 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
|
316 | 350 | version "7.13.15"
|
317 | 351 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
|
|
335 | 369 | lodash "^4.17.19"
|
336 | 370 | to-fast-properties "^2.0.0"
|
337 | 371 |
|
| 372 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 373 | + version "7.26.10" |
| 374 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 375 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 376 | + dependencies: |
| 377 | + "@babel/helper-string-parser" "^7.25.9" |
| 378 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 379 | + |
338 | 380 | "@changesets/apply-release-plan@^5.0.1":
|
339 | 381 | version "5.0.1"
|
340 | 382 | resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-5.0.1.tgz#ed3e30550f787ef1b72f0a51e29a54d244123109"
|
|
0 commit comments