|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.16.0"
|
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.26.2": |
| 20 | + version "7.26.2" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 22 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 23 | + dependencies: |
| 24 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 25 | + js-tokens "^4.0.0" |
| 26 | + picocolors "^1.0.0" |
| 27 | + |
19 | 28 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.9.0":
|
20 | 29 | version "7.16.0"
|
21 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
|
|
242 | 251 | dependencies:
|
243 | 252 | "@babel/types" "^7.16.0"
|
244 | 253 |
|
| 254 | +"@babel/helper-string-parser@^7.25.9": |
| 255 | + version "7.25.9" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 257 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 258 | + |
245 | 259 | "@babel/helper-validator-identifier@^7.15.7":
|
246 | 260 | version "7.15.7"
|
247 | 261 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
248 | 262 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
249 | 263 |
|
| 264 | +"@babel/helper-validator-identifier@^7.25.9": |
| 265 | + version "7.25.9" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 267 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 268 | + |
250 | 269 | "@babel/helper-validator-option@^7.14.5":
|
251 | 270 | version "7.14.5"
|
252 | 271 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
263 | 282 | "@babel/types" "^7.16.0"
|
264 | 283 |
|
265 | 284 | "@babel/helpers@^7.16.0", "@babel/helpers@^7.9.0":
|
266 |
| - version "7.16.3" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c" |
268 |
| - integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w== |
| 285 | + version "7.27.0" |
| 286 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 287 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
269 | 288 | dependencies:
|
270 |
| - "@babel/template" "^7.16.0" |
271 |
| - "@babel/traverse" "^7.16.3" |
272 |
| - "@babel/types" "^7.16.0" |
| 289 | + "@babel/template" "^7.27.0" |
| 290 | + "@babel/types" "^7.27.0" |
273 | 291 |
|
274 | 292 | "@babel/highlight@^7.16.0", "@babel/highlight@^7.8.3":
|
275 | 293 | version "7.16.0"
|
|
285 | 303 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.3.tgz#271bafcb811080905a119222edbc17909c82261d"
|
286 | 304 | integrity sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==
|
287 | 305 |
|
| 306 | +"@babel/parser@^7.27.0": |
| 307 | + version "7.27.0" |
| 308 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 309 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 310 | + dependencies: |
| 311 | + "@babel/types" "^7.27.0" |
| 312 | + |
288 | 313 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.0":
|
289 | 314 | version "7.16.2"
|
290 | 315 | 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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
|
|
1152 | 1177 | "@babel/parser" "^7.16.0"
|
1153 | 1178 | "@babel/types" "^7.16.0"
|
1154 | 1179 |
|
1155 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0": |
| 1180 | +"@babel/template@^7.27.0": |
| 1181 | + version "7.27.0" |
| 1182 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1183 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 1184 | + dependencies: |
| 1185 | + "@babel/code-frame" "^7.26.2" |
| 1186 | + "@babel/parser" "^7.27.0" |
| 1187 | + "@babel/types" "^7.27.0" |
| 1188 | + |
| 1189 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.9.0": |
1156 | 1190 | version "7.16.3"
|
1157 | 1191 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
|
1158 | 1192 | integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
|
|
1175 | 1209 | "@babel/helper-validator-identifier" "^7.15.7"
|
1176 | 1210 | to-fast-properties "^2.0.0"
|
1177 | 1211 |
|
| 1212 | +"@babel/types@^7.27.0": |
| 1213 | + version "7.27.0" |
| 1214 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1215 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 1216 | + dependencies: |
| 1217 | + "@babel/helper-string-parser" "^7.25.9" |
| 1218 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1219 | + |
1178 | 1220 | "@cnakazawa/watch@^1.0.3":
|
1179 | 1221 | version "1.0.4"
|
1180 | 1222 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
|
|
0 commit comments