|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@ampproject/remapping@^2.2.0": |
6 |
| - version "2.3.0" |
7 |
| - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" |
8 |
| - integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== |
9 |
| - dependencies: |
10 |
| - "@jridgewell/gen-mapping" "^0.3.5" |
11 |
| - "@jridgewell/trace-mapping" "^0.3.24" |
12 |
| - |
13 | 5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1":
|
14 | 6 | version "7.27.1"
|
15 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
|
|
20 | 12 | picocolors "^1.1.1"
|
21 | 13 |
|
22 | 14 | "@babel/compat-data@^7.27.2":
|
23 |
| - version "7.28.0" |
24 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790" |
25 |
| - integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw== |
| 15 | + version "7.28.4" |
| 16 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04" |
| 17 | + integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw== |
26 | 18 |
|
27 | 19 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9":
|
28 |
| - version "7.28.3" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
30 |
| - integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ== |
| 20 | + version "7.28.4" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
| 22 | + integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
31 | 23 | dependencies:
|
32 |
| - "@ampproject/remapping" "^2.2.0" |
33 | 24 | "@babel/code-frame" "^7.27.1"
|
34 | 25 | "@babel/generator" "^7.28.3"
|
35 | 26 | "@babel/helper-compilation-targets" "^7.27.2"
|
36 | 27 | "@babel/helper-module-transforms" "^7.28.3"
|
37 |
| - "@babel/helpers" "^7.28.3" |
38 |
| - "@babel/parser" "^7.28.3" |
| 28 | + "@babel/helpers" "^7.28.4" |
| 29 | + "@babel/parser" "^7.28.4" |
39 | 30 | "@babel/template" "^7.27.2"
|
40 |
| - "@babel/traverse" "^7.28.3" |
41 |
| - "@babel/types" "^7.28.2" |
| 31 | + "@babel/traverse" "^7.28.4" |
| 32 | + "@babel/types" "^7.28.4" |
| 33 | + "@jridgewell/remapping" "^2.3.5" |
42 | 34 | convert-source-map "^2.0.0"
|
43 | 35 | debug "^4.1.0"
|
44 | 36 | gensync "^1.0.0-beta.2"
|
|
109 | 101 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
|
110 | 102 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
|
111 | 103 |
|
112 |
| -"@babel/helpers@^7.28.3": |
113 |
| - version "7.28.3" |
114 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441" |
115 |
| - integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw== |
| 104 | +"@babel/helpers@^7.28.4": |
| 105 | + version "7.28.4" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 107 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
116 | 108 | dependencies:
|
117 | 109 | "@babel/template" "^7.27.2"
|
118 |
| - "@babel/types" "^7.28.2" |
| 110 | + "@babel/types" "^7.28.4" |
119 | 111 |
|
120 |
| -"@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": |
121 |
| - version "7.28.3" |
122 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
123 |
| - integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
| 112 | +"@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.28.4": |
| 113 | + version "7.28.4" |
| 114 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
| 115 | + integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
124 | 116 | dependencies:
|
125 |
| - "@babel/types" "^7.28.2" |
| 117 | + "@babel/types" "^7.28.4" |
126 | 118 |
|
127 | 119 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
128 | 120 | version "7.8.4"
|
|
252 | 244 | "@babel/parser" "^7.27.2"
|
253 | 245 | "@babel/types" "^7.27.1"
|
254 | 246 |
|
255 |
| -"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3": |
256 |
| - version "7.28.3" |
257 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434" |
258 |
| - integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ== |
| 247 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
| 248 | + version "7.28.4" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
| 250 | + integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
259 | 251 | dependencies:
|
260 | 252 | "@babel/code-frame" "^7.27.1"
|
261 | 253 | "@babel/generator" "^7.28.3"
|
262 | 254 | "@babel/helper-globals" "^7.28.0"
|
263 |
| - "@babel/parser" "^7.28.3" |
| 255 | + "@babel/parser" "^7.28.4" |
264 | 256 | "@babel/template" "^7.27.2"
|
265 |
| - "@babel/types" "^7.28.2" |
| 257 | + "@babel/types" "^7.28.4" |
266 | 258 | debug "^4.3.1"
|
267 | 259 |
|
268 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.28.2", "@babel/types@^7.3.3": |
269 |
| - version "7.28.2" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
271 |
| - integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
| 260 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.3": |
| 261 | + version "7.28.4" |
| 262 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
| 263 | + integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
272 | 264 | dependencies:
|
273 | 265 | "@babel/helper-string-parser" "^7.27.1"
|
274 | 266 | "@babel/helper-validator-identifier" "^7.27.1"
|
|
540 | 532 | "@jridgewell/sourcemap-codec" "^1.5.0"
|
541 | 533 | "@jridgewell/trace-mapping" "^0.3.24"
|
542 | 534 |
|
| 535 | +"@jridgewell/remapping@^2.3.5": |
| 536 | + version "2.3.5" |
| 537 | + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
| 538 | + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
| 539 | + dependencies: |
| 540 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 541 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 542 | + |
543 | 543 | "@jridgewell/resolve-uri@^3.1.0":
|
544 | 544 | version "3.1.2"
|
545 | 545 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
|
@@ -2443,9 +2443,9 @@ node-int64@^0.4.0:
|
2443 | 2443 | integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
|
2444 | 2444 |
|
2445 | 2445 | node-releases@^2.0.19:
|
2446 |
| - version "2.0.19" |
2447 |
| - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314" |
2448 |
| - integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw== |
| 2446 | + version "2.0.20" |
| 2447 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.20.tgz#e26bb79dbdd1e64a146df389c699014c611cbc27" |
| 2448 | + integrity sha512-7gK6zSXEH6neM212JgfYFXe+GmZQM+fia5SsusuBIUgnPheLFBmIPhtFoAQRj8/7wASYQnbDlHPVwY0BefoFgA== |
2449 | 2449 |
|
2450 | 2450 | normalize-path@^3.0.0:
|
2451 | 2451 | version "3.0.0"
|
|
0 commit comments