|
186 | 186 | dependencies: |
187 | 187 | tslib "^2.0.0" |
188 | 188 |
|
| 189 | +"@angular/compiler@9.0.0": |
| 190 | + version "9.0.0" |
| 191 | + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" |
| 192 | + integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== |
| 193 | + |
189 | 194 | "@angular/core@10.0.7": |
190 | 195 | version "10.0.7" |
191 | 196 | resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.0.7.tgz#297392ea4cf0764de28ac8efc7b4f041db507efc" |
192 | 197 | integrity sha512-h8R/2TCIFkagrFl6zmPN34gS5ZtQ1soYDI8dDeLj0+oQ+qH8HncoRgzYl+1+agFvUeYQ2pkwc5i635j/LwC++Q== |
193 | 198 | dependencies: |
194 | 199 | tslib "^2.0.0" |
195 | 200 |
|
| 201 | +"@angular/core@9.0.0": |
| 202 | + version "9.0.0" |
| 203 | + resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e" |
| 204 | + integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w== |
| 205 | + |
196 | 206 | "@angular/forms@10.0.7": |
197 | 207 | version "10.0.7" |
198 | 208 | resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-10.0.7.tgz#571cbdc5ed213e10aedfdb9d660f4d55c71687a2" |
@@ -1756,10 +1766,10 @@ anymatch@~3.1.1: |
1756 | 1766 | normalize-path "^3.0.0" |
1757 | 1767 | picomatch "^2.0.4" |
1758 | 1768 |
|
1759 | | -app-root-path@^2.2.1: |
1760 | | - version "2.2.1" |
1761 | | - resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a" |
1762 | | - integrity sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA== |
| 1769 | +app-root-path@^3.0.0: |
| 1770 | + version "3.0.0" |
| 1771 | + resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-3.0.0.tgz#210b6f43873227e18a4b810a032283311555d5ad" |
| 1772 | + integrity sha512-qMcx+Gy2UZynHjOHOIXPNvpf+9cjvk3cWrBBK7zg4gH9+clobJRb9NGzcT7mQTcV/6Gm/1WelUtqxVXnNlrwcw== |
1763 | 1773 |
|
1764 | 1774 | aproba@^1.1.1: |
1765 | 1775 | version "1.2.0" |
@@ -2612,20 +2622,25 @@ coa@^2.0.2: |
2612 | 2622 | chalk "^2.4.1" |
2613 | 2623 | q "^1.1.2" |
2614 | 2624 |
|
2615 | | -codelyzer@5.2.2: |
2616 | | - version "5.2.2" |
2617 | | - resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-5.2.2.tgz#d0530a455784e6bea0b6d7e97166c73c30a5347f" |
2618 | | - integrity sha512-jB4FZ1Sx7kZhvZVdf+N2BaKTdrrNZOL0Bj10RRfrhHrb3zEvXjJvvq298JPMJAiyiCS/v4zs1QlGU0ip7xGqeA== |
| 2625 | +codelyzer@6.0.0: |
| 2626 | + version "6.0.0" |
| 2627 | + resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-6.0.0.tgz#50c98581cc2890e0e9a9f93878dc317115d836ed" |
| 2628 | + integrity sha512-edJIQCIcxD9DhVSyBEdJ38AbLikm515Wl91t5RDGNT88uA6uQdTm4phTWfn9JhzAI8kXNUcfYyAE90lJElpGtA== |
2619 | 2629 | dependencies: |
2620 | | - app-root-path "^2.2.1" |
| 2630 | + "@angular/compiler" "9.0.0" |
| 2631 | + "@angular/core" "9.0.0" |
| 2632 | + app-root-path "^3.0.0" |
2621 | 2633 | aria-query "^3.0.0" |
2622 | 2634 | axobject-query "2.0.2" |
2623 | 2635 | css-selector-tokenizer "^0.7.1" |
2624 | 2636 | cssauron "^1.4.0" |
2625 | 2637 | damerau-levenshtein "^1.0.4" |
| 2638 | + rxjs "^6.5.3" |
2626 | 2639 | semver-dsl "^1.0.1" |
2627 | 2640 | source-map "^0.5.7" |
2628 | 2641 | sprintf-js "^1.1.2" |
| 2642 | + tslib "^1.10.0" |
| 2643 | + zone.js "~0.10.3" |
2629 | 2644 |
|
2630 | 2645 | collection-visit@^1.0.0: |
2631 | 2646 | version "1.0.0" |
@@ -8969,7 +8984,7 @@ yn@^2.0.0: |
8969 | 8984 | resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a" |
8970 | 8985 | integrity sha1-5a2ryKz0CPY4X8dklWhMiOavaJo= |
8971 | 8986 |
|
8972 | | -zone.js@0.10.3: |
| 8987 | +zone.js@0.10.3, zone.js@~0.10.3: |
8973 | 8988 | version "0.10.3" |
8974 | 8989 | resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16" |
8975 | 8990 | integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg== |
0 commit comments