|
1239 | 1239 | dependencies:
|
1240 | 1240 | "@rollup/pluginutils" "^5.0.1"
|
1241 | 1241 |
|
| 1242 | + |
| 1243 | + version "6.0.0" |
| 1244 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b" |
| 1245 | + integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ== |
| 1246 | + dependencies: |
| 1247 | + "@rollup/pluginutils" "^3.0.0" |
| 1248 | + "@types/resolve" "0.0.8" |
| 1249 | + builtin-modules "^3.1.0" |
| 1250 | + is-module "^1.0.0" |
| 1251 | + resolve "^1.11.1" |
| 1252 | + |
| 1253 | +"@rollup/pluginutils@^3.0.0": |
| 1254 | + version "3.1.0" |
| 1255 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 1256 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 1257 | + dependencies: |
| 1258 | + "@types/estree" "0.0.39" |
| 1259 | + estree-walker "^1.0.1" |
| 1260 | + picomatch "^2.2.2" |
| 1261 | + |
1242 | 1262 | "@rollup/pluginutils@^5.0.1":
|
1243 | 1263 | version "5.0.2"
|
1244 | 1264 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
|
|
1658 | 1678 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
|
1659 | 1679 | integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
|
1660 | 1680 |
|
| 1681 | + |
| 1682 | + version "0.0.39" |
| 1683 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
| 1684 | + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
| 1685 | + |
1661 | 1686 | "@types/http-cache-semantics@*":
|
1662 | 1687 | version "4.0.1"
|
1663 | 1688 | resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
@@ -2992,6 +3017,11 @@ estree-walker@^0.6.1:
|
2992 | 3017 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
|
2993 | 3018 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
|
2994 | 3019 |
|
| 3020 | +estree-walker@^1.0.1: |
| 3021 | + version "1.0.1" |
| 3022 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 3023 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 3024 | + |
2995 | 3025 | estree-walker@^2.0.2:
|
2996 | 3026 | version "2.0.2"
|
2997 | 3027 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
|
@@ -4790,7 +4820,7 @@ picocolors@^1.0.0:
|
4790 | 4820 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
4791 | 4821 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
4792 | 4822 |
|
4793 |
| -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: |
| 4823 | +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: |
4794 | 4824 | version "2.3.1"
|
4795 | 4825 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
4796 | 4826 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
5230 | 5260 | resolve "^1.11.0"
|
5231 | 5261 | rollup-pluginutils "^2.8.1"
|
5232 | 5262 |
|
5233 |
| - |
5234 |
| - version "5.2.0" |
5235 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz#730f93d10ed202473b1fb54a5997a7db8c6d8523" |
5236 |
| - integrity sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw== |
5237 |
| - dependencies: |
5238 |
| - "@types/resolve" "0.0.8" |
5239 |
| - builtin-modules "^3.1.0" |
5240 |
| - is-module "^1.0.0" |
5241 |
| - resolve "^1.11.1" |
5242 |
| - rollup-pluginutils "^2.8.1" |
5243 |
| - |
5244 | 5263 |
|
5245 | 5264 | version "0.12.0"
|
5246 | 5265 | resolved "https://registry.yarnpkg.com/rollup-plugin-polyfill-node/-/rollup-plugin-polyfill-node-0.12.0.tgz#33d421ddb7fcb69c234461e508ca6d2db6193f1d"
|
|
0 commit comments