|
708 | 708 | lodash "^4.17.13" |
709 | 709 | to-fast-properties "^2.0.0" |
710 | 710 |
|
711 | | -"@rollup/plugin-node-resolve@7.0.0": |
712 | | - version "7.0.0" |
713 | | - resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.0.0.tgz#cce3826df801538b001972fbf9b6b1c22b69fdf8" |
714 | | - integrity sha512-+vOx2+WMBMFotYKM3yYeDGZxIvcQ7yO4g+SuKDFsjKaq8Lw3EPgfB6qNlp8Z/3ceDCEhHvC9/b+PgBGwDQGbzQ== |
| 711 | +"@rollup/plugin-node-resolve@7.1.3": |
| 712 | + version "7.1.3" |
| 713 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca" |
| 714 | + integrity sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q== |
715 | 715 | dependencies: |
716 | | - "@rollup/pluginutils" "^3.0.0" |
| 716 | + "@rollup/pluginutils" "^3.0.8" |
717 | 717 | "@types/resolve" "0.0.8" |
718 | 718 | builtin-modules "^3.1.0" |
719 | 719 | is-module "^1.0.0" |
720 | | - resolve "^1.11.1" |
| 720 | + resolve "^1.14.2" |
721 | 721 |
|
722 | | -"@rollup/pluginutils@^3.0.0": |
723 | | - version "3.0.6" |
724 | | - resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.0.6.tgz#3ae0bbbce2eed53bf46b7fba8c393557c6c7f705" |
725 | | - integrity sha512-Nb6U7sg11v8D+E4mxRxwT+UumUL7MSnwI8V1SJB3THyW2MOGD/Q6GyxLtpnjrbT3zTRPSozzDMyVZwemgldO3w== |
| 722 | +"@rollup/pluginutils@^3.0.8": |
| 723 | + version "3.1.0" |
| 724 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 725 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
726 | 726 | dependencies: |
| 727 | + "@types/estree" "0.0.39" |
727 | 728 | estree-walker "^1.0.1" |
| 729 | + picomatch "^2.2.2" |
728 | 730 |
|
729 | 731 | "@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0": |
730 | 732 | version "1.7.0" |
|
760 | 762 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11" |
761 | 763 | integrity sha512-K1DPVvnBCPxzD+G51/cxVIoc2X8uUVl1zpJeE6iKcgHMj4+tbat5Xu4TjV7v2QSDbIeAfLi2hIk+u2+s0MlpUQ== |
762 | 764 |
|
| 765 | + |
| 766 | + version "0.0.39" |
| 767 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
| 768 | + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
| 769 | + |
763 | 770 | "@types/node@*": |
764 | 771 | version "13.5.1" |
765 | 772 | resolved "https://registry.yarnpkg.com/@types/node/-/node-13.5.1.tgz#6fae50892d1841f4b38b298e2f78fb68c5960cb9" |
@@ -2400,6 +2407,13 @@ is-callable@^1.1.4, is-callable@^1.1.5: |
2400 | 2407 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.5.tgz#f7e46b596890456db74e7f6e976cb3273d06faab" |
2401 | 2408 | integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q== |
2402 | 2409 |
|
| 2410 | +is-core-module@^2.9.0: |
| 2411 | + version "2.10.0" |
| 2412 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed" |
| 2413 | + integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg== |
| 2414 | + dependencies: |
| 2415 | + has "^1.0.3" |
| 2416 | + |
2403 | 2417 | is-data-descriptor@^0.1.4: |
2404 | 2418 | version "0.1.4" |
2405 | 2419 | resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" |
@@ -3245,6 +3259,11 @@ path-parse@^1.0.6: |
3245 | 3259 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" |
3246 | 3260 | integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== |
3247 | 3261 |
|
| 3262 | +path-parse@^1.0.7: |
| 3263 | + version "1.0.7" |
| 3264 | + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" |
| 3265 | + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
| 3266 | + |
3248 | 3267 | path-platform@~0.11.15: |
3249 | 3268 | version "0.11.15" |
3250 | 3269 | resolved "https://registry.yarnpkg.com/path-platform/-/path-platform-0.11.15.tgz#e864217f74c36850f0852b78dc7bf7d4a5721bf2" |
@@ -3278,6 +3297,11 @@ picomatch@^2.0.4, picomatch@^2.0.7: |
3278 | 3297 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a" |
3279 | 3298 | integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA== |
3280 | 3299 |
|
| 3300 | +picomatch@^2.2.2: |
| 3301 | + version "2.3.1" |
| 3302 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 3303 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 3304 | + |
3281 | 3305 | posix-character-classes@^0.1.0: |
3282 | 3306 | version "0.1.1" |
3283 | 3307 | resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" |
|
3528 | 3552 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" |
3529 | 3553 | integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs= |
3530 | 3554 |
|
3531 | | -resolve@^1.1.4, resolve@^1.11.1, resolve@^1.3.2, resolve@^1.4.0: |
| 3555 | +resolve@^1.1.4, resolve@^1.3.2, resolve@^1.4.0: |
3532 | 3556 | version "1.15.0" |
3533 | 3557 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.0.tgz#1b7ca96073ebb52e741ffd799f6b39ea462c67f5" |
3534 | 3558 | integrity sha512-+hTmAldEGE80U2wJJDC1lebb5jWqvTYAfm3YZ1ckk1gBr0MnCqUKlwK1e+anaFljIl+F5tR5IoZcm4ZDA1zMQw== |
3535 | 3559 | dependencies: |
3536 | 3560 | path-parse "^1.0.6" |
3537 | 3561 |
|
| 3562 | +resolve@^1.14.2: |
| 3563 | + version "1.22.1" |
| 3564 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" |
| 3565 | + integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== |
| 3566 | + dependencies: |
| 3567 | + is-core-module "^2.9.0" |
| 3568 | + path-parse "^1.0.7" |
| 3569 | + supports-preserve-symlinks-flag "^1.0.0" |
| 3570 | + |
3538 | 3571 | ret@~0.1.10: |
3539 | 3572 | version "0.1.15" |
3540 | 3573 | resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" |
@@ -3973,6 +4006,11 @@ supports-color@^7.1.0: |
3973 | 4006 | dependencies: |
3974 | 4007 | has-flag "^4.0.0" |
3975 | 4008 |
|
| 4009 | +supports-preserve-symlinks-flag@^1.0.0: |
| 4010 | + version "1.0.0" |
| 4011 | + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" |
| 4012 | + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== |
| 4013 | + |
3976 | 4014 | syntax-error@^1.1.1: |
3977 | 4015 | version "1.4.0" |
3978 | 4016 | resolved "https://registry.yarnpkg.com/syntax-error/-/syntax-error-1.4.0.tgz#2d9d4ff5c064acb711594a3e3b95054ad51d907c" |
|
0 commit comments