|
19 | 19 | js-tokens "^4.0.0"
|
20 | 20 | picocolors "^1.1.1"
|
21 | 21 |
|
22 |
| -"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.26.5": |
23 |
| - version "7.26.8" |
24 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
25 |
| - integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
26 |
| - |
27 |
| -"@babel/compat-data@^7.27.2": |
| 22 | +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.27.2": |
28 | 23 | version "7.27.7"
|
29 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804"
|
30 | 25 | integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==
|
31 | 26 |
|
32 |
| -"@babel/core@^7.23.9": |
| 27 | +"@babel/core@^7.23.9", "@babel/core@^7.5.5", "@babel/core@^7.7.5": |
33 | 28 | version "7.27.7"
|
34 | 29 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
|
35 | 30 | integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
|
|
50 | 45 | json5 "^2.2.3"
|
51 | 46 | semver "^6.3.1"
|
52 | 47 |
|
53 |
| -"@babel/core@^7.5.5", "@babel/core@^7.7.5": |
54 |
| - version "7.26.10" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
56 |
| - integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
57 |
| - dependencies: |
58 |
| - "@ampproject/remapping" "^2.2.0" |
59 |
| - "@babel/code-frame" "^7.26.2" |
60 |
| - "@babel/generator" "^7.26.10" |
61 |
| - "@babel/helper-compilation-targets" "^7.26.5" |
62 |
| - "@babel/helper-module-transforms" "^7.26.0" |
63 |
| - "@babel/helpers" "^7.26.10" |
64 |
| - "@babel/parser" "^7.26.10" |
65 |
| - "@babel/template" "^7.26.9" |
66 |
| - "@babel/traverse" "^7.26.10" |
67 |
| - "@babel/types" "^7.26.10" |
68 |
| - convert-source-map "^2.0.0" |
69 |
| - debug "^4.1.0" |
70 |
| - gensync "^1.0.0-beta.2" |
71 |
| - json5 "^2.2.3" |
72 |
| - semver "^6.3.1" |
73 |
| - |
74 |
| -"@babel/generator@^7.26.10": |
75 |
| - version "7.26.10" |
76 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
77 |
| - integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
78 |
| - dependencies: |
79 |
| - "@babel/parser" "^7.26.10" |
80 |
| - "@babel/types" "^7.26.10" |
81 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
82 |
| - "@jridgewell/trace-mapping" "^0.3.25" |
83 |
| - jsesc "^3.0.2" |
84 |
| - |
85 |
| -"@babel/generator@^7.27.5": |
| 48 | +"@babel/generator@^7.26.10", "@babel/generator@^7.27.5": |
86 | 49 | version "7.27.5"
|
87 | 50 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
|
88 | 51 | integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
|
|
100 | 63 | dependencies:
|
101 | 64 | "@babel/types" "^7.25.9"
|
102 | 65 |
|
103 |
| -"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.26.5": |
104 |
| - version "7.26.5" |
105 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8" |
106 |
| - integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA== |
107 |
| - dependencies: |
108 |
| - "@babel/compat-data" "^7.26.5" |
109 |
| - "@babel/helper-validator-option" "^7.25.9" |
110 |
| - browserslist "^4.24.0" |
111 |
| - lru-cache "^5.1.1" |
112 |
| - semver "^6.3.1" |
113 |
| - |
114 |
| -"@babel/helper-compilation-targets@^7.27.2": |
| 66 | +"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.2": |
115 | 67 | version "7.27.2"
|
116 | 68 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
|
117 | 69 | integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
|
|
122 | 74 | lru-cache "^5.1.1"
|
123 | 75 | semver "^6.3.1"
|
124 | 76 |
|
125 |
| -"@babel/helper-module-imports@^7.25.9": |
126 |
| - version "7.25.9" |
127 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
128 |
| - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
129 |
| - dependencies: |
130 |
| - "@babel/traverse" "^7.25.9" |
131 |
| - "@babel/types" "^7.25.9" |
132 |
| - |
133 |
| -"@babel/helper-module-imports@^7.27.1": |
| 77 | +"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1": |
134 | 78 | version "7.27.1"
|
135 | 79 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
136 | 80 | integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
|
137 | 81 | dependencies:
|
138 | 82 | "@babel/traverse" "^7.27.1"
|
139 | 83 | "@babel/types" "^7.27.1"
|
140 | 84 |
|
141 |
| -"@babel/helper-module-transforms@^7.26.0": |
142 |
| - version "7.26.0" |
143 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
144 |
| - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
145 |
| - dependencies: |
146 |
| - "@babel/helper-module-imports" "^7.25.9" |
147 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
148 |
| - "@babel/traverse" "^7.25.9" |
149 |
| - |
150 |
| -"@babel/helper-module-transforms@^7.27.3": |
| 85 | +"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.3": |
151 | 86 | version "7.27.3"
|
152 | 87 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
|
153 | 88 | integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
|
|
171 | 106 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
|
172 | 107 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
|
173 | 108 |
|
174 |
| -"@babel/helper-validator-option@^7.25.9": |
175 |
| - version "7.25.9" |
176 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
177 |
| - integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
178 |
| - |
179 |
| -"@babel/helper-validator-option@^7.27.1": |
| 109 | +"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1": |
180 | 110 | version "7.27.1"
|
181 | 111 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
|
182 | 112 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
|
|
189 | 119 | "@babel/template" "^7.27.2"
|
190 | 120 | "@babel/types" "^7.27.6"
|
191 | 121 |
|
192 |
| -"@babel/parser@^7.23.9", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 122 | +"@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
193 | 123 | version "7.27.7"
|
194 | 124 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
|
195 | 125 | integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
|
196 | 126 | dependencies:
|
197 | 127 | "@babel/types" "^7.27.7"
|
198 | 128 |
|
199 |
| -"@babel/parser@^7.26.10", "@babel/parser@^7.27.2": |
200 |
| - version "7.27.3" |
201 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf" |
202 |
| - integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw== |
203 |
| - dependencies: |
204 |
| - "@babel/types" "^7.27.3" |
205 |
| - |
206 | 129 | "@babel/plugin-proposal-object-rest-spread@^7.5.5":
|
207 | 130 | version "7.20.7"
|
208 | 131 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
|
|
262 | 185 | "@babel/parser" "^7.27.2"
|
263 | 186 | "@babel/types" "^7.27.1"
|
264 | 187 |
|
265 |
| -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10": |
266 |
| - version "7.26.10" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
268 |
| - integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
269 |
| - dependencies: |
270 |
| - "@babel/code-frame" "^7.26.2" |
271 |
| - "@babel/generator" "^7.26.10" |
272 |
| - "@babel/parser" "^7.26.10" |
273 |
| - "@babel/template" "^7.26.9" |
274 |
| - "@babel/types" "^7.26.10" |
275 |
| - debug "^4.3.1" |
276 |
| - globals "^11.1.0" |
277 |
| - |
278 |
| -"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7": |
| 188 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7": |
279 | 189 | version "7.27.7"
|
280 | 190 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
|
281 | 191 | integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
|
|
0 commit comments