|
39 | 39 | "@babel/highlight" "^7.22.13"
|
40 | 40 | chalk "^2.4.2"
|
41 | 41 |
|
| 42 | +"@babel/code-frame@^7.27.1": |
| 43 | + version "7.27.1" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 45 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 46 | + dependencies: |
| 47 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 48 | + js-tokens "^4.0.0" |
| 49 | + picocolors "^1.1.1" |
| 50 | + |
42 | 51 | "@babel/compat-data@^7.13.12":
|
43 | 52 | version "7.13.15"
|
44 | 53 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
|
185 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
186 | 195 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
187 | 196 |
|
| 197 | +"@babel/helper-string-parser@^7.27.1": |
| 198 | + version "7.27.1" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 200 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 201 | + |
188 | 202 | "@babel/helper-validator-identifier@^7.12.11":
|
189 | 203 | version "7.12.11"
|
190 | 204 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
|
|
195 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
196 | 210 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
197 | 211 |
|
| 212 | +"@babel/helper-validator-identifier@^7.27.1": |
| 213 | + version "7.27.1" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 215 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 216 | + |
198 | 217 | "@babel/helper-validator-option@^7.12.17":
|
199 | 218 | version "7.12.17"
|
200 | 219 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
201 | 220 | integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
|
202 | 221 |
|
203 | 222 | "@babel/helpers@^7.13.10":
|
204 |
| - version "7.13.10" |
205 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" |
206 |
| - integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== |
| 223 | + version "7.27.6" |
| 224 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 225 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
207 | 226 | dependencies:
|
208 |
| - "@babel/template" "^7.12.13" |
209 |
| - "@babel/traverse" "^7.13.0" |
210 |
| - "@babel/types" "^7.13.0" |
| 227 | + "@babel/template" "^7.27.2" |
| 228 | + "@babel/types" "^7.27.6" |
211 | 229 |
|
212 | 230 | "@babel/highlight@^7.12.13":
|
213 | 231 | version "7.13.10"
|
|
237 | 255 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
238 | 256 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
239 | 257 |
|
| 258 | +"@babel/parser@^7.27.2": |
| 259 | + version "7.27.5" |
| 260 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826" |
| 261 | + integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg== |
| 262 | + dependencies: |
| 263 | + "@babel/types" "^7.27.3" |
| 264 | + |
240 | 265 | "@babel/template@^7.12.13", "@babel/template@^7.4.4":
|
241 | 266 | version "7.12.13"
|
242 | 267 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
|
|
255 | 280 | "@babel/parser" "^7.22.15"
|
256 | 281 | "@babel/types" "^7.22.15"
|
257 | 282 |
|
| 283 | +"@babel/template@^7.27.2": |
| 284 | + version "7.27.2" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 286 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 287 | + dependencies: |
| 288 | + "@babel/code-frame" "^7.27.1" |
| 289 | + "@babel/parser" "^7.27.2" |
| 290 | + "@babel/types" "^7.27.1" |
| 291 | + |
258 | 292 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
|
259 | 293 | version "7.23.2"
|
260 | 294 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
289 | 323 | "@babel/helper-validator-identifier" "^7.22.20"
|
290 | 324 | to-fast-properties "^2.0.0"
|
291 | 325 |
|
| 326 | +"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6": |
| 327 | + version "7.27.6" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535" |
| 329 | + integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q== |
| 330 | + dependencies: |
| 331 | + "@babel/helper-string-parser" "^7.27.1" |
| 332 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 333 | + |
292 | 334 | "@jridgewell/gen-mapping@^0.3.0":
|
293 | 335 | version "0.3.2"
|
294 | 336 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
|
@@ -3183,6 +3225,11 @@ picocolors@^1.0.0:
|
3183 | 3225 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
3184 | 3226 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
3185 | 3227 |
|
| 3228 | +picocolors@^1.1.1: |
| 3229 | + version "1.1.1" |
| 3230 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 3231 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 3232 | + |
3186 | 3233 | pify@^2.0.0:
|
3187 | 3234 | version "2.3.0"
|
3188 | 3235 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
|
0 commit comments