|
1242 | 1242 | dependencies:
|
1243 | 1243 | "@rollup/pluginutils" "^5.0.1"
|
1244 | 1244 |
|
| 1245 | + |
| 1246 | + version "6.0.0" |
| 1247 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b" |
| 1248 | + integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ== |
| 1249 | + dependencies: |
| 1250 | + "@rollup/pluginutils" "^3.0.0" |
| 1251 | + "@types/resolve" "0.0.8" |
| 1252 | + builtin-modules "^3.1.0" |
| 1253 | + is-module "^1.0.0" |
| 1254 | + resolve "^1.11.1" |
| 1255 | + |
| 1256 | +"@rollup/pluginutils@^3.0.0": |
| 1257 | + version "3.1.0" |
| 1258 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 1259 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 1260 | + dependencies: |
| 1261 | + "@types/estree" "0.0.39" |
| 1262 | + estree-walker "^1.0.1" |
| 1263 | + picomatch "^2.2.2" |
| 1264 | + |
1245 | 1265 | "@rollup/pluginutils@^5.0.1":
|
1246 | 1266 | version "5.0.2"
|
1247 | 1267 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
|
|
2254 | 2274 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
|
2255 | 2275 | integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
|
2256 | 2276 |
|
| 2277 | + |
| 2278 | + version "0.0.39" |
| 2279 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
| 2280 | + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
| 2281 | + |
2257 | 2282 | "@types/http-cache-semantics@*":
|
2258 | 2283 | version "4.0.1"
|
2259 | 2284 | resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
@@ -3583,6 +3608,11 @@ estree-walker@^0.6.1:
|
3583 | 3608 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
|
3584 | 3609 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
|
3585 | 3610 |
|
| 3611 | +estree-walker@^1.0.1: |
| 3612 | + version "1.0.1" |
| 3613 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 3614 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 3615 | + |
3586 | 3616 | estree-walker@^2.0.2:
|
3587 | 3617 | version "2.0.2"
|
3588 | 3618 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
|
@@ -5398,7 +5428,7 @@ picocolors@^1.0.0:
|
5398 | 5428 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
5399 | 5429 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
5400 | 5430 |
|
5401 |
| -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: |
| 5431 | +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: |
5402 | 5432 | version "2.3.1"
|
5403 | 5433 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
5404 | 5434 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
5820 | 5850 | resolve "^1.11.0"
|
5821 | 5851 | rollup-pluginutils "^2.8.1"
|
5822 | 5852 |
|
5823 |
| - |
5824 |
| - version "5.2.0" |
5825 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523" |
5826 |
| - integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw== |
5827 |
| - dependencies: |
5828 |
| - "@types/resolve" "0.0.8" |
5829 |
| - builtin-modules "^3.1.0" |
5830 |
| - is-module "^1.0.0" |
5831 |
| - resolve "^1.11.1" |
5832 |
| - rollup-pluginutils "^2.8.1" |
5833 |
| - |
5834 | 5853 |
|
5835 | 5854 | version "0.12.0"
|
5836 | 5855 | resolved "https://registry.yarnpkg.com/rollup-plugin-polyfill-node/-/rollup-plugin-polyfill-node-0.12.0.tgz#33d421ddb7fcb69c234461e508ca6d2db6193f1d"
|
|
0 commit comments