|
23 | 23 | resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31" |
24 | 24 | integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw== |
25 | 25 |
|
26 | | -"@types/estree@*", "@types/estree@0.0.39": |
| 26 | +"@types/estree@0.0.39": |
27 | 27 | version "0.0.39" |
28 | 28 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
29 | 29 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
|
40 | 40 | dependencies: |
41 | 41 | "@types/node" "*" |
42 | 42 |
|
43 | | -acorn@^7.1.0: |
44 | | - version "7.1.1" |
45 | | - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf" |
46 | | - integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== |
47 | | - |
48 | 43 | ansi-styles@^3.2.1: |
49 | 44 | version "3.2.1" |
50 | 45 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |
@@ -176,6 +171,11 @@ esutils@^2.0.2: |
176 | 171 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
177 | 172 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== |
178 | 173 |
|
| 174 | +fsevents@~2.3.2: |
| 175 | + version "2.3.3" |
| 176 | + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" |
| 177 | + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== |
| 178 | + |
179 | 179 | function-bind@^1.0.2, function-bind@^1.1.1: |
180 | 180 | version "1.1.1" |
181 | 181 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" |
@@ -488,14 +488,12 @@ rollup-pluginutils@^2.3.3, rollup-pluginutils@^2.8.1: |
488 | 488 | dependencies: |
489 | 489 | estree-walker "^0.6.1" |
490 | 490 |
|
491 | | -rollup@^1.23.1: |
492 | | - version "1.23.1" |
493 | | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e" |
494 | | - integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA== |
495 | | - dependencies: |
496 | | - "@types/estree" "*" |
497 | | - "@types/node" "*" |
498 | | - acorn "^7.1.0" |
| 491 | +rollup@^2.79.2: |
| 492 | + version "2.79.2" |
| 493 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090" |
| 494 | + integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ== |
| 495 | + optionalDependencies: |
| 496 | + fsevents "~2.3.2" |
499 | 497 |
|
500 | 498 | sade@^1.4.0: |
501 | 499 | version "1.6.1" |
|
0 commit comments