|
31 | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
|
32 | 32 | integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
|
33 | 33 |
|
34 |
| -"@babel/compat-data@^7.27.2": |
35 |
| - version "7.27.3" |
36 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111" |
37 |
| - integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw== |
38 |
| - |
39 | 34 | "@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
|
40 |
| - version "7.27.4" |
41 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
42 |
| - integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
| 35 | + version "7.27.7" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" |
| 37 | + integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== |
43 | 38 | dependencies:
|
44 | 39 | "@ampproject/remapping" "^2.2.0"
|
45 | 40 | "@babel/code-frame" "^7.27.1"
|
46 |
| - "@babel/generator" "^7.27.3" |
| 41 | + "@babel/generator" "^7.27.5" |
47 | 42 | "@babel/helper-compilation-targets" "^7.27.2"
|
48 | 43 | "@babel/helper-module-transforms" "^7.27.3"
|
49 |
| - "@babel/helpers" "^7.27.4" |
50 |
| - "@babel/parser" "^7.27.4" |
| 44 | + "@babel/helpers" "^7.27.6" |
| 45 | + "@babel/parser" "^7.27.7" |
51 | 46 | "@babel/template" "^7.27.2"
|
52 |
| - "@babel/traverse" "^7.27.4" |
53 |
| - "@babel/types" "^7.27.3" |
| 47 | + "@babel/traverse" "^7.27.7" |
| 48 | + "@babel/types" "^7.27.7" |
54 | 49 | convert-source-map "^2.0.0"
|
55 | 50 | debug "^4.1.0"
|
56 | 51 | gensync "^1.0.0-beta.2"
|
57 | 52 | json5 "^2.2.3"
|
58 | 53 | semver "^6.3.1"
|
59 | 54 |
|
60 |
| -"@babel/generator@^7.27.3", "@babel/generator@^7.7.2": |
61 |
| - version "7.27.3" |
62 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
63 |
| - integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 55 | +"@babel/generator@^7.27.5", "@babel/generator@^7.7.2": |
| 56 | + version "7.27.5" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 58 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
64 | 59 | dependencies:
|
65 |
| - "@babel/parser" "^7.27.3" |
| 60 | + "@babel/parser" "^7.27.5" |
66 | 61 | "@babel/types" "^7.27.3"
|
67 | 62 | "@jridgewell/gen-mapping" "^0.3.5"
|
68 | 63 | "@jridgewell/trace-mapping" "^0.3.25"
|
|
237 | 232 | "@babel/traverse" "^7.27.1"
|
238 | 233 | "@babel/types" "^7.27.1"
|
239 | 234 |
|
240 |
| -"@babel/helpers@^7.27.4": |
241 |
| - version "7.27.4" |
242 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
243 |
| - integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
| 235 | +"@babel/helpers@^7.27.6": |
| 236 | + version "7.27.6" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 238 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
244 | 239 | dependencies:
|
245 | 240 | "@babel/template" "^7.27.2"
|
246 |
| - "@babel/types" "^7.27.3" |
| 241 | + "@babel/types" "^7.27.6" |
247 | 242 |
|
248 | 243 | "@babel/highlight@^7.10.4":
|
249 | 244 | version "7.18.6"
|
|
254 | 249 | chalk "^2.0.0"
|
255 | 250 | js-tokens "^4.0.0"
|
256 | 251 |
|
257 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4", "@babel/parser@^7.7.0": |
258 |
| - version "7.27.4" |
259 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
260 |
| - integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 252 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7", "@babel/parser@^7.7.0": |
| 253 | + version "7.27.7" |
| 254 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
| 255 | + integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
261 | 256 | dependencies:
|
262 |
| - "@babel/types" "^7.27.3" |
| 257 | + "@babel/types" "^7.27.7" |
263 | 258 |
|
264 | 259 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
265 | 260 | version "7.27.1"
|
|
905 | 900 | "@babel/parser" "^7.27.2"
|
906 | 901 | "@babel/types" "^7.27.1"
|
907 | 902 |
|
908 |
| -"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4", "@babel/traverse@^7.7.0": |
909 |
| - version "7.27.4" |
910 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
911 |
| - integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 903 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7", "@babel/traverse@^7.7.0": |
| 904 | + version "7.27.7" |
| 905 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" |
| 906 | + integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== |
912 | 907 | dependencies:
|
913 | 908 | "@babel/code-frame" "^7.27.1"
|
914 |
| - "@babel/generator" "^7.27.3" |
915 |
| - "@babel/parser" "^7.27.4" |
| 909 | + "@babel/generator" "^7.27.5" |
| 910 | + "@babel/parser" "^7.27.7" |
916 | 911 | "@babel/template" "^7.27.2"
|
917 |
| - "@babel/types" "^7.27.3" |
| 912 | + "@babel/types" "^7.27.7" |
918 | 913 | debug "^4.3.1"
|
919 | 914 | globals "^11.1.0"
|
920 | 915 |
|
921 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
922 |
| - version "7.27.3" |
923 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
924 |
| - integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 916 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 917 | + version "7.27.7" |
| 918 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" |
| 919 | + integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== |
925 | 920 | dependencies:
|
926 | 921 | "@babel/helper-string-parser" "^7.27.1"
|
927 | 922 | "@babel/helper-validator-identifier" "^7.27.1"
|
|
0 commit comments