|
171 | 171 | "@babel/highlight" "^7.24.7"
|
172 | 172 | picocolors "^1.0.0"
|
173 | 173 |
|
| 174 | +"@babel/code-frame@^7.26.2": |
| 175 | + version "7.26.2" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 177 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 178 | + dependencies: |
| 179 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 180 | + js-tokens "^4.0.0" |
| 181 | + picocolors "^1.0.0" |
| 182 | + |
174 | 183 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
|
175 | 184 | version "7.24.7"
|
176 | 185 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz"
|
|
375 | 384 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz"
|
376 | 385 | integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
|
377 | 386 |
|
| 387 | +"@babel/helper-string-parser@^7.25.9": |
| 388 | + version "7.25.9" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 390 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 391 | + |
378 | 392 | "@babel/helper-validator-identifier@^7.24.7":
|
379 | 393 | version "7.24.7"
|
380 | 394 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz"
|
381 | 395 | integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
382 | 396 |
|
| 397 | +"@babel/helper-validator-identifier@^7.25.9": |
| 398 | + version "7.25.9" |
| 399 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 400 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 401 | + |
383 | 402 | "@babel/helper-validator-option@^7.24.7":
|
384 | 403 | version "7.24.7"
|
385 | 404 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz"
|
|
396 | 415 | "@babel/types" "^7.24.7"
|
397 | 416 |
|
398 | 417 | "@babel/helpers@^7.24.7":
|
399 |
| - version "7.24.7" |
400 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz" |
401 |
| - integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg== |
| 418 | + version "7.26.10" |
| 419 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 420 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
402 | 421 | dependencies:
|
403 |
| - "@babel/template" "^7.24.7" |
404 |
| - "@babel/types" "^7.24.7" |
| 422 | + "@babel/template" "^7.26.9" |
| 423 | + "@babel/types" "^7.26.10" |
405 | 424 |
|
406 | 425 | "@babel/highlight@^7.24.7":
|
407 | 426 | version "7.24.7"
|
|
418 | 437 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz"
|
419 | 438 | integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
|
420 | 439 |
|
| 440 | +"@babel/parser@^7.26.9": |
| 441 | + version "7.26.10" |
| 442 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 443 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 444 | + dependencies: |
| 445 | + "@babel/types" "^7.26.10" |
| 446 | + |
421 | 447 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
|
422 | 448 | version "7.24.7"
|
423 | 449 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz"
|
|
1193 | 1219 | "@babel/parser" "^7.24.7"
|
1194 | 1220 | "@babel/types" "^7.24.7"
|
1195 | 1221 |
|
| 1222 | +"@babel/template@^7.26.9": |
| 1223 | + version "7.26.9" |
| 1224 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1225 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1226 | + dependencies: |
| 1227 | + "@babel/code-frame" "^7.26.2" |
| 1228 | + "@babel/parser" "^7.26.9" |
| 1229 | + "@babel/types" "^7.26.9" |
| 1230 | + |
1196 | 1231 | "@babel/traverse@^7.22.8", "@babel/traverse@^7.24.7":
|
1197 | 1232 | version "7.24.7"
|
1198 | 1233 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz"
|
|
1218 | 1253 | "@babel/helper-validator-identifier" "^7.24.7"
|
1219 | 1254 | to-fast-properties "^2.0.0"
|
1220 | 1255 |
|
| 1256 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1257 | + version "7.26.10" |
| 1258 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1259 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1260 | + dependencies: |
| 1261 | + "@babel/helper-string-parser" "^7.25.9" |
| 1262 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1263 | + |
1221 | 1264 | "@braintree/sanitize-url@^6.0.1":
|
1222 | 1265 | version "6.0.4"
|
1223 | 1266 | resolved "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz"
|
|
0 commit comments