|
24 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
25 | 25 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
26 | 26 |
|
27 | | -"@babel/core@^7.16.0", "@babel/core@^7.26.9": |
| 27 | +"@babel/core@^7.16.0": |
28 | 28 | version "7.26.9" |
29 | 29 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
30 | 30 | integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
|
45 | 45 | json5 "^2.2.3" |
46 | 46 | semver "^6.3.1" |
47 | 47 |
|
| 48 | +"@babel/core@^7.26.10": |
| 49 | + version "7.26.10" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 51 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
| 52 | + dependencies: |
| 53 | + "@ampproject/remapping" "^2.2.0" |
| 54 | + "@babel/code-frame" "^7.26.2" |
| 55 | + "@babel/generator" "^7.26.10" |
| 56 | + "@babel/helper-compilation-targets" "^7.26.5" |
| 57 | + "@babel/helper-module-transforms" "^7.26.0" |
| 58 | + "@babel/helpers" "^7.26.10" |
| 59 | + "@babel/parser" "^7.26.10" |
| 60 | + "@babel/template" "^7.26.9" |
| 61 | + "@babel/traverse" "^7.26.10" |
| 62 | + "@babel/types" "^7.26.10" |
| 63 | + convert-source-map "^2.0.0" |
| 64 | + debug "^4.1.0" |
| 65 | + gensync "^1.0.0-beta.2" |
| 66 | + json5 "^2.2.3" |
| 67 | + semver "^6.3.1" |
| 68 | + |
48 | 69 | "@babel/eslint-parser@^7.16.3": |
49 | 70 | version "7.26.8" |
50 | 71 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz#55c4f4aae4970ae127f7a12369182ed6250e6f09" |
|
54 | 75 | eslint-visitor-keys "^2.1.0" |
55 | 76 | semver "^6.3.1" |
56 | 77 |
|
| 78 | +"@babel/generator@^7.26.10": |
| 79 | + version "7.26.10" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 81 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 82 | + dependencies: |
| 83 | + "@babel/parser" "^7.26.10" |
| 84 | + "@babel/types" "^7.26.10" |
| 85 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 86 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 87 | + jsesc "^3.0.2" |
| 88 | + |
57 | 89 | "@babel/generator@^7.26.9": |
58 | 90 | version "7.26.9" |
59 | 91 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
|
203 | 235 | "@babel/traverse" "^7.25.9" |
204 | 236 | "@babel/types" "^7.25.9" |
205 | 237 |
|
| 238 | +"@babel/helpers@^7.26.10": |
| 239 | + version "7.26.10" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 241 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
| 242 | + dependencies: |
| 243 | + "@babel/template" "^7.26.9" |
| 244 | + "@babel/types" "^7.26.10" |
| 245 | + |
206 | 246 | "@babel/helpers@^7.26.9": |
207 | 247 | version "7.26.9" |
208 | 248 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
|
211 | 251 | "@babel/template" "^7.26.9" |
212 | 252 | "@babel/types" "^7.26.9" |
213 | 253 |
|
| 254 | +"@babel/parser@^7.26.10": |
| 255 | + version "7.26.10" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 257 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 258 | + dependencies: |
| 259 | + "@babel/types" "^7.26.10" |
| 260 | + |
214 | 261 | "@babel/parser@^7.26.9": |
215 | 262 | version "7.26.9" |
216 | 263 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
|
987 | 1034 | debug "^4.3.1" |
988 | 1035 | globals "^11.1.0" |
989 | 1036 |
|
| 1037 | +"@babel/traverse@^7.26.10": |
| 1038 | + version "7.26.10" |
| 1039 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 1040 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 1041 | + dependencies: |
| 1042 | + "@babel/code-frame" "^7.26.2" |
| 1043 | + "@babel/generator" "^7.26.10" |
| 1044 | + "@babel/parser" "^7.26.10" |
| 1045 | + "@babel/template" "^7.26.9" |
| 1046 | + "@babel/types" "^7.26.10" |
| 1047 | + debug "^4.3.1" |
| 1048 | + globals "^11.1.0" |
| 1049 | + |
990 | 1050 | "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.4.4": |
991 | 1051 | version "7.26.9" |
992 | 1052 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
|
995 | 1055 | "@babel/helper-string-parser" "^7.25.9" |
996 | 1056 | "@babel/helper-validator-identifier" "^7.25.9" |
997 | 1057 |
|
| 1058 | +"@babel/types@^7.26.10": |
| 1059 | + version "7.26.10" |
| 1060 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1061 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1062 | + dependencies: |
| 1063 | + "@babel/helper-string-parser" "^7.25.9" |
| 1064 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1065 | + |
998 | 1066 | "@discoveryjs/json-ext@^0.6.1": |
999 | 1067 | version "0.6.3" |
1000 | 1068 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83" |
|
0 commit comments