|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.27.1": |
| 21 | + version "7.27.1" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 23 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
| 24 | + dependencies: |
| 25 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 26 | + js-tokens "^4.0.0" |
| 27 | + picocolors "^1.1.1" |
| 28 | + |
20 | 29 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
|
21 | 30 | version "7.20.14"
|
22 | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8"
|
|
227 | 236 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
228 | 237 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
229 | 238 |
|
| 239 | +"@babel/helper-string-parser@^7.27.1": |
| 240 | + version "7.27.1" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 242 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 243 | + |
230 | 244 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
231 | 245 | version "7.19.1"
|
232 | 246 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
233 | 247 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
234 | 248 |
|
| 249 | +"@babel/helper-validator-identifier@^7.27.1": |
| 250 | + version "7.27.1" |
| 251 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 252 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
| 253 | + |
235 | 254 | "@babel/helper-validator-option@^7.18.6":
|
236 | 255 | version "7.18.6"
|
237 | 256 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
|
248 | 267 | "@babel/types" "^7.20.5"
|
249 | 268 |
|
250 | 269 | "@babel/helpers@^7.20.7":
|
251 |
| - version "7.20.13" |
252 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2" |
253 |
| - integrity sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg== |
| 270 | + version "7.27.1" |
| 271 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
| 272 | + integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
254 | 273 | dependencies:
|
255 |
| - "@babel/template" "^7.20.7" |
256 |
| - "@babel/traverse" "^7.20.13" |
257 |
| - "@babel/types" "^7.20.7" |
| 274 | + "@babel/template" "^7.27.1" |
| 275 | + "@babel/types" "^7.27.1" |
258 | 276 |
|
259 | 277 | "@babel/highlight@^7.18.6":
|
260 | 278 | version "7.18.6"
|
|
270 | 288 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
|
271 | 289 | integrity sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==
|
272 | 290 |
|
| 291 | +"@babel/parser@^7.27.1": |
| 292 | + version "7.27.1" |
| 293 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9" |
| 294 | + integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ== |
| 295 | + dependencies: |
| 296 | + "@babel/types" "^7.27.1" |
| 297 | + |
273 | 298 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
274 | 299 | version "7.18.6"
|
275 | 300 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
948 | 973 | "@babel/parser" "^7.20.7"
|
949 | 974 | "@babel/types" "^7.20.7"
|
950 | 975 |
|
951 |
| -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
| 976 | +"@babel/template@^7.27.1": |
| 977 | + version "7.27.1" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.1.tgz#b9e4f55c17a92312774dfbdde1b3c01c547bbae2" |
| 979 | + integrity sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg== |
| 980 | + dependencies: |
| 981 | + "@babel/code-frame" "^7.27.1" |
| 982 | + "@babel/parser" "^7.27.1" |
| 983 | + "@babel/types" "^7.27.1" |
| 984 | + |
| 985 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7": |
952 | 986 | version "7.20.13"
|
953 | 987 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
|
954 | 988 | integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
|
|
973 | 1007 | "@babel/helper-validator-identifier" "^7.19.1"
|
974 | 1008 | to-fast-properties "^2.0.0"
|
975 | 1009 |
|
| 1010 | +"@babel/types@^7.27.1": |
| 1011 | + version "7.27.1" |
| 1012 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560" |
| 1013 | + integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== |
| 1014 | + dependencies: |
| 1015 | + "@babel/helper-string-parser" "^7.27.1" |
| 1016 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1017 | + |
976 | 1018 | "@csstools/convert-colors@^1.4.0":
|
977 | 1019 | version "1.4.0"
|
978 | 1020 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
@@ -5204,6 +5246,11 @@ picocolors@^1.0.0:
|
5204 | 5246 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
5205 | 5247 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
5206 | 5248 |
|
| 5249 | +picocolors@^1.1.1: |
| 5250 | + version "1.1.1" |
| 5251 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 5252 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 5253 | + |
5207 | 5254 | picomatch@^2.0.4, picomatch@^2.2.1:
|
5208 | 5255 | version "2.3.1"
|
5209 | 5256 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
0 commit comments