|
32 | 32 | integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
33 | 33 |
|
34 | 34 | "@babel/core@^7.1.2", "@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4": |
35 | | - version "7.28.0" |
36 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4" |
37 | | - integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== |
| 35 | + version "7.28.3" |
| 36 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
| 37 | + integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
38 | 38 | dependencies: |
39 | 39 | "@ampproject/remapping" "^2.2.0" |
40 | 40 | "@babel/code-frame" "^7.27.1" |
41 | | - "@babel/generator" "^7.28.0" |
| 41 | + "@babel/generator" "^7.28.3" |
42 | 42 | "@babel/helper-compilation-targets" "^7.27.2" |
43 | | - "@babel/helper-module-transforms" "^7.27.3" |
44 | | - "@babel/helpers" "^7.27.6" |
45 | | - "@babel/parser" "^7.28.0" |
| 43 | + "@babel/helper-module-transforms" "^7.28.3" |
| 44 | + "@babel/helpers" "^7.28.3" |
| 45 | + "@babel/parser" "^7.28.3" |
46 | 46 | "@babel/template" "^7.27.2" |
47 | | - "@babel/traverse" "^7.28.0" |
48 | | - "@babel/types" "^7.28.0" |
| 47 | + "@babel/traverse" "^7.28.3" |
| 48 | + "@babel/types" "^7.28.2" |
49 | 49 | convert-source-map "^2.0.0" |
50 | 50 | debug "^4.1.0" |
51 | 51 | gensync "^1.0.0-beta.2" |
52 | 52 | json5 "^2.2.3" |
53 | 53 | semver "^6.3.1" |
54 | 54 |
|
55 | | -"@babel/generator@^7.27.5", "@babel/generator@^7.28.0": |
56 | | - version "7.28.0" |
57 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2" |
58 | | - integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg== |
59 | | - dependencies: |
60 | | - "@babel/parser" "^7.28.0" |
61 | | - "@babel/types" "^7.28.0" |
62 | | - "@jridgewell/gen-mapping" "^0.3.12" |
63 | | - "@jridgewell/trace-mapping" "^0.3.28" |
64 | | - jsesc "^3.0.2" |
65 | | - |
66 | | -"@babel/generator@^7.28.3": |
| 55 | +"@babel/generator@^7.27.5", "@babel/generator@^7.28.3": |
67 | 56 | version "7.28.3" |
68 | 57 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e" |
69 | 58 | integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw== |
|
181 | 170 | "@babel/traverse" "^7.27.1" |
182 | 171 | "@babel/types" "^7.27.1" |
183 | 172 |
|
184 | | -"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.27.3": |
185 | | - version "7.27.3" |
186 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
187 | | - integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 173 | +"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3": |
| 174 | + version "7.28.3" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6" |
| 176 | + integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw== |
188 | 177 | dependencies: |
189 | 178 | "@babel/helper-module-imports" "^7.27.1" |
190 | 179 | "@babel/helper-validator-identifier" "^7.27.1" |
191 | | - "@babel/traverse" "^7.27.3" |
| 180 | + "@babel/traverse" "^7.28.3" |
192 | 181 |
|
193 | 182 | "@babel/helper-optimise-call-expression@^7.27.1": |
194 | 183 | version "7.27.1" |
|
257 | 246 | "@babel/traverse" "^7.27.1" |
258 | 247 | "@babel/types" "^7.27.1" |
259 | 248 |
|
260 | | -"@babel/helpers@^7.27.6": |
261 | | - version "7.27.6" |
262 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
263 | | - integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
| 249 | +"@babel/helpers@^7.28.3": |
| 250 | + version "7.28.3" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
| 252 | + integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
264 | 253 | dependencies: |
265 | 254 | "@babel/template" "^7.27.2" |
266 | | - "@babel/types" "^7.27.6" |
| 255 | + "@babel/types" "^7.28.2" |
267 | 256 |
|
268 | 257 | "@babel/highlight@^7.10.4": |
269 | 258 | version "7.18.6" |
|
274 | 263 | chalk "^2.0.0" |
275 | 264 | js-tokens "^4.0.0" |
276 | 265 |
|
277 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0", "@babel/parser@^7.7.0": |
278 | | - version "7.28.0" |
279 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e" |
280 | | - integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== |
281 | | - dependencies: |
282 | | - "@babel/types" "^7.28.0" |
283 | | - |
284 | | -"@babel/parser@^7.28.3": |
| 266 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.7.0": |
285 | 267 | version "7.28.3" |
286 | 268 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
287 | 269 | integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
|
957 | 939 | "@babel/parser" "^7.27.2" |
958 | 940 | "@babel/types" "^7.27.1" |
959 | 941 |
|
960 | | -"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0", "@babel/traverse@^7.7.0": |
961 | | - version "7.28.0" |
962 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b" |
963 | | - integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg== |
964 | | - dependencies: |
965 | | - "@babel/code-frame" "^7.27.1" |
966 | | - "@babel/generator" "^7.28.0" |
967 | | - "@babel/helper-globals" "^7.28.0" |
968 | | - "@babel/parser" "^7.28.0" |
969 | | - "@babel/template" "^7.27.2" |
970 | | - "@babel/types" "^7.28.0" |
971 | | - debug "^4.3.1" |
972 | | - |
973 | | -"@babel/traverse@^7.28.3": |
| 942 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.7.0": |
974 | 943 | version "7.28.3" |
975 | 944 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
976 | 945 | integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
|
983 | 952 | "@babel/types" "^7.28.2" |
984 | 953 | debug "^4.3.1" |
985 | 954 |
|
986 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.28.0", "@babel/types@^7.28.2", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 955 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
987 | 956 | version "7.28.2" |
988 | 957 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
989 | 958 | integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
@@ -2102,14 +2071,7 @@ cross-spawn@^7.0.6: |
2102 | 2071 | shebang-command "^2.0.0" |
2103 | 2072 | which "^2.0.1" |
2104 | 2073 |
|
2105 | | -debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4: |
2106 | | - version "4.3.4" |
2107 | | - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
2108 | | - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
2109 | | - dependencies: |
2110 | | - ms "2.1.2" |
2111 | | - |
2112 | | -debug@^4.4.1: |
| 2074 | +debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.4, debug@^4.4.1: |
2113 | 2075 | version "4.4.1" |
2114 | 2076 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b" |
2115 | 2077 | integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== |
@@ -3335,11 +3297,6 @@ minimatch@^9.0.4: |
3335 | 3297 | resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" |
3336 | 3298 | integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== |
3337 | 3299 |
|
3338 | | -ms@2.1.2: |
3339 | | - version "2.1.2" |
3340 | | - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
3341 | | - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
3342 | | - |
3343 | 3300 | ms@^2.1.3: |
3344 | 3301 | version "2.1.3" |
3345 | 3302 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
|
0 commit comments