|
1326 | 1326 | version "1.1.3" |
1327 | 1327 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" |
1328 | 1328 |
|
| 1329 | + |
| 1330 | + version "6.0.0" |
| 1331 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b" |
| 1332 | + integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ== |
| 1333 | + dependencies: |
| 1334 | + "@rollup/pluginutils" "^3.0.0" |
| 1335 | + "@types/resolve" "0.0.8" |
| 1336 | + builtin-modules "^3.1.0" |
| 1337 | + is-module "^1.0.0" |
| 1338 | + resolve "^1.11.1" |
| 1339 | + |
| 1340 | +"@rollup/pluginutils@^3.0.0": |
| 1341 | + version "3.1.0" |
| 1342 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 1343 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 1344 | + dependencies: |
| 1345 | + "@types/estree" "0.0.39" |
| 1346 | + estree-walker "^1.0.1" |
| 1347 | + picomatch "^2.2.2" |
| 1348 | + |
1329 | 1349 | "@sinclair/typebox@^0.23.3": |
1330 | 1350 | version "0.23.5" |
1331 | 1351 | resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d" |
|
1480 | 1500 | version "0.0.44" |
1481 | 1501 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.44.tgz#980cc5a29a3ef3bea6ff1f7d021047d7ea575e21" |
1482 | 1502 |
|
| 1503 | + |
| 1504 | + version "0.0.39" |
| 1505 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
| 1506 | + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
| 1507 | + |
1483 | 1508 | "@types/events@*": |
1484 | 1509 | version "3.0.0" |
1485 | 1510 | resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" |
@@ -3942,6 +3967,11 @@ estree-walker@^0.6.0, estree-walker@^0.6.1: |
3942 | 3967 | version "0.6.1" |
3943 | 3968 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362" |
3944 | 3969 |
|
| 3970 | +estree-walker@^1.0.1: |
| 3971 | + version "1.0.1" |
| 3972 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 3973 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 3974 | + |
3945 | 3975 | esutils@^2.0.2: |
3946 | 3976 | version "2.0.3" |
3947 | 3977 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
@@ -5102,6 +5132,13 @@ is-color-stop@^1.0.0: |
5102 | 5132 | rgb-regex "^1.0.1" |
5103 | 5133 | rgba-regex "^1.0.0" |
5104 | 5134 |
|
| 5135 | +is-core-module@^2.12.0: |
| 5136 | + version "2.12.0" |
| 5137 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4" |
| 5138 | + integrity sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ== |
| 5139 | + dependencies: |
| 5140 | + has "^1.0.3" |
| 5141 | + |
5105 | 5142 | is-data-descriptor@^0.1.4: |
5106 | 5143 | version "0.1.4" |
5107 | 5144 | resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" |
@@ -6971,6 +7008,11 @@ path-parse@^1.0.5, path-parse@^1.0.6: |
6971 | 7008 | version "1.0.6" |
6972 | 7009 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" |
6973 | 7010 |
|
| 7011 | +path-parse@^1.0.7: |
| 7012 | + version "1.0.7" |
| 7013 | + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" |
| 7014 | + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
| 7015 | + |
6974 | 7016 | |
6975 | 7017 | version "0.1.7" |
6976 | 7018 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" |
@@ -7014,6 +7056,11 @@ picomatch@^2.0.4, picomatch@^2.0.7: |
7014 | 7056 | version "2.2.2" |
7015 | 7057 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
7016 | 7058 |
|
| 7059 | +picomatch@^2.2.2: |
| 7060 | + version "2.3.1" |
| 7061 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 7062 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 7063 | + |
7017 | 7064 | pify@^2.0.0: |
7018 | 7065 | version "2.3.0" |
7019 | 7066 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
@@ -8321,6 +8368,15 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.3 |
8321 | 8368 | dependencies: |
8322 | 8369 | path-parse "^1.0.6" |
8323 | 8370 |
|
| 8371 | +resolve@^1.11.1: |
| 8372 | + version "1.22.3" |
| 8373 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283" |
| 8374 | + integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw== |
| 8375 | + dependencies: |
| 8376 | + is-core-module "^2.12.0" |
| 8377 | + path-parse "^1.0.7" |
| 8378 | + supports-preserve-symlinks-flag "^1.0.0" |
| 8379 | + |
8324 | 8380 | restore-cursor@^3.1.0: |
8325 | 8381 | version "3.1.0" |
8326 | 8382 | resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" |
|
8392 | 8448 | resolve "^1.10.0" |
8393 | 8449 | rollup-pluginutils "^2.6.0" |
8394 | 8450 |
|
8395 | | - |
8396 | | - version "4.2.4" |
8397 | | - resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.4.tgz#7d370f8d6fd3031006a0032c38262dd9be3c6250" |
8398 | | - integrity sha512-t/64I6l7fZ9BxqD3XlX4ZeO6+5RLKyfpwE2CiPNUKa+GocPlQhf/C208ou8y3AwtNsc6bjSk/8/6y/YAyxCIvw== |
8399 | | - dependencies: |
8400 | | - "@types/resolve" "0.0.8" |
8401 | | - builtin-modules "^3.1.0" |
8402 | | - is-module "^1.0.0" |
8403 | | - resolve "^1.10.0" |
8404 | | - |
8405 | 8451 | |
8406 | 8452 | version "2.2.2" |
8407 | 8453 | resolved "https://registry.yarnpkg.com/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.2.tgz#506cef67fb68f41cca3ec08ca6ff7936b190f568" |
@@ -9156,6 +9202,11 @@ supports-color@^7.0.0, supports-color@^7.1.0: |
9156 | 9202 | dependencies: |
9157 | 9203 | has-flag "^4.0.0" |
9158 | 9204 |
|
| 9205 | +supports-preserve-symlinks-flag@^1.0.0: |
| 9206 | + version "1.0.0" |
| 9207 | + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" |
| 9208 | + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== |
| 9209 | + |
9159 | 9210 | svg-parser@^2.0.0: |
9160 | 9211 | version "2.0.4" |
9161 | 9212 | resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5" |
|
0 commit comments