aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-19 11:12:01 +0100
committerChocobozzz <me@florianbigard.com>2020-11-19 15:25:41 +0100
commit4f926722ea6784ea389013378fd233f59077ec8a (patch)
tree36e92da1d8fc9394e1e36144f206e0427b7c02c3 /client
parentfce7fe04eed39e23e76717085e92118e963def81 (diff)
downloadPeerTube-4f926722ea6784ea389013378fd233f59077ec8a.tar.gz
PeerTube-4f926722ea6784ea389013378fd233f59077ec8a.tar.zst
PeerTube-4f926722ea6784ea389013378fd233f59077ec8a.zip
Upgrade client dependencies
Migrate removed primeng theme to custom CSS
Diffstat (limited to 'client')
-rw-r--r--client/angular.json2
-rw-r--r--client/package.json77
-rw-r--r--client/src/app/+admin/admin.component.html2
-rw-r--r--client/src/app/+admin/admin.component.scss4
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.ts1
-rw-r--r--client/src/app/+admin/plugins/shared/toggle-plugin-type.scss28
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html10
-rw-r--r--client/src/app/+my-account/my-account.module.ts2
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.component.html2
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts103
-rw-r--r--client/src/app/+my-library/my-history/my-history.component.html2
-rw-r--r--client/src/app/+my-library/my-history/my-history.component.ts6
-rw-r--r--client/src/app/+my-library/my-library.module.ts2
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.scss5
-rw-r--r--client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts7
-rw-r--r--client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html2
-rw-r--r--client/src/app/app.component.ts7
-rw-r--r--client/src/app/core/notification/peertube-socket.service.ts9
-rw-r--r--client/src/app/menu/menu.component.html3
-rw-r--r--client/src/app/menu/menu.component.scss42
-rw-r--r--client/src/app/shared/shared-forms/index.ts1
-rw-r--r--client/src/app/shared/shared-forms/input-switch.component.html4
-rw-r--r--client/src/app/shared/shared-forms/input-switch.component.scss44
-rw-r--r--client/src/app/shared/shared-forms/input-switch.component.ts38
-rw-r--r--client/src/app/shared/shared-forms/shared-form.module.ts10
-rw-r--r--client/src/app/shared/shared-forms/timestamp-input.component.scss5
-rw-r--r--client/src/assets/player/p2p-media-loader/hls-plugin.ts2
-rw-r--r--client/src/hmr.ts24
-rw-r--r--client/src/main.ts13
-rw-r--r--client/src/sass/application.scss2
-rw-r--r--client/src/sass/primeng-custom.scss644
-rw-r--r--client/webpack/webpack.video-embed.js44
-rw-r--r--client/yarn.lock4256
33 files changed, 3021 insertions, 2382 deletions
diff --git a/client/angular.json b/client/angular.json
index c893cc1e9..e453ce273 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -177,7 +177,6 @@
177 "optimization": true, 177 "optimization": true,
178 "outputHashing": "all", 178 "outputHashing": "all",
179 "sourceMap": false, 179 "sourceMap": false,
180 "extractCss": true,
181 "namedChunks": false, 180 "namedChunks": false,
182 "aot": true, 181 "aot": true,
183 "extractLicenses": true, 182 "extractLicenses": true,
@@ -208,7 +207,6 @@
208 "optimization": false, 207 "optimization": false,
209 "outputHashing": "none", 208 "outputHashing": "none",
210 "sourceMap": true, 209 "sourceMap": true,
211 "extractCss": true,
212 "namedChunks": true, 210 "namedChunks": true,
213 "aot": true, 211 "aot": true,
214 "buildOptimizer": false, 212 "buildOptimizer": false,
diff --git a/client/package.json b/client/package.json
index cf3fb6a92..2306aaaf7 100644
--- a/client/package.json
+++ b/client/package.json
@@ -26,24 +26,26 @@
26 "sass-lint": "sass-lint" 26 "sass-lint": "sass-lint"
27 }, 27 },
28 "typings": "*.d.ts", 28 "typings": "*.d.ts",
29 "resolutions": {
30 "@types/mousetrap": "1.6.3"
31 },
29 "devDependencies": { 32 "devDependencies": {
30 "@angular-devkit/build-angular": "^0.1001.0-next.6", 33 "@angular-devkit/build-angular": "^0.1100.2",
31 "@angular/animations": "^10.1.0-next.8", 34 "@angular/animations": "^11.0.1",
32 "@angular/cdk": "^10.0.0", 35 "@angular/cdk": "^11.0.0",
33 "@angular/cli": "^10.1.0-next.6", 36 "@angular/cli": "^11.0.2",
34 "@angular/common": "^10.1.0-next.8", 37 "@angular/common": "^11.0.1",
35 "@angular/compiler": "^10.1.0-next.8", 38 "@angular/compiler": "^11.0.1",
36 "@angular/compiler-cli": "^10.1.0-next.8", 39 "@angular/compiler-cli": "^11.0.1",
37 "@angular/core": "^10.1.0-next.8", 40 "@angular/core": "^11.0.1",
38 "@angular/forms": "^10.1.0-next.8", 41 "@angular/forms": "^11.0.1",
39 "@angular/localize": "^10.1.0-next.8", 42 "@angular/localize": "^11.0.1",
40 "@angular/platform-browser": "^10.1.0-next.8", 43 "@angular/platform-browser": "^11.0.1",
41 "@angular/platform-browser-dynamic": "^10.1.0-next.8", 44 "@angular/platform-browser-dynamic": "^11.0.1",
42 "@angular/router": "^10.1.0-next.8", 45 "@angular/router": "^11.0.1",
43 "@angular/service-worker": "^10.1.0-next.8", 46 "@angular/service-worker": "^11.0.1",
44 "@angularclass/hmr": "^2.1.3",
45 "@neos21/bootstrap3-glyphicons": "^1.0.1", 47 "@neos21/bootstrap3-glyphicons": "^1.0.1",
46 "@ng-bootstrap/ng-bootstrap": "^7.0.0", 48 "@ng-bootstrap/ng-bootstrap": "^8.0.0",
47 "@ng-select/ng-select": "^5.0.0", 49 "@ng-select/ng-select": "^5.0.0",
48 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", 50 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
49 "@ngx-i18nsupport/tooling": "^8.0.3", 51 "@ngx-i18nsupport/tooling": "^8.0.3",
@@ -62,23 +64,21 @@
62 "@types/lodash-es": "^4.17.0", 64 "@types/lodash-es": "^4.17.0",
63 "@types/markdown-it": "^10.0.1", 65 "@types/markdown-it": "^10.0.1",
64 "@types/node": "^14.0.14", 66 "@types/node": "^14.0.14",
65 "@types/sanitize-html": "1.23.3", 67 "@types/sanitize-html": "1.27.0",
66 "@types/sha.js": "^2.4.0", 68 "@types/sha.js": "^2.4.0",
67 "@types/socket.io-client": "^1.4.32",
68 "@types/video.js": "^7.3.8", 69 "@types/video.js": "^7.3.8",
69 "@types/webtorrent": "^0.107.0", 70 "@types/webtorrent": "^0.109.0",
70 "angular2-hotkeys": "^2.1.2", 71 "angular2-hotkeys": "^2.1.2",
71 "angularx-qrcode": "10.0.6", 72 "angularx-qrcode": "10.0.11",
72 "bootstrap": "^4.1.3", 73 "bootstrap": "^4.1.3",
73 "buffer": "^5.1.0", 74 "buffer": "^6.0.2",
74 "cache-chunk-store": "^3.0.0", 75 "cache-chunk-store": "^3.0.0",
75 "chart.js": "^2.9.3", 76 "chart.js": "^2.9.3",
76 "codelyzer": "^6.0.0", 77 "codelyzer": "^6.0.0",
77 "core-js": "^3.1.4", 78 "core-js": "^3.1.4",
78 "css-loader": "^3.1.0", 79 "css-loader": "^5.0.1",
79 "debug": "^4.1.1", 80 "debug": "^4.3.1",
80 "dexie": "^3.0.0", 81 "dexie": "^3.0.0",
81 "extract-text-webpack-plugin": "4.0.0-beta.0",
82 "file-loader": "^6.0.0", 82 "file-loader": "^6.0.0",
83 "focus-visible": "^5.0.2", 83 "focus-visible": "^5.0.2",
84 "hls.js": "^0.14.16", 84 "hls.js": "^0.14.16",
@@ -86,52 +86,53 @@
86 "html-webpack-plugin": "^4.0.3", 86 "html-webpack-plugin": "^4.0.3",
87 "https-browserify": "^1.0.0", 87 "https-browserify": "^1.0.0",
88 "jasmine-core": "~3.6.0", 88 "jasmine-core": "~3.6.0",
89 "jasmine-spec-reporter": "~5.0.0", 89 "jasmine-spec-reporter": "~6.0.0",
90 "jschannel": "^1.0.2", 90 "jschannel": "^1.0.2",
91 "karma": "~5.1.0", 91 "karma": "~5.2.3",
92 "karma-chrome-launcher": "~3.1.0", 92 "karma-chrome-launcher": "~3.1.0",
93 "karma-coverage-istanbul-reporter": "~3.0.2", 93 "karma-coverage-istanbul-reporter": "~3.0.2",
94 "karma-jasmine": "~4.0.1", 94 "karma-jasmine": "~4.0.1",
95 "karma-jasmine-html-reporter": "^1.5.0", 95 "karma-jasmine-html-reporter": "^1.5.0",
96 "linkifyjs": "^2.1.5", 96 "linkifyjs": "^2.1.5",
97 "lodash-es": "^4.17.4", 97 "lodash-es": "^4.17.4",
98 "markdown-it": "11.x", 98 "markdown-it": "12.0.2",
99 "node-sass": "^4.9.3", 99 "mini-css-extract-plugin": "^1.3.1",
100 "node-sass": "^5.0.0",
100 "npm-font-source-sans-pro": "^1.0.2", 101 "npm-font-source-sans-pro": "^1.0.2",
101 "p2p-media-loader-hlsjs": "^0.6.2", 102 "p2p-media-loader-hlsjs": "^0.6.2",
102 "path-browserify": "^1.0.0", 103 "path-browserify": "^1.0.0",
103 "primeng": "^9.0.0-rc.4", 104 "primeng": "^11.0.0-rc.1",
104 "process": "^0.11.10", 105 "process": "^0.11.10",
105 "protractor": "~7.0.0", 106 "protractor": "~7.0.0",
106 "purify-css": "^1.2.5", 107 "purify-css": "^1.2.5",
107 "purifycss-webpack": "^0.7.0", 108 "purifycss-webpack": "^0.7.0",
108 "raw-loader": "^4.0.0", 109 "raw-loader": "^4.0.0",
109 "rxjs": "^6.5.2", 110 "rxjs": "^6.5.2",
110 "sanitize-html": "^1.18.4", 111 "sanitize-html": "^2.1.2",
111 "sass-lint": "^1.13.1", 112 "sass-lint": "^1.13.1",
112 "sass-loader": "8.0.2", 113 "sass-loader": "10.1.0",
113 "sass-resources-loader": "^2.0.0", 114 "sass-resources-loader": "^2.0.0",
114 "sha.js": "^2.4.11", 115 "sha.js": "^2.4.11",
115 "socket.io-client": "^2.2.0", 116 "socket.io-client": "^3.0.3",
116 "stream-browserify": "^3.0.0", 117 "stream-browserify": "^3.0.0",
117 "stream-http": "^3.0.0", 118 "stream-http": "^3.0.0",
118 "terser-webpack-plugin": "^3.0.0", 119 "terser-webpack-plugin": "^4",
119 "ts-loader": "^8.0.2", 120 "ts-loader": "^8.0.2",
120 "tslib": "^2.0.0", 121 "tslib": "^2.0.0",
121 "tslint": "~6.1.0", 122 "tslint": "~6.1.0",
122 "tslint-angular": "^3.0.2", 123 "tslint-angular": "^3.0.2",
123 "tslint-config-standard": "^9.0.0", 124 "tslint-config-standard": "^9.0.0",
124 "typescript": "~3.9.5", 125 "typescript": "~4.0.5",
125 "video.js": "^7", 126 "video.js": "^7",
126 "videojs-contextmenu-ui": "^5.0.0", 127 "videojs-contextmenu-ui": "^5.0.0",
127 "videojs-contrib-quality-levels": "^2.0.9", 128 "videojs-contrib-quality-levels": "^2.0.9",
128 "videojs-dock": "^2.0.2", 129 "videojs-dock": "^2.0.2",
129 "videojs-hotkeys": "^0.2.27", 130 "videojs-hotkeys": "^0.2.27",
130 "videostream": "~3.2.1", 131 "videostream": "~3.2.1",
131 "webpack-bundle-analyzer": "^3.0.2", 132 "webpack-bundle-analyzer": "^4.1.0",
132 "webpack-cli": "^3.0.8", 133 "webpack-cli": "^4.2.0",
133 "webtorrent": "^0.108.1", 134 "webtorrent": "^0.111.0",
134 "whatwg-fetch": "^3.0.0", 135 "whatwg-fetch": "^3.0.0",
135 "zone.js": "~0.10.2" 136 "zone.js": "~0.11.3"
136 } 137 }
137} 138}
diff --git a/client/src/app/+admin/admin.component.html b/client/src/app/+admin/admin.component.html
index aca4d9b0c..f1531f3ef 100644
--- a/client/src/app/+admin/admin.component.html
+++ b/client/src/app/+admin/admin.component.html
@@ -1,4 +1,4 @@
1<div> 1<div class="root">
2 <my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown> 2 <my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown>
3 3
4 <div class="margin-content" [ngClass]="{ 'offset-content': !isBroadcastMessageDisplayed }"> 4 <div class="margin-content" [ngClass]="{ 'offset-content': !isBroadcastMessageDisplayed }">
diff --git a/client/src/app/+admin/admin.component.scss b/client/src/app/+admin/admin.component.scss
index 61a2744ba..c98cc9be5 100644
--- a/client/src/app/+admin/admin.component.scss
+++ b/client/src/app/+admin/admin.component.scss
@@ -5,4 +5,6 @@ my-top-menu-dropdown {
5 flex-grow: 1; 5 flex-grow: 1;
6} 6}
7 7
8@include sub-menu-h1; 8.root {
9 @include sub-menu-h1;
10}
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.ts b/client/src/app/+admin/follows/following-list/following-list.component.ts
index 5f71f1238..f34490cc8 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.ts
+++ b/client/src/app/+admin/follows/following-list/following-list.component.ts
@@ -6,7 +6,6 @@ import { BatchDomainsModalComponent } from '@app/shared/shared-moderation'
6import { ActorFollow } from '@shared/models' 6import { ActorFollow } from '@shared/models'
7 7
8@Component({ 8@Component({
9 selector: 'my-followers-list',
10 templateUrl: './following-list.component.html', 9 templateUrl: './following-list.component.html',
11 styleUrls: [ '../follows.component.scss', './following-list.component.scss' ] 10 styleUrls: [ '../follows.component.scss', './following-list.component.scss' ]
12}) 11})
diff --git a/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss b/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
index b653abfaa..9e98fcd34 100644
--- a/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
+++ b/client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
@@ -5,32 +5,4 @@
5 display: flex; 5 display: flex;
6 justify-content: center; 6 justify-content: center;
7 margin-bottom: 30px; 7 margin-bottom: 30px;
8
9 p-selectButton {
10 ::ng-deep {
11 .ui-button-text {
12 font-size: 15px;
13 font-weight: 600;
14 }
15
16 .ui-button.ui-state-default {
17 background-color: #f0f0f0;
18 border: 1px solid #f0f0f0;
19 }
20
21 .ui-button.ui-state-active {
22 background-color: pvar(--mainColor);
23 border-color: pvar(--mainColor);
24
25 &:hover {
26 background-color: pvar(--mainHoverColor);
27 border-color: pvar(--mainHoverColor);
28 }
29 }
30
31 .ui-button:not(.ui-state-active).ui-state-focus {
32 box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
33 }
34 }
35 }
36} 8}
diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html
index 93e294a96..75951006d 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html
+++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html
@@ -9,11 +9,17 @@
9 <div>{{ labelNotifications[notificationType] }}</div> 9 <div>{{ labelNotifications[notificationType] }}</div>
10 10
11 <div> 11 <div>
12 <p-inputSwitch [(ngModel)]="webNotifications[notificationType]" (onChange)="updateWebSetting(notificationType, $event.checked)"></p-inputSwitch> 12 <my-input-switch
13 [(ngModel)]="webNotifications[notificationType]"
14 (ngModelChange)="updateWebSetting(notificationType, webNotifications[notificationType])"
15 ></my-input-switch>
13 </div> 16 </div>
14 17
15 <div *ngIf="emailEnabled"> 18 <div *ngIf="emailEnabled">
16 <p-inputSwitch [(ngModel)]="emailNotifications[notificationType]" (onChange)="updateEmailSetting(notificationType, $event.checked)"></p-inputSwitch> 19 <my-input-switch
20 [(ngModel)]="emailNotifications[notificationType]"
21 (ngModelChange)="updateEmailSetting(notificationType, emailNotifications[notificationType])"
22 ></my-input-switch>
17 </div> 23 </div>
18 </div> 24 </div>
19</ng-container> 25</ng-container>
diff --git a/client/src/app/+my-account/my-account.module.ts b/client/src/app/+my-account/my-account.module.ts
index d3b6a9fa3..9e3fbcf65 100644
--- a/client/src/app/+my-account/my-account.module.ts
+++ b/client/src/app/+my-account/my-account.module.ts
@@ -1,5 +1,4 @@
1import { AutoCompleteModule } from 'primeng/autocomplete' 1import { AutoCompleteModule } from 'primeng/autocomplete'
2import { InputSwitchModule } from 'primeng/inputswitch'
3import { TableModule } from 'primeng/table' 2import { TableModule } from 'primeng/table'
4import { DragDropModule } from '@angular/cdk/drag-drop' 3import { DragDropModule } from '@angular/cdk/drag-drop'
5import { NgModule } from '@angular/core' 4import { NgModule } from '@angular/core'
@@ -29,7 +28,6 @@ import { MyAccountComponent } from './my-account.component'
29 28
30 AutoCompleteModule, 29 AutoCompleteModule,
31 TableModule, 30 TableModule,
32 InputSwitchModule,
33 DragDropModule, 31 DragDropModule,
34 32
35 SharedMainModule, 33 SharedMainModule,
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
index 205d23cd5..b704a1cc6 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
@@ -42,7 +42,7 @@
42 </div> 42 </div>
43 43
44 <div *ngIf="!isInSmallView" class="w-100 d-flex justify-content-end"> 44 <div *ngIf="!isInSmallView" class="w-100 d-flex justify-content-end">
45 <p-chart *ngIf="videoChannelsChartData && videoChannelsChartData[i]" type="line" [data]="videoChannelsChartData[i]" [options]="chartOptions" width="40vw" height="100px"></p-chart> 45 <p-chart *ngIf="chartOptions && videoChannelsChartData && videoChannelsChartData[i]" type="line" [data]="videoChannelsChartData[i]" [options]="chartOptions" width="40vw" height="100px"></p-chart>
46 </div> 46 </div>
47 </div> 47 </div>
48 </div> 48 </div>
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
index a63e98a51..f6ba50a48 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
@@ -21,6 +21,8 @@ export class MyVideoChannelsComponent implements OnInit {
21 channelsSearch: string 21 channelsSearch: string
22 channelsSearchChanged = new Subject<string>() 22 channelsSearchChanged = new Subject<string>()
23 23
24 chartOptions: any
25
24 private user: User 26 private user: User
25 27
26 constructor ( 28 constructor (
@@ -47,55 +49,6 @@ export class MyVideoChannelsComponent implements OnInit {
47 return this.screenService.isInSmallView() 49 return this.screenService.isInSmallView()
48 } 50 }
49 51
50 get chartOptions () {
51 return {
52 legend: {
53 display: false
54 },
55 scales: {
56 xAxes: [{
57 display: false
58 }],
59 yAxes: [{
60 display: false,
61 ticks: {
62 min: Math.max(0, this.videoChannelsMinimumDailyViews - (3 * this.videoChannelsMaximumDailyViews / 100)),
63 max: Math.max(1, this.videoChannelsMaximumDailyViews)
64 }
65 }]
66 },
67 layout: {
68 padding: {
69 left: 15,
70 right: 15,
71 top: 10,
72 bottom: 0
73 }
74 },
75 elements: {
76 point: {
77 radius: 0
78 }
79 },
80 tooltips: {
81 mode: 'index',
82 intersect: false,
83 custom: function (tooltip: any) {
84 if (!tooltip) return
85 // disable displaying the color box
86 tooltip.displayColors = false
87 },
88 callbacks: {
89 label: (tooltip: any, data: any) => `${tooltip.value} views`
90 }
91 },
92 hover: {
93 mode: 'index',
94 intersect: false
95 }
96 }
97 }
98
99 resetSearch () { 52 resetSearch () {
100 this.channelsSearch = '' 53 this.channelsSearch = ''
101 this.onChannelsSearchChanged() 54 this.onChannelsSearchChanged()
@@ -159,6 +112,7 @@ channel with the same name (${videoChannel.name})!`,
159 day => day.views 112 day => day.views
160 ).views) // the object returned is a ViewPerDate, so we still need to get the views attribute 113 ).views) // the object returned is a ViewPerDate, so we still need to get the views attribute
161 ) 114 )
115
162 this.videoChannelsMaximumDailyViews = max( 116 this.videoChannelsMaximumDailyViews = max(
163 // compute local maximum daily views for each channel, by their "views" attribute 117 // compute local maximum daily views for each channel, by their "views" attribute
164 this.videoChannels.map(v => maxBy( 118 this.videoChannels.map(v => maxBy(
@@ -166,6 +120,57 @@ channel with the same name (${videoChannel.name})!`,
166 day => day.views 120 day => day.views
167 ).views) // the object returned is a ViewPerDate, so we still need to get the views attribute 121 ).views) // the object returned is a ViewPerDate, so we still need to get the views attribute
168 ) 122 )
123
124 this.buildChartOptions()
169 }) 125 })
170 } 126 }
127
128 private buildChartOptions () {
129 this.chartOptions = {
130 legend: {
131 display: false
132 },
133 scales: {
134 xAxes: [{
135 display: false
136 }],
137 yAxes: [{
138 display: false,
139 ticks: {
140 min: Math.max(0, this.videoChannelsMinimumDailyViews - (3 * this.videoChannelsMaximumDailyViews / 100)),
141 max: Math.max(1, this.videoChannelsMaximumDailyViews)
142 }
143 }]
144 },
145 layout: {
146 padding: {
147 left: 15,
148 right: 15,
149 top: 10,
150 bottom: 0
151 }
152 },
153 elements: {
154 point: {
155 radius: 0
156 }
157 },
158 tooltips: {
159 mode: 'index',
160 intersect: false,
161 custom: function (tooltip: any) {
162 if (!tooltip) return
163 // disable displaying the color box
164 tooltip.displayColors = false
165 },
166 callbacks: {
167 label: (tooltip: any, data: any) => `${tooltip.value} views`
168 }
169 },
170 hover: {
171 mode: 'index',
172 intersect: false
173 }
174 }
175 }
171} 176}
diff --git a/client/src/app/+my-library/my-history/my-history.component.html b/client/src/app/+my-library/my-history/my-history.component.html
index cff46a41d..05e016e55 100644
--- a/client/src/app/+my-library/my-history/my-history.component.html
+++ b/client/src/app/+my-library/my-history/my-history.component.html
@@ -5,7 +5,7 @@
5 5
6<div class="top-buttons"> 6<div class="top-buttons">
7 <div class="history-switch"> 7 <div class="history-switch">
8 <p-inputSwitch [(ngModel)]="videosHistoryEnabled" (ngModelChange)="onVideosHistoryChange()"></p-inputSwitch> 8 <my-input-switch [(ngModel)]="videosHistoryEnabled" (ngModelChange)="onVideosHistoryChange()"></my-input-switch>
9 <label i18n>Video history</label> 9 <label i18n>Video history</label>
10 </div> 10 </div>
11 11
diff --git a/client/src/app/+my-library/my-history/my-history.component.ts b/client/src/app/+my-library/my-history/my-history.component.ts
index e11f05c47..4ba95124d 100644
--- a/client/src/app/+my-library/my-history/my-history.component.ts
+++ b/client/src/app/+my-library/my-history/my-history.component.ts
@@ -47,7 +47,11 @@ export class MyHistoryComponent extends AbstractVideoList implements OnInit, OnD
47 ngOnInit () { 47 ngOnInit () {
48 super.ngOnInit() 48 super.ngOnInit()
49 49
50 this.videosHistoryEnabled = this.authService.getUser().videosHistoryEnabled 50 this.authService.userInformationLoaded
51 .subscribe(() => {
52 this.videosHistoryEnabled = this.authService.getUser().videosHistoryEnabled
53 })
54
51 } 55 }
52 56
53 ngOnDestroy () { 57 ngOnDestroy () {
diff --git a/client/src/app/+my-library/my-library.module.ts b/client/src/app/+my-library/my-library.module.ts
index bf791952c..5518cfd98 100644
--- a/client/src/app/+my-library/my-library.module.ts
+++ b/client/src/app/+my-library/my-library.module.ts
@@ -1,5 +1,4 @@
1import { AutoCompleteModule } from 'primeng/autocomplete' 1import { AutoCompleteModule } from 'primeng/autocomplete'
2import { InputSwitchModule } from 'primeng/inputswitch'
3import { TableModule } from 'primeng/table' 2import { TableModule } from 'primeng/table'
4import { DragDropModule } from '@angular/cdk/drag-drop' 3import { DragDropModule } from '@angular/cdk/drag-drop'
5import { NgModule } from '@angular/core' 4import { NgModule } from '@angular/core'
@@ -34,7 +33,6 @@ import { MyVideosComponent } from './my-videos/my-videos.component'
34 33
35 AutoCompleteModule, 34 AutoCompleteModule,
36 TableModule, 35 TableModule,
37 InputSwitchModule,
38 DragDropModule, 36 DragDropModule,
39 37
40 SharedMainModule, 38 SharedMainModule,
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
index 3082a4f72..c2fbb46f9 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss
@@ -150,12 +150,11 @@ p-calendar {
150 display: block; 150 display: block;
151 151
152 ::ng-deep { 152 ::ng-deep {
153 input, 153 .p-calendar {
154 .ui-calendar {
155 width: 100%; 154 width: 100%;
156 } 155 }
157 156
158 input { 157 .p-inputtext {
159 @include peertube-input-text(100%); 158 @include peertube-input-text(100%);
160 color: #000; 159 color: #000;
161 } 160 }
diff --git a/client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts b/client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts
index 259afb196..1417f3e2a 100644
--- a/client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts
+++ b/client/src/app/+videos/+video-watch/recommendations/recommendations.module.ts
@@ -1,6 +1,7 @@
1import { InputSwitchModule } from 'primeng/inputswitch' 1
2import { CommonModule } from '@angular/common' 2import { CommonModule } from '@angular/common'
3import { NgModule } from '@angular/core' 3import { NgModule } from '@angular/core'
4import { SharedFormModule } from '@app/shared/shared-forms'
4import { SharedMainModule } from '@app/shared/shared-main' 5import { SharedMainModule } from '@app/shared/shared-main'
5import { SharedSearchModule } from '@app/shared/shared-search' 6import { SharedSearchModule } from '@app/shared/shared-search'
6import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature' 7import { SharedVideoMiniatureModule } from '@app/shared/shared-video-miniature'
@@ -12,12 +13,12 @@ import { RecommendedVideosStore } from './recommended-videos.store'
12@NgModule({ 13@NgModule({
13 imports: [ 14 imports: [
14 CommonModule, 15 CommonModule,
15 InputSwitchModule,
16 16
17 SharedMainModule, 17 SharedMainModule,
18 SharedSearchModule, 18 SharedSearchModule,
19 SharedVideoPlaylistModule, 19 SharedVideoPlaylistModule,
20 SharedVideoMiniatureModule 20 SharedVideoMiniatureModule,
21 SharedFormModule
21 ], 22 ],
22 declarations: [ 23 declarations: [
23 RecommendedVideosComponent 24 RecommendedVideosComponent
diff --git a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html b/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html
index 1ab1b7343..3c7c679b8 100644
--- a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html
+++ b/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.html
@@ -8,7 +8,7 @@
8 [ngbTooltip]="autoPlayNextVideoTooltip" placement="bottom-right auto" 8 [ngbTooltip]="autoPlayNextVideoTooltip" placement="bottom-right auto"
9 > 9 >
10 <span i18n>AUTOPLAY</span> 10 <span i18n>AUTOPLAY</span>
11 <p-inputSwitch class="small" [(ngModel)]="autoPlayNextVideo" (ngModelChange)="switchAutoPlayNextVideo()"></p-inputSwitch> 11 <my-input-switch class="small" [(ngModel)]="autoPlayNextVideo" (ngModelChange)="switchAutoPlayNextVideo()"></my-input-switch>
12 </div> 12 </div>
13 </div> 13 </div>
14 14
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts
index da51040ad..75f4bdfe6 100644
--- a/client/src/app/app.component.ts
+++ b/client/src/app/app.component.ts
@@ -11,7 +11,7 @@ import { PluginService } from '@app/core/plugins/plugin.service'
11import { CustomModalComponent } from '@app/modal/custom-modal.component' 11import { CustomModalComponent } from '@app/modal/custom-modal.component'
12import { InstanceConfigWarningModalComponent } from '@app/modal/instance-config-warning-modal.component' 12import { InstanceConfigWarningModalComponent } from '@app/modal/instance-config-warning-modal.component'
13import { WelcomeModalComponent } from '@app/modal/welcome-modal.component' 13import { WelcomeModalComponent } from '@app/modal/welcome-modal.component'
14import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 14import { NgbConfig, NgbModal } from '@ng-bootstrap/ng-bootstrap'
15import { peertubeLocalStorage } from '@root-helpers/peertube-web-storage' 15import { peertubeLocalStorage } from '@root-helpers/peertube-web-storage'
16import { getShortLocale, is18nPath } from '@shared/core-utils/i18n' 16import { getShortLocale, is18nPath } from '@shared/core-utils/i18n'
17import { BroadcastMessageLevel, ServerConfig, UserRole } from '@shared/models' 17import { BroadcastMessageLevel, ServerConfig, UserRole } from '@shared/models'
@@ -54,8 +54,11 @@ export class AppComponent implements OnInit, AfterViewInit {
54 private location: PlatformLocation, 54 private location: PlatformLocation,
55 private modalService: NgbModal, 55 private modalService: NgbModal,
56 private markdownService: MarkdownService, 56 private markdownService: MarkdownService,
57 private ngbConfig: NgbConfig,
57 public menu: MenuService 58 public menu: MenuService
58 ) { } 59 ) {
60 this.ngbConfig.animation = false
61 }
59 62
60 get instanceName () { 63 get instanceName () {
61 return this.serverConfig.instance.name 64 return this.serverConfig.instance.name
diff --git a/client/src/app/core/notification/peertube-socket.service.ts b/client/src/app/core/notification/peertube-socket.service.ts
index 8668c44a8..2f17fd709 100644
--- a/client/src/app/core/notification/peertube-socket.service.ts
+++ b/client/src/app/core/notification/peertube-socket.service.ts
@@ -3,18 +3,19 @@ import { Injectable, NgZone } from '@angular/core'
3import { LiveVideoEventPayload, LiveVideoEventType, UserNotification as UserNotificationServer } from '@shared/models' 3import { LiveVideoEventPayload, LiveVideoEventType, UserNotification as UserNotificationServer } from '@shared/models'
4import { environment } from '../../../environments/environment' 4import { environment } from '../../../environments/environment'
5import { AuthService } from '../auth' 5import { AuthService } from '../auth'
6import { io, Socket } from 'socket.io-client'
6 7
7export type NotificationEvent = 'new' | 'read' | 'read-all' 8export type NotificationEvent = 'new' | 'read' | 'read-all'
8 9
9@Injectable() 10@Injectable()
10export class PeerTubeSocket { 11export class PeerTubeSocket {
11 private io: typeof import ('socket.io-client') 12 private io: typeof io
12 13
13 private notificationSubject = new Subject<{ type: NotificationEvent, notification?: UserNotificationServer }>() 14 private notificationSubject = new Subject<{ type: NotificationEvent, notification?: UserNotificationServer }>()
14 private liveVideosSubject = new Subject<{ type: LiveVideoEventType, payload: LiveVideoEventPayload }>() 15 private liveVideosSubject = new Subject<{ type: LiveVideoEventType, payload: LiveVideoEventPayload }>()
15 16
16 private notificationSocket: SocketIOClient.Socket 17 private notificationSocket: Socket
17 private liveVideosSocket: SocketIOClient.Socket 18 private liveVideosSocket: Socket
18 19
19 constructor ( 20 constructor (
20 private auth: AuthService, 21 private auth: AuthService,
@@ -77,7 +78,7 @@ export class PeerTubeSocket {
77 private async importIOIfNeeded () { 78 private async importIOIfNeeded () {
78 if (this.io) return 79 if (this.io) return
79 80
80 this.io = (await import('socket.io-client') as any).default 81 this.io = (await import('socket.io-client')).io
81 } 82 }
82 83
83 private dispatchLiveVideoEvent (type: LiveVideoEventType, payload: LiveVideoEventPayload) { 84 private dispatchLiveVideoEvent (type: LiveVideoEventType, payload: LiveVideoEventPayload) {
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html
index 88e3d60db..810466a72 100644
--- a/client/src/app/menu/menu.component.html
+++ b/client/src/app/menu/menu.component.html
@@ -54,7 +54,8 @@
54 <a ngbDropdownItem class="dropdown-item" (click)="toggleUseP2P()"> 54 <a ngbDropdownItem class="dropdown-item" (click)="toggleUseP2P()">
55 <my-global-icon iconName="p2p" aria-hidden="true"></my-global-icon> 55 <my-global-icon iconName="p2p" aria-hidden="true"></my-global-icon>
56 <ng-container i18n>Help share videos</ng-container> 56 <ng-container i18n>Help share videos</ng-container>
57 <input type="checkbox" [checked]="user.webTorrentEnabled"/><label class="ml-auto" for="switch">Toggle p2p</label> 57
58 <my-input-switch class="ml-auto" [checked]="user.webTorrentEnabled"></my-input-switch>
58 </a> 59 </a>
59 60
60 <div class="dropdown-divider"></div> 61 <div class="dropdown-divider"></div>
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 3ca4e47a1..8a8094fbb 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -352,48 +352,6 @@ menu {
352 color: #6c757d; 352 color: #6c757d;
353} 353}
354 354
355input[type=checkbox]{
356 position: absolute;
357 visibility: hidden;
358}
359
360label {
361 cursor: pointer;
362 text-indent: -9999px;
363 width: 35px;
364 height: 20px;
365 background: #cccccc;
366 display: block;
367 border-radius: 100px;
368 position: relative;
369 margin: 0;
370
371 &:after {
372 content: '';
373 position: absolute;
374 top: 3px;
375 left: 3px;
376 width: 14px;
377 height: 14px;
378 background: pvar(--mainBackgroundColor);
379 border-radius: 50%;
380 transition: 0.3s ease-out;
381 }
382
383 &:active:after {
384 width: 40px;
385 }
386}
387
388input:checked + label {
389 background: pvar(--mainColor);
390
391 &:after {
392 left: calc(100% - 3px);
393 transform: translateX(-100%);
394 }
395}
396
397@media screen and (max-width: $mobile-view) { 355@media screen and (max-width: $mobile-view) {
398 .menu-wrapper { 356 .menu-wrapper {
399 width: 100% !important; 357 width: 100% !important;
diff --git a/client/src/app/shared/shared-forms/index.ts b/client/src/app/shared/shared-forms/index.ts
index b2c7fa9ba..66b426191 100644
--- a/client/src/app/shared/shared-forms/index.ts
+++ b/client/src/app/shared/shared-forms/index.ts
@@ -2,6 +2,7 @@ export * from './form-validator.service'
2export * from './form-reactive' 2export * from './form-reactive'
3export * from './select' 3export * from './select'
4export * from './input-readonly-copy.component' 4export * from './input-readonly-copy.component'
5export * from './input-switch.component'
5export * from './markdown-textarea.component' 6export * from './markdown-textarea.component'
6export * from './peertube-checkbox.component' 7export * from './peertube-checkbox.component'
7export * from './preview-upload.component' 8export * from './preview-upload.component'
diff --git a/client/src/app/shared/shared-forms/input-switch.component.html b/client/src/app/shared/shared-forms/input-switch.component.html
new file mode 100644
index 000000000..ce1dee470
--- /dev/null
+++ b/client/src/app/shared/shared-forms/input-switch.component.html
@@ -0,0 +1,4 @@
1<div (click)="update()">
2 <input type="checkbox" [checked]="checked"/>
3 <label class="ml-auto">Toggle</label>
4</div>
diff --git a/client/src/app/shared/shared-forms/input-switch.component.scss b/client/src/app/shared/shared-forms/input-switch.component.scss
new file mode 100644
index 000000000..c14950bd7
--- /dev/null
+++ b/client/src/app/shared/shared-forms/input-switch.component.scss
@@ -0,0 +1,44 @@
1@import '_variables';
2@import '_mixins';
3
4input {
5 position: absolute;
6 visibility: hidden;
7
8 & + label {
9 cursor: pointer;
10 text-indent: -9999px;
11 width: 35px;
12 height: 20px;
13 background: #cccccc;
14 display: block;
15 border-radius: 100px;
16 position: relative;
17 margin: 0;
18
19 &:after {
20 content: '';
21 position: absolute;
22 top: 3px;
23 left: 3px;
24 width: 14px;
25 height: 14px;
26 background: pvar(--mainBackgroundColor);
27 border-radius: 50%;
28 transition: 0.3s ease-out;
29 }
30
31 &:active:after {
32 width: 40px;
33 }
34 }
35
36 &:checked + label {
37 background: pvar(--mainColor);
38
39 &:after {
40 left: calc(100% - 3px);
41 transform: translateX(-100%);
42 }
43 }
44}
diff --git a/client/src/app/shared/shared-forms/input-switch.component.ts b/client/src/app/shared/shared-forms/input-switch.component.ts
new file mode 100644
index 000000000..abb96de62
--- /dev/null
+++ b/client/src/app/shared/shared-forms/input-switch.component.ts
@@ -0,0 +1,38 @@
1import { Component, forwardRef, Input } from '@angular/core'
2import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
3
4@Component({
5 selector: 'my-input-switch',
6 styleUrls: [ './input-switch.component.scss' ],
7 templateUrl: './input-switch.component.html',
8 providers: [
9 {
10 provide: NG_VALUE_ACCESSOR,
11 useExisting: forwardRef(() => InputSwitchComponent),
12 multi: true
13 }
14 ]
15})
16export class InputSwitchComponent implements ControlValueAccessor {
17 @Input() checked = false
18 @Input() inputName: string
19
20 propagateChange = (_: any) => { /* empty */ }
21
22 writeValue (checked: boolean) {
23 this.checked = checked
24 }
25
26 registerOnChange (fn: (_: any) => void) {
27 this.propagateChange = fn
28 }
29
30 registerOnTouched () {
31 // Unused
32 }
33
34 update () {
35 this.checked = !this.checked
36 this.propagateChange(this.checked)
37 }
38}
diff --git a/client/src/app/shared/shared-forms/shared-form.module.ts b/client/src/app/shared/shared-forms/shared-form.module.ts
index a28988f87..060abc995 100644
--- a/client/src/app/shared/shared-forms/shared-form.module.ts
+++ b/client/src/app/shared/shared-forms/shared-form.module.ts
@@ -1,13 +1,14 @@
1 1
2import { InputMaskModule } from 'primeng/inputmask' 2import { InputMaskModule } from 'primeng/inputmask'
3import { InputSwitchModule } from 'primeng/inputswitch'
4import { NgModule } from '@angular/core' 3import { NgModule } from '@angular/core'
5import { FormsModule, ReactiveFormsModule } from '@angular/forms' 4import { FormsModule, ReactiveFormsModule } from '@angular/forms'
6import { NgSelectModule } from '@ng-select/ng-select' 5import { NgSelectModule } from '@ng-select/ng-select'
7import { SharedGlobalIconModule } from '../shared-icons' 6import { SharedGlobalIconModule } from '../shared-icons'
8import { SharedMainModule } from '../shared-main/shared-main.module' 7import { SharedMainModule } from '../shared-main/shared-main.module'
8import { DynamicFormFieldComponent } from './dynamic-form-field.component'
9import { FormValidatorService } from './form-validator.service' 9import { FormValidatorService } from './form-validator.service'
10import { InputReadonlyCopyComponent } from './input-readonly-copy.component' 10import { InputReadonlyCopyComponent } from './input-readonly-copy.component'
11import { InputSwitchComponent } from './input-switch.component'
11import { MarkdownTextareaComponent } from './markdown-textarea.component' 12import { MarkdownTextareaComponent } from './markdown-textarea.component'
12import { PeertubeCheckboxComponent } from './peertube-checkbox.component' 13import { PeertubeCheckboxComponent } from './peertube-checkbox.component'
13import { PreviewUploadComponent } from './preview-upload.component' 14import { PreviewUploadComponent } from './preview-upload.component'
@@ -15,7 +16,6 @@ import { ReactiveFileComponent } from './reactive-file.component'
15import { SelectChannelComponent, SelectCheckboxComponent, SelectOptionsComponent, SelectTagsComponent } from './select' 16import { SelectChannelComponent, SelectCheckboxComponent, SelectOptionsComponent, SelectTagsComponent } from './select'
16import { TextareaAutoResizeDirective } from './textarea-autoresize.directive' 17import { TextareaAutoResizeDirective } from './textarea-autoresize.directive'
17import { TimestampInputComponent } from './timestamp-input.component' 18import { TimestampInputComponent } from './timestamp-input.component'
18import { DynamicFormFieldComponent } from './dynamic-form-field.component'
19 19
20@NgModule({ 20@NgModule({
21 imports: [ 21 imports: [
@@ -23,7 +23,6 @@ import { DynamicFormFieldComponent } from './dynamic-form-field.component'
23 ReactiveFormsModule, 23 ReactiveFormsModule,
24 24
25 InputMaskModule, 25 InputMaskModule,
26 InputSwitchModule,
27 NgSelectModule, 26 NgSelectModule,
28 27
29 SharedMainModule, 28 SharedMainModule,
@@ -39,6 +38,8 @@ import { DynamicFormFieldComponent } from './dynamic-form-field.component'
39 TextareaAutoResizeDirective, 38 TextareaAutoResizeDirective,
40 TimestampInputComponent, 39 TimestampInputComponent,
41 40
41 InputSwitchComponent,
42
42 SelectChannelComponent, 43 SelectChannelComponent,
43 SelectOptionsComponent, 44 SelectOptionsComponent,
44 SelectTagsComponent, 45 SelectTagsComponent,
@@ -52,7 +53,6 @@ import { DynamicFormFieldComponent } from './dynamic-form-field.component'
52 ReactiveFormsModule, 53 ReactiveFormsModule,
53 54
54 InputMaskModule, 55 InputMaskModule,
55 InputSwitchModule,
56 NgSelectModule, 56 NgSelectModule,
57 57
58 InputReadonlyCopyComponent, 58 InputReadonlyCopyComponent,
@@ -63,6 +63,8 @@ import { DynamicFormFieldComponent } from './dynamic-form-field.component'
63 TextareaAutoResizeDirective, 63 TextareaAutoResizeDirective,
64 TimestampInputComponent, 64 TimestampInputComponent,
65 65
66 InputSwitchComponent,
67
66 SelectChannelComponent, 68 SelectChannelComponent,
67 SelectOptionsComponent, 69 SelectOptionsComponent,
68 SelectTagsComponent, 70 SelectTagsComponent,
diff --git a/client/src/app/shared/shared-forms/timestamp-input.component.scss b/client/src/app/shared/shared-forms/timestamp-input.component.scss
index 8092b095b..66e9aa032 100644
--- a/client/src/app/shared/shared-forms/timestamp-input.component.scss
+++ b/client/src/app/shared/shared-forms/timestamp-input.component.scss
@@ -11,5 +11,10 @@ p-inputmask {
11 &:focus { 11 &:focus {
12 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); 12 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
13 } 13 }
14
15 &:disabled {
16 background: pvar(--mainBackgroundColor);
17 opacity: 0.5;
18 }
14 } 19 }
15} 20}
diff --git a/client/src/assets/player/p2p-media-loader/hls-plugin.ts b/client/src/assets/player/p2p-media-loader/hls-plugin.ts
index 51acad670..cf8cb824d 100644
--- a/client/src/assets/player/p2p-media-loader/hls-plugin.ts
+++ b/client/src/assets/player/p2p-media-loader/hls-plugin.ts
@@ -13,7 +13,7 @@ type Metadata = {
13 levels: Hlsjs.Level[] 13 levels: Hlsjs.Level[]
14} 14}
15 15
16type CustomAudioTrack = Hlsjs.AudioTrack & { name?: string, lang?: string } 16type CustomAudioTrack = Hlsjs.HlsAudioTrack & { name?: string, lang?: string }
17 17
18const registerSourceHandler = function (vjs: typeof videojs) { 18const registerSourceHandler = function (vjs: typeof videojs) {
19 if (!Hlsjs.isSupported()) { 19 if (!Hlsjs.isSupported()) {
diff --git a/client/src/hmr.ts b/client/src/hmr.ts
deleted file mode 100644
index adfbca7d9..000000000
--- a/client/src/hmr.ts
+++ /dev/null
@@ -1,24 +0,0 @@
1import { NgModuleRef, ApplicationRef } from '@angular/core'
2import { createNewHosts } from '@angularclass/hmr'
3import { enableDebugTools } from '@angular/platform-browser'
4
5export const hmrBootstrap = (module: any, bootstrap: () => Promise<NgModuleRef<any>>) => {
6 let ngModule: NgModuleRef<any>
7 module.hot.accept()
8 bootstrap()
9 .then(mod => {
10 ngModule = mod
11
12 const applicationRef = ngModule.injector.get(ApplicationRef)
13 const componentRef = applicationRef.components[ 0 ]
14 // allows to run `ng.profiler.timeChangeDetection();`
15 enableDebugTools(componentRef)
16 })
17 module.hot.dispose(() => {
18 const appRef: ApplicationRef = ngModule.injector.get(ApplicationRef)
19 const elements = appRef.components.map(c => c.location.nativeElement)
20 const makeVisible = createNewHosts(elements)
21 ngModule.destroy()
22 makeVisible()
23 })
24}
diff --git a/client/src/main.ts b/client/src/main.ts
index 3fb9b346e..2d1749c42 100644
--- a/client/src/main.ts
+++ b/client/src/main.ts
@@ -4,8 +4,6 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'
4import { AppModule } from './app/app.module' 4import { AppModule } from './app/app.module'
5import { environment } from './environments/environment' 5import { environment } from './environments/environment'
6 6
7import { hmrBootstrap } from './hmr'
8
9if (environment.production) { 7if (environment.production) {
10 enableProdMode() 8 enableProdMode()
11} 9}
@@ -36,13 +34,4 @@ const bootstrap = () => platformBrowserDynamic()
36 return null 34 return null
37 }) 35 })
38 36
39if (environment.hmr) { 37bootstrap()
40 if (module[ 'hot' ]) {
41 hmrBootstrap(module, bootstrap)
42 } else {
43 console.error('HMR is not enabled for webpack-dev-server!')
44 console.log('Are you using the --hmr flag for ng serve?')
45 }
46} else {
47 bootstrap()
48}
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 1c0d30854..25db91670 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -21,7 +21,7 @@ $assets-path: '../../assets/';
21 21
22body { 22body {
23 /*** theme ***/ 23 /*** theme ***/
24 // now beware node-sass requires interpolation 24 // now beware sass requires interpolation
25 // for css custom properties #{$var} 25 // for css custom properties #{$var}
26 --mainColor: #{$main-color}; 26 --mainColor: #{$main-color};
27 --mainColorLighter: #{$main-color-lighter}; 27 --mainColorLighter: #{$main-color-lighter};
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 2ffa2d3ff..a48f797fc 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -2,7 +2,487 @@
2@import '_mixins'; 2@import '_mixins';
3 3
4@import '~primeng/resources/primeng.css'; 4@import '~primeng/resources/primeng.css';
5@import '~primeng/resources/themes/nova-light/theme.css'; 5
6// Taken from old nova light theme
7
8body .p-disabled {
9 opacity: 0.5;
10}
11
12// Checkbox
13body .p-checkbox {
14 display: inline-block;
15 vertical-align: middle;
16 margin: 0;
17 width: 20px;
18 height: 20px;
19}
20body .p-checkbox .p-checkbox-box {
21 border: 1px solid #a6a6a6;
22 background-color: #ffffff;
23 width: 20px;
24 height: 20px;
25 text-align: center;
26 border-radius: 3px;
27 transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
28}
29body .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
30 border-color: #212121;
31}
32body .p-checkbox .p-checkbox-box .p-checkbox-icon {
33 overflow: hidden;
34 position: relative;
35 font-size: 18px;
36}
37
38// Paginator
39body .p-paginator {
40 background-color: #f4f4f4;
41 border: 1px solid #c8c8c8;
42 padding: 0;
43}
44body .p-paginator .p-paginator-first,
45body .p-paginator .p-paginator-prev,
46body .p-paginator .p-paginator-next,
47body .p-paginator .p-paginator-last {
48 color: #848484;
49 height: 2.286em;
50 min-width: 2.286em;
51 border: 0 none;
52 line-height: 2.286em;
53 padding: 0;
54 margin: 0;
55 vertical-align: top;
56 transition: box-shadow 0.2s;
57 border-radius: 0;
58}
59body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
60body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
61body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
62body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
63 background-color: #e0e0e0;
64 color: #333333;
65}
66body .p-paginator .p-paginator-first:focus,
67body .p-paginator .p-paginator-prev:focus,
68body .p-paginator .p-paginator-next:focus,
69body .p-paginator .p-paginator-last:focus {
70 outline: 0 none;
71 outline-offset: 0;
72 box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
73}
74body .p-paginator .p-paginator-current {
75 color: #333333;
76 height: 2.286em;
77 min-width: 2.286em;
78 line-height: 2.286em;
79}
80body .p-paginator .p-dropdown {
81 border: 0 none;
82}
83body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label {
84 color: #848484;
85}
86body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label {
87 color: #333333;
88}
89body .p-paginator .p-paginator-first:before {
90 position: relative;
91 top: 1px;
92}
93body .p-paginator .p-paginator-prev:before {
94 position: relative;
95 top: 1px;
96}
97body .p-paginator .p-paginator-next:before {
98 position: relative;
99 top: 1px;
100}
101body .p-paginator .p-paginator-last:before {
102 position: relative;
103 top: 1px;
104}
105body .p-paginator .p-paginator-pages {
106 vertical-align: top;
107 display: inline-block;
108 padding: 0;
109}
110body .p-paginator .p-paginator-pages .p-paginator-page {
111 color: #848484;
112 height: 2.286em;
113 min-width: 2.286em;
114 border: 0 none;
115 line-height: 2.286em;
116 padding: 0;
117 margin: 0;
118 vertical-align: top;
119 transition: box-shadow 0.2s;
120 border-radius: 0;
121}
122body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
123 background-color: #e0e0e0;
124 color: #333333;
125}
126body .p-paginator .p-paginator-pages .p-paginator-page:focus {
127 outline: 0 none;
128 outline-offset: 0;
129 box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
130}
131body .p-paginator .p-dropdown {
132 margin-left: 0.5em;
133 height: 2.286em;
134 min-width: auto;
135}
136
137// Dropdown
138
139body .p-dropdown {
140 background: #ffffff;
141 border: 1px solid #a6a6a6;
142 transition: border-color 0.2s, box-shadow 0.2s;
143}
144body .p-dropdown:not(.p-disabled):hover {
145 border-color: #212121;
146}
147body .p-dropdown:not(.p-disabled).p-focus {
148 outline: 0 none;
149 outline-offset: 0;
150 box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
151 border-color: pvar(--mainColor);
152}
153body .p-dropdown .p-dropdown-label {
154 padding-right: 2em;
155}
156body .p-dropdown .p-dropdown-trigger {
157 background-color: #ffffff;
158 width: 2em;
159 line-height: 2em;
160 text-align: center;
161 padding: 0;
162 color: #848484;
163}
164body .p-dropdown .p-dropdown-clear-icon {
165 color: #848484;
166}
167body .p-dropdown.p-dropdown-clearable .p-dropdown-label {
168 padding-right: 4em;
169}
170body .p-dropdown-panel {
171 padding: 0;
172 border: 1px solid #c8c8c8;
173 background-color: #ffffff;
174 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
175}
176body .p-dropdown-panel .p-dropdown-filter-container {
177 padding: 0.429em 0.857em 0.429em 0.857em;
178 border-bottom: 1px solid #eaeaea;
179 color: #333333;
180 background-color: #ffffff;
181 margin: 0;
182}
183body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter {
184 width: 100%;
185 padding-right: 2em;
186}
187body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
188 top: 50%;
189 margin-top: -0.5em;
190 right: 1.357em;
191 color: pvar(--mainColor);
192}
193body .p-dropdown-panel .p-dropdown-items {
194 padding: 0;
195}
196body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
197 margin: 0;
198 padding: 0.429em 0.857em;
199 border: 0 none;
200 color: #333333;
201 background-color: transparent;
202 -moz-border-radius: 0;
203 -webkit-border-radius: 0;
204 border-radius: 0;
205}
206body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
207body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight {
208 color: #ffffff;
209 background-color: pvar(--mainColor);
210}
211body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover,
212body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover {
213 color: #333333;
214 background-color: #eaeaea;
215}
216body p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
217 border: 1px solid #a80000;
218}
219
220// p-toast
221body .p-toast .p-toast-message {
222 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
223 margin: 0 0 1em 0;
224}
225
226// p-calendar
227body .p-datepicker {
228 padding: 0.857em;
229 min-width: 20em;
230 background-color: #ffffff;
231 color: #333333;
232 border: 1px solid #a6a6a6;
233}
234
235body .p-datepicker:not(.p-datepicker-inline) {
236 border: 1px solid #c8c8c8;
237 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
238}
239body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:focus,
240body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:focus {
241 outline: 0 none;
242 outline-offset: 0;
243 box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
244}
245body .p-datepicker:not(.p-disabled) table td a:not(.p-highlight):not(.p-highlight):hover {
246 background-color: #eaeaea;
247}
248body .p-datepicker:not(.p-disabled) .p-monthpicker a.p-monthpicker-month:not(.p-highlight):hover {
249 background-color: #eaeaea;
250}
251body .p-datepicker .p-datepicker-header {
252 padding: 0.429em 0.857em 0.429em 0.857em;
253 background-color: #ffffff;
254 color: #333333;
255 -moz-border-radius: 0;
256 -webkit-border-radius: 0;
257 border-radius: 0;
258}
259body .p-datepicker .p-datepicker-header .p-datepicker-prev,
260body .p-datepicker .p-datepicker-header .p-datepicker-next {
261 cursor: pointer;
262 top: 0;
263 color: #a6a6a6;
264 transition: color 0.2s, box-shadow 0.2s;
265}
266body .p-datepicker .p-datepicker-header .p-datepicker-title {
267 margin: 0;
268 padding: 0;
269 line-height: 1;
270}
271body .p-datepicker .p-datepicker-header .p-datepicker-title select {
272 margin-top: -0.35em;
273 margin-bottom: 0;
274 transition: color 0.2s, box-shadow 0.2s;
275}
276body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
277 outline: 0 none;
278 outline-offset: 0;
279 box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
280}
281body .p-datepicker table {
282 font-size: 14px;
283 margin: 0.857em 0 0 0;
284}
285body .p-datepicker table th {
286 padding: 0.5em;
287}
288body .p-datepicker table th.p-datepicker-weekheader {
289 border-right: 1px solid #a6a6a6;
290}
291body .p-datepicker table td {
292 padding: 0.5em;
293}
294body .p-datepicker table td > a,
295body .p-datepicker table td > span {
296 display: block;
297 text-align: center;
298 color: #333333;
299 padding: 0.5em;
300 transition: box-shadow 0.2s;
301 border-radius: 3px;
302}
303body .p-datepicker table td > a.p-highlight,
304body .p-datepicker table td > span.p-highlight {
305 color: #ffffff;
306 background-color: pvar(--mainColor);
307}
308body .p-datepicker table td > a {
309 cursor: pointer;
310}
311body .p-datepicker table td > a:focus {
312 outline: 0 none;
313 outline-offset: 0;
314 box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
315}
316body .p-datepicker table td.p-datepicker-today > a,
317body .p-datepicker table td.p-datepicker-today > span {
318 background-color: #d0d0d0;
319 color: #333333;
320}
321body .p-datepicker table td.p-datepicker-today > a.p-highlight,
322body .p-datepicker table td.p-datepicker-today > span.p-highlight {
323 color: #ffffff;
324 background-color: pvar(--mainColor);
325}
326body .p-datepicker table td.p-datepicker-weeknumber {
327 border-right: 1px solid #a6a6a6;
328}
329body .p-datepicker .p-datepicker-buttonbar {
330 border-top: 1px solid #d8dae2;
331}
332body .p-datepicker .p-timepicker {
333 border: 0 none;
334 border-top: 1px solid #d8dae2;
335 padding: 0.857em;
336}
337body .p-datepicker .p-timepicker a {
338 color: #333333;
339 font-size: 1.286em;
340}
341body .p-datepicker .p-timepicker a:hover {
342 color: pvar(--mainColor);
343}
344body .p-datepicker .p-timepicker span {
345 font-size: 1.286em;
346}
347body .p-datepicker .p-monthpicker .p-monthpicker-month {
348 color: #333333;
349}
350body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
351 color: #ffffff;
352 background-color: pvar(--mainColor);
353}
354body .p-datepicker.p-datepicker-timeonly {
355 padding: 0;
356}
357body .p-datepicker.p-datepicker-timeonly .p-timepicker {
358 border-top: 0 none;
359}
360body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
361 border-right: 1px solid #d8dae2;
362 padding-right: 0.857em;
363 padding-left: 0.857em;
364 padding-top: 0;
365 padding-bottom: 0;
366}
367body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
368 padding-left: 0;
369}
370body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
371 padding-right: 0;
372 border-right: 0 none;
373}
374body .p-calendar.p-calendar-w-btn .p-inputtext {
375 border-top-right-radius: 0;
376 border-bottom-right-radius: 0;
377 border-right: 0 none;
378}
379body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error),
380body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) {
381 border-right: 0 none;
382}
383body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
384 width: 2.357em;
385 border-top-left-radius: 0;
386 border-bottom-left-radius: 0;
387}
388body .ui-fluid .p-calendar.p-calendar-w-btn input.p-inputtext {
389 width: calc(100% - 2.357em);
390}
391body p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
392 border: 1px solid #a80000;
393}
394body .p-timepicker .p-separator {
395 margin-left: 0;
396 min-width: 0.75rem;
397}
398
399// auto complete
400body .p-autocomplete .p-autocomplete-input {
401 padding: 0.429em;
402}
403body .p-autocomplete-panel {
404 padding: 0;
405 border: 1px solid #c8c8c8;
406 background-color: #ffffff;
407 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
408}
409body .p-autocomplete-panel .p-autocomplete-items {
410 padding: 0;
411}
412body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
413 margin: 0;
414 padding: 0.429em 0.857em;
415 border: 0 none;
416 color: #333333;
417 background-color: transparent;
418 border-radius: 0;
419}
420body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight,
421body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
422 color: #ffffff;
423 background-color: pvar(--mainColor);
424}
425body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group {
426 padding: 0.429em 0.857em;
427 background-color: #d8dae2;
428 color: #333333;
429}
430body p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
431 border: 1px solid #a80000;
432}
433
434// select button
435body .p-selectbutton .p-button {
436 background-color: #dadada;
437 border: 1px solid #dadada;
438 color: #333333;
439 overflow: hidden;
440 transition: background-color 0.2s, box-shadow 0.2s;
441}
442body .p-selectbutton .p-button .p-button-icon-left {
443 color: #666666;
444}
445body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
446 background-color: #c8c8c8;
447 border-color: #c8c8c8;
448 color: #333333;
449}
450body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left {
451 color: #212121;
452}
453body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight).ui-state-focus {
454 box-shadow: 0 0 0 0.2em #8dcdff;
455 z-index: 1;
456}
457body .p-selectbutton .p-button.p-highlight {
458 background-color: pvar(--mainColor);
459 border-color: pvar(--mainColor);
460 color: #ffffff;
461}
462body .p-selectbutton .p-button.p-highlight .p-button-icon-left {
463 color: #ffffff;
464}
465body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover {
466 background-color: pvar(--mainColorLighter);
467 border-color: pvar(--mainColorLighter);
468 color: #ffffff;
469}
470body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left {
471 color: #ffffff;
472}
473body .p-selectbutton .p-button:first-child {
474 border-top-left-radius: 3px;
475 border-bottom-left-radius: 3px;
476}
477body .p-selectbutton .p-button:last-child {
478 border-top-right-radius: 3px;
479 border-bottom-right-radius: 3px;
480}
481body p-selectbutton.ng-dirty.ng-invalid .p-button {
482 border: 1px solid #a80000;
483}
484
485//
6 486
7@mixin glyphicon-light { 487@mixin glyphicon-light {
8 font-family: 'Glyphicons Halflings'; 488 font-family: 'Glyphicons Halflings';
@@ -11,20 +491,9 @@
11 font-display: swap; 491 font-display: swap;
12} 492}
13 493
14my-edit-button,
15my-delete-button,
16my-button {
17 height: max-content;
18}
19
20// focus box-shadow for primeng
21.ui-inputtext:enabled:focus:not(.ui-state-error) {
22 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest) !important;
23}
24
25// data table customizations 494// data table customizations
26p-table { 495p-table {
27 .ui-table-caption { 496 .p-datatable-header {
28 border: none !important; 497 border: none !important;
29 background-color: pvar(--mainBackgroundColor) !important; 498 background-color: pvar(--mainBackgroundColor) !important;
30 499
@@ -54,6 +523,10 @@ p-table {
54 td { 523 td {
55 padding-left: 15px !important; 524 padding-left: 15px !important;
56 525
526 &.expand-cell {
527 padding: 10px 15px;
528 }
529
57 &:not(.action-cell):not(.expand-cell):not(.checkbox-cell) { 530 &:not(.action-cell):not(.expand-cell):not(.checkbox-cell) {
58 overflow: hidden !important; 531 overflow: hidden !important;
59 text-overflow: ellipsis !important; 532 text-overflow: ellipsis !important;
@@ -66,7 +539,7 @@ p-table {
66 background-color: pvar(--mainBackgroundColor) !important; 539 background-color: pvar(--mainBackgroundColor) !important;
67 height: 46px; 540 height: 46px;
68 541
69 &.ui-state-highlight { 542 &.p-highlight {
70 background-color: pvar(--submenuColor) !important; 543 background-color: pvar(--submenuColor) !important;
71 544
72 td, td > a { 545 td, td > a {
@@ -75,7 +548,7 @@ p-table {
75 } 548 }
76 } 549 }
77 550
78 .ui-table-tbody { 551 .p-datatable-tbody {
79 tr { 552 tr {
80 &:hover { 553 &:hover {
81 background-color: pvar(--submenuColor) !important; 554 background-color: pvar(--submenuColor) !important;
@@ -115,7 +588,7 @@ p-table {
115 font-weight: $font-semibold !important; 588 font-weight: $font-semibold !important;
116 color: pvar(--mainForegroundColor) !important; 589 color: pvar(--mainForegroundColor) !important;
117 590
118 &.ui-sortable-column:hover { 591 &.p-sortable-column:hover {
119 background-color: pvar(--submenuColor) !important; 592 background-color: pvar(--submenuColor) !important;
120 border: 1px solid !important; 593 border: 1px solid !important;
121 border-color: pvar(--submenuColor) !important; 594 border-color: pvar(--submenuColor) !important;
@@ -126,7 +599,7 @@ p-table {
126 } 599 }
127 } 600 }
128 601
129 &.ui-state-highlight { 602 &.p-highlight {
130 background-color: pvar(--submenuColor) !important; 603 background-color: pvar(--submenuColor) !important;
131 604
132 .pi { 605 .pi {
@@ -170,7 +643,7 @@ p-table {
170 } 643 }
171 644
172 p-paginator { 645 p-paginator {
173 .ui-paginator-bottom { 646 .p-paginator-bottom {
174 background-color: pvar(--mainBackgroundColor) !important; 647 background-color: pvar(--mainBackgroundColor) !important;
175 position: relative; 648 position: relative;
176 border: none; 649 border: none;
@@ -181,30 +654,31 @@ p-table {
181 justify-content: center; 654 justify-content: center;
182 align-items: center; 655 align-items: center;
183 656
184 .ui-dropdown { 657 .p-dropdown {
185 position: absolute; 658 position: absolute;
186 top: 3px; 659 top: 10px;
187 left: 0; 660 left: 0;
188 661
189 &.ui-state-focus { 662 &.p-focus {
190 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); 663 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
191 } 664 }
192 665
193 .ui-dropdown-label { 666 .p-label {
194 color: pvar(--inputPlaceholderColor); 667 color: pvar(--inputPlaceholderColor);
195 } 668 }
196 } 669 }
197 670
198 .ui-paginator-current { 671 .p-paginator-current {
199 position: absolute; 672 position: absolute;
200 right: 0; 673 right: 0;
201 color: pvar(--inputPlaceholderColor); 674 color: pvar(--inputPlaceholderColor);
675 overflow: visible;
202 } 676 }
203 677
204 .ui-paginator-first, 678 .p-paginator-first,
205 .ui-paginator-prev, 679 .p-paginator-prev,
206 .ui-paginator-next, 680 .p-paginator-next,
207 .ui-paginator-last { 681 .p-paginator-last {
208 @include glyphicon-light; 682 @include glyphicon-light;
209 padding: 5px 2px; 683 padding: 5px 2px;
210 height: auto; 684 height: auto;
@@ -217,42 +691,40 @@ p-table {
217 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); 691 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
218 } 692 }
219 693
220 &.ui-state-disabled:hover { 694 &.p-disabled:hover {
221 background-color: #fff !important; 695 background-color: #fff !important;
222 } 696 }
223 697
224 &.ui-paginator-first { 698 &.p-paginator-first {
225 @extend .glyphicon-step-backward; 699 @extend .glyphicon-step-backward;
226 } 700 }
227 701
228 &.ui-paginator-prev { 702 &.p-paginator-prev {
229 @extend .glyphicon-chevron-left; 703 @extend .glyphicon-chevron-left;
230 704
231 margin-right: 10px; 705 margin-right: 10px;
232 } 706 }
233 707
234 &.ui-paginator-next { 708 &.p-paginator-next {
235 @extend .glyphicon-chevron-right; 709 @extend .glyphicon-chevron-right;
236 710
237 margin-left: 10px; 711 margin-left: 10px;
238 } 712 }
239 713
240 &.ui-paginator-last { 714 &.p-paginator-last {
241 @extend .glyphicon-step-forward; 715 @extend .glyphicon-step-forward;
242 } 716 }
243 } 717 }
244 718
245 .ui-paginator-pages { 719 .p-paginator-pages {
246 height: auto !important; 720 height: auto !important;
247 721
248 .ui-paginator-page { 722 .p-paginator-page {
249 &.focus-within, 723 &.focus-within,
250 &:focus { 724 &:focus {
251 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest) !important; 725 box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest) !important;
252 } 726 }
253 }
254 727
255 a {
256 color: pvar(--mainForegroundColor) !important; 728 color: pvar(--mainForegroundColor) !important;
257 font-weight: $font-semibold !important; 729 font-weight: $font-semibold !important;
258 margin: 0 5px !important; 730 margin: 0 5px !important;
@@ -262,7 +734,7 @@ p-table {
262 height: auto !important; 734 height: auto !important;
263 line-height: initial !important; 735 line-height: initial !important;
264 736
265 &.ui-state-active { 737 &.p-highlight {
266 &, &:hover, &:active, &:focus { 738 &, &:hover, &:active, &:focus {
267 color: #fff !important; 739 color: #fff !important;
268 background-color: pvar(--mainColor) !important; 740 background-color: pvar(--mainColor) !important;
@@ -277,7 +749,7 @@ p-table {
277// overflow data table 749// overflow data table
278@mixin overflow-datatable ($table-min-width, $horizontal-margins, $mobile-paginator: true) { 750@mixin overflow-datatable ($table-min-width, $horizontal-margins, $mobile-paginator: true) {
279 p-table { 751 p-table {
280 .ui-table-wrapper { 752 .p-datatable-wrapper {
281 overflow-x: auto; 753 overflow-x: auto;
282 max-width: calc(100vw - #{$horizontal-margins * 2}); 754 max-width: calc(100vw - #{$horizontal-margins * 2});
283 755
@@ -287,15 +759,15 @@ p-table {
287 } 759 }
288 760
289 @if $mobile-paginator { 761 @if $mobile-paginator {
290 p-paginator .ui-paginator-bottom { 762 p-paginator .p-paginator-bottom {
291 display: block; 763 display: block;
292 764
293 .ui-paginator-current { 765 .p-paginator-current {
294 position: relative; 766 position: relative;
295 display: block; 767 display: block;
296 } 768 }
297 769
298 a, .ui-paginator-pages { 770 a, .p-paginator-pages {
299 vertical-align: middle; 771 vertical-align: middle;
300 } 772 }
301 } 773 }
@@ -304,18 +776,18 @@ p-table {
304} 776}
305 777
306// PrimeNG calendar tweaks 778// PrimeNG calendar tweaks
307p-calendar .ui-datepicker { 779p-calendar .p-datepicker {
308 a { 780 a {
309 @include disable-default-a-behaviour; 781 @include disable-default-a-behaviour;
310 } 782 }
311 783
312 .ui-datepicker-header { 784 .p-datepicker-header {
313 785
314 .ui-datepicker-year { 786 .p-datepicker-year {
315 margin-left: 5px; 787 margin-left: 5px;
316 } 788 }
317 789
318 .ui-datepicker-next { 790 .p-datepicker-next {
319 @extend .glyphicon-chevron-right; 791 @extend .glyphicon-chevron-right;
320 @include glyphicon-light; 792 @include glyphicon-light;
321 793
@@ -327,7 +799,7 @@ p-calendar .ui-datepicker {
327 } 799 }
328 } 800 }
329 801
330 .ui-datepicker-prev { 802 .p-datepicker-prev {
331 @extend .glyphicon-chevron-left; 803 @extend .glyphicon-chevron-left;
332 @include glyphicon-light; 804 @include glyphicon-light;
333 805
@@ -340,7 +812,7 @@ p-calendar .ui-datepicker {
340 } 812 }
341 } 813 }
342 814
343 .ui-timepicker { 815 .p-timepicker {
344 816
345 .pi.pi-chevron-up { 817 .pi.pi-chevron-up {
346 @extend .glyphicon-chevron-up; 818 @extend .glyphicon-chevron-up;
@@ -358,32 +830,32 @@ p-calendar .ui-datepicker {
358 } 830 }
359} 831}
360 832
361p-tablecheckbox:hover div .ui-chkbox-box { 833p-tablecheckbox:hover div .p-checkbox-box {
362 box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2); 834 box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
363} 835}
364 836
365.ui-chkbox { 837.p-checkbox {
366 838
367 &, .ui-chkbox-box { 839 &, .p-checkbox-box {
368 width: 18px !important; 840 width: 18px !important;
369 height: 18px !important; 841 height: 18px !important;
370 } 842 }
371 843
372 .ui-chkbox-box { 844 .p-checkbox-box {
373 &.ui-state-active { 845 &.p-highlight {
374 border-color: pvar(--mainColor) !important; 846 border-color: pvar(--mainColor) !important;
375 background-color: pvar(--mainColor) !important; 847 background-color: pvar(--mainColor) !important;
376 } 848 }
377 849
378 .ui-chkbox-icon { 850 .p-checkbox-icon {
379 position: relative; 851 position: relative;
380 overflow: visible !important; 852 overflow: visible !important;
381 853
382 &:after { 854 &:after {
383 content: ''; 855 content: '';
384 position: absolute; 856 position: absolute;
385 top: 1px; 857 bottom: -5px;
386 left: 6px; 858 left: -2px;
387 width: 5px; 859 width: 5px;
388 height: 12px; 860 height: 12px;
389 opacity: 0; 861 opacity: 0;
@@ -400,51 +872,30 @@ p-tablecheckbox:hover div .ui-chkbox-box {
400 } 872 }
401} 873}
402 874
403p-inputswitch {
404 height: 26px;
405
406 .ui-inputswitch-checked .ui-inputswitch-slider {
407 background-color: pvar(--mainColor) !important;
408 }
409
410 &.small {
411 height: 20px;
412
413 .ui-inputswitch {
414 width: 2.5em !important;
415 height: 1.45em !important;
416
417 .ui-inputswitch-slider::before {
418 height: 1em !important;
419 width: 1em !important;
420 }
421 }
422
423 .ui-inputswitch-checked .ui-inputswitch-slider::before {
424 transform: translateX(1em) !important;
425 }
426 }
427}
428
429p-toast { 875p-toast {
430 .ui-toast { 876 .p-toast {
877 width: auto;
878 max-width: 300px;
431 z-index: z(notification) !important; 879 z-index: z(notification) !important;
432 880
433 .ui-toast-close-icon { 881 .p-toast-icon-close {
434 font-family: "Glyphicons Halflings"; 882 font-family: "Glyphicons Halflings";
435 opacity: 0; 883 opacity: 0;
884 position: absolute;
885 right: 5px;
886 top: 5px;
436 887
437 &:after { 888 &:after {
438 content: "\e014"; 889 content: "\e014";
439 } 890 }
440 } 891 }
441 892
442 &:hover .ui-toast-close-icon { 893 &:hover .p-toast-icon-close {
443 opacity: .3; 894 opacity: .3;
444 } 895 }
445 } 896 }
446 897
447 .ui-toast-message { 898 .p-toast-message {
448 font-family: $main-fonts; 899 font-family: $main-fonts;
449 background-color: pvar(--mainBackgroundColor) !important; 900 background-color: pvar(--mainBackgroundColor) !important;
450 color: pvar(--mainForegroundColor) !important; 901 color: pvar(--mainForegroundColor) !important;
@@ -454,29 +905,30 @@ p-toast {
454 box-shadow: 0 2px 12px 0 rgba(0, 0 , 0, .1); 905 box-shadow: 0 2px 12px 0 rgba(0, 0 , 0, .1);
455 overflow: hidden; 906 overflow: hidden;
456 907
457 &.ui-toast-message-success .glyphicon { 908 &.p-toast-message-success .glyphicon {
458 color: #8BC34A !important; 909 color: #8BC34A !important;
459 } 910 }
460 911
461 &.ui-toast-message-error .glyphicon { 912 &.p-toast-message-error .glyphicon {
462 color: #F44336 !important; 913 color: #F44336 !important;
463 } 914 }
464 915
465 &.ui-toast-message-warn .glyphicon { 916 &.p-toast-message-warn .glyphicon {
466 color: #F1680D !important; 917 color: #F1680D !important;
467 } 918 }
468 919
469 &.ui-toast-message-info .glyphicon { 920 &.p-toast-message-info .glyphicon {
470 color: #03A9F4 !important; 921 color: #03A9F4 !important;
471 } 922 }
472 923
473 .notification-block { 924 .notification-block {
474 display: flex; 925 display: flex;
475 align-items: center; 926 align-items: center;
476 padding: 5px; 927 padding: 10px;
477 928
478 .message { 929 .message {
479 flex-grow: 1; 930 flex-grow: 1;
931 margin-right: 20px;
480 932
481 h3 { 933 h3 {
482 font-size: 21px; 934 font-size: 21px;
@@ -496,6 +948,14 @@ p-toast {
496 } 948 }
497} 949}
498 950
499.ui-widget { 951.p-selectbutton {
500 font-family: $main-fonts !important; 952 .p-button:focus {
953 outline: none;
954 }
955
956 .p-button-label {
957 padding: 5px 15px;
958 font-size: 15px;
959 font-weight: 600;
960 }
501} 961}
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index aa7c5e550..b20a21872 100644
--- a/client/webpack/webpack.video-embed.js
+++ b/client/webpack/webpack.video-embed.js
@@ -4,8 +4,8 @@ const path = require('path')
4const HtmlWebpackPlugin = require('html-webpack-plugin') 4const HtmlWebpackPlugin = require('html-webpack-plugin')
5const TerserPlugin = require('terser-webpack-plugin') 5const TerserPlugin = require('terser-webpack-plugin')
6const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin') 6const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin')
7const ExtractTextPlugin = require('extract-text-webpack-plugin')
8const PurifyCSSPlugin = require('purifycss-webpack') 7const PurifyCSSPlugin = require('purifycss-webpack')
8const MiniCssExtractPlugin = require('mini-css-extract-plugin')
9 9
10module.exports = function () { 10module.exports = function () {
11 const configuration = { 11 const configuration = {
@@ -64,29 +64,29 @@ module.exports = function () {
64 64
65 { 65 {
66 test: /\.(sass|scss)$/, 66 test: /\.(sass|scss)$/,
67 use: ExtractTextPlugin.extract({ 67 use: [
68 fallback: 'style-loader', 68 MiniCssExtractPlugin.loader,
69 use: [ 69
70 { 70 {
71 loader: 'css-loader', 71 loader: 'css-loader',
72 options: { 72 options: {
73 sourceMap: true,
74 importLoaders: 1
75 }
76 },
77
78 {
79 loader: 'sass-loader',
80 options: {
81 sassOptions: {
73 sourceMap: true, 82 sourceMap: true,
74 importLoaders: 1 83 includePaths: [
75 } 84 helpers.root('src/sass/include')
76 }, 85 ]
77 {
78 loader: 'sass-loader',
79 options: {
80 sassOptions: {
81 sourceMap: true,
82 includePaths: [
83 helpers.root('src/sass/include')
84 ]
85 }
86 } 86 }
87 } 87 }
88 ] 88 }
89 }) 89 ]
90 }, 90 },
91 91
92 { 92 {
@@ -111,7 +111,7 @@ module.exports = function () {
111 }, 111 },
112 112
113 plugins: [ 113 plugins: [
114 new ExtractTextPlugin({ 114 new MiniCssExtractPlugin({
115 filename: process.env.ANALYZE_BUNDLE === 'true' 115 filename: process.env.ANALYZE_BUNDLE === 'true'
116 ? '[name].css' 116 ? '[name].css'
117 : '[name].[hash].css' 117 : '[name].[hash].css'
diff --git a/client/yarn.lock b/client/yarn.lock
index 0efcabe8c..a16320e76 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -2,178 +2,185 @@
2# yarn lockfile v1 2# yarn lockfile v1
3 3
4 4
5"@angular-devkit/architect@0.1001.0-next.6": 5"@angular-devkit/architect@0.1100.2":
6 version "0.1001.0-next.6" 6 version "0.1100.2"
7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1001.0-next.6.tgz#484e9fb5d5cceef42ebd6514d197a2381c7e9e20" 7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1100.2.tgz#7567af030afe7d6cdea1771bcd2a193a19a90dc9"
8 integrity sha512-iZ8jAwhCyrCOraOMlecqZ+shwYAplWRc6gjAmt3YmH1h52Bqt+GcVfIL1KVqHHIiVj6XO11qaEveawxOtqQZZg== 8 integrity sha512-wSMMM8eBPol48OtvIyrIq2H9rOIiJmrPEtPbH0BSuPX0B8BckVImeTPzloqxSrpul4tY7Iwx0zwISDEgb59Vbw==
9 dependencies: 9 dependencies:
10 "@angular-devkit/core" "10.1.0-next.6" 10 "@angular-devkit/core" "11.0.2"
11 rxjs "6.6.2" 11 rxjs "6.6.3"
12 12
13"@angular-devkit/build-angular@^0.1001.0-next.6": 13"@angular-devkit/build-angular@^0.1100.2":
14 version "0.1001.0-next.6" 14 version "0.1100.2"
15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.1001.0-next.6.tgz#ce402cf67a3905e510900ebe8e2d61e77932a2b1" 15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.1100.2.tgz#afbeef979df4dbafeed3ff3de438dc9f35e2d148"
16 integrity sha512-fWPb5EjkofDSiVFs308bcmG3lpEdE+ZULykPul6cLJzKPYDm4SvFJB6ubHZbvqXo9E46+QCVi9lQ5Opwq+QncA== 16 integrity sha512-5Qo3DDKggzUJKibNgeyE5mIMFYP0tVebNvMatpbnYnR/U0fUuuQdvNC68s380M5KoOuubfeXr0Js0VFk0mkaow==
17 dependencies: 17 dependencies:
18 "@angular-devkit/architect" "0.1001.0-next.6" 18 "@angular-devkit/architect" "0.1100.2"
19 "@angular-devkit/build-optimizer" "0.1001.0-next.6" 19 "@angular-devkit/build-optimizer" "0.1100.2"
20 "@angular-devkit/build-webpack" "0.1001.0-next.6" 20 "@angular-devkit/build-webpack" "0.1100.2"
21 "@angular-devkit/core" "10.1.0-next.6" 21 "@angular-devkit/core" "11.0.2"
22 "@babel/core" "7.11.1" 22 "@babel/core" "7.12.3"
23 "@babel/generator" "7.11.0" 23 "@babel/generator" "7.12.1"
24 "@babel/plugin-transform-runtime" "7.11.0" 24 "@babel/plugin-transform-runtime" "7.12.1"
25 "@babel/preset-env" "7.11.0" 25 "@babel/preset-env" "7.12.1"
26 "@babel/runtime" "7.11.2" 26 "@babel/runtime" "7.12.1"
27 "@babel/template" "7.10.4" 27 "@babel/template" "7.10.4"
28 "@jsdevtools/coverage-istanbul-loader" "3.0.5" 28 "@jsdevtools/coverage-istanbul-loader" "3.0.5"
29 "@ngtools/webpack" "10.1.0-next.6" 29 "@ngtools/webpack" "11.0.2"
30 ansi-colors "4.1.1"
30 autoprefixer "9.8.6" 31 autoprefixer "9.8.6"
31 babel-loader "8.1.0" 32 babel-loader "8.1.0"
32 browserslist "^4.9.1" 33 browserslist "^4.9.1"
33 cacache "15.0.5" 34 cacache "15.0.5"
34 caniuse-lite "^1.0.30001032" 35 caniuse-lite "^1.0.30001032"
35 circular-dependency-plugin "5.2.0" 36 circular-dependency-plugin "5.2.0"
36 copy-webpack-plugin "6.0.3" 37 copy-webpack-plugin "6.2.1"
37 core-js "3.6.4" 38 core-js "3.6.5"
38 css-loader "4.2.1" 39 css-loader "4.3.0"
39 cssnano "4.1.10" 40 cssnano "4.1.10"
40 file-loader "6.0.0" 41 file-loader "6.1.1"
41 find-cache-dir "3.3.1" 42 find-cache-dir "3.3.1"
42 glob "7.1.6" 43 glob "7.1.6"
43 jest-worker "26.3.0" 44 inquirer "7.3.3"
45 jest-worker "26.5.0"
44 karma-source-map-support "1.4.0" 46 karma-source-map-support "1.4.0"
45 less-loader "6.2.0" 47 less "3.12.2"
46 license-webpack-plugin "2.3.0" 48 less-loader "7.0.2"
49 license-webpack-plugin "2.3.1"
47 loader-utils "2.0.0" 50 loader-utils "2.0.0"
48 mini-css-extract-plugin "0.10.0" 51 mini-css-extract-plugin "1.2.1"
49 minimatch "3.0.4" 52 minimatch "3.0.4"
50 open "7.1.0" 53 open "7.3.0"
51 parse5 "6.0.1" 54 ora "5.1.0"
52 parse5-htmlparser2-tree-adapter "6.0.1" 55 parse5-html-rewriting-stream "6.0.1"
53 pnp-webpack-plugin "1.6.4" 56 pnp-webpack-plugin "1.6.4"
54 postcss "7.0.32" 57 postcss "7.0.32"
55 postcss-import "12.0.1" 58 postcss-import "12.0.1"
56 postcss-loader "3.0.0" 59 postcss-loader "4.0.4"
57 raw-loader "4.0.1" 60 raw-loader "4.0.2"
58 regenerator-runtime "0.13.7" 61 regenerator-runtime "0.13.7"
59 resolve-url-loader "3.1.1" 62 resolve-url-loader "3.1.2"
60 rimraf "3.0.2" 63 rimraf "3.0.2"
61 rollup "2.26.4" 64 rollup "2.32.1"
62 rxjs "6.6.2" 65 rxjs "6.6.3"
63 sass "1.26.10" 66 sass "1.27.0"
64 sass-loader "9.0.3" 67 sass-loader "10.0.5"
65 semver "7.3.2" 68 semver "7.3.2"
66 source-map "0.7.3" 69 source-map "0.7.3"
67 source-map-loader "1.0.2" 70 source-map-loader "1.1.2"
68 source-map-support "0.5.19" 71 source-map-support "0.5.19"
69 speed-measure-webpack-plugin "1.3.3" 72 speed-measure-webpack-plugin "1.3.3"
70 style-loader "1.2.1" 73 style-loader "2.0.0"
71 stylus "0.54.8" 74 stylus "0.54.8"
72 stylus-loader "3.0.2" 75 stylus-loader "4.1.1"
73 terser "5.2.0" 76 terser "5.3.7"
74 terser-webpack-plugin "4.1.0" 77 terser-webpack-plugin "4.2.3"
78 text-table "0.2.0"
75 tree-kill "1.2.2" 79 tree-kill "1.2.2"
76 webpack "4.44.1" 80 webpack "4.44.2"
77 webpack-dev-middleware "3.7.2" 81 webpack-dev-middleware "3.7.2"
78 webpack-dev-server "3.11.0" 82 webpack-dev-server "3.11.0"
79 webpack-merge "4.2.2" 83 webpack-merge "5.2.0"
80 webpack-sources "1.4.3" 84 webpack-sources "2.0.1"
81 webpack-subresource-integrity "1.4.1" 85 webpack-subresource-integrity "1.5.1"
82 worker-plugin "5.0.0" 86 worker-plugin "5.0.0"
83 87
84"@angular-devkit/build-optimizer@0.1001.0-next.6": 88"@angular-devkit/build-optimizer@0.1100.2":
85 version "0.1001.0-next.6" 89 version "0.1100.2"
86 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1001.0-next.6.tgz#1f657600c84a5480a7bcaafadab407feefa312f7" 90 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1100.2.tgz#93dea833aed64d265cfdfebb6580e10cf909630b"
87 integrity sha512-eF8wK2BFZBoSaaOfgLi5Rp/K4s+VyHkoI7KIHAQN2RAx70oQ5GazmBHgiYZYQYiG1iSeOLbkzwiNNhlXubzSbA== 91 integrity sha512-2ZdEeAs0a53g9LDkP5H2mCEPLyk7yd9P7eTepNYvIOz3xJ6W6dB2CqotPMfnHgd4o12cbzCOWrPBxbfo/VnMig==
88 dependencies: 92 dependencies:
89 loader-utils "2.0.0" 93 loader-utils "2.0.0"
90 source-map "0.7.3" 94 source-map "0.7.3"
91 tslib "2.0.1" 95 tslib "2.0.3"
92 webpack-sources "1.4.3" 96 typescript "4.0.5"
97 webpack-sources "2.0.1"
93 98
94"@angular-devkit/build-webpack@0.1001.0-next.6": 99"@angular-devkit/build-webpack@0.1100.2":
95 version "0.1001.0-next.6" 100 version "0.1100.2"
96 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1001.0-next.6.tgz#2889a8d236c691467e2344451ac2059f4faa6086" 101 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1100.2.tgz#1613334c396931de295d47d8ec8ef980592cc00d"
97 integrity sha512-IpaU0RimmED1qtWgvm01RWyoeTy1H8SWajYnKntaczUKiIkpBsZSSid4f8FItYev/XuVvIM/KWgtwMbrU/c66g== 102 integrity sha512-XVMtWoxNa3wJLRjJ846Y02PzupdbUizdAtggRu2731RLMvI1KawWlsTURi12MNUnoVQYm9eldiIA/Y1UqeE8mQ==
98 dependencies: 103 dependencies:
99 "@angular-devkit/architect" "0.1001.0-next.6" 104 "@angular-devkit/architect" "0.1100.2"
100 "@angular-devkit/core" "10.1.0-next.6" 105 "@angular-devkit/core" "11.0.2"
101 rxjs "6.6.2" 106 rxjs "6.6.3"
102 107
103"@angular-devkit/core@10.1.0-next.6": 108"@angular-devkit/core@11.0.2":
104 version "10.1.0-next.6" 109 version "11.0.2"
105 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-10.1.0-next.6.tgz#dab1d293cc77c867a78c12d0d724eb7a68afac37" 110 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.0.2.tgz#dd3475912e830740e71e14e3168d609e8ddef8c6"
106 integrity sha512-TzXxO/fXir0sGIzgM0/yCAVata5AQv4At02m9HykEknMU427cqBYfaITFl7MbgdRRhmwzDOqwqsWyqXY2J1y4g== 111 integrity sha512-vUmmUNmNM9oRcDmt0PunU/ayglo0apq4pGL9Z5jj6alf2WwEiTcGHjyuZSDIO9MOLi41519jp3mDx79qXvvyww==
107 dependencies: 112 dependencies:
108 ajv "6.12.4" 113 ajv "6.12.6"
109 fast-json-stable-stringify "2.1.0" 114 fast-json-stable-stringify "2.1.0"
110 magic-string "0.25.7" 115 magic-string "0.25.7"
111 rxjs "6.6.2" 116 rxjs "6.6.3"
112 source-map "0.7.3" 117 source-map "0.7.3"
113 118
114"@angular-devkit/schematics@10.1.0-next.6": 119"@angular-devkit/schematics@11.0.2":
115 version "10.1.0-next.6" 120 version "11.0.2"
116 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-10.1.0-next.6.tgz#1d5fcb81b8eb727edaf9a2b5ed6f94d18f6f4d0b" 121 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.0.2.tgz#b5aa914d7e91d92b4eeadb7aed3b5228497abbf3"
117 integrity sha512-DYvu9Z5UTfsEgRbgfozqozG/uKFGQu7+c5O5XsEpmJeXYL6DO5mMGHZ6Q6cH3nfkwC6Y3PqnzJHnfkkSP+oEcw== 122 integrity sha512-unNewc+Y9ofrdKxXNoSHKUL6wvV8Vgh2nJMTLI1VAw8nfqgWphI+s5XwbVzog65nhZ10xJeaUm9u5R8pxLDpQg==
118 dependencies: 123 dependencies:
119 "@angular-devkit/core" "10.1.0-next.6" 124 "@angular-devkit/core" "11.0.2"
120 ora "5.0.0" 125 ora "5.1.0"
121 rxjs "6.6.2" 126 rxjs "6.6.3"
122 127
123"@angular/animations@^10.1.0-next.8": 128"@angular/animations@^11.0.1":
124 version "10.1.0-next.8" 129 version "11.0.1"
125 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-10.1.0-next.8.tgz#f78ff8ba0ffa67dc303d7b7271e2dc2487bc82f9" 130 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-11.0.1.tgz#3da5252bee56d93de0d14d2123a0e5acc050e1b8"
126 integrity sha512-Pk9j4xauDrREnd1fE7Rmac/gsJiQGkPXj258U4BZI/UaqYQXXaD7QVNf/KSD1t1Pkma2cAztY9SYWt/HMVu1qA== 131 integrity sha512-RS2ZsO3yidn/dMAllR+V0EX5BOQLQDi5s2kvd4wANHYAkU/yVXWKl09nbe8LTwLVH+iOYX7AAcAUUokQPEEHxQ==
127 dependencies: 132 dependencies:
128 tslib "^2.0.0" 133 tslib "^2.0.0"
129 134
130"@angular/cdk@^10.0.0": 135"@angular/cdk@^11.0.0":
131 version "10.1.3" 136 version "11.0.0"
132 resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-10.1.3.tgz#4a8d7dcdbe344b4d7e8e0ed5c25c19b78313b494" 137 resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-11.0.0.tgz#7ec0fc8b5051c54f4a3910e61f1ee7d30796c2d2"
133 integrity sha512-xMV1M41mfuaQod4rtAG/duYiWffGIC2C87E1YuyHTh8SEcHopGVRQd2C8PWH+iwinPbes7AjU1uzCEvmOYikrA== 138 integrity sha512-kfgEE/LDYMZB4NICChzWn/nTEeoZ3wxrYsDDcy2Qj+57zUmJcxBLL1h+tawYCy3a1g7ypDLYX7yrbPEBE7/EXQ==
134 dependencies: 139 dependencies:
135 tslib "^2.0.0" 140 tslib "^2.0.0"
136 optionalDependencies: 141 optionalDependencies:
137 parse5 "^5.0.0" 142 parse5 "^5.0.0"
138 143
139"@angular/cli@^10.1.0-next.6": 144"@angular/cli@^11.0.2":
140 version "10.1.0-next.6" 145 version "11.0.2"
141 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-10.1.0-next.6.tgz#e9dc4d749c52f30582f988fd0898a3417ba1a35a" 146 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-11.0.2.tgz#15ee1732258deec8ecb93f6ccac52d95230074d8"
142 integrity sha512-H1z36BP3q5qnSmw3b+zPbQ98bdwotI86i1xrNPSswQ4ienfxZvZ1Srg6+hw93wm8K9mpyVOzhHY6fLEyQ62xFg== 147 integrity sha512-mebt4ikwXD3gsbHRxKCpn83yW3UVnhiVDEpSXljs1YxscZ1X1dXrxb2g6LdAJwVp9xY5ERqRQeZM7eChqLTrvg==
143 dependencies: 148 dependencies:
144 "@angular-devkit/architect" "0.1001.0-next.6" 149 "@angular-devkit/architect" "0.1100.2"
145 "@angular-devkit/core" "10.1.0-next.6" 150 "@angular-devkit/core" "11.0.2"
146 "@angular-devkit/schematics" "10.1.0-next.6" 151 "@angular-devkit/schematics" "11.0.2"
147 "@schematics/angular" "10.1.0-next.6" 152 "@schematics/angular" "11.0.2"
148 "@schematics/update" "0.1001.0-next.6" 153 "@schematics/update" "0.1100.2"
149 "@yarnpkg/lockfile" "1.1.0" 154 "@yarnpkg/lockfile" "1.1.0"
150 ansi-colors "4.1.1" 155 ansi-colors "4.1.1"
151 debug "4.1.1" 156 debug "4.2.0"
152 ini "1.3.5" 157 ini "1.3.5"
153 inquirer "7.3.3" 158 inquirer "7.3.3"
154 npm-package-arg "8.0.1" 159 npm-package-arg "8.1.0"
155 npm-pick-manifest "6.1.0" 160 npm-pick-manifest "6.1.0"
156 open "7.1.0" 161 open "7.3.0"
157 pacote "9.5.12" 162 pacote "9.5.12"
158 read-package-tree "5.3.1" 163 resolve "1.18.1"
159 rimraf "3.0.2" 164 rimraf "3.0.2"
160 semver "7.3.2" 165 semver "7.3.2"
161 symbol-observable "1.2.0" 166 symbol-observable "2.0.3"
162 universal-analytics "0.4.23" 167 universal-analytics "0.4.23"
163 uuid "8.3.0" 168 uuid "8.3.1"
164 169
165"@angular/common@^10.1.0-next.8": 170"@angular/common@^11.0.1":
166 version "10.1.0-next.8" 171 version "11.0.1"
167 resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.1.0-next.8.tgz#04a05c9ca117057b49255844a86a9c4189cfe914" 172 resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.1.tgz#617531a751ec59aa5445cf5d97c8fd648219e687"
168 integrity sha512-mEEEfaMUkLlA1qybTYal4wc9eGlhFsx3T+ckmN2tl8rouvVWL+nXP3EjCJJZAhNG31lqSULOW8dkpPk1+4sHuA== 173 integrity sha512-OXUmCQJzhBRzGPMcnUEoAgiGFtury5uycUg3RJB5ush3sdUpItqYZlPc5tG5fHvtMVufIN3o6DrlcTbIomunPQ==
169 dependencies: 174 dependencies:
170 tslib "^2.0.0" 175 tslib "^2.0.0"
171 176
172"@angular/compiler-cli@^10.1.0-next.8": 177"@angular/compiler-cli@^11.0.1":
173 version "10.1.0-next.8" 178 version "11.0.1"
174 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.1.0-next.8.tgz#c5cdd98de68f783f2a52d66e6cdfd73457a5c1b8" 179 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.1.tgz#095d2f59a2ff8656f7ec1b79ae447d1e119d90e7"
175 integrity sha512-bj7SXxcMdqPYHm9MimZgdD0POpcBzF2pig5OwXODe/hX0BS2jYIkZFAtrmSOlOgEl/oQfTSSoT6RbOUQ+zHs9w== 180 integrity sha512-+MGZ3pFytjbfbwCAWQ0aTscfaTpR0F5++R3DP0yroAWYnjWS/ngTNKZ0SZQh+0F3+6V5xBM6YJYD05Qu9nDDRw==
176 dependencies: 181 dependencies:
182 "@babel/core" "^7.8.6"
183 "@babel/types" "^7.8.6"
177 canonical-path "1.0.0" 184 canonical-path "1.0.0"
178 chokidar "^3.0.0" 185 chokidar "^3.0.0"
179 convert-source-map "^1.5.1" 186 convert-source-map "^1.5.1"
@@ -193,10 +200,10 @@
193 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" 200 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5"
194 integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== 201 integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==
195 202
196"@angular/compiler@^10.1.0-next.8": 203"@angular/compiler@^11.0.1":
197 version "10.1.0-next.8" 204 version "11.0.1"
198 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.1.0-next.8.tgz#bf0ce38ee77c2aa6ec7447c19a3253e18aa9a4e4" 205 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.1.tgz#c46e5636c87d3a2e7a49c76c43e24a9b7e3a3af2"
199 integrity sha512-lvkt/H1s8/bmv9S/CtPQLtg7Pfz9hv21tfXlr9ionIaqta4TBqtlsvxMVj9ex+ZT2riuBUPIVC/OgOwxbWOLAA== 206 integrity sha512-96IT7zZPQ4JQGYxknj8XyJxStS6feoR5L8K6dKREDzmSUt3fP1nzZe/pDdfrMvUiiwWx73yPpKJXYNaxNbIWMA==
200 dependencies: 207 dependencies:
201 tslib "^2.0.0" 208 tslib "^2.0.0"
202 209
@@ -205,78 +212,57 @@
205 resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e" 212 resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e"
206 integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w== 213 integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==
207 214
208"@angular/core@^10.1.0-next.8": 215"@angular/core@^11.0.1":
209 version "10.1.0-next.8" 216 version "11.0.1"
210 resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.1.0-next.8.tgz#60619b3225d6275b37ef2be493ade7cb8e6f24a7" 217 resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.1.tgz#ff606d13a76692c5797dd8f16dd5857b0d7a6baf"
211 integrity sha512-Ph8p+qky2IcSoZsDJQ78cMAHcy+UQl9f3+/03jyTZ0jXCqrlSIaRkptUibhj1R9RbIkp0FniO0D0mhZ0A34XIQ== 218 integrity sha512-8Xd1YNHPvi32q8+RxEbruQfKGBenucJ2EGBky7108F3kGcnDjm9u+zqdwWjm0ww6VeYh6OsvCnXt303jpX6C4Q==
212 dependencies: 219 dependencies:
213 tslib "^2.0.0" 220 tslib "^2.0.0"
214 221
215"@angular/forms@^10.1.0-next.8": 222"@angular/forms@^11.0.1":
216 version "10.1.0-next.8" 223 version "11.0.1"
217 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-10.1.0-next.8.tgz#8eea74676df9faa68c59902cacfa9c6b8f944350" 224 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-11.0.1.tgz#97f8664bf0fd443e9f3c9dc8a4a3bcb857517ce6"
218 integrity sha512-mQMKPmCzL9WyBjco84rz+l10ivIoA8/uXMciRiFBS/x25uz7tJEwe+o1y7A8dBGctXlssaS56bQ/Y2KjjmXpzQ== 225 integrity sha512-XbnWP61WjCge8FOWrqxbjtHi+NML04Fy/BJOPX0dmaV2433sH6gqPK61UguOuEJmJ4m2Lo7U32PLELbRjC6hTw==
219 dependencies: 226 dependencies:
220 tslib "^2.0.0" 227 tslib "^2.0.0"
221 228
222"@angular/localize@^10.1.0-next.8": 229"@angular/localize@^11.0.1":
223 version "10.1.0-next.8" 230 version "11.0.1"
224 resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-10.1.0-next.8.tgz#c3d3b30791a4a9384b3d505a5adc0fe383414d2a" 231 resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-11.0.1.tgz#f0fca1732de7e30d61b0be627e16bdd5a99f3ce1"
225 integrity sha512-Z83UGv1b1eWpSafklXMv6coC/TsN+PoQ5Z3NuBGGw+OBlYhHpSG6Rm59LyfKUAOj8QQqW3cFE+do9GI5EXAiIQ== 232 integrity sha512-xZfmNHl3oDGKwqotOoGgaDzWh0M8D9BvU+q0RPj7vmvPcFKvTfmIaj8ry8jjGBih0wQZ4ENNc3A2wC3zyzexFg==
226 dependencies: 233 dependencies:
227 "@babel/core" "7.8.3" 234 "@babel/core" "7.8.3"
228 glob "7.1.2" 235 glob "7.1.2"
229 yargs "15.3.0" 236 yargs "15.3.0"
230 237
231"@angular/platform-browser-dynamic@^10.1.0-next.8": 238"@angular/platform-browser-dynamic@^11.0.1":
232 version "10.1.0-next.8" 239 version "11.0.1"
233 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-10.1.0-next.8.tgz#a269d1ed217524ef20fa910adfce5c5eaee48baf" 240 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.0.1.tgz#14f639b350b724d0252b51eb510d0ae62307bfa3"
234 integrity sha512-vqEkAD2MUsvJKmbQ3CrtZgJVD1w02HrcLeq7qlWFtFNBcnAznhO0Pl5sbS2tW2BcaZ5eO2aDAB9EJDhVzfCfvg== 241 integrity sha512-B4G2YsbOCMNLQGdKiyl1yzApD/XjQazKcjTPwf0RAhH9TjoZx917mMTqsCU0m90KLY0VW5YGfjRDDDo/jJeiQA==
235 dependencies: 242 dependencies:
236 tslib "^2.0.0" 243 tslib "^2.0.0"
237 244
238"@angular/platform-browser@^10.1.0-next.8": 245"@angular/platform-browser@^11.0.1":
239 version "10.1.0-next.8" 246 version "11.0.1"
240 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-10.1.0-next.8.tgz#89d77f9dd53380eade7c8bd8538de23fc3fc695c" 247 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-11.0.1.tgz#9a9478930a65f0a1389d79543124f8b7fbc19b33"
241 integrity sha512-f62t953wxDLykXaJpgwwMD55l0JSwpIl2qC7lotpbpYJlIkIitsNkFqgUXhH0Lzu5dXJMBjM1DcKO+NYvQEVRg== 248 integrity sha512-PlHo9ZFgQriB6Wjuq8+4GIgZtNyP5PLPXRezzVe95+ZjmYD0jYD0Ha62uhIBJ8fYfQS5I1a45yFOJQaa0IrJqA==
242 dependencies: 249 dependencies:
243 tslib "^2.0.0" 250 tslib "^2.0.0"
244 251
245"@angular/router@^10.1.0-next.8": 252"@angular/router@^11.0.1":
246 version "10.1.0-next.8" 253 version "11.0.1"
247 resolved "https://registry.yarnpkg.com/@angular/router/-/router-10.1.0-next.8.tgz#e7d2936dd86d08dae955c8702fbf913787a1c885" 254 resolved "https://registry.yarnpkg.com/@angular/router/-/router-11.0.1.tgz#065ea1a3dff367048bdb2cab73bd7f9dcd9bb1e8"
248 integrity sha512-IdtMbW+o6wsMvlo5dLbs/hHmLejCevkMMtn4SqBUBWem1jIoN7Bm4xeKUHO9i+nUrEBCO0l4IIXeDJxC2nZSQA== 255 integrity sha512-JSGFPCIqDEKwMf5jCRx9atUz/Ojo+x+9XV1Bm/BRzr9+DdQ/h62b/WbGGSRTa8LL01Ts5LLdBRtzMEPUMFLMOg==
249 dependencies: 256 dependencies:
250 tslib "^2.0.0" 257 tslib "^2.0.0"
251 258
252"@angular/service-worker@^10.1.0-next.8": 259"@angular/service-worker@^11.0.1":
253 version "10.1.0-next.8" 260 version "11.0.1"
254 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-10.1.0-next.8.tgz#f25f5af64a0456b1c5effbd84b990a3e04164ce8" 261 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-11.0.1.tgz#fa8237db4781add148557f9257ccb27c555869ef"
255 integrity sha512-HO9VEAgZxjh0i1rOGAHVBgM+st/AQ+YYWbxgnVaFP1LkZy9PQ+eMUxRJ9yOMQTBIKb2vTyZWcclfwtmRD7wgDg== 262 integrity sha512-eE+wQekCSzoajPXVspdLpKctivIUiBh2zR+4WWpi2HpqmrW9wxeTOyxm+rpPvmla/w9cvqk59KAD0Jsh0yKnQQ==
256 dependencies: 263 dependencies:
257 tslib "^2.0.0" 264 tslib "^2.0.0"
258 265
259"@angularclass/hmr@^2.1.3":
260 version "2.1.3"
261 resolved "https://registry.yarnpkg.com/@angularclass/hmr/-/hmr-2.1.3.tgz#34e658ed3da37f23b0a200e2da5a89be92bb209f"
262 integrity sha1-NOZY7T2jfyOwogDi2lqJvpK7IJ8=
263
264"@babel/cli@^7.10.5":
265 version "7.10.5"
266 resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a"
267 integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==
268 dependencies:
269 commander "^4.0.1"
270 convert-source-map "^1.1.0"
271 fs-readdir-recursive "^1.1.0"
272 glob "^7.0.0"
273 lodash "^4.17.19"
274 make-dir "^2.1.0"
275 slash "^2.0.0"
276 source-map "^0.5.0"
277 optionalDependencies:
278 chokidar "^2.1.8"
279
280"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3": 266"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.8.3":
281 version "7.10.4" 267 version "7.10.4"
282 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" 268 resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
@@ -284,28 +270,24 @@
284 dependencies: 270 dependencies:
285 "@babel/highlight" "^7.10.4" 271 "@babel/highlight" "^7.10.4"
286 272
287"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0": 273"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.12.5":
288 version "7.11.0" 274 version "7.12.5"
289 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.11.0.tgz#e9f73efe09af1355b723a7f39b11bad637d7c99c" 275 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.5.tgz#f56db0c4bb1bbbf221b4e81345aab4141e7cb0e9"
290 integrity sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ== 276 integrity sha512-DTsS7cxrsH3by8nqQSpFSyjSfSYl57D6Cf4q8dW3LK83tBKBDCkfcay1nYkXq1nIHXnpX8WMMb/O25HOy3h1zg==
291 dependencies:
292 browserslist "^4.12.0"
293 invariant "^2.2.4"
294 semver "^5.5.0"
295 277
296"@babel/core@7.11.1": 278"@babel/core@7.12.3", "@babel/core@^7.7.5", "@babel/core@^7.8.6":
297 version "7.11.1" 279 version "7.12.3"
298 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643" 280 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
299 integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ== 281 integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
300 dependencies: 282 dependencies:
301 "@babel/code-frame" "^7.10.4" 283 "@babel/code-frame" "^7.10.4"
302 "@babel/generator" "^7.11.0" 284 "@babel/generator" "^7.12.1"
303 "@babel/helper-module-transforms" "^7.11.0" 285 "@babel/helper-module-transforms" "^7.12.1"
304 "@babel/helpers" "^7.10.4" 286 "@babel/helpers" "^7.12.1"
305 "@babel/parser" "^7.11.1" 287 "@babel/parser" "^7.12.3"
306 "@babel/template" "^7.10.4" 288 "@babel/template" "^7.10.4"
307 "@babel/traverse" "^7.11.0" 289 "@babel/traverse" "^7.12.1"
308 "@babel/types" "^7.11.0" 290 "@babel/types" "^7.12.1"
309 convert-source-map "^1.7.0" 291 convert-source-map "^1.7.0"
310 debug "^4.1.0" 292 debug "^4.1.0"
311 gensync "^1.0.0-beta.1" 293 gensync "^1.0.0-beta.1"
@@ -336,43 +318,21 @@
336 semver "^5.4.1" 318 semver "^5.4.1"
337 source-map "^0.5.0" 319 source-map "^0.5.0"
338 320
339"@babel/core@^7.7.5": 321"@babel/generator@7.12.1":
340 version "7.11.4" 322 version "7.12.1"
341 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.4.tgz#4301dfdfafa01eeb97f1896c5501a3f0655d4229" 323 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
342 integrity sha512-5deljj5HlqRXN+5oJTY7Zs37iH3z3b++KjiKtIsJy1NrjOOVSEaJHEetLBhyu0aQOSNNZ/0IuEAan9GzRuDXHg== 324 integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
343 dependencies: 325 dependencies:
344 "@babel/code-frame" "^7.10.4" 326 "@babel/types" "^7.12.1"
345 "@babel/generator" "^7.11.4"
346 "@babel/helper-module-transforms" "^7.11.0"
347 "@babel/helpers" "^7.10.4"
348 "@babel/parser" "^7.11.4"
349 "@babel/template" "^7.10.4"
350 "@babel/traverse" "^7.11.0"
351 "@babel/types" "^7.11.0"
352 convert-source-map "^1.7.0"
353 debug "^4.1.0"
354 gensync "^1.0.0-beta.1"
355 json5 "^2.1.2"
356 lodash "^4.17.19"
357 resolve "^1.3.2"
358 semver "^5.4.1"
359 source-map "^0.5.0"
360
361"@babel/generator@7.11.0":
362 version "7.11.0"
363 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
364 integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
365 dependencies:
366 "@babel/types" "^7.11.0"
367 jsesc "^2.5.1" 327 jsesc "^2.5.1"
368 source-map "^0.5.0" 328 source-map "^0.5.0"
369 329
370"@babel/generator@^7.11.0", "@babel/generator@^7.11.4", "@babel/generator@^7.8.3": 330"@babel/generator@^7.12.1", "@babel/generator@^7.12.5", "@babel/generator@^7.8.3":
371 version "7.11.4" 331 version "7.12.5"
372 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.4.tgz#1ec7eec00defba5d6f83e50e3ee72ae2fee482be" 332 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
373 integrity sha512-Rn26vueFx0eOoz7iifCN2UHT6rGtnkSGWSoDRIy8jZN3B91PzeSULbswfLoOWuTuAcNwpG/mxy+uCTDnZ9Mp1g== 333 integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
374 dependencies: 334 dependencies:
375 "@babel/types" "^7.11.0" 335 "@babel/types" "^7.12.5"
376 jsesc "^2.5.1" 336 jsesc "^2.5.1"
377 source-map "^0.5.0" 337 source-map "^0.5.0"
378 338
@@ -391,37 +351,35 @@
391 "@babel/helper-explode-assignable-expression" "^7.10.4" 351 "@babel/helper-explode-assignable-expression" "^7.10.4"
392 "@babel/types" "^7.10.4" 352 "@babel/types" "^7.10.4"
393 353
394"@babel/helper-compilation-targets@^7.10.4": 354"@babel/helper-compilation-targets@^7.12.1":
395 version "7.10.4" 355 version "7.12.5"
396 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.4.tgz#804ae8e3f04376607cc791b9d47d540276332bd2" 356 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831"
397 integrity sha512-a3rYhlsGV0UHNDvrtOXBg8/OpfV0OKTkxKPzIplS1zpx7CygDcWWxckxZeDd3gzPzC4kUT0A4nVFDK0wGMh4MQ== 357 integrity sha512-+qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==
398 dependencies: 358 dependencies:
399 "@babel/compat-data" "^7.10.4" 359 "@babel/compat-data" "^7.12.5"
400 browserslist "^4.12.0" 360 "@babel/helper-validator-option" "^7.12.1"
401 invariant "^2.2.4" 361 browserslist "^4.14.5"
402 levenary "^1.1.1"
403 semver "^5.5.0" 362 semver "^5.5.0"
404 363
405"@babel/helper-create-class-features-plugin@^7.10.4": 364"@babel/helper-create-class-features-plugin@^7.12.1":
406 version "7.10.5" 365 version "7.12.1"
407 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d" 366 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
408 integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== 367 integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
409 dependencies: 368 dependencies:
410 "@babel/helper-function-name" "^7.10.4" 369 "@babel/helper-function-name" "^7.10.4"
411 "@babel/helper-member-expression-to-functions" "^7.10.5" 370 "@babel/helper-member-expression-to-functions" "^7.12.1"
412 "@babel/helper-optimise-call-expression" "^7.10.4" 371 "@babel/helper-optimise-call-expression" "^7.10.4"
413 "@babel/helper-plugin-utils" "^7.10.4" 372 "@babel/helper-replace-supers" "^7.12.1"
414 "@babel/helper-replace-supers" "^7.10.4"
415 "@babel/helper-split-export-declaration" "^7.10.4" 373 "@babel/helper-split-export-declaration" "^7.10.4"
416 374
417"@babel/helper-create-regexp-features-plugin@^7.10.4": 375"@babel/helper-create-regexp-features-plugin@^7.12.1":
418 version "7.10.4" 376 version "7.12.1"
419 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.4.tgz#fdd60d88524659a0b6959c0579925e425714f3b8" 377 resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.1.tgz#18b1302d4677f9dc4740fe8c9ed96680e29d37e8"
420 integrity sha512-2/hu58IEPKeoLF45DBwx3XFqsbCXmkdAay4spVr2x0jYgRxrSNp+ePwvSsy9g6YSaNDcKIQVPXk1Ov8S2edk2g== 378 integrity sha512-rsZ4LGvFTZnzdNZR5HZdmJVuXK8834R5QkF3WvcnBhrlVtF0HSIUC6zbreL9MgjTywhKokn8RIYRiq99+DLAxA==
421 dependencies: 379 dependencies:
422 "@babel/helper-annotate-as-pure" "^7.10.4" 380 "@babel/helper-annotate-as-pure" "^7.10.4"
423 "@babel/helper-regex" "^7.10.4" 381 "@babel/helper-regex" "^7.10.4"
424 regexpu-core "^4.7.0" 382 regexpu-core "^4.7.1"
425 383
426"@babel/helper-define-map@^7.10.4": 384"@babel/helper-define-map@^7.10.4":
427 version "7.10.5" 385 version "7.10.5"
@@ -433,11 +391,11 @@
433 lodash "^4.17.19" 391 lodash "^4.17.19"
434 392
435"@babel/helper-explode-assignable-expression@^7.10.4": 393"@babel/helper-explode-assignable-expression@^7.10.4":
436 version "7.11.4" 394 version "7.12.1"
437 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.11.4.tgz#2d8e3470252cc17aba917ede7803d4a7a276a41b" 395 resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz#8006a466695c4ad86a2a5f2fb15b5f2c31ad5633"
438 integrity sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ== 396 integrity sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==
439 dependencies: 397 dependencies:
440 "@babel/types" "^7.10.4" 398 "@babel/types" "^7.12.1"
441 399
442"@babel/helper-function-name@^7.10.4": 400"@babel/helper-function-name@^7.10.4":
443 version "7.10.4" 401 version "7.10.4"
@@ -462,31 +420,33 @@
462 dependencies: 420 dependencies:
463 "@babel/types" "^7.10.4" 421 "@babel/types" "^7.10.4"
464 422
465"@babel/helper-member-expression-to-functions@^7.10.4", "@babel/helper-member-expression-to-functions@^7.10.5": 423"@babel/helper-member-expression-to-functions@^7.12.1":
466 version "7.11.0" 424 version "7.12.1"
467 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.11.0.tgz#ae69c83d84ee82f4b42f96e2a09410935a8f26df" 425 resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
468 integrity sha512-JbFlKHFntRV5qKw3YC0CvQnDZ4XMwgzzBbld7Ly4Mj4cbFy3KywcR8NtNctRToMWJOVvLINJv525Gd6wwVEx/Q== 426 integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
469 dependencies: 427 dependencies:
470 "@babel/types" "^7.11.0" 428 "@babel/types" "^7.12.1"
471 429
472"@babel/helper-module-imports@^7.10.4": 430"@babel/helper-module-imports@^7.12.1":
473 version "7.10.4" 431 version "7.12.5"
474 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" 432 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
475 integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== 433 integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
476 dependencies: 434 dependencies:
477 "@babel/types" "^7.10.4" 435 "@babel/types" "^7.12.5"
478 436
479"@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.11.0": 437"@babel/helper-module-transforms@^7.12.1":
480 version "7.11.0" 438 version "7.12.1"
481 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359" 439 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
482 integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg== 440 integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
483 dependencies: 441 dependencies:
484 "@babel/helper-module-imports" "^7.10.4" 442 "@babel/helper-module-imports" "^7.12.1"
485 "@babel/helper-replace-supers" "^7.10.4" 443 "@babel/helper-replace-supers" "^7.12.1"
486 "@babel/helper-simple-access" "^7.10.4" 444 "@babel/helper-simple-access" "^7.12.1"
487 "@babel/helper-split-export-declaration" "^7.11.0" 445 "@babel/helper-split-export-declaration" "^7.11.0"
446 "@babel/helper-validator-identifier" "^7.10.4"
488 "@babel/template" "^7.10.4" 447 "@babel/template" "^7.10.4"
489 "@babel/types" "^7.11.0" 448 "@babel/traverse" "^7.12.1"
449 "@babel/types" "^7.12.1"
490 lodash "^4.17.19" 450 lodash "^4.17.19"
491 451
492"@babel/helper-optimise-call-expression@^7.10.4": 452"@babel/helper-optimise-call-expression@^7.10.4":
@@ -508,40 +468,38 @@
508 dependencies: 468 dependencies:
509 lodash "^4.17.19" 469 lodash "^4.17.19"
510 470
511"@babel/helper-remap-async-to-generator@^7.10.4": 471"@babel/helper-remap-async-to-generator@^7.12.1":
512 version "7.11.4" 472 version "7.12.1"
513 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz#4474ea9f7438f18575e30b0cac784045b402a12d" 473 resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz#8c4dbbf916314f6047dc05e6a2217074238347fd"
514 integrity sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA== 474 integrity sha512-9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==
515 dependencies: 475 dependencies:
516 "@babel/helper-annotate-as-pure" "^7.10.4" 476 "@babel/helper-annotate-as-pure" "^7.10.4"
517 "@babel/helper-wrap-function" "^7.10.4" 477 "@babel/helper-wrap-function" "^7.10.4"
518 "@babel/template" "^7.10.4" 478 "@babel/types" "^7.12.1"
519 "@babel/types" "^7.10.4"
520 479
521"@babel/helper-replace-supers@^7.10.4": 480"@babel/helper-replace-supers@^7.12.1":
522 version "7.10.4" 481 version "7.12.5"
523 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" 482 resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
524 integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== 483 integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
525 dependencies: 484 dependencies:
526 "@babel/helper-member-expression-to-functions" "^7.10.4" 485 "@babel/helper-member-expression-to-functions" "^7.12.1"
527 "@babel/helper-optimise-call-expression" "^7.10.4" 486 "@babel/helper-optimise-call-expression" "^7.10.4"
528 "@babel/traverse" "^7.10.4" 487 "@babel/traverse" "^7.12.5"
529 "@babel/types" "^7.10.4" 488 "@babel/types" "^7.12.5"
530 489
531"@babel/helper-simple-access@^7.10.4": 490"@babel/helper-simple-access@^7.12.1":
532 version "7.10.4" 491 version "7.12.1"
533 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" 492 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
534 integrity sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw== 493 integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
535 dependencies: 494 dependencies:
536 "@babel/template" "^7.10.4" 495 "@babel/types" "^7.12.1"
537 "@babel/types" "^7.10.4"
538 496
539"@babel/helper-skip-transparent-expression-wrappers@^7.11.0": 497"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
540 version "7.11.0" 498 version "7.12.1"
541 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729" 499 resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
542 integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q== 500 integrity sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==
543 dependencies: 501 dependencies:
544 "@babel/types" "^7.11.0" 502 "@babel/types" "^7.12.1"
545 503
546"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": 504"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
547 version "7.11.0" 505 version "7.11.0"
@@ -555,24 +513,29 @@
555 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" 513 resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
556 integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== 514 integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
557 515
516"@babel/helper-validator-option@^7.12.1":
517 version "7.12.1"
518 resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
519 integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
520
558"@babel/helper-wrap-function@^7.10.4": 521"@babel/helper-wrap-function@^7.10.4":
559 version "7.10.4" 522 version "7.12.3"
560 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz#8a6f701eab0ff39f765b5a1cfef409990e624b87" 523 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
561 integrity sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug== 524 integrity sha512-Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==
562 dependencies: 525 dependencies:
563 "@babel/helper-function-name" "^7.10.4" 526 "@babel/helper-function-name" "^7.10.4"
564 "@babel/template" "^7.10.4" 527 "@babel/template" "^7.10.4"
565 "@babel/traverse" "^7.10.4" 528 "@babel/traverse" "^7.10.4"
566 "@babel/types" "^7.10.4" 529 "@babel/types" "^7.10.4"
567 530
568"@babel/helpers@^7.10.4", "@babel/helpers@^7.8.3": 531"@babel/helpers@^7.12.1", "@babel/helpers@^7.8.3":
569 version "7.10.4" 532 version "7.12.5"
570 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" 533 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
571 integrity sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA== 534 integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
572 dependencies: 535 dependencies:
573 "@babel/template" "^7.10.4" 536 "@babel/template" "^7.10.4"
574 "@babel/traverse" "^7.10.4" 537 "@babel/traverse" "^7.12.5"
575 "@babel/types" "^7.10.4" 538 "@babel/types" "^7.12.5"
576 539
577"@babel/highlight@^7.10.4": 540"@babel/highlight@^7.10.4":
578 version "7.10.4" 541 version "7.10.4"
@@ -583,116 +546,116 @@
583 chalk "^2.0.0" 546 chalk "^2.0.0"
584 js-tokens "^4.0.0" 547 js-tokens "^4.0.0"
585 548
586"@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1", "@babel/parser@^7.11.4", "@babel/parser@^7.7.0", "@babel/parser@^7.8.3": 549"@babel/parser@^7.10.4", "@babel/parser@^7.12.3", "@babel/parser@^7.12.5", "@babel/parser@^7.8.3":
587 version "7.11.4" 550 version "7.12.5"
588 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca" 551 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
589 integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA== 552 integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
590 553
591"@babel/plugin-proposal-async-generator-functions@^7.10.4": 554"@babel/plugin-proposal-async-generator-functions@^7.12.1":
592 version "7.10.5" 555 version "7.12.1"
593 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558" 556 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
594 integrity sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg== 557 integrity sha512-d+/o30tJxFxrA1lhzJqiUcEJdI6jKlNregCv5bASeGf2Q4MXmnwH7viDo7nhx1/ohf09oaH8j1GVYG/e3Yqk6A==
595 dependencies: 558 dependencies:
596 "@babel/helper-plugin-utils" "^7.10.4" 559 "@babel/helper-plugin-utils" "^7.10.4"
597 "@babel/helper-remap-async-to-generator" "^7.10.4" 560 "@babel/helper-remap-async-to-generator" "^7.12.1"
598 "@babel/plugin-syntax-async-generators" "^7.8.0" 561 "@babel/plugin-syntax-async-generators" "^7.8.0"
599 562
600"@babel/plugin-proposal-class-properties@^7.10.4": 563"@babel/plugin-proposal-class-properties@^7.12.1":
601 version "7.10.4" 564 version "7.12.1"
602 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" 565 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
603 integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== 566 integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
604 dependencies: 567 dependencies:
605 "@babel/helper-create-class-features-plugin" "^7.10.4" 568 "@babel/helper-create-class-features-plugin" "^7.12.1"
606 "@babel/helper-plugin-utils" "^7.10.4" 569 "@babel/helper-plugin-utils" "^7.10.4"
607 570
608"@babel/plugin-proposal-dynamic-import@^7.10.4": 571"@babel/plugin-proposal-dynamic-import@^7.12.1":
609 version "7.10.4" 572 version "7.12.1"
610 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz#ba57a26cb98b37741e9d5bca1b8b0ddf8291f17e" 573 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz#43eb5c2a3487ecd98c5c8ea8b5fdb69a2749b2dc"
611 integrity sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ== 574 integrity sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==
612 dependencies: 575 dependencies:
613 "@babel/helper-plugin-utils" "^7.10.4" 576 "@babel/helper-plugin-utils" "^7.10.4"
614 "@babel/plugin-syntax-dynamic-import" "^7.8.0" 577 "@babel/plugin-syntax-dynamic-import" "^7.8.0"
615 578
616"@babel/plugin-proposal-export-namespace-from@^7.10.4": 579"@babel/plugin-proposal-export-namespace-from@^7.12.1":
617 version "7.10.4" 580 version "7.12.1"
618 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz#570d883b91031637b3e2958eea3c438e62c05f54" 581 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1.tgz#8b9b8f376b2d88f5dd774e4d24a5cc2e3679b6d4"
619 integrity sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg== 582 integrity sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==
620 dependencies: 583 dependencies:
621 "@babel/helper-plugin-utils" "^7.10.4" 584 "@babel/helper-plugin-utils" "^7.10.4"
622 "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 585 "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
623 586
624"@babel/plugin-proposal-json-strings@^7.10.4": 587"@babel/plugin-proposal-json-strings@^7.12.1":
625 version "7.10.4" 588 version "7.12.1"
626 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz#593e59c63528160233bd321b1aebe0820c2341db" 589 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1.tgz#d45423b517714eedd5621a9dfdc03fa9f4eb241c"
627 integrity sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw== 590 integrity sha512-GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==
628 dependencies: 591 dependencies:
629 "@babel/helper-plugin-utils" "^7.10.4" 592 "@babel/helper-plugin-utils" "^7.10.4"
630 "@babel/plugin-syntax-json-strings" "^7.8.0" 593 "@babel/plugin-syntax-json-strings" "^7.8.0"
631 594
632"@babel/plugin-proposal-logical-assignment-operators@^7.11.0": 595"@babel/plugin-proposal-logical-assignment-operators@^7.12.1":
633 version "7.11.0" 596 version "7.12.1"
634 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz#9f80e482c03083c87125dee10026b58527ea20c8" 597 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1.tgz#f2c490d36e1b3c9659241034a5d2cd50263a2751"
635 integrity sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q== 598 integrity sha512-k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==
636 dependencies: 599 dependencies:
637 "@babel/helper-plugin-utils" "^7.10.4" 600 "@babel/helper-plugin-utils" "^7.10.4"
638 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 601 "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
639 602
640"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.4": 603"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1":
641 version "7.10.4" 604 version "7.12.1"
642 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a" 605 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz#3ed4fff31c015e7f3f1467f190dbe545cd7b046c"
643 integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw== 606 integrity sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==
644 dependencies: 607 dependencies:
645 "@babel/helper-plugin-utils" "^7.10.4" 608 "@babel/helper-plugin-utils" "^7.10.4"
646 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" 609 "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
647 610
648"@babel/plugin-proposal-numeric-separator@^7.10.4": 611"@babel/plugin-proposal-numeric-separator@^7.12.1":
649 version "7.10.4" 612 version "7.12.5"
650 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.4.tgz#ce1590ff0a65ad12970a609d78855e9a4c1aef06" 613 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.5.tgz#b1ce757156d40ed79d59d467cb2b154a5c4149ba"
651 integrity sha512-73/G7QoRoeNkLZFxsoCCvlg4ezE4eM+57PnOqgaPOozd5myfj7p0muD1mRVJvbUWbOzD+q3No2bWbaKy+DJ8DA== 614 integrity sha512-UiAnkKuOrCyjZ3sYNHlRlfuZJbBHknMQ9VMwVeX97Ofwx7RpD6gS2HfqTCh8KNUQgcOm8IKt103oR4KIjh7Q8g==
652 dependencies: 615 dependencies:
653 "@babel/helper-plugin-utils" "^7.10.4" 616 "@babel/helper-plugin-utils" "^7.10.4"
654 "@babel/plugin-syntax-numeric-separator" "^7.10.4" 617 "@babel/plugin-syntax-numeric-separator" "^7.10.4"
655 618
656"@babel/plugin-proposal-object-rest-spread@^7.11.0": 619"@babel/plugin-proposal-object-rest-spread@^7.12.1":
657 version "7.11.0" 620 version "7.12.1"
658 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz#bd81f95a1f746760ea43b6c2d3d62b11790ad0af" 621 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069"
659 integrity sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA== 622 integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==
660 dependencies: 623 dependencies:
661 "@babel/helper-plugin-utils" "^7.10.4" 624 "@babel/helper-plugin-utils" "^7.10.4"
662 "@babel/plugin-syntax-object-rest-spread" "^7.8.0" 625 "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
663 "@babel/plugin-transform-parameters" "^7.10.4" 626 "@babel/plugin-transform-parameters" "^7.12.1"
664 627
665"@babel/plugin-proposal-optional-catch-binding@^7.10.4": 628"@babel/plugin-proposal-optional-catch-binding@^7.12.1":
666 version "7.10.4" 629 version "7.12.1"
667 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz#31c938309d24a78a49d68fdabffaa863758554dd" 630 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1.tgz#ccc2421af64d3aae50b558a71cede929a5ab2942"
668 integrity sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g== 631 integrity sha512-hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==
669 dependencies: 632 dependencies:
670 "@babel/helper-plugin-utils" "^7.10.4" 633 "@babel/helper-plugin-utils" "^7.10.4"
671 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" 634 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
672 635
673"@babel/plugin-proposal-optional-chaining@^7.11.0": 636"@babel/plugin-proposal-optional-chaining@^7.12.1":
674 version "7.11.0" 637 version "7.12.1"
675 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076" 638 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
676 integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA== 639 integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
677 dependencies: 640 dependencies:
678 "@babel/helper-plugin-utils" "^7.10.4" 641 "@babel/helper-plugin-utils" "^7.10.4"
679 "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" 642 "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
680 "@babel/plugin-syntax-optional-chaining" "^7.8.0" 643 "@babel/plugin-syntax-optional-chaining" "^7.8.0"
681 644
682"@babel/plugin-proposal-private-methods@^7.10.4": 645"@babel/plugin-proposal-private-methods@^7.12.1":
683 version "7.10.4" 646 version "7.12.1"
684 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz#b160d972b8fdba5c7d111a145fc8c421fc2a6909" 647 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz#86814f6e7a21374c980c10d38b4493e703f4a389"
685 integrity sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw== 648 integrity sha512-mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==
686 dependencies: 649 dependencies:
687 "@babel/helper-create-class-features-plugin" "^7.10.4" 650 "@babel/helper-create-class-features-plugin" "^7.12.1"
688 "@babel/helper-plugin-utils" "^7.10.4" 651 "@babel/helper-plugin-utils" "^7.10.4"
689 652
690"@babel/plugin-proposal-unicode-property-regex@^7.10.4", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": 653"@babel/plugin-proposal-unicode-property-regex@^7.12.1", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
691 version "7.10.4" 654 version "7.12.1"
692 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz#4483cda53041ce3413b7fe2f00022665ddfaa75d" 655 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1.tgz#2a183958d417765b9eae334f47758e5d6a82e072"
693 integrity sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA== 656 integrity sha512-MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==
694 dependencies: 657 dependencies:
695 "@babel/helper-create-regexp-features-plugin" "^7.10.4" 658 "@babel/helper-create-regexp-features-plugin" "^7.12.1"
696 "@babel/helper-plugin-utils" "^7.10.4" 659 "@babel/helper-plugin-utils" "^7.10.4"
697 660
698"@babel/plugin-syntax-async-generators@^7.8.0": 661"@babel/plugin-syntax-async-generators@^7.8.0":
@@ -702,10 +665,10 @@
702 dependencies: 665 dependencies:
703 "@babel/helper-plugin-utils" "^7.8.0" 666 "@babel/helper-plugin-utils" "^7.8.0"
704 667
705"@babel/plugin-syntax-class-properties@^7.10.4": 668"@babel/plugin-syntax-class-properties@^7.12.1":
706 version "7.10.4" 669 version "7.12.1"
707 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz#6644e6a0baa55a61f9e3231f6c9eeb6ee46c124c" 670 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz#bcb297c5366e79bebadef509549cd93b04f19978"
708 integrity sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA== 671 integrity sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==
709 dependencies: 672 dependencies:
710 "@babel/helper-plugin-utils" "^7.10.4" 673 "@babel/helper-plugin-utils" "^7.10.4"
711 674
@@ -772,298 +735,298 @@
772 dependencies: 735 dependencies:
773 "@babel/helper-plugin-utils" "^7.8.0" 736 "@babel/helper-plugin-utils" "^7.8.0"
774 737
775"@babel/plugin-syntax-top-level-await@^7.10.4": 738"@babel/plugin-syntax-top-level-await@^7.12.1":
776 version "7.10.4" 739 version "7.12.1"
777 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz#4bbeb8917b54fcf768364e0a81f560e33a3ef57d" 740 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz#dd6c0b357ac1bb142d98537450a319625d13d2a0"
778 integrity sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ== 741 integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==
779 dependencies: 742 dependencies:
780 "@babel/helper-plugin-utils" "^7.10.4" 743 "@babel/helper-plugin-utils" "^7.10.4"
781 744
782"@babel/plugin-transform-arrow-functions@^7.10.4": 745"@babel/plugin-transform-arrow-functions@^7.12.1":
783 version "7.10.4" 746 version "7.12.1"
784 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz#e22960d77e697c74f41c501d44d73dbf8a6a64cd" 747 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1.tgz#8083ffc86ac8e777fbe24b5967c4b2521f3cb2b3"
785 integrity sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA== 748 integrity sha512-5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==
786 dependencies: 749 dependencies:
787 "@babel/helper-plugin-utils" "^7.10.4" 750 "@babel/helper-plugin-utils" "^7.10.4"
788 751
789"@babel/plugin-transform-async-to-generator@^7.10.4": 752"@babel/plugin-transform-async-to-generator@^7.12.1":
790 version "7.10.4" 753 version "7.12.1"
791 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz#41a5017e49eb6f3cda9392a51eef29405b245a37" 754 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1.tgz#3849a49cc2a22e9743cbd6b52926d30337229af1"
792 integrity sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ== 755 integrity sha512-SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==
793 dependencies: 756 dependencies:
794 "@babel/helper-module-imports" "^7.10.4" 757 "@babel/helper-module-imports" "^7.12.1"
795 "@babel/helper-plugin-utils" "^7.10.4" 758 "@babel/helper-plugin-utils" "^7.10.4"
796 "@babel/helper-remap-async-to-generator" "^7.10.4" 759 "@babel/helper-remap-async-to-generator" "^7.12.1"
797 760
798"@babel/plugin-transform-block-scoped-functions@^7.10.4": 761"@babel/plugin-transform-block-scoped-functions@^7.12.1":
799 version "7.10.4" 762 version "7.12.1"
800 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8" 763 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1.tgz#f2a1a365bde2b7112e0a6ded9067fdd7c07905d9"
801 integrity sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA== 764 integrity sha512-5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==
802 dependencies: 765 dependencies:
803 "@babel/helper-plugin-utils" "^7.10.4" 766 "@babel/helper-plugin-utils" "^7.10.4"
804 767
805"@babel/plugin-transform-block-scoping@^7.10.4": 768"@babel/plugin-transform-block-scoping@^7.12.1":
806 version "7.11.1" 769 version "7.12.1"
807 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.11.1.tgz#5b7efe98852bef8d652c0b28144cd93a9e4b5215" 770 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1"
808 integrity sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew== 771 integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==
809 dependencies: 772 dependencies:
810 "@babel/helper-plugin-utils" "^7.10.4" 773 "@babel/helper-plugin-utils" "^7.10.4"
811 774
812"@babel/plugin-transform-classes@^7.10.4": 775"@babel/plugin-transform-classes@^7.12.1":
813 version "7.10.4" 776 version "7.12.1"
814 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz#405136af2b3e218bc4a1926228bc917ab1a0adc7" 777 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz#65e650fcaddd3d88ddce67c0f834a3d436a32db6"
815 integrity sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA== 778 integrity sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==
816 dependencies: 779 dependencies:
817 "@babel/helper-annotate-as-pure" "^7.10.4" 780 "@babel/helper-annotate-as-pure" "^7.10.4"
818 "@babel/helper-define-map" "^7.10.4" 781 "@babel/helper-define-map" "^7.10.4"
819 "@babel/helper-function-name" "^7.10.4" 782 "@babel/helper-function-name" "^7.10.4"
820 "@babel/helper-optimise-call-expression" "^7.10.4" 783 "@babel/helper-optimise-call-expression" "^7.10.4"
821 "@babel/helper-plugin-utils" "^7.10.4" 784 "@babel/helper-plugin-utils" "^7.10.4"
822 "@babel/helper-replace-supers" "^7.10.4" 785 "@babel/helper-replace-supers" "^7.12.1"
823 "@babel/helper-split-export-declaration" "^7.10.4" 786 "@babel/helper-split-export-declaration" "^7.10.4"
824 globals "^11.1.0" 787 globals "^11.1.0"
825 788
826"@babel/plugin-transform-computed-properties@^7.10.4": 789"@babel/plugin-transform-computed-properties@^7.12.1":
827 version "7.10.4" 790 version "7.12.1"
828 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz#9ded83a816e82ded28d52d4b4ecbdd810cdfc0eb" 791 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1.tgz#d68cf6c9b7f838a8a4144badbe97541ea0904852"
829 integrity sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw== 792 integrity sha512-vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==
830 dependencies: 793 dependencies:
831 "@babel/helper-plugin-utils" "^7.10.4" 794 "@babel/helper-plugin-utils" "^7.10.4"
832 795
833"@babel/plugin-transform-destructuring@^7.10.4": 796"@babel/plugin-transform-destructuring@^7.12.1":
834 version "7.10.4" 797 version "7.12.1"
835 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz#70ddd2b3d1bea83d01509e9bb25ddb3a74fc85e5" 798 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1.tgz#b9a570fe0d0a8d460116413cb4f97e8e08b2f847"
836 integrity sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA== 799 integrity sha512-fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==
837 dependencies: 800 dependencies:
838 "@babel/helper-plugin-utils" "^7.10.4" 801 "@babel/helper-plugin-utils" "^7.10.4"
839 802
840"@babel/plugin-transform-dotall-regex@^7.10.4", "@babel/plugin-transform-dotall-regex@^7.4.4": 803"@babel/plugin-transform-dotall-regex@^7.12.1", "@babel/plugin-transform-dotall-regex@^7.4.4":
841 version "7.10.4" 804 version "7.12.1"
842 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz#469c2062105c1eb6a040eaf4fac4b488078395ee" 805 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz#a1d16c14862817b6409c0a678d6f9373ca9cd975"
843 integrity sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA== 806 integrity sha512-B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==
844 dependencies: 807 dependencies:
845 "@babel/helper-create-regexp-features-plugin" "^7.10.4" 808 "@babel/helper-create-regexp-features-plugin" "^7.12.1"
846 "@babel/helper-plugin-utils" "^7.10.4" 809 "@babel/helper-plugin-utils" "^7.10.4"
847 810
848"@babel/plugin-transform-duplicate-keys@^7.10.4": 811"@babel/plugin-transform-duplicate-keys@^7.12.1":
849 version "7.10.4" 812 version "7.12.1"
850 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz#697e50c9fee14380fe843d1f306b295617431e47" 813 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1.tgz#745661baba295ac06e686822797a69fbaa2ca228"
851 integrity sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA== 814 integrity sha512-iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==
852 dependencies: 815 dependencies:
853 "@babel/helper-plugin-utils" "^7.10.4" 816 "@babel/helper-plugin-utils" "^7.10.4"
854 817
855"@babel/plugin-transform-exponentiation-operator@^7.10.4": 818"@babel/plugin-transform-exponentiation-operator@^7.12.1":
856 version "7.10.4" 819 version "7.12.1"
857 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz#5ae338c57f8cf4001bdb35607ae66b92d665af2e" 820 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1.tgz#b0f2ed356ba1be1428ecaf128ff8a24f02830ae0"
858 integrity sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw== 821 integrity sha512-7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==
859 dependencies: 822 dependencies:
860 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4" 823 "@babel/helper-builder-binary-assignment-operator-visitor" "^7.10.4"
861 "@babel/helper-plugin-utils" "^7.10.4" 824 "@babel/helper-plugin-utils" "^7.10.4"
862 825
863"@babel/plugin-transform-for-of@^7.10.4": 826"@babel/plugin-transform-for-of@^7.12.1":
864 version "7.10.4" 827 version "7.12.1"
865 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz#c08892e8819d3a5db29031b115af511dbbfebae9" 828 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1.tgz#07640f28867ed16f9511c99c888291f560921cfa"
866 integrity sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ== 829 integrity sha512-Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==
867 dependencies: 830 dependencies:
868 "@babel/helper-plugin-utils" "^7.10.4" 831 "@babel/helper-plugin-utils" "^7.10.4"
869 832
870"@babel/plugin-transform-function-name@^7.10.4": 833"@babel/plugin-transform-function-name@^7.12.1":
871 version "7.10.4" 834 version "7.12.1"
872 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz#6a467880e0fc9638514ba369111811ddbe2644b7" 835 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1.tgz#2ec76258c70fe08c6d7da154003a480620eba667"
873 integrity sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg== 836 integrity sha512-JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==
874 dependencies: 837 dependencies:
875 "@babel/helper-function-name" "^7.10.4" 838 "@babel/helper-function-name" "^7.10.4"
876 "@babel/helper-plugin-utils" "^7.10.4" 839 "@babel/helper-plugin-utils" "^7.10.4"
877 840
878"@babel/plugin-transform-literals@^7.10.4": 841"@babel/plugin-transform-literals@^7.12.1":
879 version "7.10.4" 842 version "7.12.1"
880 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz#9f42ba0841100a135f22712d0e391c462f571f3c" 843 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1.tgz#d73b803a26b37017ddf9d3bb8f4dc58bfb806f57"
881 integrity sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ== 844 integrity sha512-+PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==
882 dependencies: 845 dependencies:
883 "@babel/helper-plugin-utils" "^7.10.4" 846 "@babel/helper-plugin-utils" "^7.10.4"
884 847
885"@babel/plugin-transform-member-expression-literals@^7.10.4": 848"@babel/plugin-transform-member-expression-literals@^7.12.1":
886 version "7.10.4" 849 version "7.12.1"
887 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz#b1ec44fcf195afcb8db2c62cd8e551c881baf8b7" 850 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1.tgz#496038602daf1514a64d43d8e17cbb2755e0c3ad"
888 integrity sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw== 851 integrity sha512-1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==
889 dependencies: 852 dependencies:
890 "@babel/helper-plugin-utils" "^7.10.4" 853 "@babel/helper-plugin-utils" "^7.10.4"
891 854
892"@babel/plugin-transform-modules-amd@^7.10.4": 855"@babel/plugin-transform-modules-amd@^7.12.1":
893 version "7.10.5" 856 version "7.12.1"
894 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.5.tgz#1b9cddaf05d9e88b3aad339cb3e445c4f020a9b1" 857 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1.tgz#3154300b026185666eebb0c0ed7f8415fefcf6f9"
895 integrity sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw== 858 integrity sha512-tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==
896 dependencies: 859 dependencies:
897 "@babel/helper-module-transforms" "^7.10.5" 860 "@babel/helper-module-transforms" "^7.12.1"
898 "@babel/helper-plugin-utils" "^7.10.4" 861 "@babel/helper-plugin-utils" "^7.10.4"
899 babel-plugin-dynamic-import-node "^2.3.3" 862 babel-plugin-dynamic-import-node "^2.3.3"
900 863
901"@babel/plugin-transform-modules-commonjs@^7.10.4": 864"@babel/plugin-transform-modules-commonjs@^7.12.1":
902 version "7.10.4" 865 version "7.12.1"
903 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz#66667c3eeda1ebf7896d41f1f16b17105a2fbca0" 866 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1.tgz#fa403124542636c786cf9b460a0ffbb48a86e648"
904 integrity sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w== 867 integrity sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==
905 dependencies: 868 dependencies:
906 "@babel/helper-module-transforms" "^7.10.4" 869 "@babel/helper-module-transforms" "^7.12.1"
907 "@babel/helper-plugin-utils" "^7.10.4" 870 "@babel/helper-plugin-utils" "^7.10.4"
908 "@babel/helper-simple-access" "^7.10.4" 871 "@babel/helper-simple-access" "^7.12.1"
909 babel-plugin-dynamic-import-node "^2.3.3" 872 babel-plugin-dynamic-import-node "^2.3.3"
910 873
911"@babel/plugin-transform-modules-systemjs@^7.10.4": 874"@babel/plugin-transform-modules-systemjs@^7.12.1":
912 version "7.10.5" 875 version "7.12.1"
913 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.5.tgz#6270099c854066681bae9e05f87e1b9cadbe8c85" 876 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1.tgz#663fea620d593c93f214a464cd399bf6dc683086"
914 integrity sha512-f4RLO/OL14/FP1AEbcsWMzpbUz6tssRaeQg11RH1BP/XnPpRoVwgeYViMFacnkaw4k4wjRSjn3ip1Uw9TaXuMw== 877 integrity sha512-Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==
915 dependencies: 878 dependencies:
916 "@babel/helper-hoist-variables" "^7.10.4" 879 "@babel/helper-hoist-variables" "^7.10.4"
917 "@babel/helper-module-transforms" "^7.10.5" 880 "@babel/helper-module-transforms" "^7.12.1"
918 "@babel/helper-plugin-utils" "^7.10.4" 881 "@babel/helper-plugin-utils" "^7.10.4"
882 "@babel/helper-validator-identifier" "^7.10.4"
919 babel-plugin-dynamic-import-node "^2.3.3" 883 babel-plugin-dynamic-import-node "^2.3.3"
920 884
921"@babel/plugin-transform-modules-umd@^7.10.4": 885"@babel/plugin-transform-modules-umd@^7.12.1":
922 version "7.10.4" 886 version "7.12.1"
923 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz#9a8481fe81b824654b3a0b65da3df89f3d21839e" 887 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1.tgz#eb5a218d6b1c68f3d6217b8fa2cc82fec6547902"
924 integrity sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA== 888 integrity sha512-aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==
925 dependencies: 889 dependencies:
926 "@babel/helper-module-transforms" "^7.10.4" 890 "@babel/helper-module-transforms" "^7.12.1"
927 "@babel/helper-plugin-utils" "^7.10.4" 891 "@babel/helper-plugin-utils" "^7.10.4"
928 892
929"@babel/plugin-transform-named-capturing-groups-regex@^7.10.4": 893"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1":
930 version "7.10.4" 894 version "7.12.1"
931 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz#78b4d978810b6f3bcf03f9e318f2fc0ed41aecb6" 895 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1.tgz#b407f5c96be0d9f5f88467497fa82b30ac3e8753"
932 integrity sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA== 896 integrity sha512-tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==
933 dependencies: 897 dependencies:
934 "@babel/helper-create-regexp-features-plugin" "^7.10.4" 898 "@babel/helper-create-regexp-features-plugin" "^7.12.1"
935 899
936"@babel/plugin-transform-new-target@^7.10.4": 900"@babel/plugin-transform-new-target@^7.12.1":
937 version "7.10.4" 901 version "7.12.1"
938 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz#9097d753cb7b024cb7381a3b2e52e9513a9c6888" 902 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1.tgz#80073f02ee1bb2d365c3416490e085c95759dec0"
939 integrity sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw== 903 integrity sha512-+eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==
940 dependencies: 904 dependencies:
941 "@babel/helper-plugin-utils" "^7.10.4" 905 "@babel/helper-plugin-utils" "^7.10.4"
942 906
943"@babel/plugin-transform-object-super@^7.10.4": 907"@babel/plugin-transform-object-super@^7.12.1":
944 version "7.10.4" 908 version "7.12.1"
945 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz#d7146c4d139433e7a6526f888c667e314a093894" 909 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1.tgz#4ea08696b8d2e65841d0c7706482b048bed1066e"
946 integrity sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ== 910 integrity sha512-AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==
947 dependencies: 911 dependencies:
948 "@babel/helper-plugin-utils" "^7.10.4" 912 "@babel/helper-plugin-utils" "^7.10.4"
949 "@babel/helper-replace-supers" "^7.10.4" 913 "@babel/helper-replace-supers" "^7.12.1"
950 914
951"@babel/plugin-transform-parameters@^7.10.4": 915"@babel/plugin-transform-parameters@^7.12.1":
952 version "7.10.5" 916 version "7.12.1"
953 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.5.tgz#59d339d58d0b1950435f4043e74e2510005e2c4a" 917 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz#d2e963b038771650c922eff593799c96d853255d"
954 integrity sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw== 918 integrity sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==
955 dependencies: 919 dependencies:
956 "@babel/helper-get-function-arity" "^7.10.4"
957 "@babel/helper-plugin-utils" "^7.10.4" 920 "@babel/helper-plugin-utils" "^7.10.4"
958 921
959"@babel/plugin-transform-property-literals@^7.10.4": 922"@babel/plugin-transform-property-literals@^7.12.1":
960 version "7.10.4" 923 version "7.12.1"
961 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz#f6fe54b6590352298785b83edd815d214c42e3c0" 924 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1.tgz#41bc81200d730abb4456ab8b3fbd5537b59adecd"
962 integrity sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g== 925 integrity sha512-6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==
963 dependencies: 926 dependencies:
964 "@babel/helper-plugin-utils" "^7.10.4" 927 "@babel/helper-plugin-utils" "^7.10.4"
965 928
966"@babel/plugin-transform-regenerator@^7.10.4": 929"@babel/plugin-transform-regenerator@^7.12.1":
967 version "7.10.4" 930 version "7.12.1"
968 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz#2015e59d839074e76838de2159db421966fd8b63" 931 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1.tgz#5f0a28d842f6462281f06a964e88ba8d7ab49753"
969 integrity sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw== 932 integrity sha512-gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==
970 dependencies: 933 dependencies:
971 regenerator-transform "^0.14.2" 934 regenerator-transform "^0.14.2"
972 935
973"@babel/plugin-transform-reserved-words@^7.10.4": 936"@babel/plugin-transform-reserved-words@^7.12.1":
974 version "7.10.4" 937 version "7.12.1"
975 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz#8f2682bcdcef9ed327e1b0861585d7013f8a54dd" 938 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1.tgz#6fdfc8cc7edcc42b36a7c12188c6787c873adcd8"
976 integrity sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ== 939 integrity sha512-pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==
977 dependencies: 940 dependencies:
978 "@babel/helper-plugin-utils" "^7.10.4" 941 "@babel/helper-plugin-utils" "^7.10.4"
979 942
980"@babel/plugin-transform-runtime@7.11.0": 943"@babel/plugin-transform-runtime@7.12.1":
981 version "7.11.0" 944 version "7.12.1"
982 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf" 945 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5"
983 integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== 946 integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
984 dependencies: 947 dependencies:
985 "@babel/helper-module-imports" "^7.10.4" 948 "@babel/helper-module-imports" "^7.12.1"
986 "@babel/helper-plugin-utils" "^7.10.4" 949 "@babel/helper-plugin-utils" "^7.10.4"
987 resolve "^1.8.1" 950 resolve "^1.8.1"
988 semver "^5.5.1" 951 semver "^5.5.1"
989 952
990"@babel/plugin-transform-shorthand-properties@^7.10.4": 953"@babel/plugin-transform-shorthand-properties@^7.12.1":
991 version "7.10.4" 954 version "7.12.1"
992 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz#9fd25ec5cdd555bb7f473e5e6ee1c971eede4dd6" 955 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1.tgz#0bf9cac5550fce0cfdf043420f661d645fdc75e3"
993 integrity sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q== 956 integrity sha512-GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==
994 dependencies: 957 dependencies:
995 "@babel/helper-plugin-utils" "^7.10.4" 958 "@babel/helper-plugin-utils" "^7.10.4"
996 959
997"@babel/plugin-transform-spread@^7.11.0": 960"@babel/plugin-transform-spread@^7.12.1":
998 version "7.11.0" 961 version "7.12.1"
999 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz#fa84d300f5e4f57752fe41a6d1b3c554f13f17cc" 962 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1.tgz#527f9f311be4ec7fdc2b79bb89f7bf884b3e1e1e"
1000 integrity sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw== 963 integrity sha512-vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==
1001 dependencies: 964 dependencies:
1002 "@babel/helper-plugin-utils" "^7.10.4" 965 "@babel/helper-plugin-utils" "^7.10.4"
1003 "@babel/helper-skip-transparent-expression-wrappers" "^7.11.0" 966 "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
1004 967
1005"@babel/plugin-transform-sticky-regex@^7.10.4": 968"@babel/plugin-transform-sticky-regex@^7.12.1":
1006 version "7.10.4" 969 version "7.12.1"
1007 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz#8f3889ee8657581130a29d9cc91d7c73b7c4a28d" 970 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.1.tgz#5c24cf50de396d30e99afc8d1c700e8bce0f5caf"
1008 integrity sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ== 971 integrity sha512-CiUgKQ3AGVk7kveIaPEET1jNDhZZEl1RPMWdTBE1799bdz++SwqDHStmxfCtDfBhQgCl38YRiSnrMuUMZIWSUQ==
1009 dependencies: 972 dependencies:
1010 "@babel/helper-plugin-utils" "^7.10.4" 973 "@babel/helper-plugin-utils" "^7.10.4"
1011 "@babel/helper-regex" "^7.10.4" 974 "@babel/helper-regex" "^7.10.4"
1012 975
1013"@babel/plugin-transform-template-literals@^7.10.4": 976"@babel/plugin-transform-template-literals@^7.12.1":
1014 version "7.10.5" 977 version "7.12.1"
1015 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.5.tgz#78bc5d626a6642db3312d9d0f001f5e7639fde8c" 978 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1.tgz#b43ece6ed9a79c0c71119f576d299ef09d942843"
1016 integrity sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw== 979 integrity sha512-b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==
1017 dependencies: 980 dependencies:
1018 "@babel/helper-annotate-as-pure" "^7.10.4"
1019 "@babel/helper-plugin-utils" "^7.10.4" 981 "@babel/helper-plugin-utils" "^7.10.4"
1020 982
1021"@babel/plugin-transform-typeof-symbol@^7.10.4": 983"@babel/plugin-transform-typeof-symbol@^7.12.1":
1022 version "7.10.4" 984 version "7.12.1"
1023 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz#9509f1a7eec31c4edbffe137c16cc33ff0bc5bfc" 985 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a"
1024 integrity sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA== 986 integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
1025 dependencies: 987 dependencies:
1026 "@babel/helper-plugin-utils" "^7.10.4" 988 "@babel/helper-plugin-utils" "^7.10.4"
1027 989
1028"@babel/plugin-transform-unicode-escapes@^7.10.4": 990"@babel/plugin-transform-unicode-escapes@^7.12.1":
1029 version "7.10.4" 991 version "7.12.1"
1030 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz#feae523391c7651ddac115dae0a9d06857892007" 992 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1.tgz#5232b9f81ccb07070b7c3c36c67a1b78f1845709"
1031 integrity sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg== 993 integrity sha512-I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==
1032 dependencies: 994 dependencies:
1033 "@babel/helper-plugin-utils" "^7.10.4" 995 "@babel/helper-plugin-utils" "^7.10.4"
1034 996
1035"@babel/plugin-transform-unicode-regex@^7.10.4": 997"@babel/plugin-transform-unicode-regex@^7.12.1":
1036 version "7.10.4" 998 version "7.12.1"
1037 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz#e56d71f9282fac6db09c82742055576d5e6d80a8" 999 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1.tgz#cc9661f61390db5c65e3febaccefd5c6ac3faecb"
1038 integrity sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A== 1000 integrity sha512-SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==
1039 dependencies: 1001 dependencies:
1040 "@babel/helper-create-regexp-features-plugin" "^7.10.4" 1002 "@babel/helper-create-regexp-features-plugin" "^7.12.1"
1041 "@babel/helper-plugin-utils" "^7.10.4" 1003 "@babel/helper-plugin-utils" "^7.10.4"
1042 1004
1043"@babel/preset-env@7.11.0", "@babel/preset-env@^7.11.0": 1005"@babel/preset-env@7.12.1":
1044 version "7.11.0" 1006 version "7.12.1"
1045 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" 1007 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
1046 integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== 1008 integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
1047 dependencies: 1009 dependencies:
1048 "@babel/compat-data" "^7.11.0" 1010 "@babel/compat-data" "^7.12.1"
1049 "@babel/helper-compilation-targets" "^7.10.4" 1011 "@babel/helper-compilation-targets" "^7.12.1"
1050 "@babel/helper-module-imports" "^7.10.4" 1012 "@babel/helper-module-imports" "^7.12.1"
1051 "@babel/helper-plugin-utils" "^7.10.4" 1013 "@babel/helper-plugin-utils" "^7.10.4"
1052 "@babel/plugin-proposal-async-generator-functions" "^7.10.4" 1014 "@babel/helper-validator-option" "^7.12.1"
1053 "@babel/plugin-proposal-class-properties" "^7.10.4" 1015 "@babel/plugin-proposal-async-generator-functions" "^7.12.1"
1054 "@babel/plugin-proposal-dynamic-import" "^7.10.4" 1016 "@babel/plugin-proposal-class-properties" "^7.12.1"
1055 "@babel/plugin-proposal-export-namespace-from" "^7.10.4" 1017 "@babel/plugin-proposal-dynamic-import" "^7.12.1"
1056 "@babel/plugin-proposal-json-strings" "^7.10.4" 1018 "@babel/plugin-proposal-export-namespace-from" "^7.12.1"
1057 "@babel/plugin-proposal-logical-assignment-operators" "^7.11.0" 1019 "@babel/plugin-proposal-json-strings" "^7.12.1"
1058 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.4" 1020 "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
1059 "@babel/plugin-proposal-numeric-separator" "^7.10.4" 1021 "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
1060 "@babel/plugin-proposal-object-rest-spread" "^7.11.0" 1022 "@babel/plugin-proposal-numeric-separator" "^7.12.1"
1061 "@babel/plugin-proposal-optional-catch-binding" "^7.10.4" 1023 "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
1062 "@babel/plugin-proposal-optional-chaining" "^7.11.0" 1024 "@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
1063 "@babel/plugin-proposal-private-methods" "^7.10.4" 1025 "@babel/plugin-proposal-optional-chaining" "^7.12.1"
1064 "@babel/plugin-proposal-unicode-property-regex" "^7.10.4" 1026 "@babel/plugin-proposal-private-methods" "^7.12.1"
1027 "@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
1065 "@babel/plugin-syntax-async-generators" "^7.8.0" 1028 "@babel/plugin-syntax-async-generators" "^7.8.0"
1066 "@babel/plugin-syntax-class-properties" "^7.10.4" 1029 "@babel/plugin-syntax-class-properties" "^7.12.1"
1067 "@babel/plugin-syntax-dynamic-import" "^7.8.0" 1030 "@babel/plugin-syntax-dynamic-import" "^7.8.0"
1068 "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 1031 "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1069 "@babel/plugin-syntax-json-strings" "^7.8.0" 1032 "@babel/plugin-syntax-json-strings" "^7.8.0"
@@ -1073,51 +1036,48 @@
1073 "@babel/plugin-syntax-object-rest-spread" "^7.8.0" 1036 "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
1074 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" 1037 "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
1075 "@babel/plugin-syntax-optional-chaining" "^7.8.0" 1038 "@babel/plugin-syntax-optional-chaining" "^7.8.0"
1076 "@babel/plugin-syntax-top-level-await" "^7.10.4" 1039 "@babel/plugin-syntax-top-level-await" "^7.12.1"
1077 "@babel/plugin-transform-arrow-functions" "^7.10.4" 1040 "@babel/plugin-transform-arrow-functions" "^7.12.1"
1078 "@babel/plugin-transform-async-to-generator" "^7.10.4" 1041 "@babel/plugin-transform-async-to-generator" "^7.12.1"
1079 "@babel/plugin-transform-block-scoped-functions" "^7.10.4" 1042 "@babel/plugin-transform-block-scoped-functions" "^7.12.1"
1080 "@babel/plugin-transform-block-scoping" "^7.10.4" 1043 "@babel/plugin-transform-block-scoping" "^7.12.1"
1081 "@babel/plugin-transform-classes" "^7.10.4" 1044 "@babel/plugin-transform-classes" "^7.12.1"
1082 "@babel/plugin-transform-computed-properties" "^7.10.4" 1045 "@babel/plugin-transform-computed-properties" "^7.12.1"
1083 "@babel/plugin-transform-destructuring" "^7.10.4" 1046 "@babel/plugin-transform-destructuring" "^7.12.1"
1084 "@babel/plugin-transform-dotall-regex" "^7.10.4" 1047 "@babel/plugin-transform-dotall-regex" "^7.12.1"
1085 "@babel/plugin-transform-duplicate-keys" "^7.10.4" 1048 "@babel/plugin-transform-duplicate-keys" "^7.12.1"
1086 "@babel/plugin-transform-exponentiation-operator" "^7.10.4" 1049 "@babel/plugin-transform-exponentiation-operator" "^7.12.1"
1087 "@babel/plugin-transform-for-of" "^7.10.4" 1050 "@babel/plugin-transform-for-of" "^7.12.1"
1088 "@babel/plugin-transform-function-name" "^7.10.4" 1051 "@babel/plugin-transform-function-name" "^7.12.1"
1089 "@babel/plugin-transform-literals" "^7.10.4" 1052 "@babel/plugin-transform-literals" "^7.12.1"
1090 "@babel/plugin-transform-member-expression-literals" "^7.10.4" 1053 "@babel/plugin-transform-member-expression-literals" "^7.12.1"
1091 "@babel/plugin-transform-modules-amd" "^7.10.4" 1054 "@babel/plugin-transform-modules-amd" "^7.12.1"
1092 "@babel/plugin-transform-modules-commonjs" "^7.10.4" 1055 "@babel/plugin-transform-modules-commonjs" "^7.12.1"
1093 "@babel/plugin-transform-modules-systemjs" "^7.10.4" 1056 "@babel/plugin-transform-modules-systemjs" "^7.12.1"
1094 "@babel/plugin-transform-modules-umd" "^7.10.4" 1057 "@babel/plugin-transform-modules-umd" "^7.12.1"
1095 "@babel/plugin-transform-named-capturing-groups-regex" "^7.10.4" 1058 "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.1"
1096 "@babel/plugin-transform-new-target" "^7.10.4" 1059 "@babel/plugin-transform-new-target" "^7.12.1"
1097 "@babel/plugin-transform-object-super" "^7.10.4" 1060 "@babel/plugin-transform-object-super" "^7.12.1"
1098 "@babel/plugin-transform-parameters" "^7.10.4" 1061 "@babel/plugin-transform-parameters" "^7.12.1"
1099 "@babel/plugin-transform-property-literals" "^7.10.4" 1062 "@babel/plugin-transform-property-literals" "^7.12.1"
1100 "@babel/plugin-transform-regenerator" "^7.10.4" 1063 "@babel/plugin-transform-regenerator" "^7.12.1"
1101 "@babel/plugin-transform-reserved-words" "^7.10.4" 1064 "@babel/plugin-transform-reserved-words" "^7.12.1"
1102 "@babel/plugin-transform-shorthand-properties" "^7.10.4" 1065 "@babel/plugin-transform-shorthand-properties" "^7.12.1"
1103 "@babel/plugin-transform-spread" "^7.11.0" 1066 "@babel/plugin-transform-spread" "^7.12.1"
1104 "@babel/plugin-transform-sticky-regex" "^7.10.4" 1067 "@babel/plugin-transform-sticky-regex" "^7.12.1"
1105 "@babel/plugin-transform-template-literals" "^7.10.4" 1068 "@babel/plugin-transform-template-literals" "^7.12.1"
1106 "@babel/plugin-transform-typeof-symbol" "^7.10.4" 1069 "@babel/plugin-transform-typeof-symbol" "^7.12.1"
1107 "@babel/plugin-transform-unicode-escapes" "^7.10.4" 1070 "@babel/plugin-transform-unicode-escapes" "^7.12.1"
1108 "@babel/plugin-transform-unicode-regex" "^7.10.4" 1071 "@babel/plugin-transform-unicode-regex" "^7.12.1"
1109 "@babel/preset-modules" "^0.1.3" 1072 "@babel/preset-modules" "^0.1.3"
1110 "@babel/types" "^7.11.0" 1073 "@babel/types" "^7.12.1"
1111 browserslist "^4.12.0"
1112 core-js-compat "^3.6.2" 1074 core-js-compat "^3.6.2"
1113 invariant "^2.2.2"
1114 levenary "^1.1.1"
1115 semver "^5.5.0" 1075 semver "^5.5.0"
1116 1076
1117"@babel/preset-modules@^0.1.3": 1077"@babel/preset-modules@^0.1.3":
1118 version "0.1.3" 1078 version "0.1.4"
1119 resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72" 1079 resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e"
1120 integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== 1080 integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==
1121 dependencies: 1081 dependencies:
1122 "@babel/helper-plugin-utils" "^7.0.0" 1082 "@babel/helper-plugin-utils" "^7.0.0"
1123 "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" 1083 "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
@@ -1125,10 +1085,17 @@
1125 "@babel/types" "^7.4.4" 1085 "@babel/types" "^7.4.4"
1126 esutils "^2.0.2" 1086 esutils "^2.0.2"
1127 1087
1128"@babel/runtime@7.11.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": 1088"@babel/runtime@7.12.1":
1129 version "7.11.2" 1089 version "7.12.1"
1130 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" 1090 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
1131 integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== 1091 integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
1092 dependencies:
1093 regenerator-runtime "^0.13.4"
1094
1095"@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1096 version "7.12.5"
1097 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
1098 integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
1132 dependencies: 1099 dependencies:
1133 regenerator-runtime "^0.13.4" 1100 regenerator-runtime "^0.13.4"
1134 1101
@@ -1141,25 +1108,25 @@
1141 "@babel/parser" "^7.10.4" 1108 "@babel/parser" "^7.10.4"
1142 "@babel/types" "^7.10.4" 1109 "@babel/types" "^7.10.4"
1143 1110
1144"@babel/traverse@^7.10.4", "@babel/traverse@^7.11.0", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3": 1111"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.8.3":
1145 version "7.11.0" 1112 version "7.12.5"
1146 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24" 1113 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
1147 integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg== 1114 integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==
1148 dependencies: 1115 dependencies:
1149 "@babel/code-frame" "^7.10.4" 1116 "@babel/code-frame" "^7.10.4"
1150 "@babel/generator" "^7.11.0" 1117 "@babel/generator" "^7.12.5"
1151 "@babel/helper-function-name" "^7.10.4" 1118 "@babel/helper-function-name" "^7.10.4"
1152 "@babel/helper-split-export-declaration" "^7.11.0" 1119 "@babel/helper-split-export-declaration" "^7.11.0"
1153 "@babel/parser" "^7.11.0" 1120 "@babel/parser" "^7.12.5"
1154 "@babel/types" "^7.11.0" 1121 "@babel/types" "^7.12.5"
1155 debug "^4.1.0" 1122 debug "^4.1.0"
1156 globals "^11.1.0" 1123 globals "^11.1.0"
1157 lodash "^4.17.19" 1124 lodash "^4.17.19"
1158 1125
1159"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3": 1126"@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
1160 version "7.11.0" 1127 version "7.12.6"
1161 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d" 1128 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
1162 integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA== 1129 integrity sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==
1163 dependencies: 1130 dependencies:
1164 "@babel/helper-validator-identifier" "^7.10.4" 1131 "@babel/helper-validator-identifier" "^7.10.4"
1165 lodash "^4.17.19" 1132 lodash "^4.17.19"
@@ -1182,32 +1149,32 @@
1182 schema-utils "^2.7.0" 1149 schema-utils "^2.7.0"
1183 1150
1184"@neos21/bootstrap3-glyphicons@^1.0.1": 1151"@neos21/bootstrap3-glyphicons@^1.0.1":
1185 version "1.0.6" 1152 version "1.0.7"
1186 resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.6.tgz#29f3349d280fac99d7d2eda1ae6dc1f912f29041" 1153 resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.7.tgz#b3f62f0dc54b383afcc26d44fcb3bb0ca1bd4de2"
1187 integrity sha512-oBrBt/Z8T8V073xwYUwUoJ897cqznrn22158mY57Wyj7PFxwyEcfP4lyAWdB+GoXEoiAnfGIBUA6d3qynWsGmA== 1154 integrity sha512-JfvPdx8W2+kVhW+8fj2kIJNS0tesU21hrWF7TBHtYDHpVfcFGU/yn3Eh02sJiNfZABkutP3oU0Ftw8LGF43Jng==
1188 1155
1189"@ng-bootstrap/ng-bootstrap@^7.0.0": 1156"@ng-bootstrap/ng-bootstrap@^8.0.0":
1190 version "7.0.0" 1157 version "8.0.0"
1191 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-7.0.0.tgz#3bfa62eb52fdb891b1ce693ea11c39127e2d1ab7" 1158 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-8.0.0.tgz#7e1b9dc8a147e61ec964af430d1941be377bbe1e"
1192 integrity sha512-SxUaptGWJmCxM0d2Zy1mx7K7p/YBwGZ69NmmBQVY4BE6p5av0hWrVmv9rzzfBz0rhxU7RPZLor2Jpaoq8Xyl4w== 1159 integrity sha512-v77Gfd8xHH+exq0WqIqVRlxbUEHdA/2+RUJenUP2IDTQN9E1rWl7O461/kosr+0XPuxPArHQJxhh/WsCYckcNg==
1193 dependencies: 1160 dependencies:
1194 tslib "^2.0.0" 1161 tslib "^2.0.0"
1195 1162
1196"@ng-select/ng-select@^5.0.0": 1163"@ng-select/ng-select@^5.0.0":
1197 version "5.0.1" 1164 version "5.0.9"
1198 resolved "https://registry.yarnpkg.com/@ng-select/ng-select/-/ng-select-5.0.1.tgz#1d149fe3d2fd199647a00a0099ca0a9b32c7cded" 1165 resolved "https://registry.yarnpkg.com/@ng-select/ng-select/-/ng-select-5.0.9.tgz#3b52b49e04280fdddeacd59e79f381219bd2cf16"
1199 integrity sha512-HXGZbJHUK/Bch88LUgvNard+Kg9tTB9HTG4SalBP64/hwvYOdQIcsFmf2Zxl0VvhUfKo7qLLIY3HKsy9i0wqJg== 1166 integrity sha512-YZeSAiS8/Nx/eHZJPmOOYL8YmcvSq+dr1P8WIrsKmRA7mueorBpPc5xlUj+nLQbpLtsiQvdWDQspf/ykOvD/lA==
1200 dependencies: 1167 dependencies:
1201 tslib "^2.0.0" 1168 tslib "^2.0.0"
1202 1169
1203"@ngtools/webpack@10.1.0-next.6": 1170"@ngtools/webpack@11.0.2":
1204 version "10.1.0-next.6" 1171 version "11.0.2"
1205 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-10.1.0-next.6.tgz#161b11eddbf39d5aecca5051d0992ec801d359f6" 1172 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-11.0.2.tgz#d9513854d474fe09350ce705d04fee38ffb8f0c7"
1206 integrity sha512-xrnfR9iq9VRLX7aocdTRxw+8t3lyxLwHfZcPyLvJGGxFGIf9qnUg0NxX0qzs4CBS5sklG7RGI8qyMFL69lCcRw== 1173 integrity sha512-GbNP6HMBVoee2CkYW/pknprFCeiOLz4FGE06yr4m0700c1i6wuX7AzyHfBcLGAIP6nVblNOT3eh5M41b3cDf8g==
1207 dependencies: 1174 dependencies:
1208 "@angular-devkit/core" "10.1.0-next.6" 1175 "@angular-devkit/core" "11.0.2"
1209 enhanced-resolve "4.3.0" 1176 enhanced-resolve "5.3.1"
1210 webpack-sources "1.4.3" 1177 webpack-sources "2.0.1"
1211 1178
1212"@ngx-i18nsupport/ngx-i18nsupport-lib@^1.12.1": 1179"@ngx-i18nsupport/ngx-i18nsupport-lib@^1.12.1":
1213 version "1.12.1" 1180 version "1.12.1"
@@ -1288,22 +1255,22 @@
1288 dependencies: 1255 dependencies:
1289 mkdirp "^1.0.4" 1256 mkdirp "^1.0.4"
1290 1257
1291"@schematics/angular@10.1.0-next.6": 1258"@schematics/angular@11.0.2":
1292 version "10.1.0-next.6" 1259 version "11.0.2"
1293 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-10.1.0-next.6.tgz#f3e7483594bbcd13b1136868ecfaaba40793f510" 1260 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.0.2.tgz#63041d1931fe2d56135d730a6e43937a3eef4bab"
1294 integrity sha512-fnECAMcaOS7EJAFngXJDg7pjMnEkDh0hAJfdoP9ucNd8PN7wCiNgMv64dBHCG1IkCSE0OsxzRGemhlIB5hgoQQ== 1261 integrity sha512-tUIuCYJUzHYuiXGJ2KCuwxMocS56kPHaM8+neVYWwWbOxKzLZXv80gMm/pIWxrqUDCkIUi3yb4ienudFhgQLYg==
1295 dependencies: 1262 dependencies:
1296 "@angular-devkit/core" "10.1.0-next.6" 1263 "@angular-devkit/core" "11.0.2"
1297 "@angular-devkit/schematics" "10.1.0-next.6" 1264 "@angular-devkit/schematics" "11.0.2"
1298 jsonc-parser "2.3.0" 1265 jsonc-parser "2.3.1"
1299 1266
1300"@schematics/update@0.1001.0-next.6": 1267"@schematics/update@0.1100.2":
1301 version "0.1001.0-next.6" 1268 version "0.1100.2"
1302 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.1001.0-next.6.tgz#b5a47fc16ed292e91a7cf715c9fc9f09b8ef16d9" 1269 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.1100.2.tgz#d3a5c726d434d6c8ff04db8836f829299ca7108a"
1303 integrity sha512-Q3RcDzsIiiLVCBt2mF9IzfnFKt4yPRKm3bXp2ExU6sB/lSr8mpHWfLwpBk973DQg5fpAwFJLFedKMERacibjDw== 1270 integrity sha512-pETCmQylIQ7RM+8uqDkI3KfOaX5H7nuzmMXby28zdLPMZniYti0gJxieiVFhvdz2Ot2Axj0hznfmraFgC9mQMw==
1304 dependencies: 1271 dependencies:
1305 "@angular-devkit/core" "10.1.0-next.6" 1272 "@angular-devkit/core" "11.0.2"
1306 "@angular-devkit/schematics" "10.1.0-next.6" 1273 "@angular-devkit/schematics" "11.0.2"
1307 "@yarnpkg/lockfile" "1.1.0" 1274 "@yarnpkg/lockfile" "1.1.0"
1308 ini "1.3.5" 1275 ini "1.3.5"
1309 npm-package-arg "^8.0.0" 1276 npm-package-arg "^8.0.0"
@@ -1324,21 +1291,21 @@
1324 "@types/node" "*" 1291 "@types/node" "*"
1325 1292
1326"@types/chart.js@^2.9.16": 1293"@types/chart.js@^2.9.16":
1327 version "2.9.24" 1294 version "2.9.28"
1328 resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.24.tgz#f044fde90c928cb054e2ea582eb68d9945d84bc6" 1295 resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.28.tgz#75f1a456ee2eace136073c3264da271a27dcdc8a"
1329 integrity sha512-AQI7X+ow3SaONl44JrHoL/5B+lCsJyG31UHZ5RP98Uh15hI/zjEkDsAb4EIm4P9TGfNhZLXw/nMc5w0u10+/fQ== 1296 integrity sha512-9YYhsxRngRJb0dkuaU5BezkF+zvvVHnwdRw+rtlahtFb4zqNf9YSgWsOq+dLYeh0fqsWmHUYLR64eNigh02F+w==
1330 dependencies: 1297 dependencies:
1331 moment "^2.10.2" 1298 moment "^2.10.2"
1332 1299
1333"@types/color-name@^1.1.1": 1300"@types/component-emitter@^1.2.10":
1334 version "1.1.1" 1301 version "1.2.10"
1335 resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" 1302 resolved "https://registry.yarnpkg.com/@types/component-emitter/-/component-emitter-1.2.10.tgz#ef5b1589b9f16544642e473db5ea5639107ef3ea"
1336 integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== 1303 integrity sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==
1337 1304
1338"@types/core-js@^2.5.2": 1305"@types/core-js@^2.5.2":
1339 version "2.5.3" 1306 version "2.5.4"
1340 resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.3.tgz#d2f307f708f897f875d312501e3b4a2fd4481d41" 1307 resolved "https://registry.yarnpkg.com/@types/core-js/-/core-js-2.5.4.tgz#fc42ebde7d9cfa7c5f2668f117449b02348e41fd"
1341 integrity sha512-F9RHpjuPSit4dCCRXgi7XcqA01DAjy9QY+v9yICoxXsjXD9cgQpyZyL2eSZnTkBGXGaQnea8waZOZTogLDB+rA== 1308 integrity sha512-Xwy8o12ak+iYgFr/KCVaVK5Sy+jFMiiPAID3+ObvMlBzy26XQJw5xu+a6rlHsrJENXj/AwJOGsJpVohUjAzSKQ==
1342 1309
1343"@types/debug@^4.1.5": 1310"@types/debug@^4.1.5":
1344 version "4.1.5" 1311 version "4.1.5"
@@ -1353,20 +1320,25 @@
1353 "@types/minimatch" "*" 1320 "@types/minimatch" "*"
1354 "@types/node" "*" 1321 "@types/node" "*"
1355 1322
1323"@types/highlight.js@^9.7.0":
1324 version "9.12.4"
1325 resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.12.4.tgz#8c3496bd1b50cc04aeefd691140aa571d4dbfa34"
1326 integrity sha512-t2szdkwmg2JJyuCM20e8kR2X59WCE5Zkl4bzm1u1Oukjm79zpbiAv+QjnwLnuuV0WHEcX2NgUItu0pAMKuOPww==
1327
1356"@types/hls.js@^0.13.0": 1328"@types/hls.js@^0.13.0":
1357 version "0.13.0" 1329 version "0.13.3"
1358 resolved "https://registry.yarnpkg.com/@types/hls.js/-/hls.js-0.13.0.tgz#d935854833708a0eabf19abe33c623517986c870" 1330 resolved "https://registry.yarnpkg.com/@types/hls.js/-/hls.js-0.13.3.tgz#eb982a866125745eadee468c989fc9e189f24019"
1359 integrity sha512-zeW+kWWUvMF7x8/M1kLRCX6C41UcKyDZC/Xy6biGqLhd+rkpv2juVO+tCwPSQPQuqL1VtseoQYdONCOxUZ38Sw== 1331 integrity sha512-Po8ZPCsAcPPuf5OODPEkb6cdWJ/w4BdX1veP7IIOc2WG0x1SW4GEQ1+FHKN1AMG2AePJfNUceJbh5PKtP92yRQ==
1360 1332
1361"@types/html-minifier-terser@^5.0.0": 1333"@types/html-minifier-terser@^5.0.0":
1362 version "5.1.0" 1334 version "5.1.1"
1363 resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.0.tgz#551a4589b6ee2cc9c1dff08056128aec29b94880" 1335 resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
1364 integrity sha512-iYCgjm1dGPRuo12+BStjd1HiVQqhlRhWDOQigNxn023HcjnhsiFz9pc6CzJj4HwDCSQca9bxTL4PxJDbkdm3PA== 1336 integrity sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==
1365 1337
1366"@types/jasmine@*", "@types/jasmine@^3.3.15": 1338"@types/jasmine@*", "@types/jasmine@^3.3.15":
1367 version "3.5.13" 1339 version "3.6.1"
1368 resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.13.tgz#f5d34d7f9d0ad15e7c17adbaf1ebfaca68a60f73" 1340 resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.1.tgz#f8b95def0016411c58c7adb4791dff29bc62992c"
1369 integrity sha512-bVSrTEWdCNH2RHN+E0QlEr4pGPMRA6puKOmL/X13ZeZmUS0q12ZR1rkB9PVvJSX0zi/OXrMDNvUai+PC380+rQ== 1341 integrity sha512-eeSCVhBsgwHNS1FmaMu4zrLxfykCTWJMLFZv7lmyrZQjw7foUUXoPu4GukSN9v7JvUw7X+/aDH3kCaymirBSTg==
1370 1342
1371"@types/jasminewd2@^2.0.3": 1343"@types/jasminewd2@^2.0.3":
1372 version "2.0.8" 1344 version "2.0.8"
@@ -1380,10 +1352,10 @@
1380 resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0" 1352 resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0"
1381 integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw== 1353 integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw==
1382 1354
1383"@types/json-schema@^7.0.4": 1355"@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6":
1384 version "7.0.5" 1356 version "7.0.6"
1385 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd" 1357 resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
1386 integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ== 1358 integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
1387 1359
1388"@types/linkify-it@*": 1360"@types/linkify-it@*":
1389 version "2.1.0" 1361 version "2.1.0"
@@ -1405,9 +1377,9 @@
1405 "@types/lodash" "*" 1377 "@types/lodash" "*"
1406 1378
1407"@types/lodash@*": 1379"@types/lodash@*":
1408 version "4.14.160" 1380 version "4.14.165"
1409 resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.160.tgz#2f1bba6500bc3cb9a732c6d66a083378fb0b0b29" 1381 resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f"
1410 integrity sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA== 1382 integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==
1411 1383
1412"@types/magnet-uri@*": 1384"@types/magnet-uri@*":
1413 version "5.1.2" 1385 version "5.1.2"
@@ -1417,12 +1389,14 @@
1417 "@types/node" "*" 1389 "@types/node" "*"
1418 1390
1419"@types/markdown-it@^10.0.1": 1391"@types/markdown-it@^10.0.1":
1420 version "10.0.2" 1392 version "10.0.3"
1421 resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.2.tgz#f93334b9c7821ddb19865dfd91ecf688094c2626" 1393 resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.3.tgz#a9800d14b112c17f1de76ec33eff864a4815eec7"
1422 integrity sha512-FGKiVW1UgeIEAChYAuHcfCd0W4LsMEyrSyTVaZiuJhwR4BwSVUD8JKnzmWAMK2FHNLZSPGUaEkpa/dkZj2uq1w== 1394 integrity sha512-daHJk22isOUvNssVGF2zDnnSyxHhFYhtjeX4oQaKD6QzL3ZR1QSgiD1g+Q6/WSWYVogNXYDXODtbgW/WiFCtyw==
1423 dependencies: 1395 dependencies:
1396 "@types/highlight.js" "^9.7.0"
1424 "@types/linkify-it" "*" 1397 "@types/linkify-it" "*"
1425 "@types/mdurl" "*" 1398 "@types/mdurl" "*"
1399 highlight.js "^9.7.0"
1426 1400
1427"@types/mdurl@*": 1401"@types/mdurl@*":
1428 version "1.0.2" 1402 version "1.0.2"
@@ -1434,15 +1408,20 @@
1434 resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" 1408 resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
1435 integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== 1409 integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
1436 1410
1437"@types/mousetrap@^1.6.0": 1411"@types/mousetrap@1.6.3", "@types/mousetrap@^1.6.0":
1438 version "1.6.3" 1412 version "1.6.3"
1439 resolved "https://registry.yarnpkg.com/@types/mousetrap/-/mousetrap-1.6.3.tgz#3159a01a2b21c9155a3d8f85588885d725dc987d" 1413 resolved "https://registry.yarnpkg.com/@types/mousetrap/-/mousetrap-1.6.3.tgz#3159a01a2b21c9155a3d8f85588885d725dc987d"
1440 integrity sha512-13gmo3M2qVvjQrWNseqM3+cR6S2Ss3grbR2NZltgMq94wOwqJYQdgn8qzwDshzgXqMlSUtyPZjysImmktu22ew== 1414 integrity sha512-13gmo3M2qVvjQrWNseqM3+cR6S2Ss3grbR2NZltgMq94wOwqJYQdgn8qzwDshzgXqMlSUtyPZjysImmktu22ew==
1441 1415
1442"@types/node@*", "@types/node@^14.0.14": 1416"@types/node@*", "@types/node@^14.0.14":
1443 version "14.6.0" 1417 version "14.14.8"
1444 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499" 1418 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.8.tgz#2127bd81949a95c8b7d3240f3254352d72563aec"
1445 integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA== 1419 integrity sha512-z/5Yd59dCKI5kbxauAJgw6dLPzW+TNOItNE00PkpzNwUIEwdj/Lsqwq94H5DdYBX7C13aRA0CY32BK76+neEUA==
1420
1421"@types/parse-json@^4.0.0":
1422 version "4.0.0"
1423 resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
1424 integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
1446 1425
1447"@types/parse-torrent-file@*": 1426"@types/parse-torrent-file@*":
1448 version "4.0.2" 1427 version "4.0.2"
@@ -1476,17 +1455,17 @@
1476 integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== 1455 integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
1477 1456
1478"@types/react@*": 1457"@types/react@*":
1479 version "16.9.47" 1458 version "16.9.56"
1480 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.47.tgz#fb092936f0b56425f874d0ff1b08051fdf70c1ba" 1459 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
1481 integrity sha512-dAJO4VbrjYqTUwFiQqAKjLyHHl4RSTNnRyPdX3p16MPbDKvow51wxATUPxoe2QsiXNMEYrOjc2S6s92VjG+1VQ== 1460 integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
1482 dependencies: 1461 dependencies:
1483 "@types/prop-types" "*" 1462 "@types/prop-types" "*"
1484 csstype "^3.0.2" 1463 csstype "^3.0.2"
1485 1464
1486"@types/sanitize-html@1.23.3": 1465"@types/sanitize-html@1.27.0":
1487 version "1.23.3" 1466 version "1.27.0"
1488 resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.23.3.tgz#26527783aba3bf195ad8a3c3e51bd3713526fc0d" 1467 resolved "https://registry.yarnpkg.com/@types/sanitize-html/-/sanitize-html-1.27.0.tgz#77702dc856f16efecc005014c1d2e45b1f2cbc56"
1489 integrity sha512-Isg8N0ifKdDq6/kaNlIcWfapDXxxquMSk2XC5THsOICRyOIhQGds95XH75/PL/g9mExi4bL8otIqJM/Wo96WxA== 1468 integrity sha512-j7Vnh3P7W4ZcoRsHNO2HpwA2m1d0c2+l39xqSQqH0+WlfcvKypgZp45eCC7NJ75ZyXPxNb2PSbIL6LtZ6E0Qbw==
1490 dependencies: 1469 dependencies:
1491 htmlparser2 "^4.1.0" 1470 htmlparser2 "^4.1.0"
1492 1471
@@ -1503,17 +1482,12 @@
1503 "@types/node" "*" 1482 "@types/node" "*"
1504 1483
1505"@types/simple-peer@*": 1484"@types/simple-peer@*":
1506 version "9.6.0" 1485 version "9.6.1"
1507 resolved "https://registry.yarnpkg.com/@types/simple-peer/-/simple-peer-9.6.0.tgz#b5828d835b7f42dde27db584ba127e7a9f9072f4" 1486 resolved "https://registry.yarnpkg.com/@types/simple-peer/-/simple-peer-9.6.1.tgz#461ff4159cfaca861cb2fe695de6e557881a98c8"
1508 integrity sha512-X2y6s+vE/3j03hkI90oqld2JH2J/m1L7yFCYYPyFV/whrOK1h4neYvJL3GIE+UcACJacXZqzdmDKudwec18RbA== 1487 integrity sha512-WdXxmHW+m0NaD5XPGlp5AB7raq+NUWX/+/aQvDcoOx0qiP78QmDdk015W29uoyvGhyiJCb9dZJuI2Oi39zGRfg==
1509 dependencies: 1488 dependencies:
1510 "@types/node" "*" 1489 "@types/node" "*"
1511 1490
1512"@types/socket.io-client@^1.4.32":
1513 version "1.4.33"
1514 resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.33.tgz#8e705b9b3f7fba6cb329d27cd2eda222812adbf1"
1515 integrity sha512-m4LnxkljsI9fMsjwpW5QhRpMixo2BeeLpFmg0AE+sS4H1pzAd/cs/ftTiL60FLZgfFa8PFRPx5KsHu8O0bADKQ==
1516
1517"@types/source-list-map@*": 1491"@types/source-list-map@*":
1518 version "0.1.2" 1492 version "0.1.2"
1519 resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" 1493 resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
@@ -1525,21 +1499,21 @@
1525 integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA== 1499 integrity sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==
1526 1500
1527"@types/uglify-js@*": 1501"@types/uglify-js@*":
1528 version "3.9.3" 1502 version "3.11.1"
1529 resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.9.3.tgz#d94ed608e295bc5424c9600e6b8565407b6b4b6b" 1503 resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.11.1.tgz#97ff30e61a0aa6876c270b5f538737e2d6ab8ceb"
1530 integrity sha512-KswB5C7Kwduwjj04Ykz+AjvPcfgv/37Za24O2EDzYNbwyzOo8+ydtvzUfZ5UMguiVu29Gx44l1A6VsPPcmYu9w== 1504 integrity sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q==
1531 dependencies: 1505 dependencies:
1532 source-map "^0.6.1" 1506 source-map "^0.6.1"
1533 1507
1534"@types/video.js@^7.3.8": 1508"@types/video.js@^7.3.8":
1535 version "7.3.10" 1509 version "7.3.11"
1536 resolved "https://registry.yarnpkg.com/@types/video.js/-/video.js-7.3.10.tgz#95e563f5f21821d4f4bccf7343c359093e81895d" 1510 resolved "https://registry.yarnpkg.com/@types/video.js/-/video.js-7.3.11.tgz#b1749fcc733c608ede4d10c9a570ebafc4ec2486"
1537 integrity sha512-RJKdtmUMb8WFDe+btAeBW9NVUJ/nksb+/1S+Tca7HNwnRv9iEwt802hgRSAcFj6+sL/eNi264zcBjbBHP5yQVw== 1511 integrity sha512-9KpJkt6zsy6xRiHZjzjKxCEySqt3TgPgl0XegszwJfaLO4+n4rELS5rbsHUgLJxZaMgbJtyTPXk1HkCsJ5kRiA==
1538 1512
1539"@types/webpack-sources@*": 1513"@types/webpack-sources@*":
1540 version "1.4.2" 1514 version "2.0.0"
1541 resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-1.4.2.tgz#5d3d4dea04008a779a90135ff96fb5c0c9e6292c" 1515 resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.0.0.tgz#08216ab9be2be2e1499beaebc4d469cec81e82a7"
1542 integrity sha512-77T++JyKow4BQB/m9O96n9d/UUHWLQHlcqXb9Vsf4F1+wKNrrlWNFPDLKNT92RJnCSL6CieTc+NDXtCVZswdTw== 1516 integrity sha512-a5kPx98CNFRKQ+wqawroFunvFqv7GHm/3KOI52NY9xWADgc8smu4R6prt4EU/M4QfVjvgBkMqU4fBhw3QfMVkg==
1543 dependencies: 1517 dependencies:
1544 "@types/node" "*" 1518 "@types/node" "*"
1545 "@types/source-list-map" "*" 1519 "@types/source-list-map" "*"
@@ -1555,9 +1529,9 @@
1555 source-map "^0.6.1" 1529 source-map "^0.6.1"
1556 1530
1557"@types/webpack@^4.41.8": 1531"@types/webpack@^4.41.8":
1558 version "4.41.21" 1532 version "4.41.25"
1559 resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.21.tgz#cc685b332c33f153bb2f5fc1fa3ac8adeb592dee" 1533 resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.25.tgz#4d3b5aecc4e44117b376280fbfd2dc36697968c4"
1560 integrity sha512-2j9WVnNrr/8PLAB5csW44xzQSJwS26aOnICsP3pSGCEdsu6KYtfQ6QJsVUKHWRnm1bL7HziJsfh5fHqth87yKA== 1534 integrity sha512-cr6kZ+4m9lp86ytQc1jPOJXgINQyz3kLLunZ57jznW+WIAL0JqZbGubQk4GlD42MuQL5JGOABrxdpqqWeovlVQ==
1561 dependencies: 1535 dependencies:
1562 "@types/anymatch" "*" 1536 "@types/anymatch" "*"
1563 "@types/node" "*" 1537 "@types/node" "*"
@@ -1566,10 +1540,10 @@
1566 "@types/webpack-sources" "*" 1540 "@types/webpack-sources" "*"
1567 source-map "^0.6.0" 1541 source-map "^0.6.0"
1568 1542
1569"@types/webtorrent@^0.107.0": 1543"@types/webtorrent@^0.109.0":
1570 version "0.107.2" 1544 version "0.109.0"
1571 resolved "https://registry.yarnpkg.com/@types/webtorrent/-/webtorrent-0.107.2.tgz#f8d6dba86ef11dfd5087dc82288a3137a03a0523" 1545 resolved "https://registry.yarnpkg.com/@types/webtorrent/-/webtorrent-0.109.0.tgz#dd377691caf360317738f67fa0c3bce48623df57"
1572 integrity sha512-Jd8NzoF2FqQSo3Y7vPfJDW/vKCv8VDs+22yhzib4YdYEi4q5CfS+1wLZLvL5OpdpVnaxsVmXoVvTZTgrO7y6Qw== 1546 integrity sha512-c6EgbuFRZqhM4TMnloRuLAcR45j/Qn0kQ6CKWMppXXHfaQpspB1ZeeYx2Bpc22MAgCc3pjlAakTRS2h15stW2A==
1573 dependencies: 1547 dependencies:
1574 "@types/bittorrent-protocol" "*" 1548 "@types/bittorrent-protocol" "*"
1575 "@types/node" "*" 1549 "@types/node" "*"
@@ -1581,23 +1555,24 @@
1581 resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.30.tgz#d36d9a7d64af4693d3b18d5dc02ce432a95be12e" 1555 resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.30.tgz#d36d9a7d64af4693d3b18d5dc02ce432a95be12e"
1582 integrity sha512-edqgAFXMEtVvaBZ3YnhamvmrHjoYpuxETmnb0lbTZmf/dXpAsO9ZKotUO4K2rn2SIZBDFCMOuA7fOe0H6dRZcA== 1556 integrity sha512-edqgAFXMEtVvaBZ3YnhamvmrHjoYpuxETmnb0lbTZmf/dXpAsO9ZKotUO4K2rn2SIZBDFCMOuA7fOe0H6dRZcA==
1583 1557
1584"@videojs/http-streaming@1.13.2": 1558"@videojs/http-streaming@2.2.4":
1585 version "1.13.2" 1559 version "2.2.4"
1586 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.13.2.tgz#9e91f9f440ccaf6c8ed640a3614216397bb38558" 1560 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-2.2.4.tgz#c71bb63dbc4749e35193c4c334430bd8ce728ec0"
1587 integrity sha512-U4Xhh+HxGpRBx9Gm0LlEadq85k9BwckzFgZmyhacauhK/27Mz0goKKFAt+BpxBNp2oHVdAdk8NHfneinsqni3Q== 1561 integrity sha512-gzT46RpAEegOhMId/zZ6uXCVGDMPOv8qmoTykBuvd6/4lVM3lZ1ZJCq0kytAkisDuDKipy93gP46oZEtonlc/Q==
1588 dependencies: 1562 dependencies:
1589 aes-decrypter "3.0.0" 1563 "@babel/runtime" "^7.5.5"
1590 global "^4.3.0" 1564 "@videojs/vhs-utils" "^2.2.1"
1591 m3u8-parser "4.4.0" 1565 aes-decrypter "3.1.0"
1592 mpd-parser "0.10.0" 1566 global "^4.3.2"
1593 mux.js "5.5.1" 1567 m3u8-parser "4.5.0"
1594 url-toolkit "^2.1.3" 1568 mpd-parser "0.14.0"
1595 video.js "^6.8.0 || ^7.0.0" 1569 mux.js "5.6.7"
1570 video.js "^6 || ^7"
1596 1571
1597"@videojs/vhs-utils@^1.1.0": 1572"@videojs/vhs-utils@^2.2.1":
1598 version "1.3.0" 1573 version "2.2.1"
1599 resolved "https://registry.yarnpkg.com/@videojs/vhs-utils/-/vhs-utils-1.3.0.tgz#04fe402f603af9a5df4b88881fabba0cf13814c2" 1574 resolved "https://registry.yarnpkg.com/@videojs/vhs-utils/-/vhs-utils-2.2.1.tgz#78ecea26652268646d5003b1b1a705c9b544f8a2"
1600 integrity sha512-oiqXDtHQqDPun7JseWkirUHGrgdYdeF12goUut5z7vwAj4DmUufEPFJ4xK5hYGXGFDyDhk2rSFOR122Ze6qXyQ== 1575 integrity sha512-9Qbwx3LAdkG1jh2HKfninjXDxVZCeaoPcmct/bUcDRmLej68Z9XhLe5d2a9fy1qB+UuQwWg7YySASesWavYNjQ==
1601 dependencies: 1576 dependencies:
1602 "@babel/runtime" "^7.5.5" 1577 "@babel/runtime" "^7.5.5"
1603 global "^4.3.2" 1578 global "^4.3.2"
@@ -1757,6 +1732,18 @@
1757 "@webassemblyjs/wast-parser" "1.9.0" 1732 "@webassemblyjs/wast-parser" "1.9.0"
1758 "@xtuc/long" "4.2.2" 1733 "@xtuc/long" "4.2.2"
1759 1734
1735"@webpack-cli/info@^1.1.0":
1736 version "1.1.0"
1737 resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.1.0.tgz#c596d5bc48418b39df00c5ed7341bf0f102dbff1"
1738 integrity sha512-uNWSdaYHc+f3LdIZNwhdhkjjLDDl3jP2+XBqAq9H8DjrJUvlOKdP8TNruy1yEaDfgpAIgbSAN7pye4FEHg9tYQ==
1739 dependencies:
1740 envinfo "^7.7.3"
1741
1742"@webpack-cli/serve@^1.1.0":
1743 version "1.1.0"
1744 resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.1.0.tgz#13ad38f89b6e53d1133bac0006a128217a6ebf92"
1745 integrity sha512-7RfnMXCpJ/NThrhq4gYQYILB18xWyoQcBey81oIyVbmgbc6m5ZHHyFK+DyH7pLHJf0p14MxL4mTsoPAgBSTpIg==
1746
1760"@xtuc/ieee754@^1.2.0": 1747"@xtuc/ieee754@^1.2.0":
1761 version "1.2.0" 1748 version "1.2.0"
1762 resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" 1749 resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -1780,10 +1767,10 @@ JSONStream@^1.3.4:
1780 jsonparse "^1.2.0" 1767 jsonparse "^1.2.0"
1781 through ">=2.2.7 <3" 1768 through ">=2.2.7 <3"
1782 1769
1783abab@^2.0.3: 1770abab@^2.0.5:
1784 version "2.0.4" 1771 version "2.0.5"
1785 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c" 1772 resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
1786 integrity sha512-Eu9ELJWCz/c1e9gTiCY+FceWxcqzjYEbqMgtndnuSqZSUCOL73TWNK2mHfIj4Cw2E/ongOp+JISVNCmovt2KYQ== 1773 integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
1787 1774
1788abbrev@1: 1775abbrev@1:
1789 version "1.1.1" 1776 version "1.1.1"
@@ -1805,10 +1792,10 @@ acorn-jsx@^3.0.0:
1805 dependencies: 1792 dependencies:
1806 acorn "^3.0.4" 1793 acorn "^3.0.4"
1807 1794
1808acorn-walk@^7.1.1: 1795acorn-walk@^8.0.0:
1809 version "7.2.0" 1796 version "8.0.0"
1810 resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" 1797 resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.0.0.tgz#56ae4c0f434a45fff4a125e7ea95fa9c98f67a16"
1811 integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== 1798 integrity sha512-oZRad/3SMOI/pxbbmqyurIx7jHw1wZDcR9G44L8pUVFEomX/0dH89SrM1KaDXuv1NpzAXz6Op/Xu/Qd5XXzdEA==
1812 1799
1813acorn@^3.0.4: 1800acorn@^3.0.4:
1814 version "3.3.0" 1801 version "3.3.0"
@@ -1821,44 +1808,42 @@ acorn@^5.5.0:
1821 integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg== 1808 integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
1822 1809
1823acorn@^6.4.1: 1810acorn@^6.4.1:
1824 version "6.4.1" 1811 version "6.4.2"
1825 resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474" 1812 resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
1826 integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== 1813 integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
1827 1814
1828acorn@^7.1.1: 1815acorn@^8.0.4:
1829 version "7.4.0" 1816 version "8.0.4"
1830 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c" 1817 resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.0.4.tgz#7a3ae4191466a6984eee0fe3407a4f3aa9db8354"
1831 integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w== 1818 integrity sha512-XNP0PqF1XD19ZlLKvB7cMmnZswW4C/03pRHgirB30uSJTaS3A3V1/P4sS3HPvFmjoriPCJQs+JDSbm4bL1TxGQ==
1832 1819
1833addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.5.1: 1820addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.5.1:
1834 version "1.5.1" 1821 version "1.5.1"
1835 resolved "https://registry.yarnpkg.com/addr-to-ip-port/-/addr-to-ip-port-1.5.1.tgz#bfada13fd6aeeeac19f1e9f7d84b4bbab45e5208" 1822 resolved "https://registry.yarnpkg.com/addr-to-ip-port/-/addr-to-ip-port-1.5.1.tgz#bfada13fd6aeeeac19f1e9f7d84b4bbab45e5208"
1836 integrity sha512-bA+dyydTNuQtrEDJ0g9eR7XabNhvrM5yZY0hvTbNK3yvoeC73ZqMES6E1cEqH9WPxs4uMtMsOjfwS4FmluhsAA== 1823 integrity sha512-bA+dyydTNuQtrEDJ0g9eR7XabNhvrM5yZY0hvTbNK3yvoeC73ZqMES6E1cEqH9WPxs4uMtMsOjfwS4FmluhsAA==
1837 1824
1838adjust-sourcemap-loader@2.0.0: 1825adjust-sourcemap-loader@3.0.0:
1839 version "2.0.0" 1826 version "3.0.0"
1840 resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-2.0.0.tgz#6471143af75ec02334b219f54bc7970c52fb29a4" 1827 resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz#5ae12fb5b7b1c585e80bbb5a63ec163a1a45e61e"
1841 integrity sha512-4hFsTsn58+YjrU9qKzML2JSSDqKvN8mUGQ0nNIrfPi8hmIONT4L3uUaT6MKdMsZ9AjsU6D2xDkZxCkbQPxChrA== 1828 integrity sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==
1842 dependencies: 1829 dependencies:
1843 assert "1.4.1" 1830 loader-utils "^2.0.0"
1844 camelcase "5.0.0" 1831 regex-parser "^2.2.11"
1845 loader-utils "1.2.3"
1846 object-path "0.11.4"
1847 regex-parser "2.2.10"
1848 1832
1849adm-zip@^0.4.9: 1833adm-zip@^0.4.9:
1850 version "0.4.16" 1834 version "0.4.16"
1851 resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.16.tgz#cf4c508fdffab02c269cbc7f471a875f05570365" 1835 resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.16.tgz#cf4c508fdffab02c269cbc7f471a875f05570365"
1852 integrity sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg== 1836 integrity sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==
1853 1837
1854aes-decrypter@3.0.0: 1838aes-decrypter@3.1.0:
1855 version "3.0.0" 1839 version "3.1.0"
1856 resolved "https://registry.yarnpkg.com/aes-decrypter/-/aes-decrypter-3.0.0.tgz#7848a1c145b9fdbf57ae3e2b5b1bc7cf0644a8fb" 1840 resolved "https://registry.yarnpkg.com/aes-decrypter/-/aes-decrypter-3.1.0.tgz#fc0b1d703f97a64aa3f7b13528f4661971db68c4"
1857 integrity sha1-eEihwUW5/b9Xrj4rWxvHzwZEqPs= 1841 integrity sha512-wL1NFwP2yNrJG4InpXYFhhYe9TfonnDyhyxMq2+K9/qt+SrZzUieOpviN6pkDly7GawTqw5feehk0rn5iYo00g==
1858 dependencies: 1842 dependencies:
1859 commander "^2.9.0" 1843 "@babel/runtime" "^7.5.5"
1844 "@videojs/vhs-utils" "^2.2.1"
1860 global "^4.3.2" 1845 global "^4.3.2"
1861 pkcs7 "^1.0.2" 1846 pkcs7 "^1.0.4"
1862 1847
1863after@0.8.2: 1848after@0.8.2:
1864 version "0.8.2" 1849 version "0.8.2"
@@ -1904,15 +1889,15 @@ ajv-keywords@^1.0.0:
1904 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" 1889 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
1905 integrity sha1-MU3QpLM2j609/NxU7eYXG4htrzw= 1890 integrity sha1-MU3QpLM2j609/NxU7eYXG4htrzw=
1906 1891
1907ajv-keywords@^3.1.0, ajv-keywords@^3.4.1: 1892ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
1908 version "3.5.2" 1893 version "3.5.2"
1909 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d" 1894 resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
1910 integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== 1895 integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
1911 1896
1912ajv@6.12.4, ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3: 1897ajv@6.12.6, ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
1913 version "6.12.4" 1898 version "6.12.6"
1914 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.4.tgz#0614facc4522127fa713445c6bfd3ebd376e2234" 1899 resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
1915 integrity sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ== 1900 integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
1916 dependencies: 1901 dependencies:
1917 fast-deep-equal "^3.1.1" 1902 fast-deep-equal "^3.1.1"
1918 fast-json-stable-stringify "^2.0.0" 1903 fast-json-stable-stringify "^2.0.0"
@@ -1945,15 +1930,15 @@ angular2-hotkeys@^2.1.2:
1945 "@types/mousetrap" "^1.6.0" 1930 "@types/mousetrap" "^1.6.0"
1946 mousetrap "^1.6.0" 1931 mousetrap "^1.6.0"
1947 1932
1948angularx-qrcode@10.0.6: 1933angularx-qrcode@10.0.11:
1949 version "10.0.6" 1934 version "10.0.11"
1950 resolved "https://registry.yarnpkg.com/angularx-qrcode/-/angularx-qrcode-10.0.6.tgz#359f084c564c33858b4dbbc4827e632464acfdf2" 1935 resolved "https://registry.yarnpkg.com/angularx-qrcode/-/angularx-qrcode-10.0.11.tgz#9e86c2feb78035c0aae883d777eb300860cb8b31"
1951 integrity sha512-54FOFSOzVfEv5r+g+YLKaIVw5TWx51AepXzHKFhMBpZUjnCXP4gxMWeQ5Es01Az6z9z+UCxjDf+4hjFtT6SdIA== 1936 integrity sha512-sbtqdqAboEFNoyxgG4FQYPZDzwX9TlICT2mLpsC/Se3OuT+HntW56q8E/i1BL1fJhx7zt0JJR7bc7LfofUeAlQ==
1952 dependencies: 1937 dependencies:
1953 qrcode "1.4.2" 1938 qrcode "1.4.2"
1954 tslib "^2.0.0" 1939 tslib "^2.0.0"
1955 1940
1956ansi-colors@4.1.1: 1941ansi-colors@4.1.1, ansi-colors@^4.1.1:
1957 version "4.1.1" 1942 version "4.1.1"
1958 resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" 1943 resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
1959 integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== 1944 integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
@@ -2013,11 +1998,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
2013 color-convert "^1.9.0" 1998 color-convert "^1.9.0"
2014 1999
2015ansi-styles@^4.0.0, ansi-styles@^4.1.0: 2000ansi-styles@^4.0.0, ansi-styles@^4.1.0:
2016 version "4.2.1" 2001 version "4.3.0"
2017 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" 2002 resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
2018 integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== 2003 integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
2019 dependencies: 2004 dependencies:
2020 "@types/color-name" "^1.1.1"
2021 color-convert "^2.0.1" 2005 color-convert "^2.0.1"
2022 2006
2023anymatch@^2.0.0: 2007anymatch@^2.0.0:
@@ -2061,6 +2045,11 @@ argparse@^1.0.7:
2061 dependencies: 2045 dependencies:
2062 sprintf-js "~1.0.2" 2046 sprintf-js "~1.0.2"
2063 2047
2048argparse@^2.0.1:
2049 version "2.0.1"
2050 resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
2051 integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
2052
2064aria-query@^3.0.0: 2053aria-query@^3.0.0:
2065 version "3.0.0" 2054 version "3.0.0"
2066 resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc" 2055 resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
@@ -2089,6 +2078,11 @@ arr-union@^3.1.0:
2089 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" 2078 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
2090 integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= 2079 integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
2091 2080
2081array-back@^4.0.1:
2082 version "4.0.1"
2083 resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.1.tgz#9b80312935a52062e1a233a9c7abeb5481b30e90"
2084 integrity sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==
2085
2092array-find-index@^1.0.1: 2086array-find-index@^1.0.1:
2093 version "1.0.2" 2087 version "1.0.2"
2094 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" 2088 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
@@ -2136,11 +2130,6 @@ arrify@^1.0.0:
2136 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" 2130 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
2137 integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= 2131 integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
2138 2132
2139asap@^2.0.0:
2140 version "2.0.6"
2141 resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
2142 integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
2143
2144asn1.js@^5.2.0: 2133asn1.js@^5.2.0:
2145 version "5.4.1" 2134 version "5.4.1"
2146 resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" 2135 resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
@@ -2163,13 +2152,6 @@ assert-plus@1.0.0, assert-plus@^1.0.0:
2163 resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" 2152 resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
2164 integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= 2153 integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
2165 2154
2166assert@1.4.1:
2167 version "1.4.1"
2168 resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91"
2169 integrity sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=
2170 dependencies:
2171 util "0.10.3"
2172
2173assert@^1.1.1: 2155assert@^1.1.1:
2174 version "1.5.0" 2156 version "1.5.0"
2175 resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb" 2157 resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
@@ -2203,7 +2185,12 @@ async-limiter@~1.0.0:
2203 resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" 2185 resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
2204 integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== 2186 integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
2205 2187
2206async@^2.4.1, async@^2.6.2: 2188async@0.9.x:
2189 version "0.9.2"
2190 resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
2191 integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=
2192
2193async@^2.6.2:
2207 version "2.6.3" 2194 version "2.6.3"
2208 resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" 2195 resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
2209 integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== 2196 integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
@@ -2244,9 +2231,9 @@ aws-sign2@~0.7.0:
2244 integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= 2231 integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
2245 2232
2246aws4@^1.8.0: 2233aws4@^1.8.0:
2247 version "1.10.1" 2234 version "1.11.0"
2248 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428" 2235 resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
2249 integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA== 2236 integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
2250 2237
2251axobject-query@2.0.2: 2238axobject-query@2.0.2:
2252 version "2.0.2" 2239 version "2.0.2"
@@ -2255,18 +2242,6 @@ axobject-query@2.0.2:
2255 dependencies: 2242 dependencies:
2256 ast-types-flow "0.0.7" 2243 ast-types-flow "0.0.7"
2257 2244
2258babel-eslint@^10.1.0:
2259 version "10.1.0"
2260 resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
2261 integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
2262 dependencies:
2263 "@babel/code-frame" "^7.0.0"
2264 "@babel/parser" "^7.7.0"
2265 "@babel/traverse" "^7.7.0"
2266 "@babel/types" "^7.7.0"
2267 eslint-visitor-keys "^1.0.0"
2268 resolve "^1.12.0"
2269
2270babel-loader@8.1.0: 2245babel-loader@8.1.0:
2271 version "8.1.0" 2246 version "8.1.0"
2272 resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3" 2247 resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
@@ -2295,15 +2270,20 @@ balanced-match@^1.0.0:
2295 resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" 2270 resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
2296 integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= 2271 integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
2297 2272
2273base64-arraybuffer@0.1.4:
2274 version "0.1.4"
2275 resolved "https://registry.yarnpkg.com/base64-arraybuffer/-/base64-arraybuffer-0.1.4.tgz#9818c79e059b1355f97e0428a017c838e90ba812"
2276 integrity sha1-mBjHngWbE1X5fgQooBfIOOkLqBI=
2277
2298base64-arraybuffer@0.1.5: 2278base64-arraybuffer@0.1.5:
2299 version "0.1.5" 2279 version "0.1.5"
2300 resolved "https://registry.yarnpkg.com/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8" 2280 resolved "https://registry.yarnpkg.com/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz#73926771923b5a19747ad666aa5cd4bf9c6e9ce8"
2301 integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg= 2281 integrity sha1-c5JncZI7Whl0etZmqlzUv5xunOg=
2302 2282
2303base64-js@^1.0.2: 2283base64-js@^1.0.2, base64-js@^1.3.1:
2304 version "1.3.1" 2284 version "1.5.1"
2305 resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1" 2285 resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
2306 integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g== 2286 integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
2307 2287
2308base64id@2.0.0: 2288base64id@2.0.0:
2309 version "2.0.0" 2289 version "2.0.0"
@@ -2342,6 +2322,11 @@ bencode@^2.0.0, bencode@^2.0.1:
2342 dependencies: 2322 dependencies:
2343 safe-buffer "^5.1.1" 2323 safe-buffer "^5.1.1"
2344 2324
2325bep53-range@^1.0.0:
2326 version "1.0.0"
2327 resolved "https://registry.yarnpkg.com/bep53-range/-/bep53-range-1.0.0.tgz#c776736b4669d7762d096f2b9cab735b6f8c7dcd"
2328 integrity sha512-CNsnREjxe2/wD559wzFXMycUnbmUDA9C2Bs6Z2tm++amSma7JowAAxAnaZJMuDq3cWSx9HSIbV04H06QQ11zTA==
2329
2345better-assert@~1.0.0: 2330better-assert@~1.0.0:
2346 version "1.0.2" 2331 version "1.0.2"
2347 resolved "https://registry.yarnpkg.com/better-assert/-/better-assert-1.0.2.tgz#40866b9e1b9e0b55b481894311e68faffaebc522" 2332 resolved "https://registry.yarnpkg.com/better-assert/-/better-assert-1.0.2.tgz#40866b9e1b9e0b55b481894311e68faffaebc522"
@@ -2349,16 +2334,6 @@ better-assert@~1.0.0:
2349 dependencies: 2334 dependencies:
2350 callsite "1.0.0" 2335 callsite "1.0.0"
2351 2336
2352bfj@^6.1.1:
2353 version "6.1.2"
2354 resolved "https://registry.yarnpkg.com/bfj/-/bfj-6.1.2.tgz#325c861a822bcb358a41c78a33b8e6e2086dde7f"
2355 integrity sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==
2356 dependencies:
2357 bluebird "^3.5.5"
2358 check-types "^8.0.3"
2359 hoopy "^0.1.4"
2360 tryer "^1.0.1"
2361
2362big.js@^5.2.2: 2337big.js@^5.2.2:
2363 version "5.2.2" 2338 version "5.2.2"
2364 resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" 2339 resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
@@ -2386,10 +2361,10 @@ bindings@^1.5.0:
2386 dependencies: 2361 dependencies:
2387 file-uri-to-path "1.0.0" 2362 file-uri-to-path "1.0.0"
2388 2363
2389bitfield@^3.0.0: 2364bitfield@^4.0.0:
2390 version "3.0.0" 2365 version "4.0.0"
2391 resolved "https://registry.yarnpkg.com/bitfield/-/bitfield-3.0.0.tgz#b2d32c707866d42f016ae9bd8469999a9f51b59c" 2366 resolved "https://registry.yarnpkg.com/bitfield/-/bitfield-4.0.0.tgz#3094123c870030dc6198a283d779639bd2a8e256"
2392 integrity sha512-hJmWKucJQfdSkQPDPBKmWogM9s8+NOSzDT9QVbJbjinXaQ0bJKPu/cn98qRWy3PDNWtKw4XaoUP3XruGRIKEgg== 2367 integrity sha512-jtuSG9CQr5yoHFuvhgf50+DH8Aezl3C/mMSfqdG4DqP7Kqe34uBUtCEHPN9oWaldTm96/i7y5e778SnM5ES4rw==
2393 2368
2394bittorrent-dht@^10.0.0: 2369bittorrent-dht@^10.0.0:
2395 version "10.0.0" 2370 version "10.0.0"
@@ -2406,22 +2381,30 @@ bittorrent-dht@^10.0.0:
2406 record-cache "^1.0.2" 2381 record-cache "^1.0.2"
2407 simple-sha1 "^3.0.0" 2382 simple-sha1 "^3.0.0"
2408 2383
2384bittorrent-lsd@^1.0.0:
2385 version "1.1.0"
2386 resolved "https://registry.yarnpkg.com/bittorrent-lsd/-/bittorrent-lsd-1.1.0.tgz#64f7fa5a277e0236af6c03d475065f2bb3fc6ade"
2387 integrity sha512-j9F+bDt1R//+kLfeSgkmc1A3x0u70gjb/FXaRgTtw+V3wIeYjOekiIlmsXf1SNKuxU5YHDkNL8CFNHx+MfSPSw==
2388 dependencies:
2389 chrome-dgram "^3.0.6"
2390 debug "^4.2.0"
2391
2409bittorrent-peerid@^1.3.2: 2392bittorrent-peerid@^1.3.2:
2410 version "1.3.3" 2393 version "1.3.3"
2411 resolved "https://registry.yarnpkg.com/bittorrent-peerid/-/bittorrent-peerid-1.3.3.tgz#b8dc79e421f8136d2ffd0b163a18e9d70da09949" 2394 resolved "https://registry.yarnpkg.com/bittorrent-peerid/-/bittorrent-peerid-1.3.3.tgz#b8dc79e421f8136d2ffd0b163a18e9d70da09949"
2412 integrity sha512-tSh9HdQgwyEAfo1jzoGEis6o/zs4CcdRTchG93XVl5jct+DCAN90M5MVUV76k2vJ9Xg3GAzLB5NLsY/vnVTh6w== 2395 integrity sha512-tSh9HdQgwyEAfo1jzoGEis6o/zs4CcdRTchG93XVl5jct+DCAN90M5MVUV76k2vJ9Xg3GAzLB5NLsY/vnVTh6w==
2413 2396
2414bittorrent-protocol@^3.1.1: 2397bittorrent-protocol@^3.2.0:
2415 version "3.1.1" 2398 version "3.2.0"
2416 resolved "https://registry.yarnpkg.com/bittorrent-protocol/-/bittorrent-protocol-3.1.1.tgz#2d5a615a5de471bf22934a2bf3f423ad760b8932" 2399 resolved "https://registry.yarnpkg.com/bittorrent-protocol/-/bittorrent-protocol-3.2.0.tgz#fe423e31b4752def5da0ffaf321102a7b163268b"
2417 integrity sha512-kthSXghQ9DRQ4Lrjr1ceyIeEMeL5x9WiaSrQyR+5Nrr3g9QY6MvDeq+KLQz17R6094iDmT/LgFbQYAPj09/oUA== 2400 integrity sha512-8xgCgK8xUg7MXZBxhqJapZy9hexHwN2TCD+b8m4yWg56/ZFfdkULxhxQkzuhpXyUfvKIKxeRzGmLT43li7FDKg==
2418 dependencies: 2401 dependencies:
2419 bencode "^2.0.0" 2402 bencode "^2.0.1"
2420 bitfield "^3.0.0" 2403 bitfield "^4.0.0"
2421 debug "^4.1.1" 2404 debug "^4.2.0"
2422 randombytes "^2.0.5" 2405 randombytes "^2.1.0"
2423 readable-stream "^3.0.0" 2406 readable-stream "^3.6.0"
2424 speedometer "^1.0.0" 2407 speedometer "^1.1.0"
2425 unordered-array-remove "^1.0.2" 2408 unordered-array-remove "^1.0.2"
2426 2409
2427bittorrent-tracker@^9.0.0, bittorrent-tracker@^9.14.4: 2410bittorrent-tracker@^9.0.0, bittorrent-tracker@^9.14.4:
@@ -2453,10 +2436,10 @@ bittorrent-tracker@^9.0.0, bittorrent-tracker@^9.14.4:
2453 bufferutil "^4.0.1" 2436 bufferutil "^4.0.1"
2454 utf-8-validate "^5.0.2" 2437 utf-8-validate "^5.0.2"
2455 2438
2456blob-to-buffer@^1.2.6: 2439blob-to-buffer@^1.2.9:
2457 version "1.2.8" 2440 version "1.2.9"
2458 resolved "https://registry.yarnpkg.com/blob-to-buffer/-/blob-to-buffer-1.2.8.tgz#78eeeb332f1280ed0ca6fb2b60693a8c6d36903a" 2441 resolved "https://registry.yarnpkg.com/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz#a17fd6c1c564011408f8971e451544245daaa84a"
2459 integrity sha512-re0AIxakF504MgeMtIyJkVcZ8T5aUxtp/QmTMlmjyb3P44E1BEv5x3LATBGApWAJATyXHtkXRD+gWTmeyYLiQA== 2442 integrity sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==
2460 2443
2461blob@0.0.5: 2444blob@0.0.5:
2462 version "0.0.5" 2445 version "0.0.5"
@@ -2470,13 +2453,6 @@ block-stream2@^2.0.0:
2470 dependencies: 2453 dependencies:
2471 readable-stream "^3.4.0" 2454 readable-stream "^3.4.0"
2472 2455
2473block-stream@*:
2474 version "0.0.9"
2475 resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
2476 integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=
2477 dependencies:
2478 inherits "~2.0.0"
2479
2480blocking-proxy@^1.0.0: 2456blocking-proxy@^1.0.0:
2481 version "1.0.1" 2457 version "1.0.1"
2482 resolved "https://registry.yarnpkg.com/blocking-proxy/-/blocking-proxy-1.0.1.tgz#81d6fd1fe13a4c0d6957df7f91b75e98dac40cb2" 2458 resolved "https://registry.yarnpkg.com/blocking-proxy/-/blocking-proxy-1.0.1.tgz#81d6fd1fe13a4c0d6957df7f91b75e98dac40cb2"
@@ -2494,7 +2470,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
2494 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828" 2470 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
2495 integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw== 2471 integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
2496 2472
2497bn.js@^5.1.1: 2473bn.js@^5.0.0, bn.js@^5.1.1:
2498 version "5.1.3" 2474 version "5.1.3"
2499 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.3.tgz#beca005408f642ebebea80b042b4d18d2ac0ee6b" 2475 resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.3.tgz#beca005408f642ebebea80b042b4d18d2ac0ee6b"
2500 integrity sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ== 2476 integrity sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==
@@ -2533,9 +2509,9 @@ boolbase@^1.0.0, boolbase@~1.0.0:
2533 integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= 2509 integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
2534 2510
2535bootstrap@^4.1.3: 2511bootstrap@^4.1.3:
2536 version "4.5.2" 2512 version "4.5.3"
2537 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.2.tgz#a85c4eda59155f0d71186b6e6ad9b875813779ab" 2513 resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6"
2538 integrity sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A== 2514 integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ==
2539 2515
2540brace-expansion@^1.1.7: 2516brace-expansion@^1.1.7:
2541 version "1.1.11" 2517 version "1.1.11"
@@ -2610,11 +2586,11 @@ browserify-package-json@^1.0.0:
2610 integrity sha1-mN3oqlxWH9bT/km7qhArdLOW/eo= 2586 integrity sha1-mN3oqlxWH9bT/km7qhArdLOW/eo=
2611 2587
2612browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: 2588browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
2613 version "4.0.1" 2589 version "4.1.0"
2614 resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" 2590 resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d"
2615 integrity sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ= 2591 integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
2616 dependencies: 2592 dependencies:
2617 bn.js "^4.1.0" 2593 bn.js "^5.0.0"
2618 randombytes "^2.0.1" 2594 randombytes "^2.0.1"
2619 2595
2620browserify-sign@^4.0.0: 2596browserify-sign@^4.0.0:
@@ -2639,15 +2615,16 @@ browserify-zlib@^0.2.0:
2639 dependencies: 2615 dependencies:
2640 pako "~1.0.5" 2616 pako "~1.0.5"
2641 2617
2642browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.8.5, browserslist@^4.9.1: 2618browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.14.6, browserslist@^4.9.1:
2643 version "4.14.0" 2619 version "4.14.7"
2644 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.0.tgz#2908951abfe4ec98737b72f34c3bcedc8d43b000" 2620 resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
2645 integrity sha512-pUsXKAF2lVwhmtpeA3LJrZ76jXuusrNyhduuQs7CDFf9foT4Y38aQOserd2lMe5DSSrjf3fx34oHwryuvxAUgQ== 2621 integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
2646 dependencies: 2622 dependencies:
2647 caniuse-lite "^1.0.30001111" 2623 caniuse-lite "^1.0.30001157"
2648 electron-to-chromium "^1.3.523" 2624 colorette "^1.2.1"
2649 escalade "^3.0.2" 2625 electron-to-chromium "^1.3.591"
2650 node-releases "^1.1.60" 2626 escalade "^3.1.1"
2627 node-releases "^1.1.66"
2651 2628
2652browserstack@^1.5.1: 2629browserstack@^1.5.1:
2653 version "1.6.0" 2630 version "1.6.0"
@@ -2698,20 +2675,20 @@ buffer@^4.3.0:
2698 ieee754 "^1.1.4" 2675 ieee754 "^1.1.4"
2699 isarray "^1.0.0" 2676 isarray "^1.0.0"
2700 2677
2701buffer@^5.1.0: 2678buffer@^6.0.2:
2702 version "5.6.0" 2679 version "6.0.2"
2703 resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786" 2680 resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.2.tgz#ca9ab87dffd0e864977f541f09844f06a60a8acd"
2704 integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw== 2681 integrity sha512-XeXCUm+F7uY7fIzq4pKy+BLbZk4SgYS5xwlZOFYD3UEcAD+PwOoTaFr/SaXvhR1yRa8SKyPSZ7LNX4N65w7h8A==
2705 dependencies: 2682 dependencies:
2706 base64-js "^1.0.2" 2683 base64-js "^1.3.1"
2707 ieee754 "^1.1.4" 2684 ieee754 "^1.2.1"
2708 2685
2709bufferutil@^4.0.1: 2686bufferutil@^4.0.1:
2710 version "4.0.1" 2687 version "4.0.2"
2711 resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.1.tgz#3a177e8e5819a1243fe16b63a199951a7ad8d4a7" 2688 resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.2.tgz#79f68631910f6b993d870fc77dc0a2894eb96cd5"
2712 integrity sha512-xowrxvpxojqkagPcWRQVXZl0YXhRhAtBEIq3VoER1NH5Mw1n1o0ojdspp+GS2J//2gCVyrzQDApQ4unGF+QOoA== 2689 integrity sha512-AtnG3W6M8B2n4xDQ5R+70EXvOpnXsFYg/AK2yTZd+HQ/oxAdz+GI+DvjmhBw3L0ole+LJ0ngqY4JMbDzkfNzhA==
2713 dependencies: 2690 dependencies:
2714 node-gyp-build "~3.7.0" 2691 node-gyp-build "^4.2.0"
2715 2692
2716builtin-modules@^1.1.1: 2693builtin-modules@^1.1.1:
2717 version "1.1.1" 2694 version "1.1.1"
@@ -2738,7 +2715,7 @@ bytes@3.1.0:
2738 resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6" 2715 resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
2739 integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== 2716 integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
2740 2717
2741cacache@15.0.5, cacache@^15.0.4, cacache@^15.0.5: 2718cacache@15.0.5, cacache@^15.0.5:
2742 version "15.0.5" 2719 version "15.0.5"
2743 resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0" 2720 resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
2744 integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A== 2721 integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
@@ -2798,12 +2775,20 @@ cache-base@^1.0.1:
2798 unset-value "^1.0.0" 2775 unset-value "^1.0.0"
2799 2776
2800cache-chunk-store@^3.0.0: 2777cache-chunk-store@^3.0.0:
2801 version "3.0.0" 2778 version "3.0.1"
2802 resolved "https://registry.yarnpkg.com/cache-chunk-store/-/cache-chunk-store-3.0.0.tgz#49e28823ba4c2b2f8595e7dfa27d73b87939ee5c" 2779 resolved "https://registry.yarnpkg.com/cache-chunk-store/-/cache-chunk-store-3.0.1.tgz#12a2d401d0022bf7fb3edde93bede26d04615ace"
2803 integrity sha512-QNFKTFZo9LJGCZITlXDV44xe4N7AWjZwpbU4YTVAa0ShvKLhn7A/8uaQcZuY33b5lrMIPTLbGmd8uTebzH5T/A== 2780 integrity sha512-JYoV75s8vvz1xIXDoe9orPpU0QHAtQbNe2X5xNss+YDFvSoa0VquX0qyKoYjYPdvsweN0/elihd6AiFz2S/2Jw==
2804 dependencies: 2781 dependencies:
2805 lru "^3.1.0" 2782 lru "^3.1.0"
2806 2783
2784call-bind@^1.0.0:
2785 version "1.0.0"
2786 resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce"
2787 integrity sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w==
2788 dependencies:
2789 function-bind "^1.1.1"
2790 get-intrinsic "^1.0.0"
2791
2807caller-callsite@^2.0.0: 2792caller-callsite@^2.0.0:
2808 version "2.0.0" 2793 version "2.0.0"
2809 resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" 2794 resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -2840,6 +2825,11 @@ callsites@^2.0.0:
2840 resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" 2825 resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
2841 integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= 2826 integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
2842 2827
2828callsites@^3.0.0:
2829 version "3.1.0"
2830 resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
2831 integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
2832
2843camel-case@^4.1.1: 2833camel-case@^4.1.1:
2844 version "4.1.1" 2834 version "4.1.1"
2845 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.1.tgz#1fc41c854f00e2f7d0139dfeba1542d6896fe547" 2835 resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.1.tgz#1fc41c854f00e2f7d0139dfeba1542d6896fe547"
@@ -2856,12 +2846,7 @@ camelcase-keys@^2.0.0:
2856 camelcase "^2.0.0" 2846 camelcase "^2.0.0"
2857 map-obj "^1.0.0" 2847 map-obj "^1.0.0"
2858 2848
2859camelcase@5.0.0: 2849camelcase@5.3.1, camelcase@^5.0.0:
2860 version "5.0.0"
2861 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.0.0.tgz#03295527d58bd3cd4aa75363f35b2e8d97be2f42"
2862 integrity sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==
2863
2864camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1:
2865 version "5.3.1" 2850 version "5.3.1"
2866 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" 2851 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
2867 integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== 2852 integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
@@ -2876,10 +2861,10 @@ camelcase@^4.1.0:
2876 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" 2861 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
2877 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= 2862 integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
2878 2863
2879camelcase@^6.0.0: 2864camelcase@^6.0.0, camelcase@^6.2.0:
2880 version "6.0.0" 2865 version "6.2.0"
2881 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.0.0.tgz#5259f7c30e35e278f1bdc2a4d91230b37cad981e" 2866 resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
2882 integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w== 2867 integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
2883 2868
2884caniuse-api@^3.0.0: 2869caniuse-api@^3.0.0:
2885 version "3.0.0" 2870 version "3.0.0"
@@ -2891,10 +2876,10 @@ caniuse-api@^3.0.0:
2891 lodash.memoize "^4.1.2" 2876 lodash.memoize "^4.1.2"
2892 lodash.uniq "^4.5.0" 2877 lodash.uniq "^4.5.0"
2893 2878
2894caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001032, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111: 2879caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001032, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001157:
2895 version "1.0.30001117" 2880 version "1.0.30001159"
2896 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001117.tgz#69a9fae5d480eaa9589f7641a83842ad396d17c4" 2881 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001159.tgz#bebde28f893fa9594dadcaa7d6b8e2aa0299df20"
2897 integrity sha512-4tY0Fatzdx59kYjQs+bNxUwZB03ZEBgVmJ1UkFPz/Q8OLiUUbjct2EdpnXj0fvFTPej2EkbPIG0w8BWsjAyk1Q== 2882 integrity sha512-w9Ph56jOsS8RL20K9cLND3u/+5WASWdhC/PPrf+V3/HsM3uHOavWOR1Xzakbv4Puo/srmPHudkmCRWM7Aq+/UA==
2898 2883
2899canonical-path@1.0.0: 2884canonical-path@1.0.0:
2900 version "1.0.0" 2885 version "1.0.0"
@@ -2940,9 +2925,9 @@ chardet@^0.7.0:
2940 integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== 2925 integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
2941 2926
2942chart.js@^2.9.3: 2927chart.js@^2.9.3:
2943 version "2.9.3" 2928 version "2.9.4"
2944 resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.3.tgz#ae3884114dafd381bc600f5b35a189138aac1ef7" 2929 resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684"
2945 integrity sha512-+2jlOobSk52c1VU6fzkh3UwqHMdSlgH1xFv9FKMqHiNCpXsGPQa/+81AFa+i3jZ253Mq9aAycPwDjnn1XbRNNw== 2930 integrity sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==
2946 dependencies: 2931 dependencies:
2947 chartjs-color "^2.1.0" 2932 chartjs-color "^2.1.0"
2948 moment "^2.10.2" 2933 moment "^2.10.2"
@@ -2962,15 +2947,10 @@ chartjs-color@^2.1.0:
2962 chartjs-color-string "^0.6.0" 2947 chartjs-color-string "^0.6.0"
2963 color-convert "^1.9.3" 2948 color-convert "^1.9.3"
2964 2949
2965check-types@^8.0.3: 2950"chokidar@>=2.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.4.1, chokidar@^3.4.2:
2966 version "8.0.3" 2951 version "3.4.3"
2967 resolved "https://registry.yarnpkg.com/check-types/-/check-types-8.0.3.tgz#3356cca19c889544f2d7a95ed49ce508a0ecf552" 2952 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b"
2968 integrity sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ== 2953 integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==
2969
2970"chokidar@>=2.0.0 <4.0.0", chokidar@^3.0.0, chokidar@^3.4.1:
2971 version "3.4.2"
2972 resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
2973 integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
2974 dependencies: 2954 dependencies:
2975 anymatch "~3.1.1" 2955 anymatch "~3.1.1"
2976 braces "~3.0.2" 2956 braces "~3.0.2"
@@ -2978,7 +2958,7 @@ check-types@^8.0.3:
2978 is-binary-path "~2.1.0" 2958 is-binary-path "~2.1.0"
2979 is-glob "~4.0.1" 2959 is-glob "~4.0.1"
2980 normalize-path "~3.0.0" 2960 normalize-path "~3.0.0"
2981 readdirp "~3.4.0" 2961 readdirp "~3.5.0"
2982 optionalDependencies: 2962 optionalDependencies:
2983 fsevents "~2.1.2" 2963 fsevents "~2.1.2"
2984 2964
@@ -3011,13 +2991,13 @@ chownr@^2.0.0:
3011 resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" 2991 resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
3012 integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== 2992 integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
3013 2993
3014chrome-dgram@^3.0.2, chrome-dgram@^3.0.4: 2994chrome-dgram@^3.0.2, chrome-dgram@^3.0.4, chrome-dgram@^3.0.6:
3015 version "3.0.5" 2995 version "3.0.6"
3016 resolved "https://registry.yarnpkg.com/chrome-dgram/-/chrome-dgram-3.0.5.tgz#7cf0d2567706e413eb9133da584aa9cb9d10da6a" 2996 resolved "https://registry.yarnpkg.com/chrome-dgram/-/chrome-dgram-3.0.6.tgz#2288b5c7471f66f073691206d36319dda713cf55"
3017 integrity sha512-RcCR5Kpn+F7VGmtL3ex78ltB+cuuSTZdGBa4j3fQwUqz/90uOKd5t+WmnJp+QNv017oaHzn5GoMv1mCoRTmehQ== 2997 integrity sha512-bqBsUuaOiXiqxXt/zA/jukNJJ4oaOtc7ciwqJpZVEaaXwwxqgI2/ZdG02vXYWUhHGziDlvGMQWk0qObgJwVYKA==
3018 dependencies: 2998 dependencies:
3019 inherits "^2.0.1" 2999 inherits "^2.0.4"
3020 run-series "^1.1.2" 3000 run-series "^1.1.9"
3021 3001
3022chrome-dns@^1.0.0: 3002chrome-dns@^1.0.0:
3023 version "1.0.1" 3003 version "1.0.1"
@@ -3040,7 +3020,7 @@ chrome-trace-event@^1.0.2:
3040 dependencies: 3020 dependencies:
3041 tslib "^1.9.0" 3021 tslib "^1.9.0"
3042 3022
3043chunk-store-stream@^4.1.0: 3023chunk-store-stream@^4.1.1:
3044 version "4.1.1" 3024 version "4.1.1"
3045 resolved "https://registry.yarnpkg.com/chunk-store-stream/-/chunk-store-stream-4.1.1.tgz#7c86a50f789c90b3eb3bb752f67eea1d16738b8e" 3025 resolved "https://registry.yarnpkg.com/chunk-store-stream/-/chunk-store-stream-4.1.1.tgz#7c86a50f789c90b3eb3bb752f67eea1d16738b8e"
3046 integrity sha512-2nVS+VLMCHNW+S1Y3bOlCtUL4ABPA4zeAcP8E/m15AAc+8fw1elEKIhs/Wg5EZNSfqIk24kUd9rvewmGNPehGQ== 3026 integrity sha512-2nVS+VLMCHNW+S1Y3bOlCtUL4ABPA4zeAcP8E/m15AAc+8fw1elEKIhs/Wg5EZNSfqIk24kUd9rvewmGNPehGQ==
@@ -3103,9 +3083,9 @@ cli-cursor@^3.1.0:
3103 restore-cursor "^3.1.0" 3083 restore-cursor "^3.1.0"
3104 3084
3105cli-spinners@^2.4.0: 3085cli-spinners@^2.4.0:
3106 version "2.4.0" 3086 version "2.5.0"
3107 resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.4.0.tgz#c6256db216b878cfba4720e719cec7cf72685d7f" 3087 resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.5.0.tgz#12763e47251bf951cb75c201dfa58ff1bcb2d047"
3108 integrity sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA== 3088 integrity sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ==
3109 3089
3110cli-width@^2.0.0: 3090cli-width@^2.0.0:
3111 version "2.2.1" 3091 version "2.2.1"
@@ -3158,11 +3138,6 @@ clone@^1.0.2:
3158 resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" 3138 resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
3159 integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= 3139 integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4=
3160 3140
3161clone@^2.1.2:
3162 version "2.1.2"
3163 resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
3164 integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
3165
3166co@^4.6.0: 3141co@^4.6.0:
3167 version "4.6.0" 3142 version "4.6.0"
3168 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" 3143 resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3183,9 +3158,9 @@ code-point-at@^1.0.0:
3183 integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= 3158 integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
3184 3159
3185codelyzer@^6.0.0: 3160codelyzer@^6.0.0:
3186 version "6.0.0" 3161 version "6.0.1"
3187 resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-6.0.0.tgz#50c98581cc2890e0e9a9f93878dc317115d836ed" 3162 resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-6.0.1.tgz#c0e9668e847255b37c759e68fb2700b11e277d0f"
3188 integrity sha512-edJIQCIcxD9DhVSyBEdJ38AbLikm515Wl91t5RDGNT88uA6uQdTm4phTWfn9JhzAI8kXNUcfYyAE90lJElpGtA== 3163 integrity sha512-cOyGQgMdhnRYtW2xrJUNrNYDjEgwQ+BrE2y93Bwz3h4DJ6vJRLfupemU5N3pbYsUlBHJf0u1j1UGk+NLW4d97g==
3189 dependencies: 3164 dependencies:
3190 "@angular/compiler" "9.0.0" 3165 "@angular/compiler" "9.0.0"
3191 "@angular/core" "9.0.0" 3166 "@angular/core" "9.0.0"
@@ -3234,21 +3209,21 @@ color-name@^1.0.0, color-name@~1.1.4:
3234 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" 3209 resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
3235 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== 3210 integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
3236 3211
3237color-string@^1.5.2: 3212color-string@^1.5.4:
3238 version "1.5.3" 3213 version "1.5.4"
3239 resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.3.tgz#c9bbc5f01b58b5492f3d6857459cb6590ce204cc" 3214 resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6"
3240 integrity sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw== 3215 integrity sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==
3241 dependencies: 3216 dependencies:
3242 color-name "^1.0.0" 3217 color-name "^1.0.0"
3243 simple-swizzle "^0.2.2" 3218 simple-swizzle "^0.2.2"
3244 3219
3245color@^3.0.0: 3220color@^3.0.0:
3246 version "3.1.2" 3221 version "3.1.3"
3247 resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10" 3222 resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e"
3248 integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg== 3223 integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
3249 dependencies: 3224 dependencies:
3250 color-convert "^1.9.1" 3225 color-convert "^1.9.1"
3251 color-string "^1.5.2" 3226 color-string "^1.5.4"
3252 3227
3253colorette@^1.2.1: 3228colorette@^1.2.1:
3254 version "1.2.1" 3229 version "1.2.1"
@@ -3267,16 +3242,31 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
3267 dependencies: 3242 dependencies:
3268 delayed-stream "~1.0.0" 3243 delayed-stream "~1.0.0"
3269 3244
3270commander@^2.11.0, commander@^2.12.1, commander@^2.18.0, commander@^2.20.0, commander@^2.8.1, commander@^2.9.0: 3245command-line-usage@^6.1.0:
3246 version "6.1.1"
3247 resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-6.1.1.tgz#c908e28686108917758a49f45efb4f02f76bc03f"
3248 integrity sha512-F59pEuAR9o1SF/bD0dQBDluhpT4jJQNWUHEuVBqpDmCUo6gPjCi+m9fCWnWZVR/oG6cMTUms4h+3NPl74wGXvA==
3249 dependencies:
3250 array-back "^4.0.1"
3251 chalk "^2.4.2"
3252 table-layout "^1.0.1"
3253 typical "^5.2.0"
3254
3255commander@^2.11.0, commander@^2.12.1, commander@^2.20.0, commander@^2.8.1:
3271 version "2.20.3" 3256 version "2.20.3"
3272 resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" 3257 resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
3273 integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== 3258 integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
3274 3259
3275commander@^4.0.1, commander@^4.1.1: 3260commander@^4.1.1:
3276 version "4.1.1" 3261 version "4.1.1"
3277 resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" 3262 resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
3278 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== 3263 integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
3279 3264
3265commander@^6.2.0:
3266 version "6.2.0"
3267 resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
3268 integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
3269
3280commondir@^1.0.1: 3270commondir@^1.0.1:
3281 version "1.0.1" 3271 version "1.0.1"
3282 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" 3272 resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -3393,7 +3383,7 @@ content-type@~1.0.4:
3393 resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" 3383 resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
3394 integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== 3384 integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
3395 3385
3396convert-source-map@1.7.0, convert-source-map@^1.1.0, convert-source-map@^1.5.1, convert-source-map@^1.7.0: 3386convert-source-map@1.7.0, convert-source-map@^1.5.1, convert-source-map@^1.7.0:
3397 version "1.7.0" 3387 version "1.7.0"
3398 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" 3388 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
3399 integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== 3389 integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -3437,41 +3427,41 @@ copy-descriptor@^0.1.0:
3437 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" 3427 resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
3438 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= 3428 integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
3439 3429
3440copy-webpack-plugin@6.0.3: 3430copy-webpack-plugin@6.2.1:
3441 version "6.0.3" 3431 version "6.2.1"
3442 resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.0.3.tgz#2b3d2bfc6861b96432a65f0149720adbd902040b" 3432 resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.2.1.tgz#8015e4d5c5e637ab7b39c76daa9e03c7a4bf1ae5"
3443 integrity sha512-q5m6Vz4elsuyVEIUXr7wJdIdePWTubsqVbEMvf1WQnHGv0Q+9yPRu7MtYFPt+GBOXRav9lvIINifTQ1vSCs+eA== 3433 integrity sha512-VH2ZTMIBsx4p++Lmpg77adZ0KUyM5gFR/9cuTrbneNnJlcQXUFvsNariPqq2dq2kV3F2skHiDGPQCyKWy1+U0Q==
3444 dependencies: 3434 dependencies:
3445 cacache "^15.0.4" 3435 cacache "^15.0.5"
3446 fast-glob "^3.2.4" 3436 fast-glob "^3.2.4"
3447 find-cache-dir "^3.3.1" 3437 find-cache-dir "^3.3.1"
3448 glob-parent "^5.1.1" 3438 glob-parent "^5.1.1"
3449 globby "^11.0.1" 3439 globby "^11.0.1"
3450 loader-utils "^2.0.0" 3440 loader-utils "^2.0.0"
3451 normalize-path "^3.0.0" 3441 normalize-path "^3.0.0"
3452 p-limit "^3.0.1" 3442 p-limit "^3.0.2"
3453 schema-utils "^2.7.0" 3443 schema-utils "^3.0.0"
3454 serialize-javascript "^4.0.0" 3444 serialize-javascript "^5.0.1"
3455 webpack-sources "^1.4.3" 3445 webpack-sources "^1.4.3"
3456 3446
3457core-js-compat@^3.6.2: 3447core-js-compat@^3.6.2:
3458 version "3.6.5" 3448 version "3.7.0"
3459 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c" 3449 resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed"
3460 integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== 3450 integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg==
3461 dependencies: 3451 dependencies:
3462 browserslist "^4.8.5" 3452 browserslist "^4.14.6"
3463 semver "7.0.0" 3453 semver "7.0.0"
3464 3454
3465core-js@3.6.4: 3455core-js@3.6.5:
3466 version "3.6.4"
3467 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647"
3468 integrity sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==
3469
3470core-js@^3.1.4:
3471 version "3.6.5" 3456 version "3.6.5"
3472 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a" 3457 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
3473 integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA== 3458 integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
3474 3459
3460core-js@^3.1.4:
3461 version "3.7.0"
3462 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.7.0.tgz#b0a761a02488577afbf97179e4681bf49568520f"
3463 integrity sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==
3464
3475core-util-is@1.0.2, core-util-is@~1.0.0: 3465core-util-is@1.0.2, core-util-is@~1.0.0:
3476 version "1.0.2" 3466 version "1.0.2"
3477 resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" 3467 resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -3487,6 +3477,17 @@ cosmiconfig@^5.0.0:
3487 js-yaml "^3.13.1" 3477 js-yaml "^3.13.1"
3488 parse-json "^4.0.0" 3478 parse-json "^4.0.0"
3489 3479
3480cosmiconfig@^7.0.0:
3481 version "7.0.0"
3482 resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
3483 integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
3484 dependencies:
3485 "@types/parse-json" "^4.0.0"
3486 import-fresh "^3.2.1"
3487 parse-json "^5.0.0"
3488 path-type "^4.0.0"
3489 yaml "^1.10.0"
3490
3490create-ecdh@^4.0.0: 3491create-ecdh@^4.0.0:
3491 version "4.0.4" 3492 version "4.0.4"
3492 resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" 3493 resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
@@ -3536,14 +3537,6 @@ create-torrent@^4.4.2:
3536 run-parallel "^1.0.0" 3537 run-parallel "^1.0.0"
3537 simple-sha1 "^3.0.0" 3538 simple-sha1 "^3.0.0"
3538 3539
3539cross-spawn@^3.0.0:
3540 version "3.0.1"
3541 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
3542 integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI=
3543 dependencies:
3544 lru-cache "^4.0.1"
3545 which "^1.2.9"
3546
3547cross-spawn@^5.0.1: 3540cross-spawn@^5.0.1:
3548 version "5.1.0" 3541 version "5.1.0"
3549 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" 3542 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -3553,7 +3546,7 @@ cross-spawn@^5.0.1:
3553 shebang-command "^1.2.0" 3546 shebang-command "^1.2.0"
3554 which "^1.2.9" 3547 which "^1.2.9"
3555 3548
3556cross-spawn@^6.0.0, cross-spawn@^6.0.5: 3549cross-spawn@^6.0.0:
3557 version "6.0.5" 3550 version "6.0.5"
3558 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" 3551 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
3559 integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== 3552 integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -3564,6 +3557,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
3564 shebang-command "^1.2.0" 3557 shebang-command "^1.2.0"
3565 which "^1.2.9" 3558 which "^1.2.9"
3566 3559
3560cross-spawn@^7.0.0, cross-spawn@^7.0.3:
3561 version "7.0.3"
3562 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
3563 integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
3564 dependencies:
3565 path-key "^3.1.0"
3566 shebang-command "^2.0.0"
3567 which "^2.0.1"
3568
3567crypto-browserify@^3.11.0: 3569crypto-browserify@^3.11.0:
3568 version "3.12.0" 3570 version "3.12.0"
3569 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" 3571 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -3594,43 +3596,41 @@ css-declaration-sorter@^4.0.1:
3594 postcss "^7.0.1" 3596 postcss "^7.0.1"
3595 timsort "^0.3.0" 3597 timsort "^0.3.0"
3596 3598
3597css-loader@4.2.1: 3599css-loader@4.3.0:
3598 version "4.2.1" 3600 version "4.3.0"
3599 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.2.1.tgz#9f48fd7eae1219d629a3f085ba9a9102ca1141a7" 3601 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e"
3600 integrity sha512-MoqmF1if7Z0pZIEXA4ZF9PgtCXxWbfzfJM+3p+OYfhcrwcqhaCRb74DSnfzRl7e024xEiCRn5hCvfUbTf2sgFA== 3602 integrity sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==
3601 dependencies: 3603 dependencies:
3602 camelcase "^6.0.0" 3604 camelcase "^6.0.0"
3603 cssesc "^3.0.0" 3605 cssesc "^3.0.0"
3604 icss-utils "^4.1.1" 3606 icss-utils "^4.1.1"
3605 loader-utils "^2.0.0" 3607 loader-utils "^2.0.0"
3606 normalize-path "^3.0.0"
3607 postcss "^7.0.32" 3608 postcss "^7.0.32"
3608 postcss-modules-extract-imports "^2.0.0" 3609 postcss-modules-extract-imports "^2.0.0"
3609 postcss-modules-local-by-default "^3.0.3" 3610 postcss-modules-local-by-default "^3.0.3"
3610 postcss-modules-scope "^2.2.0" 3611 postcss-modules-scope "^2.2.0"
3611 postcss-modules-values "^3.0.0" 3612 postcss-modules-values "^3.0.0"
3612 postcss-value-parser "^4.1.0" 3613 postcss-value-parser "^4.1.0"
3613 schema-utils "^2.7.0" 3614 schema-utils "^2.7.1"
3614 semver "^7.3.2" 3615 semver "^7.3.2"
3615 3616
3616css-loader@^3.1.0: 3617css-loader@^5.0.1:
3617 version "3.6.0" 3618 version "5.0.1"
3618 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645" 3619 resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.0.1.tgz#9e4de0d6636a6266a585bd0900b422c85539d25f"
3619 integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ== 3620 integrity sha512-cXc2ti9V234cq7rJzFKhirb2L2iPy8ZjALeVJAozXYz9te3r4eqLSixNAbMDJSgJEQywqXzs8gonxaboeKqwiw==
3620 dependencies: 3621 dependencies:
3621 camelcase "^5.3.1" 3622 camelcase "^6.2.0"
3622 cssesc "^3.0.0" 3623 cssesc "^3.0.0"
3623 icss-utils "^4.1.1" 3624 icss-utils "^5.0.0"
3624 loader-utils "^1.2.3" 3625 loader-utils "^2.0.0"
3625 normalize-path "^3.0.0" 3626 postcss "^8.1.4"
3626 postcss "^7.0.32" 3627 postcss-modules-extract-imports "^3.0.0"
3627 postcss-modules-extract-imports "^2.0.0" 3628 postcss-modules-local-by-default "^4.0.0"
3628 postcss-modules-local-by-default "^3.0.2" 3629 postcss-modules-scope "^3.0.0"
3629 postcss-modules-scope "^2.2.0" 3630 postcss-modules-values "^4.0.0"
3630 postcss-modules-values "^3.0.0"
3631 postcss-value-parser "^4.1.0" 3631 postcss-value-parser "^4.1.0"
3632 schema-utils "^2.7.0" 3632 schema-utils "^3.0.0"
3633 semver "^6.3.0" 3633 semver "^7.3.2"
3634 3634
3635css-parse@~2.0.0: 3635css-parse@~2.0.0:
3636 version "2.0.0" 3636 version "2.0.0"
@@ -3680,12 +3680,12 @@ css-tree@1.0.0-alpha.37:
3680 mdn-data "2.0.4" 3680 mdn-data "2.0.4"
3681 source-map "^0.6.1" 3681 source-map "^0.6.1"
3682 3682
3683css-tree@1.0.0-alpha.39: 3683css-tree@^1.0.0:
3684 version "1.0.0-alpha.39" 3684 version "1.1.1"
3685 resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.39.tgz#2bff3ffe1bb3f776cf7eefd91ee5cba77a149eeb" 3685 resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.1.tgz#30b8c0161d9fb4e9e2141d762589b6ec2faebd2e"
3686 integrity sha512-7UvkEYgBAHRG9Nt980lYxjsTrCyHFN53ky3wVsDkiMdVqylqRt+Zc+jm5qw7/qyOvN2dHSYtX0e4MbCCExSvnA== 3686 integrity sha512-NVN42M2fjszcUNpDbdkvutgQSlFYsr1z7kqeuCagHnNLBfYor6uP1WL1KrkmdYZ5Y1vTBCIOI/C/+8T98fJ71w==
3687 dependencies: 3687 dependencies:
3688 mdn-data "2.0.6" 3688 mdn-data "2.0.14"
3689 source-map "^0.6.1" 3689 source-map "^0.6.1"
3690 3690
3691css-what@2.1: 3691css-what@2.1:
@@ -3694,9 +3694,9 @@ css-what@2.1:
3694 integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg== 3694 integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
3695 3695
3696css-what@^3.2.1: 3696css-what@^3.2.1:
3697 version "3.3.0" 3697 version "3.4.2"
3698 resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.3.0.tgz#10fec696a9ece2e591ac772d759aacabac38cd39" 3698 resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
3699 integrity sha512-pv9JPyatiPaQ6pf4OvD/dbfm0o5LviWmwxNWzblYf/1u9QZd0ihV+PMwy5jdQWQ3349kZmKEx9WXuSka2dM4cg== 3699 integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
3700 3700
3701css@^2.0.0: 3701css@^2.0.0:
3702 version "2.2.4" 3702 version "2.2.4"
@@ -3789,16 +3789,16 @@ cssnano@4.1.10:
3789 postcss "^7.0.0" 3789 postcss "^7.0.0"
3790 3790
3791csso@^4.0.2: 3791csso@^4.0.2:
3792 version "4.0.3" 3792 version "4.1.1"
3793 resolved "https://registry.yarnpkg.com/csso/-/csso-4.0.3.tgz#0d9985dc852c7cc2b2cacfbbe1079014d1a8e903" 3793 resolved "https://registry.yarnpkg.com/csso/-/csso-4.1.1.tgz#e0cb02d6eb3af1df719222048e4359efd662af13"
3794 integrity sha512-NL3spysxUkcrOgnpsT4Xdl2aiEiBG6bXswAABQVHcMrfjjBisFOKwLDOmf4wf32aPdcJws1zds2B0Rg+jqMyHQ== 3794 integrity sha512-Rvq+e1e0TFB8E8X+8MQjHSY6vtol45s5gxtLI/018UsAn2IBMmwNEZRM/h+HVnAJRHjasLIKKUO3uvoMM28LvA==
3795 dependencies: 3795 dependencies:
3796 css-tree "1.0.0-alpha.39" 3796 css-tree "^1.0.0"
3797 3797
3798csstype@^3.0.2: 3798csstype@^3.0.2:
3799 version "3.0.3" 3799 version "3.0.5"
3800 resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.3.tgz#2b410bbeba38ba9633353aff34b05d9755d065f8" 3800 resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
3801 integrity sha512-jPl+wbWPOWJ7SXsWyqGRk3lGecbar0Cb0OvZF/r/ZU011R4YqiRehgkQ9p4eQfo9DSDLqLL3wHwfxeJiuIsNag== 3801 integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
3802 3802
3803currently-unhandled@^0.4.1: 3803currently-unhandled@^0.4.1:
3804 version "0.4.1" 3804 version "0.4.1"
@@ -3837,15 +3837,6 @@ dashdash@^1.12.0:
3837 dependencies: 3837 dependencies:
3838 assert-plus "^1.0.0" 3838 assert-plus "^1.0.0"
3839 3839
3840data-urls@^2.0.0:
3841 version "2.0.0"
3842 resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
3843 integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
3844 dependencies:
3845 abab "^2.0.3"
3846 whatwg-mimetype "^2.3.0"
3847 whatwg-url "^8.0.0"
3848
3849date-format@^2.1.0: 3840date-format@^2.1.0:
3850 version "2.1.0" 3841 version "2.1.0"
3851 resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.1.0.tgz#31d5b5ea211cf5fd764cd38baf9d033df7e125cf" 3842 resolved "https://registry.yarnpkg.com/date-format/-/date-format-2.1.0.tgz#31d5b5ea211cf5fd764cd38baf9d033df7e125cf"
@@ -3870,12 +3861,12 @@ debug@3.1.0, debug@~3.1.0:
3870 dependencies: 3861 dependencies:
3871 ms "2.0.0" 3862 ms "2.0.0"
3872 3863
3873debug@4.1.1, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@~4.1.0: 3864debug@4.2.0, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
3874 version "4.1.1" 3865 version "4.2.0"
3875 resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" 3866 resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
3876 integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== 3867 integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
3877 dependencies: 3868 dependencies:
3878 ms "^2.1.1" 3869 ms "2.1.2"
3879 3870
3880debug@^3.1.0, debug@^3.1.1, debug@^3.2.5: 3871debug@^3.1.0, debug@^3.1.1, debug@^3.2.5:
3881 version "3.2.6" 3872 version "3.2.6"
@@ -3884,10 +3875,19 @@ debug@^3.1.0, debug@^3.1.1, debug@^3.2.5:
3884 dependencies: 3875 dependencies:
3885 ms "^2.1.1" 3876 ms "^2.1.1"
3886 3877
3887debuglog@^1.0.1: 3878debug@^4.3.1:
3888 version "1.0.1" 3879 version "4.3.1"
3889 resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" 3880 resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
3890 integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= 3881 integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
3882 dependencies:
3883 ms "2.1.2"
3884
3885debug@~4.1.0:
3886 version "4.1.1"
3887 resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
3888 integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
3889 dependencies:
3890 ms "^2.1.1"
3891 3891
3892decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: 3892decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0:
3893 version "1.2.0" 3893 version "1.2.0"
@@ -3899,13 +3899,6 @@ decode-uri-component@^0.2.0:
3899 resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" 3899 resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
3900 integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= 3900 integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
3901 3901
3902decompress-response@^4.2.0:
3903 version "4.2.1"
3904 resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-4.2.1.tgz#414023cc7a302da25ce2ec82d0d5238ccafd8986"
3905 integrity sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==
3906 dependencies:
3907 mimic-response "^2.0.0"
3908
3909decompress-response@^6.0.0: 3902decompress-response@^6.0.0:
3910 version "6.0.0" 3903 version "6.0.0"
3911 resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc" 3904 resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc"
@@ -3925,11 +3918,21 @@ deep-equal@^1.0.1:
3925 object-keys "^1.1.1" 3918 object-keys "^1.1.1"
3926 regexp.prototype.flags "^1.2.0" 3919 regexp.prototype.flags "^1.2.0"
3927 3920
3921deep-extend@~0.6.0:
3922 version "0.6.0"
3923 resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
3924 integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
3925
3928deep-is@~0.1.3: 3926deep-is@~0.1.3:
3929 version "0.1.3" 3927 version "0.1.3"
3930 resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" 3928 resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
3931 integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= 3929 integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
3932 3930
3931deepmerge@^4.2.2:
3932 version "4.2.2"
3933 resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
3934 integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
3935
3933default-gateway@^4.2.0: 3936default-gateway@^4.2.0:
3934 version "4.2.0" 3937 version "4.2.0"
3935 resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b" 3938 resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
@@ -4033,28 +4036,15 @@ destroy@~1.0.4:
4033 resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" 4036 resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
4034 integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= 4037 integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
4035 4038
4036detect-file@^1.0.0:
4037 version "1.0.0"
4038 resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
4039 integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
4040
4041detect-node@^2.0.4: 4039detect-node@^2.0.4:
4042 version "2.0.4" 4040 version "2.0.4"
4043 resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c" 4041 resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.4.tgz#014ee8f8f669c5c58023da64b8179c083a28c46c"
4044 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== 4042 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
4045 4043
4046dexie@^3.0.0: 4044dexie@^3.0.0:
4047 version "3.0.2" 4045 version "3.0.3"
4048 resolved "https://registry.yarnpkg.com/dexie/-/dexie-3.0.2.tgz#4b979904d739e0530b68352005f175a82633a075" 4046 resolved "https://registry.yarnpkg.com/dexie/-/dexie-3.0.3.tgz#ede63849dfe5f07e13e99bb72a040e8ac1d29dab"
4049 integrity sha512-go4FnIoAhcUiCdxutfIZRxnSaSyDgfEq+GH7N0I8nTCJbC2FmeBj+0FrETa3ln5ix+VQMOPsFeYHlgE/8SZWwQ== 4047 integrity sha512-BSFhGpngnCl1DOr+8YNwBDobRMH0ziJs2vts69VilwetHYOtEDcLqo7d/XiIphM0tJZ2rPPyAGd31lgH2Ln3nw==
4050
4051dezalgo@^1.0.0:
4052 version "1.0.3"
4053 resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
4054 integrity sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=
4055 dependencies:
4056 asap "^2.0.0"
4057 wrappy "1"
4058 4048
4059di@^0.0.1: 4049di@^0.0.1:
4060 version "0.0.1" 4050 version "0.0.1"
@@ -4149,9 +4139,9 @@ dom-serializer@0:
4149 entities "^2.0.0" 4139 entities "^2.0.0"
4150 4140
4151dom-serializer@^1.0.1: 4141dom-serializer@^1.0.1:
4152 version "1.0.1" 4142 version "1.1.0"
4153 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.0.1.tgz#79695eb49af3cd8abc8d93a73da382deb1ca0795" 4143 resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.1.0.tgz#5f7c828f1bfc44887dc2a315ab5c45691d544b58"
4154 integrity sha512-1Aj1Qy3YLbdslkI75QEOfdp9TkQ3o8LRISAzxOibjBs/xWwr1WxZFOQphFkZuepHFGo+kB8e5FVJSS0faAJ4Rw== 4144 integrity sha512-ox7bvGXt2n+uLWtCRLybYx60IrOlWL/aCebWJk1T0d4m3y2tzf4U3ij9wBMUb6YJZpz06HCCYuyCDveE2xXmzQ==
4155 dependencies: 4145 dependencies:
4156 domelementtype "^2.0.1" 4146 domelementtype "^2.0.1"
4157 domhandler "^3.0.0" 4147 domhandler "^3.0.0"
@@ -4173,9 +4163,9 @@ domelementtype@1, domelementtype@^1.3.1:
4173 integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== 4163 integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
4174 4164
4175domelementtype@^2.0.1: 4165domelementtype@^2.0.1:
4176 version "2.0.1" 4166 version "2.0.2"
4177 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.1.tgz#1f8bdfe91f5a78063274e803b4bdcedf6e94f94d" 4167 resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.2.tgz#f3b6e549201e46f588b59463dd77187131fe6971"
4178 integrity sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ== 4168 integrity sha512-wFwTwCVebUrMgGeAwRL/NhZtHAUyT9n9yg4IMDwf10+6iCMxSkVq9MGCVEH+QZWo1nNidy8kNvwmv4zWHDTqvA==
4179 4169
4180domhandler@^2.3.0: 4170domhandler@^2.3.0:
4181 version "2.4.2" 4171 version "2.4.2"
@@ -4184,10 +4174,10 @@ domhandler@^2.3.0:
4184 dependencies: 4174 dependencies:
4185 domelementtype "1" 4175 domelementtype "1"
4186 4176
4187domhandler@^3.0.0: 4177domhandler@^3.0.0, domhandler@^3.3.0:
4188 version "3.0.0" 4178 version "3.3.0"
4189 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.0.0.tgz#51cd13efca31da95bbb0c5bee3a48300e333b3e9" 4179 resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a"
4190 integrity sha512-eKLdI5v9m67kbXQbJSNn1zjh0SDzvzWVWtX+qEI3eMjZw8daH9k8rlj1FZY9memPwjiskQFbe7vHVVJIAqoEhw== 4180 integrity sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==
4191 dependencies: 4181 dependencies:
4192 domelementtype "^2.0.1" 4182 domelementtype "^2.0.1"
4193 4183
@@ -4208,13 +4198,13 @@ domutils@^1.5.1, domutils@^1.7.0:
4208 domelementtype "1" 4198 domelementtype "1"
4209 4199
4210domutils@^2.0.0: 4200domutils@^2.0.0:
4211 version "2.2.0" 4201 version "2.4.2"
4212 resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.2.0.tgz#f3ce1610af5c30280bde1b71f84b018b958f32cf" 4202 resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.4.2.tgz#7ee5be261944e1ad487d9aa0616720010123922b"
4213 integrity sha512-0haAxVr1PR0SqYwCH7mxMpHZUwjih9oPPedqpR/KufsnxPyZ9dyVw1R5093qnJF3WXSbjBkdzRWLw/knJV/fAg== 4203 integrity sha512-NKbgaM8ZJOecTZsIzW5gSuplsX2IWW2mIK7xVr8hTQF2v1CJWTmLZ1HOCh5sH+IzVPAGE5IucooOkvwBRAdowA==
4214 dependencies: 4204 dependencies:
4215 dom-serializer "^1.0.1" 4205 dom-serializer "^1.0.1"
4216 domelementtype "^2.0.1" 4206 domelementtype "^2.0.1"
4217 domhandler "^3.0.0" 4207 domhandler "^3.3.0"
4218 4208
4219dot-case@^3.0.3: 4209dot-case@^3.0.3:
4220 version "3.0.3" 4210 version "3.0.3"
@@ -4225,9 +4215,9 @@ dot-case@^3.0.3:
4225 tslib "^1.10.0" 4215 tslib "^1.10.0"
4226 4216
4227dot-prop@^5.2.0: 4217dot-prop@^5.2.0:
4228 version "5.2.0" 4218 version "5.3.0"
4229 resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb" 4219 resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
4230 integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A== 4220 integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
4231 dependencies: 4221 dependencies:
4232 is-obj "^2.0.0" 4222 is-obj "^2.0.0"
4233 4223
@@ -4259,15 +4249,17 @@ ee-first@1.1.1:
4259 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" 4249 resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
4260 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= 4250 integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
4261 4251
4262ejs@^2.6.1: 4252ejs@^3.1.5:
4263 version "2.7.4" 4253 version "3.1.5"
4264 resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" 4254 resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b"
4265 integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== 4255 integrity sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w==
4256 dependencies:
4257 jake "^10.6.1"
4266 4258
4267electron-to-chromium@^1.3.523: 4259electron-to-chromium@^1.3.591:
4268 version "1.3.545" 4260 version "1.3.601"
4269 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.545.tgz#d9add694c78554b8c00bc6e6fc929d5ccd7d1b99" 4261 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.601.tgz#881824eaef0b2f97c89e1abb5835fdd224997d34"
4270 integrity sha512-+0R/i17u5E1cwF3g0W8Niq3UUKTUMyyT4kLkutZUHG8mDNvFsAckK3HIanzGVtixe3b6rknD8k7gHiR6nKFkgg== 4262 integrity sha512-ctRyXD9y0mZu8pgeNwBUhLP3Guyr5YuqkfLKYmpTwYx7o9JtCEJme9JVX4xBXPr5ZNvr/iBXUvHLFEVJQThATg==
4271 4263
4272elliptic@^6.5.3: 4264elliptic@^6.5.3:
4273 version "6.5.3" 4265 version "6.5.3"
@@ -4329,33 +4321,54 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
4329 once "^1.4.0" 4321 once "^1.4.0"
4330 4322
4331engine.io-client@~3.4.0: 4323engine.io-client@~3.4.0:
4332 version "3.4.3" 4324 version "3.4.4"
4333 resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.4.3.tgz#192d09865403e3097e3575ebfeb3861c4d01a66c" 4325 resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-3.4.4.tgz#77d8003f502b0782dd792b073a4d2cf7ca5ab967"
4334 integrity sha512-0NGY+9hioejTEJCaSJZfWZLk4FPI9dN+1H1C4+wj2iuFba47UgZbJzfWs4aNFajnX/qAaYKbe2lLTfEEWzCmcw== 4326 integrity sha512-iU4CRr38Fecj8HoZEnFtm2EiKGbYZcPn3cHxqNGl/tmdWRf60KhK+9vE0JeSjgnlS/0oynEfLgKbT9ALpim0sQ==
4335 dependencies: 4327 dependencies:
4336 component-emitter "~1.3.0" 4328 component-emitter "~1.3.0"
4337 component-inherit "0.0.3" 4329 component-inherit "0.0.3"
4338 debug "~4.1.0" 4330 debug "~3.1.0"
4339 engine.io-parser "~2.2.0" 4331 engine.io-parser "~2.2.0"
4340 has-cors "1.1.0" 4332 has-cors "1.1.0"
4341 indexof "0.0.1" 4333 indexof "0.0.1"
4342 parseqs "0.0.5" 4334 parseqs "0.0.6"
4343 parseuri "0.0.5" 4335 parseuri "0.0.6"
4344 ws "~6.1.0" 4336 ws "~6.1.0"
4345 xmlhttprequest-ssl "~1.5.4" 4337 xmlhttprequest-ssl "~1.5.4"
4346 yeast "0.1.2" 4338 yeast "0.1.2"
4347 4339
4340engine.io-client@~4.0.0:
4341 version "4.0.4"
4342 resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-4.0.4.tgz#973d312ab9c8dc41e64d2c323982f3b04a7f749d"
4343 integrity sha512-and4JRvjv+BQ4WBLopYUFePxju3ms3aBRk0XjaLdh/t9TKv2LCKtKKWFRoRzIfUZsu3U38FcYqNLuXhfS16vqw==
4344 dependencies:
4345 base64-arraybuffer "0.1.4"
4346 component-emitter "~1.3.0"
4347 debug "~4.1.0"
4348 engine.io-parser "~4.0.1"
4349 has-cors "1.1.0"
4350 parseqs "0.0.6"
4351 parseuri "0.0.6"
4352 ws "~7.2.1"
4353 xmlhttprequest-ssl "~1.5.4"
4354 yeast "0.1.2"
4355
4348engine.io-parser@~2.2.0: 4356engine.io-parser@~2.2.0:
4349 version "2.2.0" 4357 version "2.2.1"
4350 resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-2.2.0.tgz#312c4894f57d52a02b420868da7b5c1c84af80ed" 4358 resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-2.2.1.tgz#57ce5611d9370ee94f99641b589f94c97e4f5da7"
4351 integrity sha512-6I3qD9iUxotsC5HEMuuGsKA0cXerGz+4uGcXQEkfBidgKf0amsjrrtwcbwK/nzpZBxclXlV7gGl9dgWvu4LF6w== 4359 integrity sha512-x+dN/fBH8Ro8TFwJ+rkB2AmuVw9Yu2mockR/p3W8f8YtExwFgDvBDi0GWyb4ZLkpahtDGZgtr3zLovanJghPqg==
4352 dependencies: 4360 dependencies:
4353 after "0.8.2" 4361 after "0.8.2"
4354 arraybuffer.slice "~0.0.7" 4362 arraybuffer.slice "~0.0.7"
4355 base64-arraybuffer "0.1.5" 4363 base64-arraybuffer "0.1.4"
4356 blob "0.0.5" 4364 blob "0.0.5"
4357 has-binary2 "~1.0.2" 4365 has-binary2 "~1.0.2"
4358 4366
4367engine.io-parser@~4.0.1:
4368 version "4.0.1"
4369 resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-4.0.1.tgz#6444c3cf2523ba4fc3bbaedd4fe425e6bcb16479"
4370 integrity sha512-v5aZK1hlckcJDGmHz3W8xvI3NUHYc9t8QtTbqdR5OaH3S9iJZilPubauOm+vLWOMMWzpE3hiq92l9lTAHamRCg==
4371
4359engine.io@~3.4.0: 4372engine.io@~3.4.0:
4360 version "3.4.2" 4373 version "3.4.2"
4361 resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-3.4.2.tgz#8fc84ee00388e3e228645e0a7d3dfaeed5bd122c" 4374 resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-3.4.2.tgz#8fc84ee00388e3e228645e0a7d3dfaeed5bd122c"
@@ -4368,7 +4381,15 @@ engine.io@~3.4.0:
4368 engine.io-parser "~2.2.0" 4381 engine.io-parser "~2.2.0"
4369 ws "^7.1.2" 4382 ws "^7.1.2"
4370 4383
4371enhanced-resolve@4.3.0, enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.1, enhanced-resolve@^4.3.0: 4384enhanced-resolve@5.3.1:
4385 version "5.3.1"
4386 resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.3.1.tgz#3f988d0d7775bdc2d96ede321dc81f8249492f57"
4387 integrity sha512-G1XD3MRGrGfNcf6Hg0LVZG7GIKcYkbfHa5QMxt1HDUTdYoXH0JR1xXyg+MaKLF73E9A27uWNVxvFivNRYeUB6w==
4388 dependencies:
4389 graceful-fs "^4.2.4"
4390 tapable "^2.0.0"
4391
4392enhanced-resolve@^4.0.0, enhanced-resolve@^4.3.0:
4372 version "4.3.0" 4393 version "4.3.0"
4373 resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126" 4394 resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126"
4374 integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== 4395 integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==
@@ -4377,6 +4398,13 @@ enhanced-resolve@4.3.0, enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.1, enhanc
4377 memory-fs "^0.5.0" 4398 memory-fs "^0.5.0"
4378 tapable "^1.0.0" 4399 tapable "^1.0.0"
4379 4400
4401enquirer@^2.3.6:
4402 version "2.3.6"
4403 resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
4404 integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
4405 dependencies:
4406 ansi-colors "^4.1.1"
4407
4380ent@~2.2.0: 4408ent@~2.2.0:
4381 version "2.2.0" 4409 version "2.2.0"
4382 resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d" 4410 resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d"
@@ -4387,16 +4415,36 @@ entities@^1.1.1:
4387 resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" 4415 resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
4388 integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== 4416 integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
4389 4417
4390entities@^2.0.0, entities@~2.0.0: 4418entities@^2.0.0:
4419 version "2.1.0"
4420 resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
4421 integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
4422
4423entities@~2.0.0:
4391 version "2.0.3" 4424 version "2.0.3"
4392 resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f" 4425 resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
4393 integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ== 4426 integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
4394 4427
4428env-paths@^2.2.0:
4429 version "2.2.0"
4430 resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.0.tgz#cdca557dc009152917d6166e2febe1f039685e43"
4431 integrity sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==
4432
4433envinfo@^7.7.3:
4434 version "7.7.3"
4435 resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.7.3.tgz#4b2d8622e3e7366afb8091b23ed95569ea0208cc"
4436 integrity sha512-46+j5QxbPWza0PB1i15nZx0xQ4I/EfQxg9J8Had3b408SV63nEtor2e+oiY63amTo9KTuh2a3XLObNwduxYwwA==
4437
4395err-code@^1.0.0: 4438err-code@^1.0.0:
4396 version "1.1.2" 4439 version "1.1.2"
4397 resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" 4440 resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960"
4398 integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= 4441 integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=
4399 4442
4443err-code@^2.0.3:
4444 version "2.0.3"
4445 resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9"
4446 integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
4447
4400errno@^0.1.1, errno@^0.1.3, errno@~0.1.7: 4448errno@^0.1.1, errno@^0.1.3, errno@~0.1.7:
4401 version "0.1.7" 4449 version "0.1.7"
4402 resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" 4450 resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
@@ -4411,20 +4459,38 @@ error-ex@^1.2.0, error-ex@^1.3.1:
4411 dependencies: 4459 dependencies:
4412 is-arrayish "^0.2.1" 4460 is-arrayish "^0.2.1"
4413 4461
4414es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: 4462es-abstract@^1.17.0-next.1, es-abstract@^1.17.2:
4415 version "1.17.6" 4463 version "1.17.7"
4416 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.6.tgz#9142071707857b2cacc7b89ecb670316c3e2d52a" 4464 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c"
4417 integrity sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw== 4465 integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
4418 dependencies: 4466 dependencies:
4419 es-to-primitive "^1.2.1" 4467 es-to-primitive "^1.2.1"
4420 function-bind "^1.1.1" 4468 function-bind "^1.1.1"
4421 has "^1.0.3" 4469 has "^1.0.3"
4422 has-symbols "^1.0.1" 4470 has-symbols "^1.0.1"
4423 is-callable "^1.2.0" 4471 is-callable "^1.2.2"
4424 is-regex "^1.1.0" 4472 is-regex "^1.1.1"
4425 object-inspect "^1.7.0" 4473 object-inspect "^1.8.0"
4426 object-keys "^1.1.1" 4474 object-keys "^1.1.1"
4427 object.assign "^4.1.0" 4475 object.assign "^4.1.1"
4476 string.prototype.trimend "^1.0.1"
4477 string.prototype.trimstart "^1.0.1"
4478
4479es-abstract@^1.18.0-next.1:
4480 version "1.18.0-next.1"
4481 resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz#6e3a0a4bda717e5023ab3b8e90bec36108d22c68"
4482 integrity sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==
4483 dependencies:
4484 es-to-primitive "^1.2.1"
4485 function-bind "^1.1.1"
4486 has "^1.0.3"
4487 has-symbols "^1.0.1"
4488 is-callable "^1.2.2"
4489 is-negative-zero "^2.0.0"
4490 is-regex "^1.1.1"
4491 object-inspect "^1.8.0"
4492 object-keys "^1.1.1"
4493 object.assign "^4.1.1"
4428 string.prototype.trimend "^1.0.1" 4494 string.prototype.trimend "^1.0.1"
4429 string.prototype.trimstart "^1.0.1" 4495 string.prototype.trimstart "^1.0.1"
4430 4496
@@ -4516,10 +4582,10 @@ es6-weak-map@^2.0.1:
4516 es6-iterator "^2.0.3" 4582 es6-iterator "^2.0.3"
4517 es6-symbol "^3.1.1" 4583 es6-symbol "^3.1.1"
4518 4584
4519escalade@^3.0.2: 4585escalade@^3.1.1:
4520 version "3.0.2" 4586 version "3.1.1"
4521 resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.0.2.tgz#6a580d70edb87880f22b4c91d0d56078df6962c4" 4587 resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
4522 integrity sha512-gPYAU37hYCUhW5euPeR+Y74F7BL+IBsV93j5cvGriSaD1aG6MGsqsV1yamRdrWrb2j3aiZvb0X+UBOWpx3JWtQ== 4588 integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
4523 4589
4524escape-html@^1.0.3, escape-html@~1.0.3: 4590escape-html@^1.0.3, escape-html@~1.0.3:
4525 version "1.0.3" 4591 version "1.0.3"
@@ -4531,6 +4597,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
4531 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" 4597 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
4532 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= 4598 integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
4533 4599
4600escape-string-regexp@^4.0.0:
4601 version "4.0.0"
4602 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
4603 integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
4604
4534escope@^3.6.0: 4605escope@^3.6.0:
4535 version "3.6.0" 4606 version "3.6.0"
4536 resolved "https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3" 4607 resolved "https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3"
@@ -4549,11 +4620,6 @@ eslint-scope@^4.0.3:
4549 esrecurse "^4.1.0" 4620 esrecurse "^4.1.0"
4550 estraverse "^4.1.1" 4621 estraverse "^4.1.1"
4551 4622
4552eslint-visitor-keys@^1.0.0:
4553 version "1.3.0"
4554 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
4555 integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
4556
4557eslint@^2.7.0: 4623eslint@^2.7.0:
4558 version "2.13.1" 4624 version "2.13.1"
4559 resolved "https://registry.yarnpkg.com/eslint/-/eslint-2.13.1.tgz#e4cc8fa0f009fb829aaae23855a29360be1f6c11" 4625 resolved "https://registry.yarnpkg.com/eslint/-/eslint-2.13.1.tgz#e4cc8fa0f009fb829aaae23855a29360be1f6c11"
@@ -4607,17 +4673,22 @@ esprima@^4.0.0:
4607 integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== 4673 integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
4608 4674
4609esrecurse@^4.1.0: 4675esrecurse@^4.1.0:
4610 version "4.2.1" 4676 version "4.3.0"
4611 resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.1.tgz#007a3b9fdbc2b3bb87e4879ea19c92fdbd3942cf" 4677 resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
4612 integrity sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ== 4678 integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
4613 dependencies: 4679 dependencies:
4614 estraverse "^4.1.0" 4680 estraverse "^5.2.0"
4615 4681
4616estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0: 4682estraverse@^4.1.1, estraverse@^4.2.0:
4617 version "4.3.0" 4683 version "4.3.0"
4618 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" 4684 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
4619 integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== 4685 integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
4620 4686
4687estraverse@^5.2.0:
4688 version "5.2.0"
4689 resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
4690 integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
4691
4621esutils@^1.1.6: 4692esutils@^1.1.6:
4622 version "1.1.6" 4693 version "1.1.6"
4623 resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375" 4694 resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
@@ -4642,9 +4713,9 @@ event-emitter@~0.3.5:
4642 es5-ext "~0.10.14" 4713 es5-ext "~0.10.14"
4643 4714
4644eventemitter3@^4.0.0, eventemitter3@^4.0.3: 4715eventemitter3@^4.0.0, eventemitter3@^4.0.3:
4645 version "4.0.5" 4716 version "4.0.7"
4646 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.5.tgz#51d81e4f1ccc8311a04f0c20121ea824377ea6d9" 4717 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
4647 integrity sha512-QR0rh0YiPuxuDQ6+T9GAO/xWTExXpxIes1Nl9RykNGTnE1HJmkuEfxJH9cubjIOQZ/GH4qNBR4u8VSHaKiWs4g== 4718 integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
4648 4719
4649events@^3.0.0: 4720events@^3.0.0:
4650 version "3.2.0" 4721 version "3.2.0"
@@ -4692,6 +4763,21 @@ execa@^1.0.0:
4692 signal-exit "^3.0.0" 4763 signal-exit "^3.0.0"
4693 strip-eof "^1.0.0" 4764 strip-eof "^1.0.0"
4694 4765
4766execa@^4.1.0:
4767 version "4.1.0"
4768 resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
4769 integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
4770 dependencies:
4771 cross-spawn "^7.0.0"
4772 get-stream "^5.0.0"
4773 human-signals "^1.1.1"
4774 is-stream "^2.0.0"
4775 merge-stream "^2.0.0"
4776 npm-run-path "^4.0.0"
4777 onetime "^5.1.0"
4778 signal-exit "^3.0.2"
4779 strip-final-newline "^2.0.0"
4780
4695exit-hook@^1.0.0: 4781exit-hook@^1.0.0:
4696 version "1.1.1" 4782 version "1.1.1"
4697 resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" 4783 resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
@@ -4715,14 +4801,7 @@ expand-brackets@^2.1.4:
4715 snapdragon "^0.8.1" 4801 snapdragon "^0.8.1"
4716 to-regex "^3.0.1" 4802 to-regex "^3.0.1"
4717 4803
4718expand-tilde@^2.0.0, expand-tilde@^2.0.2: 4804express@^4.17.1:
4719 version "2.0.2"
4720 resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
4721 integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
4722 dependencies:
4723 homedir-polyfill "^1.0.1"
4724
4725express@^4.16.3, express@^4.17.1:
4726 version "4.17.1" 4805 version "4.17.1"
4727 resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134" 4806 resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
4728 integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g== 4807 integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
@@ -4808,16 +4887,6 @@ extglob@^2.0.4:
4808 snapdragon "^0.8.1" 4887 snapdragon "^0.8.1"
4809 to-regex "^3.0.1" 4888 to-regex "^3.0.1"
4810 4889
4811extract-text-webpack-plugin@4.0.0-beta.0:
4812 version "4.0.0-beta.0"
4813 resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz#f7361d7ff430b42961f8d1321ba8c1757b5d4c42"
4814 integrity sha512-Hypkn9jUTnFr0DpekNam53X47tXn3ucY08BQumv7kdGgeVUBLq3DJHJTi6HNxv4jl9W+Skxjz9+RnK0sJyqqjA==
4815 dependencies:
4816 async "^2.4.1"
4817 loader-utils "^1.1.0"
4818 schema-utils "^0.4.5"
4819 webpack-sources "^1.1.0"
4820
4821extsprintf@1.3.0: 4890extsprintf@1.3.0:
4822 version "1.3.0" 4891 version "1.3.0"
4823 resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" 4892 resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
@@ -4861,9 +4930,9 @@ fastparse@^1.1.2:
4861 integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== 4930 integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==
4862 4931
4863fastq@^1.6.0: 4932fastq@^1.6.0:
4864 version "1.8.0" 4933 version "1.9.0"
4865 resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.8.0.tgz#550e1f9f59bbc65fe185cb6a9b4d95357107f481" 4934 resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.9.0.tgz#e16a72f338eaca48e91b5c23593bcc2ef66b7947"
4866 integrity sha512-SMIZoZdLh/fgofivvIkmknUXyPnvxRE3DhtZ5Me3Mrsk5gyPL42F0xr51TdRXskBxHfMp+07bcYzfsYEsSQA9Q== 4935 integrity sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w==
4867 dependencies: 4936 dependencies:
4868 reusify "^1.0.4" 4937 reusify "^1.0.4"
4869 4938
@@ -4909,23 +4978,38 @@ file-entry-cache@^1.1.1:
4909 flat-cache "^1.2.1" 4978 flat-cache "^1.2.1"
4910 object-assign "^4.0.1" 4979 object-assign "^4.0.1"
4911 4980
4912file-loader@6.0.0, file-loader@^6.0.0: 4981file-loader@6.1.1:
4913 version "6.0.0" 4982 version "6.1.1"
4914 resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.0.0.tgz#97bbfaab7a2460c07bcbd72d3a6922407f67649f" 4983 resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.1.1.tgz#a6f29dfb3f5933a1c350b2dbaa20ac5be0539baa"
4915 integrity sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ== 4984 integrity sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==
4916 dependencies: 4985 dependencies:
4917 loader-utils "^2.0.0" 4986 loader-utils "^2.0.0"
4918 schema-utils "^2.6.5" 4987 schema-utils "^3.0.0"
4988
4989file-loader@^6.0.0:
4990 version "6.2.0"
4991 resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
4992 integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
4993 dependencies:
4994 loader-utils "^2.0.0"
4995 schema-utils "^3.0.0"
4919 4996
4920file-uri-to-path@1.0.0: 4997file-uri-to-path@1.0.0:
4921 version "1.0.0" 4998 version "1.0.0"
4922 resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" 4999 resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
4923 integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== 5000 integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
4924 5001
4925filesize@^3.6.1: 5002filelist@^1.0.1:
4926 version "3.6.1" 5003 version "1.0.1"
4927 resolved "https://registry.yarnpkg.com/filesize/-/filesize-3.6.1.tgz#090bb3ee01b6f801a8a8be99d31710b3422bb317" 5004 resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.1.tgz#f10d1a3ae86c1694808e8f20906f43d4c9132dbb"
4928 integrity sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg== 5005 integrity sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ==
5006 dependencies:
5007 minimatch "^3.0.4"
5008
5009filesize@^6.1.0:
5010 version "6.1.0"
5011 resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00"
5012 integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==
4929 5013
4930filestream@^5.0.0: 5014filestream@^5.0.0:
4931 version "5.0.0" 5015 version "5.0.0"
@@ -5013,16 +5097,6 @@ find-up@^4.0.0, find-up@^4.1.0:
5013 locate-path "^5.0.0" 5097 locate-path "^5.0.0"
5014 path-exists "^4.0.0" 5098 path-exists "^4.0.0"
5015 5099
5016findup-sync@^3.0.0:
5017 version "3.0.0"
5018 resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
5019 integrity sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==
5020 dependencies:
5021 detect-file "^1.0.0"
5022 is-glob "^4.0.0"
5023 micromatch "^3.0.4"
5024 resolve-dir "^1.0.1"
5025
5026flat-cache@^1.2.1: 5100flat-cache@^1.2.1:
5027 version "1.3.4" 5101 version "1.3.4"
5028 resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f" 5102 resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
@@ -5033,7 +5107,7 @@ flat-cache@^1.2.1:
5033 rimraf "~2.6.2" 5107 rimraf "~2.6.2"
5034 write "^0.2.1" 5108 write "^0.2.1"
5035 5109
5036flatted@^2.0.1, flatted@^2.0.2: 5110flatted@^2.0.1:
5037 version "2.0.2" 5111 version "2.0.2"
5038 resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" 5112 resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
5039 integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== 5113 integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
@@ -5047,9 +5121,9 @@ flush-write-stream@^1.0.0:
5047 readable-stream "^2.3.6" 5121 readable-stream "^2.3.6"
5048 5122
5049focus-visible@^5.0.2: 5123focus-visible@^5.0.2:
5050 version "5.1.0" 5124 version "5.2.0"
5051 resolved "https://registry.yarnpkg.com/focus-visible/-/focus-visible-5.1.0.tgz#4b9d40143b865f53eafbd93ca66672b3bf9e7b6a" 5125 resolved "https://registry.yarnpkg.com/focus-visible/-/focus-visible-5.2.0.tgz#3a9e41fccf587bd25dcc2ef045508284f0a4d6b3"
5052 integrity sha512-nPer0rjtzdZ7csVIu233P2cUm/ks/4aVSI+5KUkYrYpgA7ujgC3p6J7FtFU+AIMWwnwYQOB/yeiOITxFeYIXiw== 5126 integrity sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==
5053 5127
5054follow-redirects@^1.0.0: 5128follow-redirects@^1.0.0:
5055 version "1.13.0" 5129 version "1.13.0"
@@ -5164,11 +5238,6 @@ fs-minipass@^2.0.0:
5164 dependencies: 5238 dependencies:
5165 minipass "^3.0.0" 5239 minipass "^3.0.0"
5166 5240
5167fs-readdir-recursive@^1.1.0:
5168 version "1.1.0"
5169 resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27"
5170 integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==
5171
5172fs-write-stream-atomic@^1.0.8: 5241fs-write-stream-atomic@^1.0.8:
5173 version "1.0.10" 5242 version "1.0.10"
5174 resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" 5243 resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
@@ -5197,16 +5266,6 @@ fsevents@~2.1.2:
5197 resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" 5266 resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
5198 integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== 5267 integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
5199 5268
5200fstream@^1.0.0, fstream@^1.0.12:
5201 version "1.0.12"
5202 resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
5203 integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
5204 dependencies:
5205 graceful-fs "^4.1.2"
5206 inherits "~2.0.0"
5207 mkdirp ">=0.5 0"
5208 rimraf "2"
5209
5210function-bind@^1.1.1: 5269function-bind@^1.1.1:
5211 version "1.1.1" 5270 version "1.1.1"
5212 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" 5271 resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -5253,14 +5312,14 @@ genfun@^5.0.0:
5253 integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== 5312 integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==
5254 5313
5255gensync@^1.0.0-beta.1: 5314gensync@^1.0.0-beta.1:
5256 version "1.0.0-beta.1" 5315 version "1.0.0-beta.2"
5257 resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" 5316 resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
5258 integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== 5317 integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
5259 5318
5260get-browser-rtc@^1.0.0, get-browser-rtc@^1.0.2: 5319get-browser-rtc@^1.0.2:
5261 version "1.0.2" 5320 version "1.1.0"
5262 resolved "https://registry.yarnpkg.com/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz#bbcd40c8451a7ed4ef5c373b8169a409dd1d11d9" 5321 resolved "https://registry.yarnpkg.com/get-browser-rtc/-/get-browser-rtc-1.1.0.tgz#d1494e299b00f33fc8e9d6d3343ba4ba99711a2c"
5263 integrity sha1-u81AyEUaftTvXDc7gWmkCd0dEdk= 5322 integrity sha512-MghbMJ61EJrRsDe7w1Bvqt3ZsBuqhce5nrn/XAwgwOXhcsz53/ltdxOse1h/8eKXj5slzxdsz56g5rzOFSGwfQ==
5264 5323
5265get-caller-file@^1.0.1: 5324get-caller-file@^1.0.1:
5266 version "1.0.3" 5325 version "1.0.3"
@@ -5272,15 +5331,24 @@ get-caller-file@^2.0.1:
5272 resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" 5331 resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
5273 integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== 5332 integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
5274 5333
5334get-intrinsic@^1.0.0:
5335 version "1.0.1"
5336 resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be"
5337 integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==
5338 dependencies:
5339 function-bind "^1.1.1"
5340 has "^1.0.3"
5341 has-symbols "^1.0.1"
5342
5275get-stdin@^4.0.1: 5343get-stdin@^4.0.1:
5276 version "4.0.1" 5344 version "4.0.1"
5277 resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" 5345 resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
5278 integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= 5346 integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
5279 5347
5280get-stdin@^7.0.0: 5348get-stdin@^8.0.0:
5281 version "7.0.0" 5349 version "8.0.0"
5282 resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" 5350 resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
5283 integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== 5351 integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
5284 5352
5285get-stream@^3.0.0: 5353get-stream@^3.0.0:
5286 version "3.0.0" 5354 version "3.0.0"
@@ -5294,6 +5362,13 @@ get-stream@^4.0.0, get-stream@^4.1.0:
5294 dependencies: 5362 dependencies:
5295 pump "^3.0.0" 5363 pump "^3.0.0"
5296 5364
5365get-stream@^5.0.0:
5366 version "5.2.0"
5367 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
5368 integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
5369 dependencies:
5370 pump "^3.0.0"
5371
5297get-value@^2.0.3, get-value@^2.0.6: 5372get-value@^2.0.3, get-value@^2.0.6:
5298 version "2.0.6" 5373 version "2.0.6"
5299 resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" 5374 resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -5345,42 +5420,6 @@ glob@7.1.6, glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glo
5345 once "^1.3.0" 5420 once "^1.3.0"
5346 path-is-absolute "^1.0.0" 5421 path-is-absolute "^1.0.0"
5347 5422
5348global-modules@^1.0.0:
5349 version "1.0.0"
5350 resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
5351 integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
5352 dependencies:
5353 global-prefix "^1.0.1"
5354 is-windows "^1.0.1"
5355 resolve-dir "^1.0.0"
5356
5357global-modules@^2.0.0:
5358 version "2.0.0"
5359 resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
5360 integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==
5361 dependencies:
5362 global-prefix "^3.0.0"
5363
5364global-prefix@^1.0.1:
5365 version "1.0.2"
5366 resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
5367 integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
5368 dependencies:
5369 expand-tilde "^2.0.2"
5370 homedir-polyfill "^1.0.1"
5371 ini "^1.3.4"
5372 is-windows "^1.0.1"
5373 which "^1.2.14"
5374
5375global-prefix@^3.0.0:
5376 version "3.0.0"
5377 resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97"
5378 integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==
5379 dependencies:
5380 ini "^1.3.5"
5381 kind-of "^6.0.2"
5382 which "^1.3.1"
5383
5384global@4.3.2: 5423global@4.3.2:
5385 version "4.3.2" 5424 version "4.3.2"
5386 resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f" 5425 resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f"
@@ -5389,7 +5428,7 @@ global@4.3.2:
5389 min-document "^2.19.0" 5428 min-document "^2.19.0"
5390 process "~0.5.1" 5429 process "~0.5.1"
5391 5430
5392global@^4.3.0, global@^4.3.1, global@^4.3.2, global@^4.4.0, global@~4.4.0: 5431global@^4.3.1, global@^4.3.2, global@^4.4.0, global@~4.4.0:
5393 version "4.4.0" 5432 version "4.4.0"
5394 resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406" 5433 resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
5395 integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w== 5434 integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
@@ -5458,12 +5497,12 @@ gonzales-pe-sl@^4.2.3:
5458 dependencies: 5497 dependencies:
5459 minimist "1.1.x" 5498 minimist "1.1.x"
5460 5499
5461graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4: 5500graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.3, graceful-fs@^4.2.4:
5462 version "4.2.4" 5501 version "4.2.4"
5463 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" 5502 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
5464 integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== 5503 integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
5465 5504
5466gzip-size@^5.0.0: 5505gzip-size@^5.1.1:
5467 version "5.1.1" 5506 version "5.1.1"
5468 resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274" 5507 resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
5469 integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA== 5508 integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==
@@ -5518,7 +5557,7 @@ has-flag@^4.0.0:
5518 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" 5557 resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
5519 integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== 5558 integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
5520 5559
5521has-symbols@^1.0.0, has-symbols@^1.0.1: 5560has-symbols@^1.0.1:
5522 version "1.0.1" 5561 version "1.0.1"
5523 resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" 5562 resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
5524 integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== 5563 integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
@@ -5593,6 +5632,11 @@ hex-color-regex@^1.1.0:
5593 resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" 5632 resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
5594 integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== 5633 integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
5595 5634
5635highlight.js@^9.7.0:
5636 version "9.18.4"
5637 resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.4.tgz#e3f8df4f5ef5ff56bbbf4cd535391a33120e4835"
5638 integrity sha512-Bb4K6pAKRr3WCRI4dZaak0lPgerK/bMDuaDhKpomWdeKnpcunMtSWi4KFqeoLrHlITf88TISu2ZX7dZe6fSJfQ==
5639
5596hls.js@^0.14.16: 5640hls.js@^0.14.16:
5597 version "0.14.16" 5641 version "0.14.16"
5598 resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.14.16.tgz#4ff68a1fa7260a43d316270e9bc7f7bdf93c5731" 5642 resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.14.16.tgz#4ff68a1fa7260a43d316270e9bc7f7bdf93c5731"
@@ -5610,27 +5654,15 @@ hmac-drbg@^1.0.0:
5610 minimalistic-assert "^1.0.0" 5654 minimalistic-assert "^1.0.0"
5611 minimalistic-crypto-utils "^1.0.1" 5655 minimalistic-crypto-utils "^1.0.1"
5612 5656
5613homedir-polyfill@^1.0.1:
5614 version "1.0.3"
5615 resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
5616 integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==
5617 dependencies:
5618 parse-passwd "^1.0.0"
5619
5620hoopy@^0.1.4:
5621 version "0.1.4"
5622 resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
5623 integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==
5624
5625hosted-git-info@^2.1.4, hosted-git-info@^2.7.1: 5657hosted-git-info@^2.1.4, hosted-git-info@^2.7.1:
5626 version "2.8.8" 5658 version "2.8.8"
5627 resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" 5659 resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
5628 integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== 5660 integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
5629 5661
5630hosted-git-info@^3.0.2: 5662hosted-git-info@^3.0.6:
5631 version "3.0.5" 5663 version "3.0.7"
5632 resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.5.tgz#bea87905ef7317442e8df3087faa3c842397df03" 5664 resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.7.tgz#a30727385ea85acfcee94e0aad9e368c792e036c"
5633 integrity sha512-i4dpK6xj9BIpVOTboXIlKG9+8HMKggcrMX7WA24xZtKwX0TPelq/rbaS5rCKeNX8sJXZJGdSxpnEGtta+wismQ== 5665 integrity sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==
5634 dependencies: 5666 dependencies:
5635 lru-cache "^6.0.0" 5667 lru-cache "^6.0.0"
5636 5668
@@ -5670,14 +5702,14 @@ html-escaper@^2.0.0:
5670 integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== 5702 integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
5671 5703
5672html-loader@^1.0.0: 5704html-loader@^1.0.0:
5673 version "1.2.1" 5705 version "1.3.2"
5674 resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-1.2.1.tgz#d564cde016d17fe8a2992a64fea314e09fed7fe3" 5706 resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-1.3.2.tgz#5a72ebba420d337083497c9aba7866c9e1aee340"
5675 integrity sha512-oE92tLmSnWIjM0190s8+MiwNAKValkddHSVphSR37MrwcP3iy/rbbw4N7hSLG+m3OiuVRwVHJYFcIYfN2xqUHQ== 5707 integrity sha512-DEkUwSd0sijK5PF3kRWspYi56XP7bTNkyg5YWSzBdjaSDmvCufep5c4Vpb3PBf6lUL0YPtLwBfy9fL0t5hBAGA==
5676 dependencies: 5708 dependencies:
5677 html-minifier-terser "^5.1.1" 5709 html-minifier-terser "^5.1.1"
5678 htmlparser2 "^4.1.0" 5710 htmlparser2 "^4.1.0"
5679 loader-utils "^2.0.0" 5711 loader-utils "^2.0.0"
5680 schema-utils "^2.7.0" 5712 schema-utils "^3.0.0"
5681 5713
5682html-minifier-terser@^5.0.1, html-minifier-terser@^5.1.1: 5714html-minifier-terser@^5.0.1, html-minifier-terser@^5.1.1:
5683 version "5.1.1" 5715 version "5.1.1"
@@ -5693,9 +5725,9 @@ html-minifier-terser@^5.0.1, html-minifier-terser@^5.1.1:
5693 terser "^4.6.3" 5725 terser "^4.6.3"
5694 5726
5695html-webpack-plugin@^4.0.3: 5727html-webpack-plugin@^4.0.3:
5696 version "4.3.0" 5728 version "4.5.0"
5697 resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.3.0.tgz#53bf8f6d696c4637d5b656d3d9863d89ce8174fd" 5729 resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
5698 integrity sha512-C0fzKN8yQoVLTelcJxZfJCE+aAvQiY2VUf3UuKrR4a9k5UMWYOtpDLsaXwATbcVCnI05hUS7L9ULQHWLZhyi3w== 5730 integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
5699 dependencies: 5731 dependencies:
5700 "@types/html-minifier-terser" "^5.0.0" 5732 "@types/html-minifier-terser" "^5.0.0"
5701 "@types/tapable" "^1.0.5" 5733 "@types/tapable" "^1.0.5"
@@ -5838,6 +5870,11 @@ https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.3:
5838 agent-base "^4.3.0" 5870 agent-base "^4.3.0"
5839 debug "^3.1.0" 5871 debug "^3.1.0"
5840 5872
5873human-signals@^1.1.1:
5874 version "1.1.1"
5875 resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
5876 integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
5877
5841humanize-ms@^1.2.1: 5878humanize-ms@^1.2.1:
5842 version "1.2.1" 5879 version "1.2.1"
5843 resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" 5880 resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -5866,10 +5903,15 @@ icss-utils@^4.0.0, icss-utils@^4.1.1:
5866 dependencies: 5903 dependencies:
5867 postcss "^7.0.14" 5904 postcss "^7.0.14"
5868 5905
5869ieee754@^1.1.4: 5906icss-utils@^5.0.0:
5870 version "1.1.13" 5907 version "5.0.0"
5871 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84" 5908 resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.0.0.tgz#03ed56c3accd32f9caaf1752ebf64ef12347bb84"
5872 integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg== 5909 integrity sha512-aF2Cf/CkEZrI/vsu5WI/I+akFgdbwQHVE9YRZxATrhH4PVIe6a3BIjwjEcW+z+jP/hNh+YvM3lAAn1wJQ6opSg==
5910
5911ieee754@^1.1.4, ieee754@^1.2.1:
5912 version "1.2.1"
5913 resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
5914 integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
5873 5915
5874iferr@^0.1.5: 5916iferr@^0.1.5:
5875 version "0.1.5" 5917 version "0.1.5"
@@ -5898,25 +5940,18 @@ image-size@~0.5.0:
5898 resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c" 5940 resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
5899 integrity sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w= 5941 integrity sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=
5900 5942
5901immediate-chunk-store@^2.1.0: 5943immediate-chunk-store@^2.1.1:
5902 version "2.1.0" 5944 version "2.1.1"
5903 resolved "https://registry.yarnpkg.com/immediate-chunk-store/-/immediate-chunk-store-2.1.0.tgz#3dbd3b5cc77182526188a8da47e38488a6627336" 5945 resolved "https://registry.yarnpkg.com/immediate-chunk-store/-/immediate-chunk-store-2.1.1.tgz#4b9f001beaab38d62e4aae630ec7ffb98be805ce"
5904 integrity sha512-QshP0SFpsy/bHQBjYMgzCcnLoqTj6PHFg8ZkPi2WbTw1qddNy0puuPDaFlXyrsZAdWMT3QziPDMzfj+mzCVMYg== 5946 integrity sha512-y5AxkxqpPTj2dkaAEkDnrMuSX4JNicXHD6yTpLfFnflVejL6yJpzf27obrnlf2PSSQiWUf3735Y9tJEjxvqnoA==
5905 dependencies: 5947 dependencies:
5906 queue-microtask "^1.1.2" 5948 queue-microtask "^1.2.0"
5907 5949
5908immediate@~3.0.5: 5950immediate@~3.0.5:
5909 version "3.0.6" 5951 version "3.0.6"
5910 resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" 5952 resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
5911 integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps= 5953 integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
5912 5954
5913import-cwd@^2.0.0:
5914 version "2.1.0"
5915 resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
5916 integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=
5917 dependencies:
5918 import-from "^2.1.0"
5919
5920import-fresh@^2.0.0: 5955import-fresh@^2.0.0:
5921 version "2.0.0" 5956 version "2.0.0"
5922 resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" 5957 resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
@@ -5925,12 +5960,13 @@ import-fresh@^2.0.0:
5925 caller-path "^2.0.0" 5960 caller-path "^2.0.0"
5926 resolve-from "^3.0.0" 5961 resolve-from "^3.0.0"
5927 5962
5928import-from@^2.1.0: 5963import-fresh@^3.2.1:
5929 version "2.1.0" 5964 version "3.2.2"
5930 resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1" 5965 resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
5931 integrity sha1-M1238qev/VOqpHHUuAId7ja387E= 5966 integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==
5932 dependencies: 5967 dependencies:
5933 resolve-from "^3.0.0" 5968 parent-module "^1.0.0"
5969 resolve-from "^4.0.0"
5934 5970
5935import-local@^2.0.0: 5971import-local@^2.0.0:
5936 version "2.0.0" 5972 version "2.0.0"
@@ -5940,16 +5976,19 @@ import-local@^2.0.0:
5940 pkg-dir "^3.0.0" 5976 pkg-dir "^3.0.0"
5941 resolve-cwd "^2.0.0" 5977 resolve-cwd "^2.0.0"
5942 5978
5979import-local@^3.0.2:
5980 version "3.0.2"
5981 resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6"
5982 integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==
5983 dependencies:
5984 pkg-dir "^4.2.0"
5985 resolve-cwd "^3.0.0"
5986
5943imurmurhash@^0.1.4: 5987imurmurhash@^0.1.4:
5944 version "0.1.4" 5988 version "0.1.4"
5945 resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" 5989 resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
5946 integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= 5990 integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
5947 5991
5948in-publish@^2.0.0:
5949 version "2.0.1"
5950 resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.1.tgz#948b1a535c8030561cea522f73f78f4be357e00c"
5951 integrity sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==
5952
5953indent-string@^2.1.0: 5992indent-string@^2.1.0:
5954 version "2.1.0" 5993 version "2.1.0"
5955 resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" 5994 resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
@@ -5990,7 +6029,7 @@ inflight@^1.0.4:
5990 once "^1.3.0" 6029 once "^1.3.0"
5991 wrappy "1" 6030 wrappy "1"
5992 6031
5993inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4: 6032inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
5994 version "2.0.4" 6033 version "2.0.4"
5995 resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" 6034 resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
5996 integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== 6035 integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -6005,7 +6044,7 @@ inherits@2.0.3:
6005 resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" 6044 resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
6006 integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= 6045 integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
6007 6046
6008ini@1.3.5, ini@^1.3.4, ini@^1.3.5: 6047ini@1.3.5, ini@^1.3.4:
6009 version "1.3.5" 6048 version "1.3.5"
6010 resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" 6049 resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
6011 integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== 6050 integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
@@ -6056,17 +6095,10 @@ internal-ip@^4.3.0:
6056 default-gateway "^4.2.0" 6095 default-gateway "^4.2.0"
6057 ipaddr.js "^1.9.0" 6096 ipaddr.js "^1.9.0"
6058 6097
6059interpret@^1.4.0: 6098interpret@^2.2.0:
6060 version "1.4.0" 6099 version "2.2.0"
6061 resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" 6100 resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
6062 integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== 6101 integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
6063
6064invariant@^2.2.2, invariant@^2.2.4:
6065 version "2.2.4"
6066 resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
6067 integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
6068 dependencies:
6069 loose-envify "^1.0.0"
6070 6102
6071invert-kv@^1.0.0: 6103invert-kv@^1.0.0:
6072 version "1.0.0" 6104 version "1.0.0"
@@ -6078,14 +6110,14 @@ ip-regex@^2.1.0:
6078 resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9" 6110 resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
6079 integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= 6111 integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
6080 6112
6081ip-set@^1.0.0: 6113ip-set@^2.1.0:
6082 version "1.0.2" 6114 version "2.1.0"
6083 resolved "https://registry.yarnpkg.com/ip-set/-/ip-set-1.0.2.tgz#be4f119f82c124836455993dfcd554639c7007de" 6115 resolved "https://registry.yarnpkg.com/ip-set/-/ip-set-2.1.0.tgz#9a47b9f5d220c38bc7fe5db8efc4baa45b0a0a35"
6084 integrity sha512-Mb6kv78bTi4RNAIIWL8Bbre7hXOR2pNUi3j8FaQkLaitf/ZWxkq3/iIwXNYk2ACO3IMfdVdQrOkUtwZblO7uBA== 6116 integrity sha512-JdHz4tSMx1IeFj8yEcQU0i58qiSkOlmZXkZ8+HJ0ROV5KcgLRDO9F703oJ1GeZCvqggrcCbmagD/V7hghY62wA==
6085 dependencies: 6117 dependencies:
6086 ip "^1.1.3" 6118 ip "^1.1.5"
6087 6119
6088ip@1.1.5, ip@^1.1.0, ip@^1.1.3, ip@^1.1.5: 6120ip@1.1.5, ip@^1.1.0, ip@^1.1.5:
6089 version "1.1.5" 6121 version "1.1.5"
6090 resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" 6122 resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
6091 integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= 6123 integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
@@ -6163,10 +6195,10 @@ is-buffer@^1.1.5:
6163 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" 6195 resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
6164 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== 6196 integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
6165 6197
6166is-callable@^1.1.4, is-callable@^1.2.0: 6198is-callable@^1.1.4, is-callable@^1.2.2:
6167 version "1.2.0" 6199 version "1.2.2"
6168 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb" 6200 resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
6169 integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw== 6201 integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
6170 6202
6171is-color-stop@^1.0.0: 6203is-color-stop@^1.0.0:
6172 version "1.1.0" 6204 version "1.1.0"
@@ -6180,6 +6212,13 @@ is-color-stop@^1.0.0:
6180 rgb-regex "^1.0.1" 6212 rgb-regex "^1.0.1"
6181 rgba-regex "^1.0.0" 6213 rgba-regex "^1.0.0"
6182 6214
6215is-core-module@^2.0.0, is-core-module@^2.1.0:
6216 version "2.1.0"
6217 resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz#a4cc031d9b1aca63eecbd18a650e13cb4eeab946"
6218 integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
6219 dependencies:
6220 has "^1.0.3"
6221
6183is-data-descriptor@^0.1.4: 6222is-data-descriptor@^0.1.4:
6184 version "0.1.4" 6223 version "0.1.4"
6185 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" 6224 resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -6311,6 +6350,11 @@ is-my-json-valid@^2.10.0:
6311 jsonpointer "^4.0.0" 6350 jsonpointer "^4.0.0"
6312 xtend "^4.0.0" 6351 xtend "^4.0.0"
6313 6352
6353is-negative-zero@^2.0.0:
6354 version "2.0.0"
6355 resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz#9553b121b0fac28869da9ed459e20c7543788461"
6356 integrity sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=
6357
6314is-number@^3.0.0: 6358is-number@^3.0.0:
6315 version "3.0.0" 6359 version "3.0.0"
6316 resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" 6360 resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
@@ -6366,11 +6410,6 @@ is-path-inside@^2.1.0:
6366 dependencies: 6410 dependencies:
6367 path-is-inside "^1.0.2" 6411 path-is-inside "^1.0.2"
6368 6412
6369is-plain-obj@^1.0.0:
6370 version "1.1.0"
6371 resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
6372 integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
6373
6374is-plain-object@^2.0.3, is-plain-object@^2.0.4: 6413is-plain-object@^2.0.3, is-plain-object@^2.0.4:
6375 version "2.0.4" 6414 version "2.0.4"
6376 resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" 6415 resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -6378,12 +6417,17 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
6378 dependencies: 6417 dependencies:
6379 isobject "^3.0.1" 6418 isobject "^3.0.1"
6380 6419
6420is-plain-object@^5.0.0:
6421 version "5.0.0"
6422 resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
6423 integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
6424
6381is-property@^1.0.0, is-property@^1.0.2: 6425is-property@^1.0.0, is-property@^1.0.2:
6382 version "1.0.2" 6426 version "1.0.2"
6383 resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" 6427 resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84"
6384 integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ= 6428 integrity sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=
6385 6429
6386is-regex@^1.0.4, is-regex@^1.1.0: 6430is-regex@^1.0.4, is-regex@^1.1.1:
6387 version "1.1.1" 6431 version "1.1.1"
6388 resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9" 6432 resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz#c6f98aacc546f6cec5468a07b7b153ab564a57b9"
6389 integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== 6433 integrity sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==
@@ -6400,6 +6444,11 @@ is-stream@^1.1.0:
6400 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" 6444 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
6401 integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= 6445 integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
6402 6446
6447is-stream@^2.0.0:
6448 version "2.0.0"
6449 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
6450 integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
6451
6403is-svg@^3.0.0: 6452is-svg@^3.0.0:
6404 version "3.0.0" 6453 version "3.0.0"
6405 resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75" 6454 resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
@@ -6424,7 +6473,7 @@ is-utf8@^0.2.0:
6424 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" 6473 resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
6425 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= 6474 integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
6426 6475
6427is-windows@^1.0.1, is-windows@^1.0.2: 6476is-windows@^1.0.2:
6428 version "1.0.2" 6477 version "1.0.2"
6429 resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" 6478 resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
6430 integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== 6479 integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
@@ -6536,6 +6585,16 @@ istanbul-reports@^3.0.2:
6536 html-escaper "^2.0.0" 6585 html-escaper "^2.0.0"
6537 istanbul-lib-report "^3.0.0" 6586 istanbul-lib-report "^3.0.0"
6538 6587
6588jake@^10.6.1:
6589 version "10.8.2"
6590 resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b"
6591 integrity sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==
6592 dependencies:
6593 async "0.9.x"
6594 chalk "^2.4.2"
6595 filelist "^1.0.1"
6596 minimatch "^3.0.4"
6597
6539jasmine-core@^3.6.0, jasmine-core@~3.6.0: 6598jasmine-core@^3.6.0, jasmine-core@~3.6.0:
6540 version "3.6.0" 6599 version "3.6.0"
6541 resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.6.0.tgz#491f3bb23941799c353ceb7a45b38a950ebc5a20" 6600 resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.6.0.tgz#491f3bb23941799c353ceb7a45b38a950ebc5a20"
@@ -6546,10 +6605,10 @@ jasmine-core@~2.8.0:
6546 resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e" 6605 resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.8.0.tgz#bcc979ae1f9fd05701e45e52e65d3a5d63f1a24e"
6547 integrity sha1-vMl5rh+f0FcB5F5S5l06XWPxok4= 6606 integrity sha1-vMl5rh+f0FcB5F5S5l06XWPxok4=
6548 6607
6549jasmine-spec-reporter@~5.0.0: 6608jasmine-spec-reporter@~6.0.0:
6550 version "5.0.2" 6609 version "6.0.0"
6551 resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-5.0.2.tgz#b61288ab074ad440dc2477c4d42840b0e74a6b95" 6610 resolved "https://registry.yarnpkg.com/jasmine-spec-reporter/-/jasmine-spec-reporter-6.0.0.tgz#3b9c85689676a351f343ba8dd6d3957f11a4bf1d"
6552 integrity sha512-6gP1LbVgJ+d7PKksQBc2H0oDGNRQI3gKUsWlswKaQ2fif9X5gzhQcgM5+kiJGCQVurOG09jqNhk7payggyp5+g== 6611 integrity sha512-MvTOVoMxDZAftQYBApIlSfKnGMzi9cj351nXeqtnZTuXffPlbONN31+Es7F+Ke4okUeQ2xISukt4U1npfzLVrQ==
6553 dependencies: 6612 dependencies:
6554 colors "1.4.0" 6613 colors "1.4.0"
6555 6614
@@ -6567,10 +6626,19 @@ jasminewd2@^2.1.0:
6567 resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e" 6626 resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e"
6568 integrity sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4= 6627 integrity sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=
6569 6628
6570jest-worker@26.3.0, jest-worker@^26.2.1, jest-worker@^26.3.0: 6629jest-worker@26.5.0:
6571 version "26.3.0" 6630 version "26.5.0"
6572 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.3.0.tgz#7c8a97e4f4364b4f05ed8bca8ca0c24de091871f" 6631 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.5.0.tgz#87deee86dbbc5f98d9919e0dadf2c40e3152fa30"
6573 integrity sha512-Vmpn2F6IASefL+DVBhPzI2J9/GJUsqzomdeN+P+dK8/jKxbh8R3BtFnx3FIta7wYlPU62cpJMJQo4kuOowcMnw== 6632 integrity sha512-kTw66Dn4ZX7WpjZ7T/SUDgRhapFRKWmisVAF0Rv4Fu8SLFD7eLbqpLvbxVqYhSgaWa7I+bW7pHnbyfNsH6stug==
6633 dependencies:
6634 "@types/node" "*"
6635 merge-stream "^2.0.0"
6636 supports-color "^7.0.0"
6637
6638jest-worker@^26.5.0:
6639 version "26.6.2"
6640 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed"
6641 integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
6574 dependencies: 6642 dependencies:
6575 "@types/node" "*" 6643 "@types/node" "*"
6576 merge-stream "^2.0.0" 6644 merge-stream "^2.0.0"
@@ -6581,7 +6649,7 @@ js-base64@^2.1.8:
6581 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" 6649 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
6582 integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== 6650 integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==
6583 6651
6584"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: 6652js-tokens@^4.0.0:
6585 version "4.0.0" 6653 version "4.0.0"
6586 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" 6654 resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
6587 integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== 6655 integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
@@ -6620,9 +6688,9 @@ json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-bet
6620 integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== 6688 integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
6621 6689
6622json-parse-even-better-errors@^2.3.0: 6690json-parse-even-better-errors@^2.3.0:
6623 version "2.3.0" 6691 version "2.3.1"
6624 resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.0.tgz#371873c5ffa44304a6ba12419bcfa95f404ae081" 6692 resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
6625 integrity sha512-o3aP+RsWDJZayj1SbHNQAI8x0v3T3SKiGoZlNYfbUP1S3omJQ6i9CnqADqkSPaOAxwua4/1YWx5CM7oiChJt2Q== 6693 integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
6626 6694
6627json-schema-traverse@^0.4.1: 6695json-schema-traverse@^0.4.1:
6628 version "0.4.1" 6696 version "0.4.1"
@@ -6665,10 +6733,10 @@ json5@^2.1.0, json5@^2.1.2:
6665 dependencies: 6733 dependencies:
6666 minimist "^1.2.5" 6734 minimist "^1.2.5"
6667 6735
6668jsonc-parser@2.3.0: 6736jsonc-parser@2.3.1:
6669 version "2.3.0" 6737 version "2.3.1"
6670 resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.0.tgz#7c7fc988ee1486d35734faaaa866fadb00fa91ee" 6738 resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-2.3.1.tgz#59549150b133f2efacca48fe9ce1ec0659af2342"
6671 integrity sha512-b0EBt8SWFNnixVdvoR2ZtEGa9ZqLhbJnOjezn+WP+8kspFm+PFYDN8Z4Bc7pRlDjvuVcADSUkroIuTWWn/YiIA== 6739 integrity sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==
6672 6740
6673jsonfile@^3.0.0: 6741jsonfile@^3.0.0:
6674 version "3.0.1" 6742 version "3.0.1"
@@ -6787,24 +6855,23 @@ karma-source-map-support@1.4.0:
6787 dependencies: 6855 dependencies:
6788 source-map-support "^0.5.5" 6856 source-map-support "^0.5.5"
6789 6857
6790karma@~5.1.0: 6858karma@~5.2.3:
6791 version "5.1.1" 6859 version "5.2.3"
6792 resolved "https://registry.yarnpkg.com/karma/-/karma-5.1.1.tgz#4e472c1e5352d73edbd2090726afdb01d7869d72" 6860 resolved "https://registry.yarnpkg.com/karma/-/karma-5.2.3.tgz#3264024219bad2728e92542e0058a2492d7a46e4"
6793 integrity sha512-xAlOr5PMqUbiKXSv5PCniHWV3aiwj6wIZ0gUVcwpTCPVQm/qH2WAMFWxtnpM6KJqhkRWrIpovR4Rb0rn8GtJzQ== 6861 integrity sha512-tHdyFADhVVPBorIKCX8A37iLHxc6RBRphkSoQ+MLKdAtFn1k97tD8WUGi1KlEtDZKL3hui0qhsY9HXUfSNDYPQ==
6794 dependencies: 6862 dependencies:
6795 body-parser "^1.19.0" 6863 body-parser "^1.19.0"
6796 braces "^3.0.2" 6864 braces "^3.0.2"
6797 chokidar "^3.0.0" 6865 chokidar "^3.4.2"
6798 colors "^1.4.0" 6866 colors "^1.4.0"
6799 connect "^3.7.0" 6867 connect "^3.7.0"
6800 di "^0.0.1" 6868 di "^0.0.1"
6801 dom-serialize "^2.2.1" 6869 dom-serialize "^2.2.1"
6802 flatted "^2.0.2"
6803 glob "^7.1.6" 6870 glob "^7.1.6"
6804 graceful-fs "^4.2.4" 6871 graceful-fs "^4.2.4"
6805 http-proxy "^1.18.1" 6872 http-proxy "^1.18.1"
6806 isbinaryfile "^4.0.6" 6873 isbinaryfile "^4.0.6"
6807 lodash "^4.17.15" 6874 lodash "^4.17.19"
6808 log4js "^6.2.1" 6875 log4js "^6.2.1"
6809 mime "^2.4.5" 6876 mime "^2.4.5"
6810 minimatch "^3.0.4" 6877 minimatch "^3.0.4"
@@ -6814,7 +6881,7 @@ karma@~5.1.0:
6814 socket.io "^2.3.0" 6881 socket.io "^2.3.0"
6815 source-map "^0.6.1" 6882 source-map "^0.6.1"
6816 tmp "0.2.1" 6883 tmp "0.2.1"
6817 ua-parser-js "0.7.21" 6884 ua-parser-js "0.7.22"
6818 yargs "^15.3.1" 6885 yargs "^15.3.1"
6819 6886
6820keycode@^2.2.0: 6887keycode@^2.2.0:
@@ -6851,10 +6918,10 @@ kind-of@^6.0.0, kind-of@^6.0.2:
6851 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" 6918 resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
6852 integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== 6919 integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
6853 6920
6854klona@^1.1.2: 6921klona@^2.0.3, klona@^2.0.4:
6855 version "1.1.2" 6922 version "2.0.4"
6856 resolved "https://registry.yarnpkg.com/klona/-/klona-1.1.2.tgz#a79e292518a5a5412ec8d097964bff1571a64db0" 6923 resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
6857 integrity sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA== 6924 integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
6858 6925
6859known-css-properties@^0.3.0: 6926known-css-properties@^0.3.0:
6860 version "0.3.0" 6927 version "0.3.0"
@@ -6873,17 +6940,16 @@ lcid@^1.0.0:
6873 dependencies: 6940 dependencies:
6874 invert-kv "^1.0.0" 6941 invert-kv "^1.0.0"
6875 6942
6876less-loader@6.2.0: 6943less-loader@7.0.2:
6877 version "6.2.0" 6944 version "7.0.2"
6878 resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-6.2.0.tgz#8b26f621c155b342eefc24f5bd6e9dc40c42a719" 6945 resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-7.0.2.tgz#0d73a49ec32a9d3ff12614598e6e2b47fb2a35c4"
6879 integrity sha512-Cl5h95/Pz/PWub/tCBgT1oNMFeH1WTD33piG80jn5jr12T4XbxZcjThwNXDQ7AG649WEynuIzO4b0+2Tn9Qolg== 6946 integrity sha512-7MKlgjnkCf63E3Lv6w2FvAEgLMx3d/tNBExITcanAq7ys5U8VPWT3F6xcRjYmdNfkoQ9udoVFb1r2azSiTnD6w==
6880 dependencies: 6947 dependencies:
6881 clone "^2.1.2" 6948 klona "^2.0.4"
6882 less "^3.11.3"
6883 loader-utils "^2.0.0" 6949 loader-utils "^2.0.0"
6884 schema-utils "^2.7.0" 6950 schema-utils "^3.0.0"
6885 6951
6886less@^3.11.3: 6952less@3.12.2:
6887 version "3.12.2" 6953 version "3.12.2"
6888 resolved "https://registry.yarnpkg.com/less/-/less-3.12.2.tgz#157e6dd32a68869df8859314ad38e70211af3ab4" 6954 resolved "https://registry.yarnpkg.com/less/-/less-3.12.2.tgz#157e6dd32a68869df8859314ad38e70211af3ab4"
6889 integrity sha512-+1V2PCMFkL+OIj2/HrtrvZw0BC0sYLMICJfbQjuj/K8CEnlrFX6R5cKKgzzttsZDHyxQNL1jqMREjKN3ja/E3Q== 6955 integrity sha512-+1V2PCMFkL+OIj2/HrtrvZw0BC0sYLMICJfbQjuj/K8CEnlrFX6R5cKKgzzttsZDHyxQNL1jqMREjKN3ja/E3Q==
@@ -6903,13 +6969,6 @@ leven@^3.1.0:
6903 resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" 6969 resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
6904 integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== 6970 integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
6905 6971
6906levenary@^1.1.1:
6907 version "1.1.1"
6908 resolved "https://registry.yarnpkg.com/levenary/-/levenary-1.1.1.tgz#842a9ee98d2075aa7faeedbe32679e9205f46f77"
6909 integrity sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==
6910 dependencies:
6911 leven "^3.1.0"
6912
6913levn@^0.3.0, levn@~0.3.0: 6972levn@^0.3.0, levn@~0.3.0:
6914 version "0.3.0" 6973 version "0.3.0"
6915 resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" 6974 resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
@@ -6918,10 +6977,10 @@ levn@^0.3.0, levn@~0.3.0:
6918 prelude-ls "~1.1.2" 6977 prelude-ls "~1.1.2"
6919 type-check "~0.3.2" 6978 type-check "~0.3.2"
6920 6979
6921license-webpack-plugin@2.3.0: 6980license-webpack-plugin@2.3.1:
6922 version "2.3.0" 6981 version "2.3.1"
6923 resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.3.0.tgz#c00f70d5725ba0408de208acb9e66612cc2eceda" 6982 resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.3.1.tgz#08eddb2f776c7c64c02f308a00e017d6e824d0b6"
6924 integrity sha512-JK/DXrtN6UeYQSgkg5q1+pgJ8aiKPL9tnz9Wzw+Ikkf+8mJxG56x6t8O+OH/tAeF/5NREnelTEMyFtbJNkjH4w== 6983 integrity sha512-yhqTmlYIEpZWA122lf6E0G8+rkn0AzoQ1OpzUKKs/lXUqG1plmGnwmkuuPlfggzJR5y6DLOdot/Tv00CC51CeQ==
6925 dependencies: 6984 dependencies:
6926 "@types/webpack-sources" "^0.1.5" 6985 "@types/webpack-sources" "^0.1.5"
6927 webpack-sources "^1.2.0" 6986 webpack-sources "^1.2.0"
@@ -6933,6 +6992,19 @@ lie@~3.3.0:
6933 dependencies: 6992 dependencies:
6934 immediate "~3.0.5" 6993 immediate "~3.0.5"
6935 6994
6995line-column@^1.0.2:
6996 version "1.0.2"
6997 resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
6998 integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=
6999 dependencies:
7000 isarray "^1.0.0"
7001 isobject "^2.0.0"
7002
7003lines-and-columns@^1.1.6:
7004 version "1.1.6"
7005 resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
7006 integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
7007
6936linkify-it@^3.0.1: 7008linkify-it@^3.0.1:
6937 version "3.0.2" 7009 version "3.0.2"
6938 resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz#f55eeb8bc1d3ae754049e124ab3bb56d97797fb8" 7010 resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.2.tgz#f55eeb8bc1d3ae754049e124ab3bb56d97797fb8"
@@ -6945,16 +7017,16 @@ linkifyjs@^2.1.5:
6945 resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.9.tgz#af06e45a2866ff06c4766582590d098a4d584702" 7017 resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.9.tgz#af06e45a2866ff06c4766582590d098a4d584702"
6946 integrity sha512-74ivurkK6WHvHFozVaGtQWV38FzBwSTGNmJolEgFp7QgR2bl6ArUWlvT4GcHKbPe1z3nWYi+VUdDZk16zDOVug== 7018 integrity sha512-74ivurkK6WHvHFozVaGtQWV38FzBwSTGNmJolEgFp7QgR2bl6ArUWlvT4GcHKbPe1z3nWYi+VUdDZk16zDOVug==
6947 7019
6948load-ip-set@^2.1.0: 7020load-ip-set@^2.1.1:
6949 version "2.1.0" 7021 version "2.1.2"
6950 resolved "https://registry.yarnpkg.com/load-ip-set/-/load-ip-set-2.1.0.tgz#2d50b737cae41de4e413d213991d4083a3e1784b" 7022 resolved "https://registry.yarnpkg.com/load-ip-set/-/load-ip-set-2.1.2.tgz#6fdb827eae2862ba999868199acc86be987ea2e7"
6951 integrity sha512-taz7U6B+F7Zq90dfIKwqsB1CrFKelSEmMGC68OUqem8Cgd1QZygQBYb2Fk9i6muBSfH4xwF/Pjt4KKlAdOyWZw== 7023 integrity sha512-AgO3AGwWPru+tJboq0l2+hIkFqbAE3tbG74z2SCpt+c3h0PFI3t2mHamS707OzSc3b+GBVBKjZxPFz97YZNisA==
6952 dependencies: 7024 dependencies:
6953 ip-set "^1.0.0" 7025 ip-set "^2.1.0"
6954 netmask "^1.0.6" 7026 netmask "^1.0.6"
6955 once "^1.3.0" 7027 once "^1.4.0"
6956 simple-get "^3.0.0" 7028 simple-get "^4.0.0"
6957 split "^1.0.0" 7029 split "^1.0.1"
6958 7030
6959load-json-file@^1.0.0: 7031load-json-file@^1.0.0:
6960 version "1.1.0" 7032 version "1.1.0"
@@ -7042,11 +7114,6 @@ lodash.capitalize@^4.1.0:
7042 resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9" 7114 resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9"
7043 integrity sha1-+CbJtOKoUR2E46yinbBeGk87cqk= 7115 integrity sha1-+CbJtOKoUR2E46yinbBeGk87cqk=
7044 7116
7045lodash.clonedeep@^4.5.0:
7046 version "4.5.0"
7047 resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
7048 integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
7049
7050lodash.kebabcase@^4.0.0: 7117lodash.kebabcase@^4.0.0:
7051 version "4.1.1" 7118 version "4.1.1"
7052 resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" 7119 resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
@@ -7057,17 +7124,12 @@ lodash.memoize@^4.1.2:
7057 resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" 7124 resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
7058 integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= 7125 integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
7059 7126
7060lodash.sortby@^4.7.0:
7061 version "4.7.0"
7062 resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
7063 integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
7064
7065lodash.uniq@^4.5.0: 7127lodash.uniq@^4.5.0:
7066 version "4.5.0" 7128 version "4.5.0"
7067 resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" 7129 resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
7068 integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= 7130 integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
7069 7131
7070lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.3.0, lodash@~4.17.10: 7132lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.3.0, lodash@~4.17.10:
7071 version "4.17.20" 7133 version "4.17.20"
7072 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" 7134 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
7073 integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== 7135 integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -7091,16 +7153,9 @@ log4js@^6.2.1:
7091 streamroller "^2.2.4" 7153 streamroller "^2.2.4"
7092 7154
7093loglevel@^1.6.8: 7155loglevel@^1.6.8:
7094 version "1.6.8" 7156 version "1.7.0"
7095 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171" 7157 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.0.tgz#728166855a740d59d38db01cf46f042caa041bb0"
7096 integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA== 7158 integrity sha512-i2sY04nal5jDcagM3FMfG++T69GEEM8CYuOfeOIvmXzOIcwE9a/CJPR0MFM97pYMj/u10lzz7/zd7+qwhrBTqQ==
7097
7098loose-envify@^1.0.0:
7099 version "1.4.0"
7100 resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
7101 integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
7102 dependencies:
7103 js-tokens "^3.0.0 || ^4.0.0"
7104 7159
7105loud-rejection@^1.0.0: 7160loud-rejection@^1.0.0:
7106 version "1.6.0" 7161 version "1.6.0"
@@ -7146,20 +7201,13 @@ lru@^3.1.0:
7146 dependencies: 7201 dependencies:
7147 inherits "^2.0.1" 7202 inherits "^2.0.1"
7148 7203
7149m3u8-parser@4.4.0: 7204m3u8-parser@4.5.0, m3u8-parser@^4.4.0:
7150 version "4.4.0" 7205 version "4.5.0"
7151 resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-4.4.0.tgz#adf606c0af6d97f6750095a42006c2ae03dde177" 7206 resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-4.5.0.tgz#9c30b32c9b69cc3f81b5e6789717fa84b9fdb9aa"
7152 integrity sha512-iH2AygTFILtato+XAgnoPYzLHM4R3DjATj7Ozbk7EHdB2XoLF2oyOUguM7Kc4UVHbQHHL/QPaw98r7PbWzG0gg== 7207 integrity sha512-RGm/1WVCX3o1bSWbJGmJUu4zTbtJy8lImtgHM4CESFvJRXYztr1j6SW/q9/ghYOrUjgH7radsIar+z1Leln0sA==
7153 dependencies:
7154 global "^4.3.2"
7155
7156m3u8-parser@^4.4.0:
7157 version "4.4.3"
7158 resolved "https://registry.yarnpkg.com/m3u8-parser/-/m3u8-parser-4.4.3.tgz#b4a516d98a61bc040e56a10b5ea917cc8d8ea5d9"
7159 integrity sha512-o6Z2I0lVeL95gE3BHPB5mSACAA6PTubYCFKlbdQmGNH+Ij0A0oEW8N4V5kqTPgYVnuLcb5UdqNiP7V+xEORhYA==
7160 dependencies: 7208 dependencies:
7161 "@babel/runtime" "^7.5.5" 7209 "@babel/runtime" "^7.5.5"
7162 "@videojs/vhs-utils" "^1.1.0" 7210 "@videojs/vhs-utils" "^2.2.1"
7163 global "^4.3.2" 7211 global "^4.3.2"
7164 7212
7165magic-string@0.25.7, magic-string@^0.25.0: 7213magic-string@0.25.7, magic-string@^0.25.0:
@@ -7169,11 +7217,12 @@ magic-string@0.25.7, magic-string@^0.25.0:
7169 dependencies: 7217 dependencies:
7170 sourcemap-codec "^1.4.4" 7218 sourcemap-codec "^1.4.4"
7171 7219
7172magnet-uri@^5.1.3: 7220magnet-uri@^6.0.0:
7173 version "5.3.0" 7221 version "6.1.0"
7174 resolved "https://registry.yarnpkg.com/magnet-uri/-/magnet-uri-5.3.0.tgz#5dd2efbfcf44c41ce54fe309030bce4ee120b79b" 7222 resolved "https://registry.yarnpkg.com/magnet-uri/-/magnet-uri-6.1.0.tgz#fe73026ba1ee77c955097a4979d1003f4fb7ecf7"
7175 integrity sha512-8GuTc9mXYfaKrXz687kzx2YTEhMR/X1Qgt6tkTNwPlb2fUy3QfU+O9zuoB5DKAa/IyVdLGxe9xSFUtaA+ZG5tQ== 7223 integrity sha512-731qLviHaqN/Ni96wm6gNKuvoip+QHWTznjHNz/4qDlsHh3/CWJoL8fZ18IIRhGJgnWoKJp8RVE5lZvQ60Khhw==
7176 dependencies: 7224 dependencies:
7225 bep53-range "^1.0.0"
7177 thirty-two "^1.0.2" 7226 thirty-two "^1.0.2"
7178 7227
7179make-dir@^2.0.0, make-dir@^2.1.0: 7228make-dir@^2.0.0, make-dir@^2.1.0:
@@ -7225,12 +7274,12 @@ map-visit@^1.0.0:
7225 dependencies: 7274 dependencies:
7226 object-visit "^1.0.0" 7275 object-visit "^1.0.0"
7227 7276
7228markdown-it@11.x: 7277markdown-it@12.0.2:
7229 version "11.0.1" 7278 version "12.0.2"
7230 resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-11.0.1.tgz#b54f15ec2a2193efa66dda1eb4173baea08993d6" 7279 resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.2.tgz#4401beae8df8aa2221fc6565a7188e60a06ef0ed"
7231 integrity sha512-aU1TzmBKcWNNYvH9pjq6u92BML+Hz3h5S/QpfTFwiQF852pLT+9qHsrhM9JYipkOXZxGn+sGH8oyJE9FD9WezQ== 7280 integrity sha512-4Lkvjbv2kK+moL9TbeV+6/NHx+1Q+R/NIdUlFlkqkkzUcTod4uiyTJRiBidKR9qXSdkNFkgv+AELY8KN9vSgVA==
7232 dependencies: 7281 dependencies:
7233 argparse "^1.0.7" 7282 argparse "^2.0.1"
7234 entities "~2.0.0" 7283 entities "~2.0.0"
7235 linkify-it "^3.0.1" 7284 linkify-it "^3.0.1"
7236 mdurl "^1.0.1" 7285 mdurl "^1.0.1"
@@ -7245,16 +7294,16 @@ md5.js@^1.3.4:
7245 inherits "^2.0.1" 7294 inherits "^2.0.1"
7246 safe-buffer "^5.1.2" 7295 safe-buffer "^5.1.2"
7247 7296
7297mdn-data@2.0.14:
7298 version "2.0.14"
7299 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
7300 integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
7301
7248mdn-data@2.0.4: 7302mdn-data@2.0.4:
7249 version "2.0.4" 7303 version "2.0.4"
7250 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" 7304 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
7251 integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== 7305 integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
7252 7306
7253mdn-data@2.0.6:
7254 version "2.0.6"
7255 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.6.tgz#852dc60fcaa5daa2e8cf6c9189c440ed3e042978"
7256 integrity sha512-rQvjv71olwNHgiTbfPZFkJtjNMciWgswYeciZhtvWLO8bmX3TnhyA62I6sTWOyZssWHJJjY6/KiWwqQsWWsqOA==
7257
7258mdurl@^1.0.1: 7307mdurl@^1.0.1:
7259 version "1.0.1" 7308 version "1.0.1"
7260 resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" 7309 resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
@@ -7265,13 +7314,13 @@ media-typer@0.3.0:
7265 resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" 7314 resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
7266 integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= 7315 integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
7267 7316
7268mediasource@^2.2.2, mediasource@^2.3.0: 7317mediasource@^2.2.2, mediasource@^2.4.0:
7269 version "2.3.0" 7318 version "2.4.0"
7270 resolved "https://registry.yarnpkg.com/mediasource/-/mediasource-2.3.0.tgz#4c7b49e7ea4fb88f1cc181d8fcf0d94649271dc6" 7319 resolved "https://registry.yarnpkg.com/mediasource/-/mediasource-2.4.0.tgz#7b03378054c41400374e9bade50aa0d7a758c39b"
7271 integrity sha512-fqm86UwHvAnneIv40Uy1sDQaFtAByq/k0SQ3uCtbnEeSQNT1s5TDHCZOD1VmYCHwfY1jL2NjoZVwzZKYqy3L7A== 7320 integrity sha512-SKUMrbFMHgiCUZFOWZcL0aiF/KgHx9SPIKzxrl6+7nMUMDK/ZnOmJdY/9wKzYeM0g3mybt3ueg+W+/mrYfmeFQ==
7272 dependencies: 7321 dependencies:
7273 inherits "^2.0.1" 7322 inherits "^2.0.4"
7274 readable-stream "^3.0.0" 7323 readable-stream "^3.6.0"
7275 to-arraybuffer "^1.0.1" 7324 to-arraybuffer "^1.0.1"
7276 7325
7277mem@^1.1.0: 7326mem@^1.1.0:
@@ -7350,7 +7399,7 @@ methods@~1.1.2:
7350 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" 7399 resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
7351 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= 7400 integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
7352 7401
7353micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4: 7402micromatch@^3.1.10, micromatch@^3.1.4:
7354 version "3.1.10" 7403 version "3.1.10"
7355 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" 7404 resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
7356 integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== 7405 integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
@@ -7385,11 +7434,16 @@ miller-rabin@^4.0.0:
7385 bn.js "^4.0.0" 7434 bn.js "^4.0.0"
7386 brorand "^1.0.1" 7435 brorand "^1.0.1"
7387 7436
7388mime-db@1.44.0, "mime-db@>= 1.43.0 < 2": 7437mime-db@1.44.0:
7389 version "1.44.0" 7438 version "1.44.0"
7390 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92" 7439 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
7391 integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg== 7440 integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
7392 7441
7442"mime-db@>= 1.43.0 < 2":
7443 version "1.45.0"
7444 resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.45.0.tgz#cceeda21ccd7c3a745eba2decd55d4b73e7879ea"
7445 integrity sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==
7446
7393mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24: 7447mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
7394 version "2.1.27" 7448 version "2.1.27"
7395 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f" 7449 resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz#47949f98e279ea53119f5722e0f34e529bec009f"
@@ -7417,11 +7471,6 @@ mimic-fn@^2.1.0:
7417 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" 7471 resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
7418 integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== 7472 integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
7419 7473
7420mimic-response@^2.0.0:
7421 version "2.1.0"
7422 resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-2.1.0.tgz#d13763d35f613d09ec37ebb30bac0469c0ee8f43"
7423 integrity sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==
7424
7425mimic-response@^3.1.0: 7474mimic-response@^3.1.0:
7426 version "3.1.0" 7475 version "3.1.0"
7427 resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" 7476 resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
@@ -7434,14 +7483,22 @@ min-document@^2.19.0:
7434 dependencies: 7483 dependencies:
7435 dom-walk "^0.1.0" 7484 dom-walk "^0.1.0"
7436 7485
7437mini-css-extract-plugin@0.10.0: 7486mini-css-extract-plugin@1.2.1:
7438 version "0.10.0" 7487 version "1.2.1"
7439 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.10.0.tgz#a0e6bfcad22a9c73f6c882a3c7557a98e2d3d27d" 7488 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.1.tgz#30ea7dee632b3002b0c77aeed447790408cb247e"
7440 integrity sha512-QgKgJBjaJhxVPwrLNqqwNS0AGkuQQ31Hp4xGXEK/P7wehEg6qmNtReHKai3zRXqY60wGVWLYcOMJK2b98aGc3A== 7489 integrity sha512-G3yw7/TQaPfkuiR73MDcyiqhyP8SnbmLhUbpC76H+wtQxA6wfKhMCQOCb6wnPK0dQbjORAeOILQqEesg4/wF7A==
7441 dependencies: 7490 dependencies:
7442 loader-utils "^1.1.0" 7491 loader-utils "^2.0.0"
7443 normalize-url "1.9.1" 7492 schema-utils "^3.0.0"
7444 schema-utils "^1.0.0" 7493 webpack-sources "^1.1.0"
7494
7495mini-css-extract-plugin@^1.3.1:
7496 version "1.3.1"
7497 resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz#1375c88b2bc2a9d197670a55761edcd1b5d72f21"
7498 integrity sha512-jIOheqh9EU98rqj6ZaFTYNNDSFqdakNqaUZfkYwaXPjI9batmXVXX+K71NrqRAgtoGefELBMld1EQ7dqSAD5SQ==
7499 dependencies:
7500 loader-utils "^2.0.0"
7501 schema-utils "^3.0.0"
7445 webpack-sources "^1.1.0" 7502 webpack-sources "^1.1.0"
7446 7503
7447minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: 7504minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
@@ -7551,7 +7608,7 @@ mkdirp-classic@^0.5.2:
7551 resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" 7608 resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
7552 integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== 7609 integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
7553 7610
7554"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1: 7611mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
7555 version "0.5.5" 7612 version "0.5.5"
7556 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" 7613 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
7557 integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== 7614 integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
@@ -7564,9 +7621,9 @@ mkdirp@^1.0.3, mkdirp@^1.0.4, mkdirp@~1.0.4:
7564 integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== 7621 integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
7565 7622
7566moment@^2.10.2: 7623moment@^2.10.2:
7567 version "2.27.0" 7624 version "2.29.1"
7568 resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" 7625 resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
7569 integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== 7626 integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
7570 7627
7571mousetrap@^1.6.0: 7628mousetrap@^1.6.0:
7572 version "1.6.5" 7629 version "1.6.5"
@@ -7601,13 +7658,13 @@ mp4-stream@^3.0.0:
7601 next-event "^1.0.0" 7658 next-event "^1.0.0"
7602 readable-stream "^3.0.6" 7659 readable-stream "^3.0.6"
7603 7660
7604mpd-parser@0.10.0: 7661mpd-parser@0.14.0:
7605 version "0.10.0" 7662 version "0.14.0"
7606 resolved "https://registry.yarnpkg.com/mpd-parser/-/mpd-parser-0.10.0.tgz#e48a39a4ecd3b5bbd0ed4ac5991b9cc36bcd9599" 7663 resolved "https://registry.yarnpkg.com/mpd-parser/-/mpd-parser-0.14.0.tgz#f666a80c1e284e46c6f76f010fc4f5292a021148"
7607 integrity sha512-eIqkH/2osPr7tIIjhRmDWqm2wdJ7Q8oPfWvdjealzsLV2D2oNe0a0ae2gyYYs1sw5e5hdssDA2V6Sz8MW+Uvvw== 7664 integrity sha512-HqXQS3WLofcnYFcxv5oWdlciddUaEnN3NasXLVQ793mdnZRrinjz2Yk1DsUYPDYOUWf6ZBBqbFhaJT5LiT2ouA==
7608 dependencies: 7665 dependencies:
7609 "@babel/runtime" "^7.5.5" 7666 "@babel/runtime" "^7.5.5"
7610 "@videojs/vhs-utils" "^1.1.0" 7667 "@videojs/vhs-utils" "^2.2.1"
7611 global "^4.3.2" 7668 global "^4.3.2"
7612 xmldom "^0.1.27" 7669 xmldom "^0.1.27"
7613 7670
@@ -7621,7 +7678,7 @@ ms@2.1.1:
7621 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" 7678 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
7622 integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== 7679 integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
7623 7680
7624ms@^2.0.0, ms@^2.1.1: 7681ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
7625 version "2.1.2" 7682 version "2.1.2"
7626 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" 7683 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
7627 integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== 7684 integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -7639,12 +7696,12 @@ multicast-dns@^6.0.1:
7639 dns-packet "^1.3.1" 7696 dns-packet "^1.3.1"
7640 thunky "^1.0.2" 7697 thunky "^1.0.2"
7641 7698
7642multistream@^4.0.0: 7699multistream@^4.0.0, multistream@^4.0.1:
7643 version "4.0.0" 7700 version "4.0.1"
7644 resolved "https://registry.yarnpkg.com/multistream/-/multistream-4.0.0.tgz#c771b6d17d169138b6abcb15f0061170e3c09cea" 7701 resolved "https://registry.yarnpkg.com/multistream/-/multistream-4.0.1.tgz#6c188a40b66ab0205c9e9f560a5348f13fe1f82a"
7645 integrity sha512-t0C8MAtH/d3Y+5nooEtUMWli92lVw9Jhx4uOhRl5GAwS5vc+YTmp/VXNJNsCBAMeEyK/6zhbk6x9JE3AiCvo4g== 7702 integrity sha512-LNPIR/LD0JUw2beGlSv4sgTSnGbZp16d/PG2rnIrYjkeCaepNmBTobuiaNQATCPiYgn+BBuQTm70UlvwRfLZ3Q==
7646 dependencies: 7703 dependencies:
7647 readable-stream "^3.4.0" 7704 readable-stream "^3.6.0"
7648 7705
7649mute-stream@0.0.5: 7706mute-stream@0.0.5:
7650 version "0.0.5" 7707 version "0.0.5"
@@ -7656,15 +7713,20 @@ mute-stream@0.0.8:
7656 resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" 7713 resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
7657 integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== 7714 integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
7658 7715
7659mux.js@5.5.1: 7716mux.js@5.6.7:
7660 version "5.5.1" 7717 version "5.6.7"
7661 resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.5.1.tgz#5bd5d7b2e5e5560da8126928e93af3c532e08372" 7718 resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.6.7.tgz#d39fc85cded5a1257de9f6eeb5cf1578c4a63eb8"
7662 integrity sha512-5VmmjADBqS4++8pTI6poSRJ+chHdaoI4XErcQPM5w4QfwaDl+FQlSI0iOgWbYDn6CBCbDRKaSCcEiN2K5aHNGQ== 7719 integrity sha512-YSr6B8MUgE4S18MptbY2XM+JKGbw9JDkgs7YkuE/T2fpDKjOhZfb/nD6vmsVxvLYOExWNaQn1UGBp6PGsnTtew==
7663 7720
7664nan@^2.12.1, nan@^2.13.2: 7721nan@^2.12.1, nan@^2.13.2:
7665 version "2.14.1" 7722 version "2.14.2"
7666 resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" 7723 resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
7667 integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== 7724 integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
7725
7726nanoid@^3.1.16:
7727 version "3.1.16"
7728 resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.16.tgz#b21f0a7d031196faf75314d7c65d36352beeef64"
7729 integrity sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w==
7668 7730
7669nanomatch@^1.2.9: 7731nanomatch@^1.2.9:
7670 version "1.2.13" 7732 version "1.2.13"
@@ -7683,10 +7745,15 @@ nanomatch@^1.2.9:
7683 snapdragon "^0.8.1" 7745 snapdragon "^0.8.1"
7684 to-regex "^3.0.1" 7746 to-regex "^3.0.1"
7685 7747
7748napi-macros@^2.0.0:
7749 version "2.0.0"
7750 resolved "https://registry.yarnpkg.com/napi-macros/-/napi-macros-2.0.0.tgz#2b6bae421e7b96eb687aa6c77a7858640670001b"
7751 integrity sha512-A0xLykHtARfueITVDernsAWdtIMbOJgKgcluwENp3AlsKN/PloyO10HtmoqnFAQAcxPkgZN7wdfPfEd0zNGxbg==
7752
7686native-request@^1.0.5: 7753native-request@^1.0.5:
7687 version "1.0.7" 7754 version "1.0.8"
7688 resolved "https://registry.yarnpkg.com/native-request/-/native-request-1.0.7.tgz#ff742dc555b4c8f2f1c14b548639ba174e573856" 7755 resolved "https://registry.yarnpkg.com/native-request/-/native-request-1.0.8.tgz#8f66bf606e0f7ea27c0e5995eb2f5d03e33ae6fb"
7689 integrity sha512-9nRjinI9bmz+S7dgNtf4A70+/vPhnd+2krGpy4SUlADuOuSa24IDkNaZ+R/QT1wQ6S8jBdi6wE7fLekFZNfUpQ== 7756 integrity sha512-vU2JojJVelUGp6jRcLwToPoWGxSx23z/0iX+I77J3Ht17rf2INGjrhOoQnjVo60nQd8wVsgzKkPfRXBiVdD2ag==
7690 7757
7691negotiator@0.6.2: 7758negotiator@0.6.2:
7692 version "0.6.2" 7759 version "0.6.2"
@@ -7735,33 +7802,31 @@ node-fetch-npm@^2.0.2:
7735 json-parse-better-errors "^1.0.0" 7802 json-parse-better-errors "^1.0.0"
7736 safe-buffer "^5.1.1" 7803 safe-buffer "^5.1.1"
7737 7804
7738node-forge@0.9.0: 7805node-forge@^0.10.0:
7739 version "0.9.0" 7806 version "0.10.0"
7740 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579" 7807 resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
7741 integrity sha512-7ASaDa3pD+lJ3WvXFsxekJQelBKRpne+GOVbLbtHYdd7pFspyeuJHnWfLplGf3SwKGbfs/aYl5V/JCIaHVUKKQ== 7808 integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
7742 7809
7743node-gyp-build@~3.7.0: 7810node-gyp-build@^4.2.0:
7744 version "3.7.0" 7811 version "4.2.3"
7745 resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.7.0.tgz#daa77a4f547b9aed3e2aac779eaf151afd60ec8d" 7812 resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.2.3.tgz#ce6277f853835f718829efb47db20f3e4d9c4739"
7746 integrity sha512-L/Eg02Epx6Si2NXmedx+Okg+4UHqmaf3TNcxd50SF9NQGcJaON3AtU++kax69XV7YWz4tUspqZSAsVofhFKG2w== 7813 integrity sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==
7747 7814
7748node-gyp@^3.8.0: 7815node-gyp@^7.1.0:
7749 version "3.8.0" 7816 version "7.1.2"
7750 resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" 7817 resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-7.1.2.tgz#21a810aebb187120251c3bcec979af1587b188ae"
7751 integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA== 7818 integrity sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==
7752 dependencies: 7819 dependencies:
7753 fstream "^1.0.0" 7820 env-paths "^2.2.0"
7754 glob "^7.0.3" 7821 glob "^7.1.4"
7755 graceful-fs "^4.1.2" 7822 graceful-fs "^4.2.3"
7756 mkdirp "^0.5.0" 7823 nopt "^5.0.0"
7757 nopt "2 || 3" 7824 npmlog "^4.1.2"
7758 npmlog "0 || 1 || 2 || 3 || 4" 7825 request "^2.88.2"
7759 osenv "0" 7826 rimraf "^3.0.2"
7760 request "^2.87.0" 7827 semver "^7.3.2"
7761 rimraf "2" 7828 tar "^6.0.2"
7762 semver "~5.3.0" 7829 which "^2.0.2"
7763 tar "^2.0.0"
7764 which "1"
7765 7830
7766node-libs-browser@^2.2.1: 7831node-libs-browser@^2.2.1:
7767 version "2.2.1" 7832 version "2.2.1"
@@ -7792,42 +7857,41 @@ node-libs-browser@^2.2.1:
7792 util "^0.11.0" 7857 util "^0.11.0"
7793 vm-browserify "^1.0.1" 7858 vm-browserify "^1.0.1"
7794 7859
7795node-releases@^1.1.60: 7860node-releases@^1.1.66:
7796 version "1.1.60" 7861 version "1.1.67"
7797 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084" 7862 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.67.tgz#28ebfcccd0baa6aad8e8d4d8fe4cbc49ae239c12"
7798 integrity sha512-gsO4vjEdQaTusZAEebUWp2a5d7dF5DYoIpDG7WySnk7BuZDW+GPpHXoXXuYawRBr/9t5q54tirPz79kFIWg4dA== 7863 integrity sha512-V5QF9noGFl3EymEwUYzO+3NTDpGfQB4ve6Qfnzf3UNydMhjQRVPR1DZTuvWiLzaFJYw2fmDwAfnRNEVb64hSIg==
7799 7864
7800node-sass@^4.9.3: 7865node-sass@^5.0.0:
7801 version "4.14.1" 7866 version "5.0.0"
7802 resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" 7867 resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-5.0.0.tgz#4e8f39fbef3bac8d2dc72ebe3b539711883a78d2"
7803 integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== 7868 integrity sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==
7804 dependencies: 7869 dependencies:
7805 async-foreach "^0.1.3" 7870 async-foreach "^0.1.3"
7806 chalk "^1.1.1" 7871 chalk "^1.1.1"
7807 cross-spawn "^3.0.0" 7872 cross-spawn "^7.0.3"
7808 gaze "^1.0.0" 7873 gaze "^1.0.0"
7809 get-stdin "^4.0.1" 7874 get-stdin "^4.0.1"
7810 glob "^7.0.3" 7875 glob "^7.0.3"
7811 in-publish "^2.0.0"
7812 lodash "^4.17.15" 7876 lodash "^4.17.15"
7813 meow "^3.7.0" 7877 meow "^3.7.0"
7814 mkdirp "^0.5.1" 7878 mkdirp "^0.5.1"
7815 nan "^2.13.2" 7879 nan "^2.13.2"
7816 node-gyp "^3.8.0" 7880 node-gyp "^7.1.0"
7817 npmlog "^4.0.0" 7881 npmlog "^4.0.0"
7818 request "^2.88.0" 7882 request "^2.88.0"
7819 sass-graph "2.2.5" 7883 sass-graph "2.2.5"
7820 stdout-stream "^1.4.0" 7884 stdout-stream "^1.4.0"
7821 "true-case-path" "^1.0.2" 7885 "true-case-path" "^1.0.2"
7822 7886
7823"nopt@2 || 3": 7887nopt@^5.0.0:
7824 version "3.0.6" 7888 version "5.0.0"
7825 resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" 7889 resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
7826 integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= 7890 integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
7827 dependencies: 7891 dependencies:
7828 abbrev "1" 7892 abbrev "1"
7829 7893
7830normalize-package-data@^2.0.0, normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.4.0: 7894normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.4.0:
7831 version "2.5.0" 7895 version "2.5.0"
7832 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" 7896 resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
7833 integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== 7897 integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -7854,16 +7918,6 @@ normalize-range@^0.1.2:
7854 resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" 7918 resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
7855 integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= 7919 integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
7856 7920
7857normalize-url@1.9.1:
7858 version "1.9.1"
7859 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
7860 integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
7861 dependencies:
7862 object-assign "^4.0.1"
7863 prepend-http "^1.0.0"
7864 query-string "^4.1.0"
7865 sort-keys "^1.0.0"
7866
7867normalize-url@^3.0.0: 7921normalize-url@^3.0.0:
7868 version "3.3.0" 7922 version "3.3.0"
7869 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" 7923 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
@@ -7893,12 +7947,12 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1:
7893 resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" 7947 resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
7894 integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== 7948 integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
7895 7949
7896npm-package-arg@8.0.1, npm-package-arg@^8.0.0: 7950npm-package-arg@8.1.0, npm-package-arg@^8.0.0:
7897 version "8.0.1" 7951 version "8.1.0"
7898 resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.0.1.tgz#9d76f8d7667b2373ffda60bb801a27ef71e3e270" 7952 resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.0.tgz#b5f6319418c3246a1c38e1a8fbaa06231bc5308f"
7899 integrity sha512-/h5Fm6a/exByzFSTm7jAyHbgOqErl9qSNJDQF32Si/ZzgwT2TERVxRxn3Jurw1wflgyVVAxnFR4fRHPM7y1ClQ== 7953 integrity sha512-/ep6QDxBkm9HvOhOg0heitSd7JHA1U7y1qhhlRlteYYAi9Pdb/ZV7FW5aHpkrpM8+P+4p/jjR8zCyKPBMBjSig==
7900 dependencies: 7954 dependencies:
7901 hosted-git-info "^3.0.2" 7955 hosted-git-info "^3.0.6"
7902 semver "^7.0.0" 7956 semver "^7.0.0"
7903 validate-npm-package-name "^3.0.0" 7957 validate-npm-package-name "^3.0.0"
7904 7958
@@ -7959,7 +8013,14 @@ npm-run-path@^2.0.0:
7959 dependencies: 8013 dependencies:
7960 path-key "^2.0.0" 8014 path-key "^2.0.0"
7961 8015
7962"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0: 8016npm-run-path@^4.0.0:
8017 version "4.0.1"
8018 resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
8019 integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
8020 dependencies:
8021 path-key "^3.0.0"
8022
8023npmlog@^4.0.0, npmlog@^4.1.2:
7963 version "4.1.2" 8024 version "4.1.2"
7964 resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" 8025 resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
7965 integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== 8026 integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
@@ -8010,29 +8071,24 @@ object-copy@^0.1.0:
8010 define-property "^0.2.5" 8071 define-property "^0.2.5"
8011 kind-of "^3.0.3" 8072 kind-of "^3.0.3"
8012 8073
8013object-inspect@^1.7.0: 8074object-inspect@^1.8.0:
8014 version "1.8.0" 8075 version "1.8.0"
8015 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0" 8076 resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
8016 integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA== 8077 integrity sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==
8017 8078
8018object-is@^1.0.1: 8079object-is@^1.0.1:
8019 version "1.1.2" 8080 version "1.1.3"
8020 resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.2.tgz#c5d2e87ff9e119f78b7a088441519e2eec1573b6" 8081 resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.3.tgz#2e3b9e65560137455ee3bd62aec4d90a2ea1cc81"
8021 integrity sha512-5lHCz+0uufF6wZ7CRFWJN3hp8Jqblpgve06U5CMQ3f//6iDjPr2PEo9MWCjEssDsa+UZEL4PkFpr+BMop6aKzQ== 8082 integrity sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg==
8022 dependencies: 8083 dependencies:
8023 define-properties "^1.1.3" 8084 define-properties "^1.1.3"
8024 es-abstract "^1.17.5" 8085 es-abstract "^1.18.0-next.1"
8025 8086
8026object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1: 8087object-keys@^1.0.12, object-keys@^1.1.1:
8027 version "1.1.1" 8088 version "1.1.1"
8028 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" 8089 resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
8029 integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== 8090 integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
8030 8091
8031object-path@0.11.4:
8032 version "0.11.4"
8033 resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949"
8034 integrity sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=
8035
8036object-visit@^1.0.0: 8092object-visit@^1.0.0:
8037 version "1.0.1" 8093 version "1.0.1"
8038 resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" 8094 resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
@@ -8040,15 +8096,15 @@ object-visit@^1.0.0:
8040 dependencies: 8096 dependencies:
8041 isobject "^3.0.0" 8097 isobject "^3.0.0"
8042 8098
8043object.assign@^4.1.0: 8099object.assign@^4.1.0, object.assign@^4.1.1:
8044 version "4.1.0" 8100 version "4.1.2"
8045 resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" 8101 resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
8046 integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== 8102 integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
8047 dependencies: 8103 dependencies:
8048 define-properties "^1.1.2" 8104 call-bind "^1.0.0"
8049 function-bind "^1.1.1" 8105 define-properties "^1.1.3"
8050 has-symbols "^1.0.0" 8106 has-symbols "^1.0.1"
8051 object-keys "^1.0.11" 8107 object-keys "^1.1.1"
8052 8108
8053object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0: 8109object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0:
8054 version "2.1.0" 8110 version "2.1.0"
@@ -8111,18 +8167,18 @@ onetime@^5.1.0:
8111 dependencies: 8167 dependencies:
8112 mimic-fn "^2.1.0" 8168 mimic-fn "^2.1.0"
8113 8169
8114open@7.1.0: 8170open@7.3.0:
8115 version "7.1.0" 8171 version "7.3.0"
8116 resolved "https://registry.yarnpkg.com/open/-/open-7.1.0.tgz#68865f7d3cb238520fa1225a63cf28bcf8368a1c" 8172 resolved "https://registry.yarnpkg.com/open/-/open-7.3.0.tgz#45461fdee46444f3645b6e14eb3ca94b82e1be69"
8117 integrity sha512-lLPI5KgOwEYCDKXf4np7y1PBEkj7HYIyP2DY8mVDRnx0VIIu6bNrRB0R66TuO7Mack6EnTNLm4uvcl1UoklTpA== 8173 integrity sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw==
8118 dependencies: 8174 dependencies:
8119 is-docker "^2.0.0" 8175 is-docker "^2.0.0"
8120 is-wsl "^2.1.1" 8176 is-wsl "^2.1.1"
8121 8177
8122opener@^1.5.1: 8178opener@^1.5.2:
8123 version "1.5.1" 8179 version "1.5.2"
8124 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed" 8180 resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
8125 integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA== 8181 integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
8126 8182
8127opn@^5.5.0: 8183opn@^5.5.0:
8128 version "5.5.0" 8184 version "5.5.0"
@@ -8143,10 +8199,10 @@ optionator@^0.8.1:
8143 type-check "~0.3.2" 8199 type-check "~0.3.2"
8144 word-wrap "~1.2.3" 8200 word-wrap "~1.2.3"
8145 8201
8146ora@5.0.0: 8202ora@5.1.0:
8147 version "5.0.0" 8203 version "5.1.0"
8148 resolved "https://registry.yarnpkg.com/ora/-/ora-5.0.0.tgz#4f0b34f2994877b49b452a707245ab1e9f6afccb" 8204 resolved "https://registry.yarnpkg.com/ora/-/ora-5.1.0.tgz#b188cf8cd2d4d9b13fd25383bc3e5cba352c94f8"
8149 integrity sha512-s26qdWqke2kjN/wC4dy+IQPBIMWBJlSU/0JZhk30ZDBLelW25rv66yutUWARMigpGPzcXHb+Nac5pNhN/WsARw== 8205 integrity sha512-9tXIMPvjZ7hPTbk8DFq1f7Kow/HU/pQYB60JbNq+QnGwcyhWVZaQ4hM9zQDEsPxw/muLpgiHSaumUZxCAmod/w==
8150 dependencies: 8206 dependencies:
8151 chalk "^4.1.0" 8207 chalk "^4.1.0"
8152 cli-cursor "^3.1.0" 8208 cli-cursor "^3.1.0"
@@ -8188,7 +8244,7 @@ os-tmpdir@^1.0.0, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
8188 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" 8244 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
8189 integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= 8245 integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
8190 8246
8191osenv@0, osenv@^0.1.5: 8247osenv@^0.1.5:
8192 version "0.1.5" 8248 version "0.1.5"
8193 resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" 8249 resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410"
8194 integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== 8250 integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==
@@ -8215,7 +8271,7 @@ p-limit@^2.0.0, p-limit@^2.2.0:
8215 dependencies: 8271 dependencies:
8216 p-try "^2.0.0" 8272 p-try "^2.0.0"
8217 8273
8218p-limit@^3.0.1, p-limit@^3.0.2: 8274p-limit@^3.0.2:
8219 version "3.0.2" 8275 version "3.0.2"
8220 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe" 8276 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
8221 integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg== 8277 integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
@@ -8358,6 +8414,13 @@ param-case@^3.0.3:
8358 dot-case "^3.0.3" 8414 dot-case "^3.0.3"
8359 tslib "^1.10.0" 8415 tslib "^1.10.0"
8360 8416
8417parent-module@^1.0.0:
8418 version "1.0.1"
8419 resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
8420 integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
8421 dependencies:
8422 callsites "^3.0.0"
8423
8361parse-asn1@^5.0.0, parse-asn1@^5.1.5: 8424parse-asn1@^5.0.0, parse-asn1@^5.1.5:
8362 version "5.1.6" 8425 version "5.1.6"
8363 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" 8426 resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
@@ -8384,50 +8447,58 @@ parse-json@^4.0.0:
8384 error-ex "^1.3.1" 8447 error-ex "^1.3.1"
8385 json-parse-better-errors "^1.0.1" 8448 json-parse-better-errors "^1.0.1"
8386 8449
8387parse-numeric-range@^1.2.0: 8450parse-json@^5.0.0:
8388 version "1.2.0" 8451 version "5.1.0"
8389 resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.2.0.tgz#aa70b00f29624ed13e9f943e9461b306e386b0fa" 8452 resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz#f96088cdf24a8faa9aea9a009f2d9d942c999646"
8390 integrity sha512-1q2tXpAOplPxcl8vrIGPWz1dJxxfmdRkCFcpxxMBerDnGuuHalOWF/xj9L8Nn5XoTUoB/6F0CeQBp2fMgkOYFg== 8453 integrity sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==
8391 8454 dependencies:
8392parse-passwd@^1.0.0: 8455 "@babel/code-frame" "^7.0.0"
8393 version "1.0.0" 8456 error-ex "^1.3.1"
8394 resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" 8457 json-parse-even-better-errors "^2.3.0"
8395 integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= 8458 lines-and-columns "^1.1.6"
8396 8459
8397parse-srcset@^1.0.2: 8460parse-srcset@^1.0.2:
8398 version "1.0.2" 8461 version "1.0.2"
8399 resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1" 8462 resolved "https://registry.yarnpkg.com/parse-srcset/-/parse-srcset-1.0.2.tgz#f2bd221f6cc970a938d88556abc589caaaa2bde1"
8400 integrity sha1-8r0iH2zJcKk42IVWq8WJyqqiveE= 8463 integrity sha1-8r0iH2zJcKk42IVWq8WJyqqiveE=
8401 8464
8402parse-torrent@^7.1.3: 8465parse-torrent@^9.1.0:
8403 version "7.1.3" 8466 version "9.1.0"
8404 resolved "https://registry.yarnpkg.com/parse-torrent/-/parse-torrent-7.1.3.tgz#5981a0d9381b16297a7af053763068e8da5c9610" 8467 resolved "https://registry.yarnpkg.com/parse-torrent/-/parse-torrent-9.1.0.tgz#41cc544b0cba3b50f0e1cc6fffc1dcbd8e5ca5c9"
8405 integrity sha512-to8zT7+o6bVTyP35r2QgG1svuFGMFO1mE6ri1oWHgL9tlgnOtfjmfHmA3mOuP9HTIU/8OiZw0NG5zbyqVLxhvA== 8468 integrity sha512-TVht2kv44bTHEd55KgmfEHyDh5djIBZMhaD6uFWnxLhJWUXy8lrIOsjPSs4Tfzs9PTGIgGM0k+UG6CFphHgOZQ==
8406 dependencies: 8469 dependencies:
8407 bencode "^2.0.0" 8470 bencode "^2.0.1"
8408 blob-to-buffer "^1.2.6" 8471 blob-to-buffer "^1.2.9"
8409 get-stdin "^7.0.0" 8472 get-stdin "^8.0.0"
8410 magnet-uri "^5.1.3" 8473 magnet-uri "^6.0.0"
8411 simple-get "^3.0.1" 8474 simple-get "^4.0.0"
8412 simple-sha1 "^3.0.0" 8475 simple-sha1 "^3.0.1"
8413 8476
8414parse5-htmlparser2-tree-adapter@6.0.1: 8477parse5-html-rewriting-stream@6.0.1:
8415 version "6.0.1" 8478 version "6.0.1"
8416 resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6" 8479 resolved "https://registry.yarnpkg.com/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-6.0.1.tgz#de1820559317ab4e451ea72dba05fddfd914480b"
8417 integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA== 8480 integrity sha512-vwLQzynJVEfUlURxgnf51yAJDQTtVpNyGD8tKi2Za7m+akukNHxCcUQMAa/mUGLhCeicFdpy7Tlvj8ZNKadprg==
8418 dependencies: 8481 dependencies:
8419 parse5 "^6.0.1" 8482 parse5 "^6.0.1"
8483 parse5-sax-parser "^6.0.1"
8420 8484
8421parse5@6.0.1, parse5@^6.0.1: 8485parse5-sax-parser@^6.0.1:
8422 version "6.0.1" 8486 version "6.0.1"
8423 resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" 8487 resolved "https://registry.yarnpkg.com/parse5-sax-parser/-/parse5-sax-parser-6.0.1.tgz#98b4d366b5b266a7cd90b4b58906667af882daba"
8424 integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== 8488 integrity sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==
8489 dependencies:
8490 parse5 "^6.0.1"
8425 8491
8426parse5@^5.0.0: 8492parse5@^5.0.0:
8427 version "5.1.1" 8493 version "5.1.1"
8428 resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178" 8494 resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
8429 integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== 8495 integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==
8430 8496
8497parse5@^6.0.1:
8498 version "6.0.1"
8499 resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
8500 integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
8501
8431parseqs@0.0.5: 8502parseqs@0.0.5:
8432 version "0.0.5" 8503 version "0.0.5"
8433 resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d" 8504 resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.5.tgz#d5208a3738e46766e291ba2ea173684921a8b89d"
@@ -8435,6 +8506,11 @@ parseqs@0.0.5:
8435 dependencies: 8506 dependencies:
8436 better-assert "~1.0.0" 8507 better-assert "~1.0.0"
8437 8508
8509parseqs@0.0.6:
8510 version "0.0.6"
8511 resolved "https://registry.yarnpkg.com/parseqs/-/parseqs-0.0.6.tgz#8e4bb5a19d1cdc844a08ac974d34e273afa670d5"
8512 integrity sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==
8513
8438parseuri@0.0.5: 8514parseuri@0.0.5:
8439 version "0.0.5" 8515 version "0.0.5"
8440 resolved "https://registry.yarnpkg.com/parseuri/-/parseuri-0.0.5.tgz#80204a50d4dbb779bfdc6ebe2778d90e4bce320a" 8516 resolved "https://registry.yarnpkg.com/parseuri/-/parseuri-0.0.5.tgz#80204a50d4dbb779bfdc6ebe2778d90e4bce320a"
@@ -8442,6 +8518,11 @@ parseuri@0.0.5:
8442 dependencies: 8518 dependencies:
8443 better-assert "~1.0.0" 8519 better-assert "~1.0.0"
8444 8520
8521parseuri@0.0.6:
8522 version "0.0.6"
8523 resolved "https://registry.yarnpkg.com/parseuri/-/parseuri-0.0.6.tgz#e1496e829e3ac2ff47f39a4dd044b32823c4a25a"
8524 integrity sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==
8525
8445parseurl@~1.3.2, parseurl@~1.3.3: 8526parseurl@~1.3.2, parseurl@~1.3.3:
8446 version "1.3.3" 8527 version "1.3.3"
8447 resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" 8528 resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
@@ -8507,6 +8588,11 @@ path-key@^2.0.0, path-key@^2.0.1:
8507 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" 8588 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8508 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= 8589 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
8509 8590
8591path-key@^3.0.0, path-key@^3.1.0:
8592 version "3.1.1"
8593 resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
8594 integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
8595
8510path-parse@^1.0.6: 8596path-parse@^1.0.6:
8511 version "1.0.6" 8597 version "1.0.6"
8512 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" 8598 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -8586,10 +8672,12 @@ pinkie@^2.0.0:
8586 resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" 8672 resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
8587 integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= 8673 integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
8588 8674
8589pkcs7@^1.0.2: 8675pkcs7@^1.0.4:
8590 version "1.0.2" 8676 version "1.0.4"
8591 resolved "https://registry.yarnpkg.com/pkcs7/-/pkcs7-1.0.2.tgz#b6dba527528c2942bfc122ce2dafcdb5e59074e7" 8677 resolved "https://registry.yarnpkg.com/pkcs7/-/pkcs7-1.0.4.tgz#6090b9e71160dabf69209d719cbafa538b00a1cb"
8592 integrity sha1-ttulJ1KMKUK/wSLOLa/NteWQdOc= 8678 integrity sha512-afRERtHn54AlwaF2/+LFszyAANTCggGilmcmILUzEjvs3XgFZT+xE6+QWQcAGmu4xajy+Xtj7acLOPdx5/eXWQ==
8679 dependencies:
8680 "@babel/runtime" "^7.5.5"
8593 8681
8594pkg-dir@^3.0.0: 8682pkg-dir@^3.0.0:
8595 version "3.0.0" 8683 version "3.0.0"
@@ -8598,7 +8686,7 @@ pkg-dir@^3.0.0:
8598 dependencies: 8686 dependencies:
8599 find-up "^3.0.0" 8687 find-up "^3.0.0"
8600 8688
8601pkg-dir@^4.1.0: 8689pkg-dir@^4.1.0, pkg-dir@^4.2.0:
8602 version "4.2.0" 8690 version "4.2.0"
8603 resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" 8691 resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
8604 integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== 8692 integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
@@ -8637,9 +8725,9 @@ posix-character-classes@^0.1.0:
8637 integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= 8725 integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
8638 8726
8639postcss-calc@^7.0.1: 8727postcss-calc@^7.0.1:
8640 version "7.0.3" 8728 version "7.0.5"
8641 resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.3.tgz#d65cca92a3c52bf27ad37a5f732e0587b74f1623" 8729 resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"
8642 integrity sha512-IB/EAEmZhIMEIhG7Ov4x+l47UaXOS1n2f4FBUk/aKllQhtSCxWhTzn0nJgkqN7fo/jcWySvWTSB6Syk9L+31bA== 8730 integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==
8643 dependencies: 8731 dependencies:
8644 postcss "^7.0.27" 8732 postcss "^7.0.27"
8645 postcss-selector-parser "^6.0.2" 8733 postcss-selector-parser "^6.0.2"
@@ -8702,23 +8790,16 @@ postcss-import@12.0.1:
8702 read-cache "^1.0.0" 8790 read-cache "^1.0.0"
8703 resolve "^1.1.7" 8791 resolve "^1.1.7"
8704 8792
8705postcss-load-config@^2.0.0: 8793postcss-loader@4.0.4:
8706 version "2.1.0" 8794 version "4.0.4"
8707 resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.0.tgz#c84d692b7bb7b41ddced94ee62e8ab31b417b003" 8795 resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.0.4.tgz#b2d005b52e008a44991cf8123bee207e635eb53e"
8708 integrity sha512-4pV3JJVPLd5+RueiVVB+gFOAa7GWc25XQcMp86Zexzke69mKf6Nx9LRcQywdz7yZI9n1udOxmLuAwTBypypF8Q== 8796 integrity sha512-pntA9zIR14drQo84yGTjQJg1m7T0DkXR4vXYHBngiRZdJtEeCrojL6lOpqUanMzG375lIJbT4Yug85zC/AJWGw==
8709 dependencies:
8710 cosmiconfig "^5.0.0"
8711 import-cwd "^2.0.0"
8712
8713postcss-loader@3.0.0:
8714 version "3.0.0"
8715 resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
8716 integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==
8717 dependencies: 8797 dependencies:
8718 loader-utils "^1.1.0" 8798 cosmiconfig "^7.0.0"
8719 postcss "^7.0.0" 8799 klona "^2.0.4"
8720 postcss-load-config "^2.0.0" 8800 loader-utils "^2.0.0"
8721 schema-utils "^1.0.0" 8801 schema-utils "^3.0.0"
8802 semver "^7.3.2"
8722 8803
8723postcss-merge-longhand@^4.0.11: 8804postcss-merge-longhand@^4.0.11:
8724 version "4.0.11" 8805 version "4.0.11"
@@ -8789,7 +8870,12 @@ postcss-modules-extract-imports@^2.0.0:
8789 dependencies: 8870 dependencies:
8790 postcss "^7.0.5" 8871 postcss "^7.0.5"
8791 8872
8792postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3: 8873postcss-modules-extract-imports@^3.0.0:
8874 version "3.0.0"
8875 resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
8876 integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
8877
8878postcss-modules-local-by-default@^3.0.3:
8793 version "3.0.3" 8879 version "3.0.3"
8794 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" 8880 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
8795 integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== 8881 integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
@@ -8799,6 +8885,15 @@ postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3
8799 postcss-selector-parser "^6.0.2" 8885 postcss-selector-parser "^6.0.2"
8800 postcss-value-parser "^4.1.0" 8886 postcss-value-parser "^4.1.0"
8801 8887
8888postcss-modules-local-by-default@^4.0.0:
8889 version "4.0.0"
8890 resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c"
8891 integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
8892 dependencies:
8893 icss-utils "^5.0.0"
8894 postcss-selector-parser "^6.0.2"
8895 postcss-value-parser "^4.1.0"
8896
8802postcss-modules-scope@^2.2.0: 8897postcss-modules-scope@^2.2.0:
8803 version "2.2.0" 8898 version "2.2.0"
8804 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" 8899 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
@@ -8807,6 +8902,13 @@ postcss-modules-scope@^2.2.0:
8807 postcss "^7.0.6" 8902 postcss "^7.0.6"
8808 postcss-selector-parser "^6.0.0" 8903 postcss-selector-parser "^6.0.0"
8809 8904
8905postcss-modules-scope@^3.0.0:
8906 version "3.0.0"
8907 resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06"
8908 integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
8909 dependencies:
8910 postcss-selector-parser "^6.0.4"
8911
8810postcss-modules-values@^3.0.0: 8912postcss-modules-values@^3.0.0:
8811 version "3.0.0" 8913 version "3.0.0"
8812 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" 8914 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
@@ -8815,6 +8917,13 @@ postcss-modules-values@^3.0.0:
8815 icss-utils "^4.0.0" 8917 icss-utils "^4.0.0"
8816 postcss "^7.0.6" 8918 postcss "^7.0.6"
8817 8919
8920postcss-modules-values@^4.0.0:
8921 version "4.0.0"
8922 resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
8923 integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
8924 dependencies:
8925 icss-utils "^5.0.0"
8926
8818postcss-normalize-charset@^4.0.1: 8927postcss-normalize-charset@^4.0.1:
8819 version "4.0.1" 8928 version "4.0.1"
8820 resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" 8929 resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4"
@@ -8934,14 +9043,15 @@ postcss-selector-parser@^3.0.0:
8934 indexes-of "^1.0.1" 9043 indexes-of "^1.0.1"
8935 uniq "^1.0.1" 9044 uniq "^1.0.1"
8936 9045
8937postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: 9046postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
8938 version "6.0.2" 9047 version "6.0.4"
8939 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" 9048 resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3"
8940 integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== 9049 integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==
8941 dependencies: 9050 dependencies:
8942 cssesc "^3.0.0" 9051 cssesc "^3.0.0"
8943 indexes-of "^1.0.1" 9052 indexes-of "^1.0.1"
8944 uniq "^1.0.1" 9053 uniq "^1.0.1"
9054 util-deprecate "^1.0.2"
8945 9055
8946postcss-svgo@^4.0.2: 9056postcss-svgo@^4.0.2:
8947 version "4.0.2" 9057 version "4.0.2"
@@ -8981,7 +9091,7 @@ postcss@7.0.21:
8981 source-map "^0.6.1" 9091 source-map "^0.6.1"
8982 supports-color "^6.1.0" 9092 supports-color "^6.1.0"
8983 9093
8984postcss@7.0.32, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: 9094postcss@7.0.32:
8985 version "7.0.32" 9095 version "7.0.32"
8986 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" 9096 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d"
8987 integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== 9097 integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==
@@ -8990,28 +9100,44 @@ postcss@7.0.32, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27
8990 source-map "^0.6.1" 9100 source-map "^0.6.1"
8991 supports-color "^6.1.0" 9101 supports-color "^6.1.0"
8992 9102
9103postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
9104 version "7.0.35"
9105 resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
9106 integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==
9107 dependencies:
9108 chalk "^2.4.2"
9109 source-map "^0.6.1"
9110 supports-color "^6.1.0"
9111
9112postcss@^8.0.2, postcss@^8.1.4:
9113 version "8.1.7"
9114 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.7.tgz#ff6a82691bd861f3354fd9b17b2332f88171233f"
9115 integrity sha512-llCQW1Pz4MOPwbZLmOddGM9eIJ8Bh7SZ2Oj5sxZva77uVaotYDsYTch1WBTNu7fUY0fpWp0fdt7uW40D4sRiiQ==
9116 dependencies:
9117 colorette "^1.2.1"
9118 line-column "^1.0.2"
9119 nanoid "^3.1.16"
9120 source-map "^0.6.1"
9121
8993prelude-ls@~1.1.2: 9122prelude-ls@~1.1.2:
8994 version "1.1.2" 9123 version "1.1.2"
8995 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" 9124 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
8996 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= 9125 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
8997 9126
8998prepend-http@^1.0.0:
8999 version "1.0.4"
9000 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
9001 integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
9002
9003pretty-error@^2.1.1: 9127pretty-error@^2.1.1:
9004 version "2.1.1" 9128 version "2.1.2"
9005 resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3" 9129 resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6"
9006 integrity sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= 9130 integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==
9007 dependencies: 9131 dependencies:
9008 renderkid "^2.0.1" 9132 lodash "^4.17.20"
9009 utila "~0.4" 9133 renderkid "^2.0.4"
9010 9134
9011primeng@^9.0.0-rc.4: 9135primeng@^11.0.0-rc.1:
9012 version "9.1.3" 9136 version "11.0.0-rc.1"
9013 resolved "https://registry.yarnpkg.com/primeng/-/primeng-9.1.3.tgz#c391259cb558614ff969bced5d7f56a7424771d4" 9137 resolved "https://registry.yarnpkg.com/primeng/-/primeng-11.0.0-rc.1.tgz#6810c0abae2920545d37e7912d071e01c860f280"
9014 integrity sha512-5+XGWrLNYToMIXR/r+sMcGAgz/rSYjo6Ms8rygV5uuLmHNB+mXpaRxMCajKSnmVFLZPeyATtVRm9RcA4Y/VizQ== 9138 integrity sha512-nxcspAiTUCo/zpqwYK4v4CanRyemUVBy8qVqkrdhlBP6wbsxtgRqMlBoTdt+vmVRJrbnUz/Kw4auS5jIZWQ71g==
9139 dependencies:
9140 tslib "^2.0.0"
9015 9141
9016process-nextick-args@~2.0.0: 9142process-nextick-args@~2.0.0:
9017 version "2.0.1" 9143 version "2.0.1"
@@ -9203,14 +9329,6 @@ qs@~6.5.2:
9203 resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" 9329 resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
9204 integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== 9330 integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
9205 9331
9206query-string@^4.1.0:
9207 version "4.3.4"
9208 resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
9209 integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s=
9210 dependencies:
9211 object-assign "^4.1.0"
9212 strict-uri-encode "^1.0.0"
9213
9214querystring-es3@^0.2.0: 9332querystring-es3@^0.2.0:
9215 version "0.2.1" 9333 version "0.2.1"
9216 resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" 9334 resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
@@ -9226,10 +9344,10 @@ querystringify@^2.1.1:
9226 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" 9344 resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
9227 integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ== 9345 integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
9228 9346
9229queue-microtask@^1.1.0, queue-microtask@^1.1.2: 9347queue-microtask@^1.1.0, queue-microtask@^1.1.2, queue-microtask@^1.2.0:
9230 version "1.1.4" 9348 version "1.2.1"
9231 resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.1.4.tgz#40841ace4356b48b35b5ea61a2e1fe0a23c59ce1" 9349 resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.1.tgz#7cf431d47e6c95cdc5bcaa46fec55c9dbfa8207d"
9232 integrity sha512-eY/4Obve9cE5FK8YvC1cJsm5cr7XvAurul8UtBDJ2PR1p5NmAwHtvAt5ftcLtwYRCUKNhxCneZZlxmUDFoSeKA== 9350 integrity sha512-MXDP6d9DIR+7/Tf2vxfB0Qacg9uRs6bQaWwT1RieFIMQVXDsbJ/+AZOI7tHTrzY+f0VsvSM5qQyh/orfZwOVzw==
9233 9351
9234random-access-file@^2.0.1: 9352random-access-file@^2.0.1:
9235 version "2.1.4" 9353 version "2.1.4"
@@ -9288,13 +9406,13 @@ raw-body@2.4.0:
9288 iconv-lite "0.4.24" 9406 iconv-lite "0.4.24"
9289 unpipe "1.0.0" 9407 unpipe "1.0.0"
9290 9408
9291raw-loader@4.0.1, raw-loader@^4.0.0: 9409raw-loader@4.0.2, raw-loader@^4.0.0:
9292 version "4.0.1" 9410 version "4.0.2"
9293 resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.1.tgz#14e1f726a359b68437e183d5a5b7d33a3eba6933" 9411 resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.2.tgz#1aac6b7d1ad1501e66efdac1522c73e59a584eb6"
9294 integrity sha512-baolhQBSi3iNh1cglJjA0mYzga+wePk7vdEX//1dTFd+v4TsQlQE0jitJSNF1OIP82rdYulH7otaVmdlDaJ64A== 9412 integrity sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==
9295 dependencies: 9413 dependencies:
9296 loader-utils "^2.0.0" 9414 loader-utils "^2.0.0"
9297 schema-utils "^2.6.5" 9415 schema-utils "^3.0.0"
9298 9416
9299read-cache@^1.0.0: 9417read-cache@^1.0.0:
9300 version "1.0.0" 9418 version "1.0.0"
@@ -9303,25 +9421,6 @@ read-cache@^1.0.0:
9303 dependencies: 9421 dependencies:
9304 pify "^2.3.0" 9422 pify "^2.3.0"
9305 9423
9306read-package-json@^2.0.0:
9307 version "2.1.2"
9308 resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-2.1.2.tgz#6992b2b66c7177259feb8eaac73c3acd28b9222a"
9309 integrity sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==
9310 dependencies:
9311 glob "^7.1.1"
9312 json-parse-even-better-errors "^2.3.0"
9313 normalize-package-data "^2.0.0"
9314 npm-normalize-package-bin "^1.0.0"
9315
9316read-package-tree@5.3.1:
9317 version "5.3.1"
9318 resolved "https://registry.yarnpkg.com/read-package-tree/-/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636"
9319 integrity sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw==
9320 dependencies:
9321 read-package-json "^2.0.0"
9322 readdir-scoped-modules "^1.0.0"
9323 util-promisify "^2.1.0"
9324
9325read-pkg-up@^1.0.1: 9424read-pkg-up@^1.0.1:
9326 version "1.0.1" 9425 version "1.0.1"
9327 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" 9426 resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
@@ -9369,7 +9468,7 @@ read-pkg@^2.0.0:
9369 string_decoder "~1.1.1" 9468 string_decoder "~1.1.1"
9370 util-deprecate "~1.0.1" 9469 util-deprecate "~1.0.1"
9371 9470
9372readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0: 9471readable-stream@^3.0.2, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0:
9373 version "3.6.0" 9472 version "3.6.0"
9374 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" 9473 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
9375 integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== 9474 integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
@@ -9378,16 +9477,6 @@ readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.0.6, readable
9378 string_decoder "^1.1.1" 9477 string_decoder "^1.1.1"
9379 util-deprecate "^1.0.1" 9478 util-deprecate "^1.0.1"
9380 9479
9381readdir-scoped-modules@^1.0.0:
9382 version "1.1.0"
9383 resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz#8d45407b4f870a0dcaebc0e28670d18e74514309"
9384 integrity sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==
9385 dependencies:
9386 debuglog "^1.0.1"
9387 dezalgo "^1.0.0"
9388 graceful-fs "^4.1.2"
9389 once "^1.3.0"
9390
9391readdirp@^2.2.1: 9480readdirp@^2.2.1:
9392 version "2.2.1" 9481 version "2.2.1"
9393 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" 9482 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
@@ -9397,10 +9486,10 @@ readdirp@^2.2.1:
9397 micromatch "^3.1.10" 9486 micromatch "^3.1.10"
9398 readable-stream "^2.0.2" 9487 readable-stream "^2.0.2"
9399 9488
9400readdirp@~3.4.0: 9489readdirp@~3.5.0:
9401 version "3.4.0" 9490 version "3.5.0"
9402 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" 9491 resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
9403 integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== 9492 integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
9404 dependencies: 9493 dependencies:
9405 picomatch "^2.2.1" 9494 picomatch "^2.2.1"
9406 9495
@@ -9413,6 +9502,13 @@ readline2@^1.0.1:
9413 is-fullwidth-code-point "^1.0.0" 9502 is-fullwidth-code-point "^1.0.0"
9414 mute-stream "0.0.5" 9503 mute-stream "0.0.5"
9415 9504
9505rechoir@^0.7.0:
9506 version "0.7.0"
9507 resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.0.tgz#32650fd52c21ab252aa5d65b19310441c7e03aca"
9508 integrity sha512-ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q==
9509 dependencies:
9510 resolve "^1.9.0"
9511
9416record-cache@^1.0.2: 9512record-cache@^1.0.2:
9417 version "1.1.0" 9513 version "1.1.0"
9418 resolved "https://registry.yarnpkg.com/record-cache/-/record-cache-1.1.0.tgz#f8a467a691a469584b26e88d36b18afdb3932037" 9514 resolved "https://registry.yarnpkg.com/record-cache/-/record-cache-1.1.0.tgz#f8a467a691a469584b26e88d36b18afdb3932037"
@@ -9426,6 +9522,11 @@ redent@^1.0.0:
9426 indent-string "^2.1.0" 9522 indent-string "^2.1.0"
9427 strip-indent "^1.0.1" 9523 strip-indent "^1.0.1"
9428 9524
9525reduce-flatten@^2.0.0:
9526 version "2.0.0"
9527 resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-2.0.0.tgz#734fd84e65f375d7ca4465c69798c25c9d10ae27"
9528 integrity sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==
9529
9429reflect-metadata@^0.1.2: 9530reflect-metadata@^0.1.2:
9430 version "0.1.13" 9531 version "0.1.13"
9431 resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08" 9532 resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
@@ -9439,9 +9540,9 @@ regenerate-unicode-properties@^8.2.0:
9439 regenerate "^1.4.0" 9540 regenerate "^1.4.0"
9440 9541
9441regenerate@^1.4.0: 9542regenerate@^1.4.0:
9442 version "1.4.1" 9543 version "1.4.2"
9443 resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.1.tgz#cad92ad8e6b591773485fbe05a485caf4f457e6f" 9544 resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
9444 integrity sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A== 9545 integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
9445 9546
9446regenerator-runtime@0.13.7, regenerator-runtime@^0.13.4: 9547regenerator-runtime@0.13.7, regenerator-runtime@^0.13.4:
9447 version "0.13.7" 9548 version "0.13.7"
@@ -9463,10 +9564,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
9463 extend-shallow "^3.0.2" 9564 extend-shallow "^3.0.2"
9464 safe-regex "^1.1.0" 9565 safe-regex "^1.1.0"
9465 9566
9466regex-parser@2.2.10: 9567regex-parser@^2.2.11:
9467 version "2.2.10" 9568 version "2.2.11"
9468 resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.10.tgz#9e66a8f73d89a107616e63b39d4deddfee912b37" 9569 resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58"
9469 integrity sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA== 9570 integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==
9470 9571
9471regexp.prototype.flags@^1.2.0: 9572regexp.prototype.flags@^1.2.0:
9472 version "1.3.0" 9573 version "1.3.0"
@@ -9476,10 +9577,10 @@ regexp.prototype.flags@^1.2.0:
9476 define-properties "^1.1.3" 9577 define-properties "^1.1.3"
9477 es-abstract "^1.17.0-next.1" 9578 es-abstract "^1.17.0-next.1"
9478 9579
9479regexpu-core@^4.7.0: 9580regexpu-core@^4.7.1:
9480 version "4.7.0" 9581 version "4.7.1"
9481 resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.0.tgz#fcbf458c50431b0bb7b45d6967b8192d91f3d938" 9582 resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6"
9482 integrity sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== 9583 integrity sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==
9483 dependencies: 9584 dependencies:
9484 regenerate "^1.4.0" 9585 regenerate "^1.4.0"
9485 regenerate-unicode-properties "^8.2.0" 9586 regenerate-unicode-properties "^8.2.0"
@@ -9510,27 +9611,27 @@ remove-trailing-separator@^1.0.1:
9510 resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" 9611 resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
9511 integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= 9612 integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
9512 9613
9513render-media@^3.4.3: 9614render-media@^4.0.0:
9514 version "3.4.3" 9615 version "4.0.1"
9515 resolved "https://registry.yarnpkg.com/render-media/-/render-media-3.4.3.tgz#36f3cc69843e55f15463710e561d83a402133d8e" 9616 resolved "https://registry.yarnpkg.com/render-media/-/render-media-4.0.1.tgz#171cca066399dbab147a792c4d51cad558590fe4"
9516 integrity sha512-Gyk9CYWqGmG2W83ZfQnK8ZGZbmKkrxnHHHiWxF32vH5Afd19IIPZFZADtlmeXVA2petJgCB9L1EbPUc6dS8jDg== 9617 integrity sha512-sQxUHqJMAEopS/UCdCQuhTJ6TUEp2P+bnEMCV3ZaFcGMoyc7he//XP6Zy9PwIjfm0nQ5D0Z6ZTGRkx8DXCXBEA==
9517 dependencies: 9618 dependencies:
9518 debug "^4.1.1" 9619 debug "^4.2.0"
9519 is-ascii "^1.0.0" 9620 is-ascii "^1.0.0"
9520 mediasource "^2.3.0" 9621 mediasource "^2.4.0"
9521 stream-to-blob-url "^3.0.2" 9622 stream-to-blob-url "^3.0.2"
9522 videostream "^3.2.1" 9623 videostream "^3.2.2"
9523 9624
9524renderkid@^2.0.1: 9625renderkid@^2.0.4:
9525 version "2.0.3" 9626 version "2.0.4"
9526 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.3.tgz#380179c2ff5ae1365c522bf2fcfcff01c5b74149" 9627 resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.4.tgz#d325e532afb28d3f8796ffee306be8ffd6fc864c"
9527 integrity sha512-z8CLQp7EZBPCwCnncgf9C4XAi3WR0dv+uWu/PjIyhhAb5d6IJ/QZqlHFprHeKT+59//V6BNUsLbvN8+2LarxGA== 9628 integrity sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g==
9528 dependencies: 9629 dependencies:
9529 css-select "^1.1.0" 9630 css-select "^1.1.0"
9530 dom-converter "^0.2" 9631 dom-converter "^0.2"
9531 htmlparser2 "^3.3.0" 9632 htmlparser2 "^3.3.0"
9633 lodash "^4.17.20"
9532 strip-ansi "^3.0.0" 9634 strip-ansi "^3.0.0"
9533 utila "^0.4.0"
9534 9635
9535repeat-element@^1.1.2: 9636repeat-element@^1.1.2:
9536 version "1.1.3" 9637 version "1.1.3"
@@ -9610,13 +9711,12 @@ resolve-cwd@^2.0.0:
9610 dependencies: 9711 dependencies:
9611 resolve-from "^3.0.0" 9712 resolve-from "^3.0.0"
9612 9713
9613resolve-dir@^1.0.0, resolve-dir@^1.0.1: 9714resolve-cwd@^3.0.0:
9614 version "1.0.1" 9715 version "3.0.0"
9615 resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" 9716 resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
9616 integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= 9717 integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==
9617 dependencies: 9718 dependencies:
9618 expand-tilde "^2.0.0" 9719 resolve-from "^5.0.0"
9619 global-modules "^1.0.0"
9620 9720
9621resolve-from@^1.0.0: 9721resolve-from@^1.0.0:
9622 version "1.0.1" 9722 version "1.0.1"
@@ -9628,12 +9728,22 @@ resolve-from@^3.0.0:
9628 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" 9728 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
9629 integrity sha1-six699nWiBvItuZTM17rywoYh0g= 9729 integrity sha1-six699nWiBvItuZTM17rywoYh0g=
9630 9730
9631resolve-url-loader@3.1.1: 9731resolve-from@^4.0.0:
9632 version "3.1.1" 9732 version "4.0.0"
9633 resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.1.tgz#28931895fa1eab9be0647d3b2958c100ae3c0bf0" 9733 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
9634 integrity sha512-K1N5xUjj7v0l2j/3Sgs5b8CjrrgtC70SmdCuZiJ8tSyb5J+uk3FoeZ4b7yTnH6j7ngI+Bc5bldHJIa8hYdu2gQ== 9734 integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
9735
9736resolve-from@^5.0.0:
9737 version "5.0.0"
9738 resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
9739 integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
9740
9741resolve-url-loader@3.1.2:
9742 version "3.1.2"
9743 resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
9744 integrity sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ==
9635 dependencies: 9745 dependencies:
9636 adjust-sourcemap-loader "2.0.0" 9746 adjust-sourcemap-loader "3.0.0"
9637 camelcase "5.3.1" 9747 camelcase "5.3.1"
9638 compose-function "3.0.3" 9748 compose-function "3.0.3"
9639 convert-source-map "1.7.0" 9749 convert-source-map "1.7.0"
@@ -9649,11 +9759,20 @@ resolve-url@^0.2.1:
9649 resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" 9759 resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
9650 integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= 9760 integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
9651 9761
9652resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.8.1: 9762resolve@1.18.1:
9653 version "1.17.0" 9763 version "1.18.1"
9654 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" 9764 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
9655 integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== 9765 integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
9766 dependencies:
9767 is-core-module "^2.0.0"
9768 path-parse "^1.0.6"
9769
9770resolve@^1.1.7, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1, resolve@^1.9.0:
9771 version "1.19.0"
9772 resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
9773 integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
9656 dependencies: 9774 dependencies:
9775 is-core-module "^2.1.0"
9657 path-parse "^1.0.6" 9776 path-parse "^1.0.6"
9658 9777
9659restore-cursor@^1.0.1: 9778restore-cursor@^1.0.1:
@@ -9720,13 +9839,6 @@ rgba-regex@^1.0.0:
9720 resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" 9839 resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
9721 integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= 9840 integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
9722 9841
9723rimraf@2, rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
9724 version "2.7.1"
9725 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
9726 integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
9727 dependencies:
9728 glob "^7.1.3"
9729
9730rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2: 9842rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
9731 version "3.0.2" 9843 version "3.0.2"
9732 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" 9844 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -9734,6 +9846,13 @@ rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
9734 dependencies: 9846 dependencies:
9735 glob "^7.1.3" 9847 glob "^7.1.3"
9736 9848
9849rimraf@^2.2.8, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
9850 version "2.7.1"
9851 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
9852 integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
9853 dependencies:
9854 glob "^7.1.3"
9855
9737rimraf@~2.6.2: 9856rimraf@~2.6.2:
9738 version "2.6.3" 9857 version "2.6.3"
9739 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" 9858 resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -9749,10 +9868,10 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
9749 hash-base "^3.0.0" 9868 hash-base "^3.0.0"
9750 inherits "^2.0.1" 9869 inherits "^2.0.1"
9751 9870
9752rollup@2.26.4: 9871rollup@2.32.1:
9753 version "2.26.4" 9872 version "2.32.1"
9754 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.4.tgz#a8350fd6bd56fce9873a7db2bd9547d40de3992b" 9873 resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.32.1.tgz#625a92c54f5b4d28ada12d618641491d4dbb548c"
9755 integrity sha512-6+qsGuP0MXGd7vlYmk72utm1MrgZj5GfXibGL+cRkKQ9+ZL/BnFThDl0D5bcl7AqlzMjAQXRAwZX1HVm22M/4Q== 9874 integrity sha512-Op2vWTpvK7t6/Qnm1TTh7VjEZZkN8RWgf0DHbkKzQBwNf748YhXbozHVefqpPp/Fuyk/PQPAnYsBxAEtlMvpUw==
9756 optionalDependencies: 9875 optionalDependencies:
9757 fsevents "~2.1.2" 9876 fsevents "~2.1.2"
9758 9877
@@ -9768,15 +9887,15 @@ run-async@^2.4.0:
9768 resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" 9887 resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
9769 integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== 9888 integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
9770 9889
9771run-parallel-limit@^1.0.5: 9890run-parallel-limit@^1.0.6:
9772 version "1.0.5" 9891 version "1.0.6"
9773 resolved "https://registry.yarnpkg.com/run-parallel-limit/-/run-parallel-limit-1.0.5.tgz#c29a4fd17b4df358cb52a8a697811a63c984f1b7" 9892 resolved "https://registry.yarnpkg.com/run-parallel-limit/-/run-parallel-limit-1.0.6.tgz#0982a893d825b050cbaff1a35414832b195541b6"
9774 integrity sha512-NsY+oDngvrvMxKB3G8ijBzIema6aYbQMD2bHOamvN52BysbIGTnEY2xsNyfrcr9GhY995/t/0nQN3R3oZvaDlg== 9893 integrity sha512-yFFs4Q2kECi5mWXyyZj3UlAZ5OFq5E07opABC+EmhZdjEkrxXaUwFqOaaNF4tbayMnBxrsbujpeCYTVjGufZGQ==
9775 9894
9776run-parallel@^1.0.0, run-parallel@^1.1.2, run-parallel@^1.1.9: 9895run-parallel@^1.0.0, run-parallel@^1.1.10, run-parallel@^1.1.2, run-parallel@^1.1.9:
9777 version "1.1.9" 9896 version "1.1.10"
9778 resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679" 9897 resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz#60a51b2ae836636c81377df16cb107351bcd13ef"
9779 integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q== 9898 integrity sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==
9780 9899
9781run-queue@^1.0.0, run-queue@^1.0.3: 9900run-queue@^1.0.0, run-queue@^1.0.3:
9782 version "1.0.3" 9901 version "1.0.3"
@@ -9785,10 +9904,10 @@ run-queue@^1.0.0, run-queue@^1.0.3:
9785 dependencies: 9904 dependencies:
9786 aproba "^1.1.1" 9905 aproba "^1.1.1"
9787 9906
9788run-series@^1.1.2, run-series@^1.1.8: 9907run-series@^1.1.8, run-series@^1.1.9:
9789 version "1.1.8" 9908 version "1.1.9"
9790 resolved "https://registry.yarnpkg.com/run-series/-/run-series-1.1.8.tgz#2c4558f49221e01cd6371ff4e0a1e203e460fc36" 9909 resolved "https://registry.yarnpkg.com/run-series/-/run-series-1.1.9.tgz#15ba9cb90e6a6c054e67c98e1dc063df0ecc113a"
9791 integrity sha512-+GztYEPRpIsQoCSraWHDBs9WVy4eVME16zhOtDB4H9J4xN0XRhknnmLOl+4gRgZtu8dpp9N/utSPjKH/xmDzXg== 9910 integrity sha512-Arc4hUN896vjkqCYrUXquBFtRZdv1PfLbTYP71efP6butxyQ0kWpiNJyAgsxscmQg1cqvHY32/UCBzXedTpU2g==
9792 9911
9793rusha@^0.8.1: 9912rusha@^0.8.1:
9794 version "0.8.13" 9913 version "0.8.13"
@@ -9807,10 +9926,10 @@ rx-lite@^3.1.2:
9807 resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102" 9926 resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"
9808 integrity sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI= 9927 integrity sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=
9809 9928
9810rxjs@6.6.2, rxjs@^6.5.2, rxjs@^6.5.3, rxjs@^6.6.0: 9929rxjs@6.6.3, rxjs@^6.5.2, rxjs@^6.5.3, rxjs@^6.6.0:
9811 version "6.6.2" 9930 version "6.6.3"
9812 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz#8096a7ac03f2cc4fe5860ef6e572810d9e01c0d2" 9931 resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552"
9813 integrity sha512-BHdBMVoWC2sL26w//BCu3YzKT4s2jip/WhwsGEDmeKYBhKDZeYezVUnHatYB7L85v5xs0BAQmg6BEYJEKxBabg== 9932 integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==
9814 dependencies: 9933 dependencies:
9815 tslib "^1.9.0" 9934 tslib "^1.9.0"
9816 9935
@@ -9843,15 +9962,18 @@ safe-regex@^1.1.0:
9843 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" 9962 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
9844 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== 9963 integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
9845 9964
9846sanitize-html@^1.18.4: 9965sanitize-html@^2.1.2:
9847 version "1.27.3" 9966 version "2.1.2"
9848 resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.27.3.tgz#dc7419b075f96737055c98764aea40c42d978df9" 9967 resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.1.2.tgz#184fed43bb186e633c63a7769dfff29392b753a1"
9849 integrity sha512-79tcPlgJ3fuK0/TtUCIBdPeQSvktTSTJP9O/dzrteaO98qw5UV6CATh3ZyPjUzv1LtNjHDlhbq9XOXiKf0zA1w== 9968 integrity sha512-i/h+fJal+609o6GlWFpQmAL7E5ZL4rrb0QwbDKQue2uift+4WKMe/HViRGawP4Q/UgswdDKxMqjDRrKPtCpBMg==
9850 dependencies: 9969 dependencies:
9970 deepmerge "^4.2.2"
9971 escape-string-regexp "^4.0.0"
9851 htmlparser2 "^4.1.0" 9972 htmlparser2 "^4.1.0"
9852 lodash "^4.17.15" 9973 is-plain-object "^5.0.0"
9974 klona "^2.0.3"
9853 parse-srcset "^1.0.2" 9975 parse-srcset "^1.0.2"
9854 postcss "^7.0.27" 9976 postcss "^8.0.2"
9855 9977
9856sass-graph@2.2.5: 9978sass-graph@2.2.5:
9857 version "2.2.5" 9979 version "2.2.5"
@@ -9883,45 +10005,42 @@ sass-lint@^1.13.1:
9883 path-is-absolute "^1.0.0" 10005 path-is-absolute "^1.0.0"
9884 util "^0.10.3" 10006 util "^0.10.3"
9885 10007
9886sass-loader@8.0.2: 10008sass-loader@10.0.5:
9887 version "8.0.2" 10009 version "10.0.5"
9888 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d" 10010 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.0.5.tgz#f53505b5ddbedf43797470ceb34066ded82bb769"
9889 integrity sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ== 10011 integrity sha512-2LqoNPtKkZq/XbXNQ4C64GFEleSEHKv6NPSI+bMC/l+jpEXGJhiRYkAQToO24MR7NU4JRY2RpLpJ/gjo2Uf13w==
9890 dependencies: 10012 dependencies:
9891 clone-deep "^4.0.1" 10013 klona "^2.0.4"
9892 loader-utils "^1.2.3" 10014 loader-utils "^2.0.0"
9893 neo-async "^2.6.1" 10015 neo-async "^2.6.2"
9894 schema-utils "^2.6.1" 10016 schema-utils "^3.0.0"
9895 semver "^6.3.0" 10017 semver "^7.3.2"
9896 10018
9897sass-loader@9.0.3: 10019sass-loader@10.1.0:
9898 version "9.0.3" 10020 version "10.1.0"
9899 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-9.0.3.tgz#086adcf0bfdcc9d920413e2cdc3ba3321373d547" 10021 resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.0.tgz#1727fcc0c32ab3eb197cda61d78adf4e9174a4b3"
9900 integrity sha512-fOwsP98ac1VMme+V3+o0HaaMHp8Q/C9P+MUazLFVi3Jl7ORGHQXL1XeRZt3zLSGZQQPC8xE42Y2WptItvGjDQg== 10022 integrity sha512-ZCKAlczLBbFd3aGAhowpYEy69Te3Z68cg8bnHHl6WnSCvnKpbM6pQrz957HWMa8LKVuhnD9uMplmMAHwGQtHeg==
9901 dependencies: 10023 dependencies:
9902 klona "^1.1.2" 10024 klona "^2.0.4"
9903 loader-utils "^2.0.0" 10025 loader-utils "^2.0.0"
9904 neo-async "^2.6.2" 10026 neo-async "^2.6.2"
9905 schema-utils "^2.7.0" 10027 schema-utils "^3.0.0"
9906 semver "^7.3.2" 10028 semver "^7.3.2"
9907 10029
9908sass-resources-loader@^2.0.0: 10030sass-resources-loader@^2.0.0:
9909 version "2.1.0" 10031 version "2.1.1"
9910 resolved "https://registry.yarnpkg.com/sass-resources-loader/-/sass-resources-loader-2.1.0.tgz#7b78eca011f099c460ce68123c224d470e5d6d1e" 10032 resolved "https://registry.yarnpkg.com/sass-resources-loader/-/sass-resources-loader-2.1.1.tgz#a231b7c4e326d9c8d141909c901233bef9453151"
9911 integrity sha512-rPs9E/slQgpam3Mm864XzH4mYpLBBfXyIG4yzcmtoIFRj0sE1oXuImFe4UqcqbknzFVb6w7Fd7AuOXp0Pg1gSg== 10033 integrity sha512-/KrD5mEBTj3ZQ49thKSThhpv1OFhc82JbWA0bmv9yANRuPIlQrydNpZG82jdy4pEWY0QcQTGyd5OmCb3xVeZsw==
9912 dependencies: 10034 dependencies:
9913 "@babel/cli" "^7.10.5"
9914 "@babel/preset-env" "^7.11.0"
9915 async "^3.2.0" 10035 async "^3.2.0"
9916 babel-eslint "^10.1.0"
9917 chalk "^4.1.0" 10036 chalk "^4.1.0"
9918 glob "^7.1.6" 10037 glob "^7.1.6"
9919 loader-utils "^2.0.0" 10038 loader-utils "^2.0.0"
9920 10039
9921sass@1.26.10: 10040sass@1.27.0:
9922 version "1.26.10" 10041 version "1.27.0"
9923 resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.10.tgz#851d126021cdc93decbf201d1eca2a20ee434760" 10042 resolved "https://registry.yarnpkg.com/sass/-/sass-1.27.0.tgz#0657ff674206b95ec20dc638a93e179c78f6ada2"
9924 integrity sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw== 10043 integrity sha512-0gcrER56OkzotK/GGwgg4fPrKuiFlPNitO7eUJ18Bs+/NBlofJfMxmxqpqJxjae9vu0Wq8TZzrSyxZal00WDig==
9925 dependencies: 10044 dependencies:
9926 chokidar ">=2.0.0 <4.0.0" 10045 chokidar ">=2.0.0 <4.0.0"
9927 10046
@@ -9937,14 +10056,6 @@ sax@>=0.6.0, sax@~1.2.4:
9937 resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" 10056 resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
9938 integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== 10057 integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
9939 10058
9940schema-utils@^0.4.5:
9941 version "0.4.7"
9942 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
9943 integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==
9944 dependencies:
9945 ajv "^6.1.0"
9946 ajv-keywords "^3.1.0"
9947
9948schema-utils@^1.0.0: 10059schema-utils@^1.0.0:
9949 version "1.0.0" 10060 version "1.0.0"
9950 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" 10061 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
@@ -9954,14 +10065,23 @@ schema-utils@^1.0.0:
9954 ajv-errors "^1.0.0" 10065 ajv-errors "^1.0.0"
9955 ajv-keywords "^3.1.0" 10066 ajv-keywords "^3.1.0"
9956 10067
9957schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0: 10068schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
9958 version "2.7.0" 10069 version "2.7.1"
9959 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7" 10070 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
9960 integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A== 10071 integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
10072 dependencies:
10073 "@types/json-schema" "^7.0.5"
10074 ajv "^6.12.4"
10075 ajv-keywords "^3.5.2"
10076
10077schema-utils@^3.0.0:
10078 version "3.0.0"
10079 resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
10080 integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
9961 dependencies: 10081 dependencies:
9962 "@types/json-schema" "^7.0.4" 10082 "@types/json-schema" "^7.0.6"
9963 ajv "^6.12.2" 10083 ajv "^6.12.5"
9964 ajv-keywords "^3.4.1" 10084 ajv-keywords "^3.5.2"
9965 10085
9966scss-tokenizer@^0.2.3: 10086scss-tokenizer@^0.2.3:
9967 version "0.2.3" 10087 version "0.2.3"
@@ -9987,11 +10107,11 @@ selenium-webdriver@3.6.0, selenium-webdriver@^3.0.1:
9987 xml2js "^0.4.17" 10107 xml2js "^0.4.17"
9988 10108
9989selfsigned@^1.10.7: 10109selfsigned@^1.10.7:
9990 version "1.10.7" 10110 version "1.10.8"
9991 resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.7.tgz#da5819fd049d5574f28e88a9bcc6dbc6e6f3906b" 10111 resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.8.tgz#0d17208b7d12c33f8eac85c41835f27fc3d81a30"
9992 integrity sha512-8M3wBCzeWIJnQfl43IKwOmC4H/RAp50S8DF60znzjW5GVqTcSe2vWclt7hmYVPkKPlHWOu5EaWOMZ2Y6W8ZXTA== 10112 integrity sha512-2P4PtieJeEwVgTU9QEcwIRDQ/mXJLX8/+I3ur+Pg16nS8oNbrGxEso9NyYWy8NAmXiNl4dlAp5MwoNeCWzON4w==
9993 dependencies: 10113 dependencies:
9994 node-forge "0.9.0" 10114 node-forge "^0.10.0"
9995 10115
9996semver-dsl@^1.0.1: 10116semver-dsl@^1.0.1:
9997 version "1.0.1" 10117 version "1.0.1"
@@ -10027,11 +10147,6 @@ semver@^6.0.0, semver@^6.3.0:
10027 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" 10147 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
10028 integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== 10148 integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
10029 10149
10030semver@~5.3.0:
10031 version "5.3.0"
10032 resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
10033 integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
10034
10035send@0.17.1: 10150send@0.17.1:
10036 version "0.17.1" 10151 version "0.17.1"
10037 resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" 10152 resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -10058,6 +10173,13 @@ serialize-javascript@^4.0.0:
10058 dependencies: 10173 dependencies:
10059 randombytes "^2.1.0" 10174 randombytes "^2.1.0"
10060 10175
10176serialize-javascript@^5.0.1:
10177 version "5.0.1"
10178 resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
10179 integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
10180 dependencies:
10181 randombytes "^2.1.0"
10182
10061serve-index@^1.9.1: 10183serve-index@^1.9.1:
10062 version "1.9.1" 10184 version "1.9.1"
10063 resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239" 10185 resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
@@ -10138,11 +10260,23 @@ shebang-command@^1.2.0:
10138 dependencies: 10260 dependencies:
10139 shebang-regex "^1.0.0" 10261 shebang-regex "^1.0.0"
10140 10262
10263shebang-command@^2.0.0:
10264 version "2.0.0"
10265 resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
10266 integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
10267 dependencies:
10268 shebang-regex "^3.0.0"
10269
10141shebang-regex@^1.0.0: 10270shebang-regex@^1.0.0:
10142 version "1.0.0" 10271 version "1.0.0"
10143 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" 10272 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
10144 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= 10273 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
10145 10274
10275shebang-regex@^3.0.0:
10276 version "3.0.0"
10277 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
10278 integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
10279
10146shelljs@^0.6.0: 10280shelljs@^0.6.0:
10147 version "0.6.1" 10281 version "0.6.1"
10148 resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.6.1.tgz#ec6211bed1920442088fe0f70b2837232ed2c8a8" 10282 resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.6.1.tgz#ec6211bed1920442088fe0f70b2837232ed2c8a8"
@@ -10153,20 +10287,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
10153 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" 10287 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
10154 integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== 10288 integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
10155 10289
10156simple-concat@^1.0.0: 10290simple-concat@^1.0.0, simple-concat@^1.0.1:
10157 version "1.0.1" 10291 version "1.0.1"
10158 resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" 10292 resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
10159 integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== 10293 integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
10160 10294
10161simple-get@^3.0.0, simple-get@^3.0.1:
10162 version "3.1.0"
10163 resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3"
10164 integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==
10165 dependencies:
10166 decompress-response "^4.2.0"
10167 once "^1.3.1"
10168 simple-concat "^1.0.0"
10169
10170simple-get@^4.0.0: 10295simple-get@^4.0.0:
10171 version "4.0.0" 10296 version "4.0.0"
10172 resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.0.tgz#73fa628278d21de83dadd5512d2cc1f4872bd675" 10297 resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.0.tgz#73fa628278d21de83dadd5512d2cc1f4872bd675"
@@ -10176,16 +10301,18 @@ simple-get@^4.0.0:
10176 once "^1.3.1" 10301 once "^1.3.1"
10177 simple-concat "^1.0.0" 10302 simple-concat "^1.0.0"
10178 10303
10179simple-peer@^9.5.0, simple-peer@^9.7.1, simple-peer@^9.7.2: 10304simple-peer@^9.5.0, simple-peer@^9.7.1, simple-peer@^9.9.3:
10180 version "9.7.2" 10305 version "9.9.3"
10181 resolved "https://registry.yarnpkg.com/simple-peer/-/simple-peer-9.7.2.tgz#8cd9cb156bf456ad9c3d379119f0c39dfb3b20f7" 10306 resolved "https://registry.yarnpkg.com/simple-peer/-/simple-peer-9.9.3.tgz#b52c39d1173620d06c8b29ada7ee2ad3384bb469"
10182 integrity sha512-xeMyxa9B4V0eA6mf17fVr8nm2QhAYFu+ZZv8zkSFFTjJETGF227CshwobrIYZuspJglMD63egcevQXGOrTIsuA== 10307 integrity sha512-T3wuv0UqBpDTV0x0pJPPsz4thy0tC0fTOHE4g9+AF43RUxxT+MWeXVtdQcK5Xuzv/XTVrB2NrGzdfO1IFBqOkw==
10183 dependencies: 10308 dependencies:
10184 debug "^4.0.1" 10309 buffer "^6.0.2"
10185 get-browser-rtc "^1.0.0" 10310 debug "^4.2.0"
10186 queue-microtask "^1.1.0" 10311 err-code "^2.0.3"
10187 randombytes "^2.0.3" 10312 get-browser-rtc "^1.0.2"
10188 readable-stream "^3.4.0" 10313 queue-microtask "^1.2.0"
10314 randombytes "^2.1.0"
10315 readable-stream "^3.6.0"
10189 10316
10190simple-sha1@^3.0.0, simple-sha1@^3.0.1: 10317simple-sha1@^3.0.0, simple-sha1@^3.0.1:
10191 version "3.0.1" 10318 version "3.0.1"
@@ -10213,11 +10340,6 @@ simple-websocket@^8.1.1:
10213 readable-stream "^3.1.1" 10340 readable-stream "^3.1.1"
10214 ws "^7.0.0" 10341 ws "^7.0.0"
10215 10342
10216slash@^2.0.0:
10217 version "2.0.0"
10218 resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
10219 integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
10220
10221slash@^3.0.0: 10343slash@^3.0.0:
10222 version "3.0.0" 10344 version "3.0.0"
10223 resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" 10345 resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
@@ -10268,7 +10390,7 @@ socket.io-adapter@~1.1.0:
10268 resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz#ab3f0d6f66b8fc7fca3959ab5991f82221789be9" 10390 resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz#ab3f0d6f66b8fc7fca3959ab5991f82221789be9"
10269 integrity sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g== 10391 integrity sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==
10270 10392
10271socket.io-client@2.3.0, socket.io-client@^2.2.0: 10393socket.io-client@2.3.0:
10272 version "2.3.0" 10394 version "2.3.0"
10273 resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-2.3.0.tgz#14d5ba2e00b9bcd145ae443ab96b3f86cbcc1bb4" 10395 resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-2.3.0.tgz#14d5ba2e00b9bcd145ae443ab96b3f86cbcc1bb4"
10274 integrity sha512-cEQQf24gET3rfhxZ2jJ5xzAOo/xhZwK+mOqtGRg5IowZsMgwvHwnf/mCRapAAkadhM26y+iydgwsXGObBB5ZdA== 10396 integrity sha512-cEQQf24gET3rfhxZ2jJ5xzAOo/xhZwK+mOqtGRg5IowZsMgwvHwnf/mCRapAAkadhM26y+iydgwsXGObBB5ZdA==
@@ -10288,12 +10410,26 @@ socket.io-client@2.3.0, socket.io-client@^2.2.0:
10288 socket.io-parser "~3.3.0" 10410 socket.io-parser "~3.3.0"
10289 to-array "0.1.4" 10411 to-array "0.1.4"
10290 10412
10413socket.io-client@^3.0.3:
10414 version "3.0.3"
10415 resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-3.0.3.tgz#37890e24fc386e9de34358a1b7c4a2968f5d2630"
10416 integrity sha512-kwCJAKb6JMqE9ZYXg78Dgt8rYLSwtJ/g/LJqpb/pOTFRZMSr1cKAsCaisHZ+IBwKHBY7DYOOkjtkHqseY3ZLpw==
10417 dependencies:
10418 "@types/component-emitter" "^1.2.10"
10419 backo2 "1.0.2"
10420 component-bind "1.0.0"
10421 component-emitter "~1.3.0"
10422 debug "~4.1.0"
10423 engine.io-client "~4.0.0"
10424 parseuri "0.0.6"
10425 socket.io-parser "~4.0.1"
10426
10291socket.io-parser@~3.3.0: 10427socket.io-parser@~3.3.0:
10292 version "3.3.0" 10428 version "3.3.1"
10293 resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.3.0.tgz#2b52a96a509fdf31440ba40fed6094c7d4f1262f" 10429 resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.3.1.tgz#f07d9c8cb3fb92633aa93e76d98fd3a334623199"
10294 integrity sha512-hczmV6bDgdaEbVqhAeVMM/jfUfzuEZHsQg6eOmLgJht6G3mPKMxYm75w2+qhAQZ+4X+1+ATZ+QFKeOZD5riHng== 10430 integrity sha512-1QLvVAe8dTz+mKmZ07Swxt+LAo4Y1ff50rlyoEx00TQmDFVQYPfcqGvIDJLGaBdhdNCecXtyKpD+EgKGcmmbuQ==
10295 dependencies: 10431 dependencies:
10296 component-emitter "1.2.1" 10432 component-emitter "~1.3.0"
10297 debug "~3.1.0" 10433 debug "~3.1.0"
10298 isarray "2.0.1" 10434 isarray "2.0.1"
10299 10435
@@ -10306,6 +10442,14 @@ socket.io-parser@~3.4.0:
10306 debug "~4.1.0" 10442 debug "~4.1.0"
10307 isarray "2.0.1" 10443 isarray "2.0.1"
10308 10444
10445socket.io-parser@~4.0.1:
10446 version "4.0.1"
10447 resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.0.1.tgz#b8ec84364c7369ad32ae0c16dd4d388db19b3a04"
10448 integrity sha512-5JfNykYptCwU2lkOI0ieoePWm+6stEhkZ2UnLDjqnE1YEjUlXXLd1lpxPZ+g+h3rtaytwWkWrLQCaJULlGqjOg==
10449 dependencies:
10450 component-emitter "~1.3.0"
10451 debug "~4.1.0"
10452
10309socket.io@^2.3.0: 10453socket.io@^2.3.0:
10310 version "2.3.0" 10454 version "2.3.0"
10311 resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.3.0.tgz#cd762ed6a4faeca59bc1f3e243c0969311eb73fb" 10455 resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-2.3.0.tgz#cd762ed6a4faeca59bc1f3e243c0969311eb73fb"
@@ -10355,14 +10499,7 @@ socks@~2.3.2:
10355 ip "1.1.5" 10499 ip "1.1.5"
10356 smart-buffer "^4.1.0" 10500 smart-buffer "^4.1.0"
10357 10501
10358sort-keys@^1.0.0: 10502source-list-map@^2.0.0, source-list-map@^2.0.1:
10359 version "1.1.2"
10360 resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
10361 integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0=
10362 dependencies:
10363 is-plain-obj "^1.0.0"
10364
10365source-list-map@^2.0.0:
10366 version "2.0.1" 10503 version "2.0.1"
10367 resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" 10504 resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
10368 integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== 10505 integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
@@ -10372,16 +10509,17 @@ source-list-map@~0.1.7:
10372 resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106" 10509 resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
10373 integrity sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY= 10510 integrity sha1-xVCyq1Qn9rPyH1r+rYjE9Vh7IQY=
10374 10511
10375source-map-loader@1.0.2: 10512source-map-loader@1.1.2:
10376 version "1.0.2" 10513 version "1.1.2"
10377 resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-1.0.2.tgz#b0a6582b2eaa387ede1ecf8061ae0b93c23f9eb0" 10514 resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-1.1.2.tgz#5b782bf08496d3a7f355e1780df0e25190a80991"
10378 integrity sha512-oX8d6ndRjN+tVyjj6PlXSyFPhDdVAPsZA30nD3/II8g4uOv8fCz0DMn5sy8KtVbDfKQxOpGwGJnK3xIW3tauDw== 10515 integrity sha512-bjf6eSENOYBX4JZDfl9vVLNsGAQ6Uz90fLmOazcmMcyDYOBFsGxPNn83jXezWLY9bJsVAo1ObztxPcV8HAbjVA==
10379 dependencies: 10516 dependencies:
10380 data-urls "^2.0.0" 10517 abab "^2.0.5"
10381 iconv-lite "^0.6.2" 10518 iconv-lite "^0.6.2"
10382 loader-utils "^2.0.0" 10519 loader-utils "^2.0.0"
10383 schema-utils "^2.7.0" 10520 schema-utils "^3.0.0"
10384 source-map "^0.6.1" 10521 source-map "^0.6.1"
10522 whatwg-mimetype "^2.3.0"
10385 10523
10386source-map-resolve@^0.5.0, source-map-resolve@^0.5.2: 10524source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
10387 version "0.5.3" 10525 version "0.5.3"
@@ -10394,7 +10532,7 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
10394 source-map-url "^0.4.0" 10532 source-map-url "^0.4.0"
10395 urix "^0.1.0" 10533 urix "^0.1.0"
10396 10534
10397source-map-support@0.5.19, source-map-support@^0.5.5, source-map-support@~0.5.12: 10535source-map-support@0.5.19, source-map-support@^0.5.5, source-map-support@~0.5.12, source-map-support@~0.5.19:
10398 version "0.5.19" 10536 version "0.5.19"
10399 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" 10537 resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
10400 integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== 10538 integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
@@ -10419,7 +10557,7 @@ source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, sourc
10419 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" 10557 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
10420 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== 10558 integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
10421 10559
10422source-map@0.7.3, source-map@^0.7.3: 10560source-map@0.7.3, source-map@^0.7.3, source-map@~0.7.2:
10423 version "0.7.3" 10561 version "0.7.3"
10424 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" 10562 resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
10425 integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== 10563 integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
@@ -10463,9 +10601,9 @@ spdx-expression-parse@^3.0.0:
10463 spdx-license-ids "^3.0.0" 10601 spdx-license-ids "^3.0.0"
10464 10602
10465spdx-license-ids@^3.0.0: 10603spdx-license-ids@^3.0.0:
10466 version "3.0.5" 10604 version "3.0.6"
10467 resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" 10605 resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz#c80757383c28abf7296744998cbc106ae8b854ce"
10468 integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== 10606 integrity sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==
10469 10607
10470spdy-transport@^3.0.0: 10608spdy-transport@^3.0.0:
10471 version "3.0.0" 10609 version "3.0.0"
@@ -10497,7 +10635,7 @@ speed-measure-webpack-plugin@1.3.3:
10497 dependencies: 10635 dependencies:
10498 chalk "^2.0.1" 10636 chalk "^2.0.1"
10499 10637
10500speedometer@^1.0.0, speedometer@^1.1.0: 10638speedometer@^1.1.0:
10501 version "1.1.0" 10639 version "1.1.0"
10502 resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.1.0.tgz#a30b13abda45687a1a76977012c060f2ac8a7934" 10640 resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.1.0.tgz#a30b13abda45687a1a76977012c060f2ac8a7934"
10503 integrity sha512-z/wAiTESw2XVPssY2XRcme4niTc4S5FkkJ4gknudtVoc33Zil8TdTxHy5torRcgqMqksJV2Yz8HQcvtbsnw0mQ== 10641 integrity sha512-z/wAiTESw2XVPssY2XRcme4niTc4S5FkkJ4gknudtVoc33Zil8TdTxHy5torRcgqMqksJV2Yz8HQcvtbsnw0mQ==
@@ -10509,7 +10647,7 @@ split-string@^3.0.1, split-string@^3.0.2:
10509 dependencies: 10647 dependencies:
10510 extend-shallow "^3.0.0" 10648 extend-shallow "^3.0.0"
10511 10649
10512split@^1.0.0: 10650split@^1.0.1:
10513 version "1.0.1" 10651 version "1.0.1"
10514 resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9" 10652 resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
10515 integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== 10653 integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
@@ -10642,7 +10780,7 @@ stream-to-blob@^2.0.0, stream-to-blob@^2.0.1:
10642 resolved "https://registry.yarnpkg.com/stream-to-blob/-/stream-to-blob-2.0.1.tgz#59ab71d7a7f0bfb899570e886e44d39f4ac4381a" 10780 resolved "https://registry.yarnpkg.com/stream-to-blob/-/stream-to-blob-2.0.1.tgz#59ab71d7a7f0bfb899570e886e44d39f4ac4381a"
10643 integrity sha512-GXlqXt3svqwIVWoICenix5Poxi4KbCF0BdXXUbpU1X4vq1V8wmjiEIU3aFJzCGNFpKxfbnG0uoowS3nKUgSPYg== 10781 integrity sha512-GXlqXt3svqwIVWoICenix5Poxi4KbCF0BdXXUbpU1X4vq1V8wmjiEIU3aFJzCGNFpKxfbnG0uoowS3nKUgSPYg==
10644 10782
10645stream-with-known-length-to-buffer@^1.0.3: 10783stream-with-known-length-to-buffer@^1.0.4:
10646 version "1.0.4" 10784 version "1.0.4"
10647 resolved "https://registry.yarnpkg.com/stream-with-known-length-to-buffer/-/stream-with-known-length-to-buffer-1.0.4.tgz#6a8aec53f27b8f481f962337c951aa3916fb60d1" 10785 resolved "https://registry.yarnpkg.com/stream-with-known-length-to-buffer/-/stream-with-known-length-to-buffer-1.0.4.tgz#6a8aec53f27b8f481f962337c951aa3916fb60d1"
10648 integrity sha512-ztP79ug6S+I7td0Nd2GBeIKCm+vA54c+e60FY87metz5n/l6ydPELd2lxsljz8OpIhsRM9HkIiAwz85+S5G5/A== 10786 integrity sha512-ztP79ug6S+I7td0Nd2GBeIKCm+vA54c+e60FY87metz5n/l6ydPELd2lxsljz8OpIhsRM9HkIiAwz85+S5G5/A==
@@ -10658,11 +10796,6 @@ streamroller@^2.2.4:
10658 debug "^4.1.1" 10796 debug "^4.1.1"
10659 fs-extra "^8.1.0" 10797 fs-extra "^8.1.0"
10660 10798
10661strict-uri-encode@^1.0.0:
10662 version "1.1.0"
10663 resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
10664 integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
10665
10666string-width@^1.0.1: 10799string-width@^1.0.1:
10667 version "1.0.2" 10800 version "1.0.2"
10668 resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" 10801 resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -10699,20 +10832,20 @@ string-width@^4.1.0, string-width@^4.2.0:
10699 strip-ansi "^6.0.0" 10832 strip-ansi "^6.0.0"
10700 10833
10701string.prototype.trimend@^1.0.1: 10834string.prototype.trimend@^1.0.1:
10702 version "1.0.1" 10835 version "1.0.2"
10703 resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz#85812a6b847ac002270f5808146064c995fb6913" 10836 resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz#6ddd9a8796bc714b489a3ae22246a208f37bfa46"
10704 integrity sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g== 10837 integrity sha512-8oAG/hi14Z4nOVP0z6mdiVZ/wqjDtWSLygMigTzAb+7aPEDTleeFf+WrF+alzecxIRkckkJVn+dTlwzJXORATw==
10705 dependencies: 10838 dependencies:
10706 define-properties "^1.1.3" 10839 define-properties "^1.1.3"
10707 es-abstract "^1.17.5" 10840 es-abstract "^1.18.0-next.1"
10708 10841
10709string.prototype.trimstart@^1.0.1: 10842string.prototype.trimstart@^1.0.1:
10710 version "1.0.1" 10843 version "1.0.2"
10711 resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54" 10844 resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz#22d45da81015309cd0cdd79787e8919fc5c613e7"
10712 integrity sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw== 10845 integrity sha512-7F6CdBTl5zyu30BJFdzSTlSlLPwODC23Od+iLoVH8X6+3fvDPPuBVVj9iaB1GOsSTSIgVfsfm27R2FGrAPznWg==
10713 dependencies: 10846 dependencies:
10714 define-properties "^1.1.3" 10847 define-properties "^1.1.3"
10715 es-abstract "^1.17.5" 10848 es-abstract "^1.18.0-next.1"
10716 10849
10717string2compact@^1.2.5, string2compact@^1.3.0: 10850string2compact@^1.2.5, string2compact@^1.3.0:
10718 version "1.3.0" 10851 version "1.3.0"
@@ -10781,6 +10914,11 @@ strip-eof@^1.0.0:
10781 resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" 10914 resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
10782 integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= 10915 integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
10783 10916
10917strip-final-newline@^2.0.0:
10918 version "2.0.0"
10919 resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
10920 integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
10921
10784strip-indent@^1.0.1: 10922strip-indent@^1.0.1:
10785 version "1.0.1" 10923 version "1.0.1"
10786 resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" 10924 resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
@@ -10793,13 +10931,13 @@ strip-json-comments@~1.0.1:
10793 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91" 10931 resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
10794 integrity sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E= 10932 integrity sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=
10795 10933
10796style-loader@1.2.1: 10934style-loader@2.0.0:
10797 version "1.2.1" 10935 version "2.0.0"
10798 resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a" 10936 resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c"
10799 integrity sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg== 10937 integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==
10800 dependencies: 10938 dependencies:
10801 loader-utils "^2.0.0" 10939 loader-utils "^2.0.0"
10802 schema-utils "^2.6.6" 10940 schema-utils "^3.0.0"
10803 10941
10804stylehacks@^4.0.0: 10942stylehacks@^4.0.0:
10805 version "4.0.3" 10943 version "4.0.3"
@@ -10810,14 +10948,16 @@ stylehacks@^4.0.0:
10810 postcss "^7.0.0" 10948 postcss "^7.0.0"
10811 postcss-selector-parser "^3.0.0" 10949 postcss-selector-parser "^3.0.0"
10812 10950
10813stylus-loader@3.0.2: 10951stylus-loader@4.1.1:
10814 version "3.0.2" 10952 version "4.1.1"
10815 resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-3.0.2.tgz#27a706420b05a38e038e7cacb153578d450513c6" 10953 resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-4.1.1.tgz#0e94f5d6274932a2dad054d1a736b32146ac7a99"
10816 integrity sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA== 10954 integrity sha512-Vnm7J/nIs/P6swIrdwJW/dflhsCOiFmb1U3PeQ6phRtg1soPLN4uKnnL7AtGIJDe173elbtYIXVzmCyF493CfA==
10817 dependencies: 10955 dependencies:
10818 loader-utils "^1.0.2" 10956 fast-glob "^3.2.4"
10819 lodash.clonedeep "^4.5.0" 10957 klona "^2.0.4"
10820 when "~3.6.x" 10958 loader-utils "^2.0.0"
10959 normalize-path "^3.0.0"
10960 schema-utils "^3.0.0"
10821 10961
10822stylus@0.54.8: 10962stylus@0.54.8:
10823 version "0.54.8" 10963 version "0.54.8"
@@ -10853,9 +10993,9 @@ supports-color@^6.1.0:
10853 has-flag "^3.0.0" 10993 has-flag "^3.0.0"
10854 10994
10855supports-color@^7.0.0, supports-color@^7.1.0: 10995supports-color@^7.0.0, supports-color@^7.1.0:
10856 version "7.1.0" 10996 version "7.2.0"
10857 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1" 10997 resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
10858 integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g== 10998 integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
10859 dependencies: 10999 dependencies:
10860 has-flag "^4.0.0" 11000 has-flag "^4.0.0"
10861 11001
@@ -10878,10 +11018,20 @@ svgo@^1.0.0:
10878 unquote "~1.1.1" 11018 unquote "~1.1.1"
10879 util.promisify "~1.0.0" 11019 util.promisify "~1.0.0"
10880 11020
10881symbol-observable@1.2.0: 11021symbol-observable@2.0.3:
10882 version "1.2.0" 11022 version "2.0.3"
10883 resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" 11023 resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-2.0.3.tgz#5b521d3d07a43c351055fa43b8355b62d33fd16a"
10884 integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== 11024 integrity sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA==
11025
11026table-layout@^1.0.1:
11027 version "1.0.1"
11028 resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-1.0.1.tgz#8411181ee951278ad0638aea2f779a9ce42894f9"
11029 integrity sha512-dEquqYNJiGwY7iPfZ3wbXDI944iqanTSchrACLL2nOB+1r+h1Nzu2eH+DuPPvWvm5Ry7iAPeFlgEtP5bIp5U7Q==
11030 dependencies:
11031 array-back "^4.0.1"
11032 deep-extend "~0.6.0"
11033 typical "^5.2.0"
11034 wordwrapjs "^4.0.0"
10885 11035
10886table@^3.7.8: 11036table@^3.7.8:
10887 version "3.8.3" 11037 version "3.8.3"
@@ -10900,14 +11050,10 @@ tapable@^1.0.0, tapable@^1.1.3:
10900 resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" 11050 resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
10901 integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== 11051 integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
10902 11052
10903tar@^2.0.0: 11053tapable@^2.0.0:
10904 version "2.2.2" 11054 version "2.1.1"
10905 resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" 11055 resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.1.1.tgz#b01cc1902d42a7bb30514e320ce21c456f72fd3f"
10906 integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== 11056 integrity sha512-Wib1S8m2wdpLbmQz0RBEVosIyvb/ykfKXf3ZIDqvWoMg/zTNm6G/tDSuUM61J1kNCDXWJrLHGSFeMhAG+gAGpQ==
10907 dependencies:
10908 block-stream "*"
10909 fstream "^1.0.12"
10910 inherits "2"
10911 11057
10912tar@^4.4.10: 11058tar@^4.4.10:
10913 version "4.4.13" 11059 version "4.4.13"
@@ -10934,19 +11080,19 @@ tar@^6.0.2:
10934 mkdirp "^1.0.3" 11080 mkdirp "^1.0.3"
10935 yallist "^4.0.0" 11081 yallist "^4.0.0"
10936 11082
10937terser-webpack-plugin@4.1.0: 11083terser-webpack-plugin@4.2.3, terser-webpack-plugin@^4:
10938 version "4.1.0" 11084 version "4.2.3"
10939 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.1.0.tgz#6e9d6ae4e1a900d88ddce8da6a47507ea61f44bc" 11085 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a"
10940 integrity sha512-0ZWDPIP8BtEDZdChbufcXUigOYk6dOX/P/X0hWxqDDcVAQLb8Yy/0FAaemSfax3PAA67+DJR778oz8qVbmy4hA== 11086 integrity sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==
10941 dependencies: 11087 dependencies:
10942 cacache "^15.0.5" 11088 cacache "^15.0.5"
10943 find-cache-dir "^3.3.1" 11089 find-cache-dir "^3.3.1"
10944 jest-worker "^26.3.0" 11090 jest-worker "^26.5.0"
10945 p-limit "^3.0.2" 11091 p-limit "^3.0.2"
10946 schema-utils "^2.6.6" 11092 schema-utils "^3.0.0"
10947 serialize-javascript "^4.0.0" 11093 serialize-javascript "^5.0.1"
10948 source-map "^0.6.1" 11094 source-map "^0.6.1"
10949 terser "^5.0.0" 11095 terser "^5.3.4"
10950 webpack-sources "^1.4.3" 11096 webpack-sources "^1.4.3"
10951 11097
10952terser-webpack-plugin@^1.4.3: 11098terser-webpack-plugin@^1.4.3:
@@ -10964,31 +11110,16 @@ terser-webpack-plugin@^1.4.3:
10964 webpack-sources "^1.4.0" 11110 webpack-sources "^1.4.0"
10965 worker-farm "^1.7.0" 11111 worker-farm "^1.7.0"
10966 11112
10967terser-webpack-plugin@^3.0.0: 11113terser@5.3.7:
10968 version "3.1.0" 11114 version "5.3.7"
10969 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.1.0.tgz#91e6d39571460ed240c0cf69d295bcf30ebf98cb" 11115 resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.7.tgz#798a4ae2e7ff67050c3e99fcc4e00725827d97e2"
10970 integrity sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA== 11116 integrity sha512-lJbKdfxWvjpV330U4PBZStCT9h3N9A4zZVA5Y4k9sCWXknrpdyxi1oMsRKLmQ/YDMDxSBKIh88v0SkdhdqX06w==
10971 dependencies:
10972 cacache "^15.0.5"
10973 find-cache-dir "^3.3.1"
10974 jest-worker "^26.2.1"
10975 p-limit "^3.0.2"
10976 schema-utils "^2.6.6"
10977 serialize-javascript "^4.0.0"
10978 source-map "^0.6.1"
10979 terser "^4.8.0"
10980 webpack-sources "^1.4.3"
10981
10982terser@5.2.0:
10983 version "5.2.0"
10984 resolved "https://registry.yarnpkg.com/terser/-/terser-5.2.0.tgz#e547d0b20926b321d3e524bf9e5bc1b10ba2f360"
10985 integrity sha512-nZ9TWhBznZdlww3borgJyfQDrxzpgd0RlRNoxR63tMVry01lIH/zKQDTTiaWRMGowydfvSHMgyiGyn6A9PSkCQ==
10986 dependencies: 11117 dependencies:
10987 commander "^2.20.0" 11118 commander "^2.20.0"
10988 source-map "~0.6.1" 11119 source-map "~0.7.2"
10989 source-map-support "~0.5.12" 11120 source-map-support "~0.5.19"
10990 11121
10991terser@^4.1.2, terser@^4.6.3, terser@^4.8.0: 11122terser@^4.1.2, terser@^4.6.3:
10992 version "4.8.0" 11123 version "4.8.0"
10993 resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" 11124 resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
10994 integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== 11125 integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
@@ -10997,16 +11128,16 @@ terser@^4.1.2, terser@^4.6.3, terser@^4.8.0:
10997 source-map "~0.6.1" 11128 source-map "~0.6.1"
10998 source-map-support "~0.5.12" 11129 source-map-support "~0.5.12"
10999 11130
11000terser@^5.0.0: 11131terser@^5.3.4:
11001 version "5.2.1" 11132 version "5.4.0"
11002 resolved "https://registry.yarnpkg.com/terser/-/terser-5.2.1.tgz#40b971b8d28b4fe98c9e8c0d073ab48e7bb96cd8" 11133 resolved "https://registry.yarnpkg.com/terser/-/terser-5.4.0.tgz#9815c0839072d5c894e22c6fc508fbe9f5e7d7e8"
11003 integrity sha512-/AOtjRtAMNGO0fIF6m8HfcvXTw/2AKpsOzDn36tA5RfhRdeXyb4RvHxJ5Pah7iL6dFkLk+gOnCaNHGwJPl6TrQ== 11134 integrity sha512-3dZunFLbCJis9TAF2VnX+VrQLctRUmt1p3W2kCsJuZE4ZgWqh//+1MZ62EanewrqKoUf4zIaDGZAvml4UDc0OQ==
11004 dependencies: 11135 dependencies:
11005 commander "^2.20.0" 11136 commander "^2.20.0"
11006 source-map "~0.6.1" 11137 source-map "~0.7.2"
11007 source-map-support "~0.5.12" 11138 source-map-support "~0.5.19"
11008 11139
11009text-table@~0.2.0: 11140text-table@0.2.0, text-table@~0.2.0:
11010 version "0.2.0" 11141 version "0.2.0"
11011 resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" 11142 resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
11012 integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= 11143 integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
@@ -11034,10 +11165,15 @@ thunky@^1.0.1, thunky@^1.0.2:
11034 resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d" 11165 resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
11035 integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA== 11166 integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
11036 11167
11168timeout-refresh@^1.0.0:
11169 version "1.0.3"
11170 resolved "https://registry.yarnpkg.com/timeout-refresh/-/timeout-refresh-1.0.3.tgz#7024a8ce0a09a57acc2ea86002048e6c0bff7375"
11171 integrity sha512-Mz0CX4vBGM5lj8ttbIFt7o4ZMxk/9rgudJRh76EvB7xXZMur7T/cjRiH2w4Fmkq0zxf2QpM8IFvOSRn8FEu3gA==
11172
11037timers-browserify@^2.0.4: 11173timers-browserify@^2.0.4:
11038 version "2.0.11" 11174 version "2.0.12"
11039 resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.11.tgz#800b1f3eee272e5bc53ee465a04d0e804c31211f" 11175 resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee"
11040 integrity sha512-60aV6sgJ5YEbzUdn9c8kYGIqOubPoUdqQCul3SBAsRCZ40s6Y5cMcrW4dt3/k/EsbLVJNl9n6Vz3fTc+k2GeKQ== 11176 integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==
11041 dependencies: 11177 dependencies:
11042 setimmediate "^1.0.4" 11178 setimmediate "^1.0.4"
11043 11179
@@ -11120,16 +11256,17 @@ toidentifier@1.0.0:
11120 integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== 11256 integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
11121 11257
11122tokenizr@^1.3.10: 11258tokenizr@^1.3.10:
11123 version "1.5.7" 11259 version "1.6.1"
11124 resolved "https://registry.yarnpkg.com/tokenizr/-/tokenizr-1.5.7.tgz#80702775ac9d61899bd3c60e4c7ac36b9845bcbf" 11260 resolved "https://registry.yarnpkg.com/tokenizr/-/tokenizr-1.6.1.tgz#6728b7c07627b0b10ae9aaa31d84cfd7599f01b3"
11125 integrity sha512-w6qS6F5PNtY30DxoRD4a7nC7zOlPM2SlpQ4zLhOmqBaB1VCZrlV82bLpc/lKNOdNmrwIwcsJLDcjEJ8f7UG6Mg== 11261 integrity sha512-QraqqQzRRcp4RwefncJY680coxwfbKZpT4CCwmeA3qhnUveurlyd4RjrishFqe3wDp+XrvLfA/pPtZlY/yTZIQ==
11126 11262
11127torrent-discovery@^9.3.0: 11263torrent-discovery@^9.4.0:
11128 version "9.3.0" 11264 version "9.4.0"
11129 resolved "https://registry.yarnpkg.com/torrent-discovery/-/torrent-discovery-9.3.0.tgz#a3ed527c0b454d0d78db8692dad48c6ffb6e9695" 11265 resolved "https://registry.yarnpkg.com/torrent-discovery/-/torrent-discovery-9.4.0.tgz#e6b5f8244e6ea0c48efbcfc88792e033d15e6f56"
11130 integrity sha512-rdOfm+o6d+E+nRjeYiCzXGrM9ou7spkZpxu9xhnfKoTJgtWpSYEHXO4BT9hwVF1uoUpm+hOwNnwgkSfBZNMh7g== 11266 integrity sha512-+YW9JGbO5bCuDw9YYW//p4iVLV0aP4C+AYrNQjL/+dSNPUtD1ufK1V8UZERt6rIoeNGhutkSVyeO4Fid9Tjxjg==
11131 dependencies: 11267 dependencies:
11132 bittorrent-dht "^10.0.0" 11268 bittorrent-dht "^10.0.0"
11269 bittorrent-lsd "^1.0.0"
11133 bittorrent-tracker "^9.0.0" 11270 bittorrent-tracker "^9.0.0"
11134 debug "^4.0.0" 11271 debug "^4.0.0"
11135 run-parallel "^1.1.2" 11272 run-parallel "^1.1.2"
@@ -11147,13 +11284,6 @@ tough-cookie@~2.5.0:
11147 psl "^1.1.28" 11284 psl "^1.1.28"
11148 punycode "^2.1.1" 11285 punycode "^2.1.1"
11149 11286
11150tr46@^2.0.2:
11151 version "2.0.2"
11152 resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.0.2.tgz#03273586def1595ae08fedb38d7733cee91d2479"
11153 integrity sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==
11154 dependencies:
11155 punycode "^2.1.1"
11156
11157tree-kill@1.2.2: 11287tree-kill@1.2.2:
11158 version "1.2.2" 11288 version "1.2.2"
11159 resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc" 11289 resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -11171,15 +11301,10 @@ trim-newlines@^1.0.0:
11171 dependencies: 11301 dependencies:
11172 glob "^7.1.2" 11302 glob "^7.1.2"
11173 11303
11174tryer@^1.0.1:
11175 version "1.0.1"
11176 resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
11177 integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
11178
11179ts-loader@^8.0.2: 11304ts-loader@^8.0.2:
11180 version "8.0.3" 11305 version "8.0.11"
11181 resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.3.tgz#56858f4296edf1ed55e01f8520552984d3f0911c" 11306 resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-8.0.11.tgz#35d58a65932caacb120426eea59eca841786c899"
11182 integrity sha512-wsqfnVdB7xQiqhqbz2ZPLGHLPZbHVV5Qn/MNFZkCFxRU1miDyxKORucDGxKtsQJ63Rfza0udiUxWF5nHY6bpdQ== 11307 integrity sha512-06X+mWA2JXoXJHYAesUUL4mHFYhnmyoCdQVMXofXF552Lzd4wNwSGg7unJpttqUP7ziaruM8d7u8LUB6I1sgzA==
11183 dependencies: 11308 dependencies:
11184 chalk "^2.3.0" 11309 chalk "^2.3.0"
11185 enhanced-resolve "^4.0.0" 11310 enhanced-resolve "^4.0.0"
@@ -11197,15 +11322,15 @@ tslib@1.9.0:
11197 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" 11322 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
11198 integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ== 11323 integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==
11199 11324
11200tslib@2.0.1, tslib@^2.0.0: 11325tslib@2.0.3, tslib@^2.0.0:
11201 version "2.0.1" 11326 version "2.0.3"
11202 resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e" 11327 resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
11203 integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ== 11328 integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==
11204 11329
11205tslib@^1.10.0, tslib@^1.13.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0: 11330tslib@^1.10.0, tslib@^1.13.0, tslib@^1.7.1, tslib@^1.8.1, tslib@^1.9.0:
11206 version "1.13.0" 11331 version "1.14.1"
11207 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" 11332 resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
11208 integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== 11333 integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
11209 11334
11210tslint-angular@^3.0.2: 11335tslint-angular@^3.0.2:
11211 version "3.0.3" 11336 version "3.0.3"
@@ -11320,15 +11445,20 @@ typedarray@^0.0.6:
11320 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" 11445 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
11321 integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= 11446 integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
11322 11447
11323typescript@~3.9.5: 11448typescript@4.0.5, typescript@~4.0.5:
11324 version "3.9.7" 11449 version "4.0.5"
11325 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" 11450 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
11326 integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== 11451 integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
11452
11453typical@^5.0.0, typical@^5.2.0:
11454 version "5.2.0"
11455 resolved "https://registry.yarnpkg.com/typical/-/typical-5.2.0.tgz#4daaac4f2b5315460804f0acf6cb69c52bb93066"
11456 integrity sha512-dvdQgNDNJo+8B2uBQoqdb11eUCE1JQXhvjC/CZtgvZseVd5TYMXnq0+vuUemXbd/Se29cTaUuPX3YIc2xgbvIg==
11327 11457
11328ua-parser-js@0.7.21: 11458ua-parser-js@0.7.22:
11329 version "0.7.21" 11459 version "0.7.22"
11330 resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.21.tgz#853cf9ce93f642f67174273cc34565ae6f308777" 11460 resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3"
11331 integrity sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ== 11461 integrity sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q==
11332 11462
11333uc.micro@^1.0.1, uc.micro@^1.0.5: 11463uc.micro@^1.0.1, uc.micro@^1.0.5:
11334 version "1.0.6" 11464 version "1.0.6"
@@ -11336,9 +11466,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
11336 integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== 11466 integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
11337 11467
11338uglify-js@^3.0.6: 11468uglify-js@^3.0.6:
11339 version "3.10.2" 11469 version "3.11.6"
11340 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.10.2.tgz#8cfa1209fd04199cc8a7f9930ddedb30b0f1912d" 11470 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.6.tgz#144b50d3e05eadd3ad4dd047c60ca541a8cd4e9c"
11341 integrity sha512-GXCYNwqoo0MbLARghYjxVBxDCnU0tLqN7IPLdHHbibCb1NI5zBkU2EPcy/GaVxc0BtTjqyGXJCINe6JMR2Dpow== 11471 integrity sha512-oASI1FOJ7BBFkSCNDZ446EgkSuHkOZBuqRFrwXIKWCoXw8ZXQETooTQjkAcBS03Acab7ubCKsXnwuV2svy061g==
11342 11472
11343uint64be@^2.0.2: 11473uint64be@^2.0.2:
11344 version "2.0.2" 11474 version "2.0.2"
@@ -11423,6 +11553,11 @@ unordered-array-remove@^1.0.2:
11423 resolved "https://registry.yarnpkg.com/unordered-array-remove/-/unordered-array-remove-1.0.2.tgz#c546e8f88e317a0cf2644c97ecb57dba66d250ef" 11553 resolved "https://registry.yarnpkg.com/unordered-array-remove/-/unordered-array-remove-1.0.2.tgz#c546e8f88e317a0cf2644c97ecb57dba66d250ef"
11424 integrity sha1-xUbo+I4xegzyZEyX7LV9umbSUO8= 11554 integrity sha1-xUbo+I4xegzyZEyX7LV9umbSUO8=
11425 11555
11556unordered-set@^2.0.1:
11557 version "2.0.1"
11558 resolved "https://registry.yarnpkg.com/unordered-set/-/unordered-set-2.0.1.tgz#4cd0fe27b8814bcf5d6073e5f0966ec7a50841e6"
11559 integrity sha512-eUmNTPzdx+q/WvOHW0bgGYLWvWHNT3PTKEQLg0MAQhc0AHASHVHoP/9YytYd4RBVariqno/mEUhVZN98CmD7bg==
11560
11426unpipe@1.0.0, unpipe@~1.0.0: 11561unpipe@1.0.0, unpipe@~1.0.0:
11427 version "1.0.0" 11562 version "1.0.0"
11428 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" 11563 resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -11447,9 +11582,9 @@ upath@^1.1.1:
11447 integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== 11582 integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
11448 11583
11449uri-js@^4.2.2: 11584uri-js@^4.2.2:
11450 version "4.2.2" 11585 version "4.4.0"
11451 resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" 11586 resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
11452 integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ== 11587 integrity sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==
11453 dependencies: 11588 dependencies:
11454 punycode "^2.1.0" 11589 punycode "^2.1.0"
11455 11590
@@ -11466,10 +11601,10 @@ url-parse@^1.4.3:
11466 querystringify "^2.1.1" 11601 querystringify "^2.1.1"
11467 requires-port "^1.0.0" 11602 requires-port "^1.0.0"
11468 11603
11469url-toolkit@^2.1.3, url-toolkit@^2.1.6: 11604url-toolkit@^2.1.6:
11470 version "2.2.0" 11605 version "2.2.1"
11471 resolved "https://registry.yarnpkg.com/url-toolkit/-/url-toolkit-2.2.0.tgz#9a57b89f315d4b7dc340e150bcfa548ddf5f5ce9" 11606 resolved "https://registry.yarnpkg.com/url-toolkit/-/url-toolkit-2.2.1.tgz#89009ed3d62a3574de079532a7266c14d2cc1c4f"
11472 integrity sha512-Rde0c9S4fJK3FaHim3DSgdQ8IFrSXcZCpAJo9T7/FA+BoQGhK0ow3mpwGQLJCPYsNn6TstpW7/7DzMpSpz9F9w== 11607 integrity sha512-8+DzgrtDZYZGhHaAop5WGVghMdCfOLGbhcArsJD0qDll71FXa7EeKxi2hilPIscn2nwMz4PRjML32Sz4JTN0Xw==
11473 11608
11474url@^0.11.0: 11609url@^0.11.0:
11475 version "0.11.0" 11610 version "0.11.0"
@@ -11491,44 +11626,37 @@ user-home@^2.0.0:
11491 dependencies: 11626 dependencies:
11492 os-homedir "^1.0.0" 11627 os-homedir "^1.0.0"
11493 11628
11494ut_metadata@^3.5.0: 11629ut_metadata@^3.5.2:
11495 version "3.5.1" 11630 version "3.5.2"
11496 resolved "https://registry.yarnpkg.com/ut_metadata/-/ut_metadata-3.5.1.tgz#ed135f0d4e08dae582864fcaea288da10e0339a8" 11631 resolved "https://registry.yarnpkg.com/ut_metadata/-/ut_metadata-3.5.2.tgz#2351c9348759e929978fa6a08d56ef6f584749e7"
11497 integrity sha512-D98YM9dKGHzNFUuqLHLV1vXqbHNfyvTx/rADtvF9P6D1HYV/0JuArlpnQIHhOuWXQGUVyR5XJGRVLKbeNu0o5A== 11632 integrity sha512-3XZZuJSeoIUyMYSuDbTbVtP4KAVGHPfU8nmHFkr8LJc+THCaUXwnu/2AV+LCSLarET/hL9IlbNfYTGrt6fOVuQ==
11498 dependencies: 11633 dependencies:
11499 bencode "^2.0.1" 11634 bencode "^2.0.1"
11500 bitfield "^3.0.0" 11635 bitfield "^4.0.0"
11501 debug "^4.1.1" 11636 debug "^4.2.0"
11502 simple-sha1 "^3.0.1" 11637 simple-sha1 "^3.0.1"
11503 11638
11504ut_pex@^2.0.0: 11639ut_pex@^2.0.1:
11505 version "2.0.0" 11640 version "2.0.1"
11506 resolved "https://registry.yarnpkg.com/ut_pex/-/ut_pex-2.0.0.tgz#d0c6f2d3d5ee98f38ee004ee852b390d1e7c9ac8" 11641 resolved "https://registry.yarnpkg.com/ut_pex/-/ut_pex-2.0.1.tgz#30d3cc19ee32f9513b06ed2b03851ba508566da1"
11507 integrity sha512-Uc0IxXGlES1DfeG+ITUISAvCF4Uldj7tt/n7s3TBt0KyXqDViOO26X5WfwXtUpEwn8fyZyerzf/YOK4rIZ2S3Q== 11642 integrity sha512-kI1/y1IhbuTqjyVqekSZCd3afPQTpdIRCrON1WXc9jGdcIAaze3FAoZ1ssYJmGBuJbdg7LQO42daJGCaoRXl+A==
11508 dependencies: 11643 dependencies:
11509 bencode "^2.0.0" 11644 bencode "^2.0.0"
11510 compact2string "^1.2.0" 11645 compact2string "^1.2.0"
11511 string2compact "^1.2.5" 11646 string2compact "^1.2.5"
11512 11647
11513utf-8-validate@^5.0.2: 11648utf-8-validate@^5.0.2:
11514 version "5.0.2" 11649 version "5.0.3"
11515 resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.2.tgz#63cfbccd85dc1f2b66cf7a1d0eebc08ed056bfb3" 11650 resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.3.tgz#3b64e418ad2ff829809025fdfef595eab2f03a27"
11516 integrity sha512-SwV++i2gTD5qh2XqaPzBnNX88N6HdyhQrNNRykvcS0QKvItV9u3vPEJr+X5Hhfb1JC0r0e1alL0iB09rY8+nmw== 11651 integrity sha512-jtJM6fpGv8C1SoH4PtG22pGto6x+Y8uPprW0tw3//gGFhDDTiuksgradgFN6yRayDP4SyZZa6ZMGHLIa17+M8A==
11517 dependencies: 11652 dependencies:
11518 node-gyp-build "~3.7.0" 11653 node-gyp-build "^4.2.0"
11519 11654
11520util-deprecate@^1.0.1, util-deprecate@~1.0.1: 11655util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
11521 version "1.0.2" 11656 version "1.0.2"
11522 resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" 11657 resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
11523 integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= 11658 integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
11524 11659
11525util-promisify@^2.1.0:
11526 version "2.1.0"
11527 resolved "https://registry.yarnpkg.com/util-promisify/-/util-promisify-2.1.0.tgz#3c2236476c4d32c5ff3c47002add7c13b9a82a53"
11528 integrity sha1-PCI2R2xNMsX/PEcAKt18E7moKlM=
11529 dependencies:
11530 object.getownpropertydescriptors "^2.0.3"
11531
11532util.promisify@1.0.0: 11660util.promisify@1.0.0:
11533 version "1.0.0" 11661 version "1.0.0"
11534 resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" 11662 resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
@@ -11568,7 +11696,7 @@ util@^0.11.0:
11568 dependencies: 11696 dependencies:
11569 inherits "2.0.3" 11697 inherits "2.0.3"
11570 11698
11571utila@^0.4.0, utila@~0.4: 11699utila@~0.4:
11572 version "0.4.0" 11700 version "0.4.0"
11573 resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c" 11701 resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
11574 integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= 11702 integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=
@@ -11578,20 +11706,31 @@ utils-merge@1.0.1:
11578 resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" 11706 resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
11579 integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= 11707 integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
11580 11708
11581uuid@8.3.0: 11709utp-native@^2.2.1:
11582 version "8.3.0" 11710 version "2.2.1"
11583 resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea" 11711 resolved "https://registry.yarnpkg.com/utp-native/-/utp-native-2.2.1.tgz#6d33feba04bfe49b368bad05555703f9728b6e63"
11584 integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ== 11712 integrity sha512-7GvD4gjGyL1GaNtZAaBVHn8SeWgx9/xIVE1LufMR0m2pWUs1EVx5WiOCXrCHyt7e15+5SquBMoQfj888pJySxA==
11713 dependencies:
11714 napi-macros "^2.0.0"
11715 node-gyp-build "^4.2.0"
11716 readable-stream "^3.0.2"
11717 timeout-refresh "^1.0.0"
11718 unordered-set "^2.0.1"
11719
11720uuid@8.3.1:
11721 version "8.3.1"
11722 resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
11723 integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
11585 11724
11586uuid@^3.0.0, uuid@^3.3.2, uuid@^3.4.0: 11725uuid@^3.0.0, uuid@^3.3.2, uuid@^3.4.0:
11587 version "3.4.0" 11726 version "3.4.0"
11588 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" 11727 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
11589 integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== 11728 integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
11590 11729
11591v8-compile-cache@^2.1.1: 11730v8-compile-cache@^2.2.0:
11592 version "2.1.1" 11731 version "2.2.0"
11593 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745" 11732 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
11594 integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ== 11733 integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
11595 11734
11596validate-npm-package-license@^3.0.1: 11735validate-npm-package-license@^3.0.1:
11597 version "3.0.4" 11736 version "3.0.4"
@@ -11627,13 +11766,13 @@ verror@1.10.0:
11627 core-util-is "1.0.2" 11766 core-util-is "1.0.2"
11628 extsprintf "^1.2.0" 11767 extsprintf "^1.2.0"
11629 11768
11630"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0", video.js@^7, video.js@^7.6.0: 11769"video.js@^6 || ^7", video.js@^7, video.js@^7.6.0:
11631 version "7.8.4" 11770 version "7.10.2"
11632 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.8.4.tgz#645bf40400b413047d2b873c0c65fc8b42128f2a" 11771 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.10.2.tgz#5156aabad7820e726d72ea6c32324059c68885a4"
11633 integrity sha512-XTWWrhfdrk7nTBkqhWKslfXMpUhsDRsZ2L3ISxjuAgadpiomxFV/OARchtwxO+FdnxTm4njJstPmXbVe3F765g== 11772 integrity sha512-kJTTrqcQn2MhPzWR8zQs6W3HPJWpowO/ZGZcKt2dcJeJdJT0dEDLYtiFdjV37SylCmu66V0flRnV8cipbthveQ==
11634 dependencies: 11773 dependencies:
11635 "@babel/runtime" "^7.9.2" 11774 "@babel/runtime" "^7.9.2"
11636 "@videojs/http-streaming" "1.13.2" 11775 "@videojs/http-streaming" "2.2.4"
11637 "@videojs/xhr" "2.5.1" 11776 "@videojs/xhr" "2.5.1"
11638 global "4.3.2" 11777 global "4.3.2"
11639 keycode "^2.2.0" 11778 keycode "^2.2.0"
@@ -11682,10 +11821,10 @@ videojs-vtt.js@^0.15.2:
11682 dependencies: 11821 dependencies:
11683 global "^4.3.1" 11822 global "^4.3.1"
11684 11823
11685videostream@^3.2.1, videostream@~3.2.1: 11824videostream@^3.2.2, videostream@~3.2.1:
11686 version "3.2.1" 11825 version "3.2.2"
11687 resolved "https://registry.yarnpkg.com/videostream/-/videostream-3.2.1.tgz#643688ad4bfbf37570d421e3196b7e0ad38eeebc" 11826 resolved "https://registry.yarnpkg.com/videostream/-/videostream-3.2.2.tgz#e3e8d44f5159892f8f31ad35cbf9302d7a6e6afc"
11688 integrity sha512-Z4EcsX9aYNJZD1M+0jCeQ0t+5ETlHE88B2SF1fCuVxfn+XxHGJVec6tbHGqpULk4esOOLJEipAScOCDGHk+teQ== 11827 integrity sha512-4tz23yGGeATmbzj/ZnUm6wgQ4E1lzmMXu2mUA/c0G6adtWKxm1Di5YejdZdRsK6SdkLjKjhplFFYT7r+UUDKvA==
11689 dependencies: 11828 dependencies:
11690 binary-search "^1.3.4" 11829 binary-search "^1.3.4"
11691 mediasource "^2.2.2" 11830 mediasource "^2.2.2"
@@ -11704,23 +11843,23 @@ void-elements@^2.0.0:
11704 resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec" 11843 resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
11705 integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w= 11844 integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
11706 11845
11707watchpack-chokidar2@^2.0.0: 11846watchpack-chokidar2@^2.0.1:
11708 version "2.0.0" 11847 version "2.0.1"
11709 resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.0.tgz#9948a1866cbbd6cb824dea13a7ed691f6c8ddff0" 11848 resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
11710 integrity sha512-9TyfOyN/zLUbA288wZ8IsMZ+6cbzvsNyEzSBp6e/zkifi6xxbl8SmQ/CxQq32k8NNqrdVEVUVSEf56L4rQ/ZxA== 11849 integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
11711 dependencies: 11850 dependencies:
11712 chokidar "^2.1.8" 11851 chokidar "^2.1.8"
11713 11852
11714watchpack@^1.7.4: 11853watchpack@^1.7.4:
11715 version "1.7.4" 11854 version "1.7.5"
11716 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b" 11855 resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
11717 integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg== 11856 integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
11718 dependencies: 11857 dependencies:
11719 graceful-fs "^4.1.2" 11858 graceful-fs "^4.1.2"
11720 neo-async "^2.5.0" 11859 neo-async "^2.5.0"
11721 optionalDependencies: 11860 optionalDependencies:
11722 chokidar "^3.4.1" 11861 chokidar "^3.4.1"
11723 watchpack-chokidar2 "^2.0.0" 11862 watchpack-chokidar2 "^2.0.1"
11724 11863
11725wbuf@^1.1.0, wbuf@^1.7.3: 11864wbuf@^1.1.0, wbuf@^1.7.3:
11726 version "1.7.3" 11865 version "1.7.3"
@@ -11761,46 +11900,42 @@ webdriver-manager@^12.1.7:
11761 semver "^5.3.0" 11900 semver "^5.3.0"
11762 xml2js "^0.4.17" 11901 xml2js "^0.4.17"
11763 11902
11764webidl-conversions@^6.1.0: 11903webpack-bundle-analyzer@^4.1.0:
11765 version "6.1.0" 11904 version "4.1.0"
11766 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" 11905 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.1.0.tgz#31f9e5e187ee32fae2392b21806582cc6fe74cf9"
11767 integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== 11906 integrity sha512-R3oQaPn7KGJGqnOyuAbdNlH4Nm+w+gvoXQZWqYjgaMnR+vY4Ga8VD5ntfkKa00GarO7LQfOlePvtGvr254Z4Ag==
11768
11769webpack-bundle-analyzer@^3.0.2:
11770 version "3.8.0"
11771 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz#ce6b3f908daf069fd1f7266f692cbb3bded9ba16"
11772 integrity sha512-PODQhAYVEourCcOuU+NiYI7WdR8QyELZGgPvB1y2tjbUpbmcQOt5Q7jEK+ttd5se0KSBKD9SXHCEozS++Wllmw==
11773 dependencies: 11907 dependencies:
11774 acorn "^7.1.1" 11908 acorn "^8.0.4"
11775 acorn-walk "^7.1.1" 11909 acorn-walk "^8.0.0"
11776 bfj "^6.1.1" 11910 chalk "^4.1.0"
11777 chalk "^2.4.1" 11911 commander "^6.2.0"
11778 commander "^2.18.0" 11912 ejs "^3.1.5"
11779 ejs "^2.6.1" 11913 express "^4.17.1"
11780 express "^4.16.3" 11914 filesize "^6.1.0"
11781 filesize "^3.6.1" 11915 gzip-size "^5.1.1"
11782 gzip-size "^5.0.0" 11916 lodash "^4.17.20"
11783 lodash "^4.17.15" 11917 mkdirp "^1.0.4"
11784 mkdirp "^0.5.1" 11918 opener "^1.5.2"
11785 opener "^1.5.1" 11919 ws "^7.3.1"
11786 ws "^6.0.0"
11787 11920
11788webpack-cli@^3.0.8: 11921webpack-cli@^4.2.0:
11789 version "3.3.12" 11922 version "4.2.0"
11790 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.12.tgz#94e9ada081453cd0aa609c99e500012fd3ad2d4a" 11923 resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.2.0.tgz#10a09030ad2bd4d8b0f78322fba6ea43ec56aaaa"
11791 integrity sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag== 11924 integrity sha512-EIl3k88vaF4fSxWSgtAQR+VwicfLMTZ9amQtqS4o+TDPW9HGaEpbFBbAZ4A3ZOT5SOnMxNOzROsSTPiE8tBJPA==
11792 dependencies: 11925 dependencies:
11793 chalk "^2.4.2" 11926 "@webpack-cli/info" "^1.1.0"
11794 cross-spawn "^6.0.5" 11927 "@webpack-cli/serve" "^1.1.0"
11795 enhanced-resolve "^4.1.1" 11928 colorette "^1.2.1"
11796 findup-sync "^3.0.0" 11929 command-line-usage "^6.1.0"
11797 global-modules "^2.0.0" 11930 commander "^6.2.0"
11798 import-local "^2.0.0" 11931 enquirer "^2.3.6"
11799 interpret "^1.4.0" 11932 execa "^4.1.0"
11800 loader-utils "^1.4.0" 11933 import-local "^3.0.2"
11801 supports-color "^6.1.0" 11934 interpret "^2.2.0"
11802 v8-compile-cache "^2.1.1" 11935 leven "^3.1.0"
11803 yargs "^13.3.2" 11936 rechoir "^0.7.0"
11937 v8-compile-cache "^2.2.0"
11938 webpack-merge "^4.2.2"
11804 11939
11805webpack-dev-middleware@3.7.2, webpack-dev-middleware@^3.7.2: 11940webpack-dev-middleware@3.7.2, webpack-dev-middleware@^3.7.2:
11806 version "3.7.2" 11941 version "3.7.2"
@@ -11860,20 +11995,28 @@ webpack-log@^2.0.0:
11860 ansi-colors "^3.0.0" 11995 ansi-colors "^3.0.0"
11861 uuid "^3.3.2" 11996 uuid "^3.3.2"
11862 11997
11863webpack-merge@4.2.2: 11998webpack-merge@5.2.0:
11999 version "5.2.0"
12000 resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.2.0.tgz#31cbcc954f8f89cd4b06ca8d97a38549f7f3f0c9"
12001 integrity sha512-QBglJBg5+lItm3/Lopv8KDDK01+hjdg2azEwi/4vKJ8ZmGPdtJsTpjtNNOW3a4WiqzXdCATtTudOZJngE7RKkA==
12002 dependencies:
12003 clone-deep "^4.0.1"
12004 wildcard "^2.0.0"
12005
12006webpack-merge@^4.2.2:
11864 version "4.2.2" 12007 version "4.2.2"
11865 resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d" 12008 resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-4.2.2.tgz#a27c52ea783d1398afd2087f547d7b9d2f43634d"
11866 integrity sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g== 12009 integrity sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==
11867 dependencies: 12010 dependencies:
11868 lodash "^4.17.15" 12011 lodash "^4.17.15"
11869 12012
11870webpack-sources@1.4.3, webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3: 12013webpack-sources@2.0.1:
11871 version "1.4.3" 12014 version "2.0.1"
11872 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933" 12015 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.0.1.tgz#1467f6e692ddce91e88b8044c44347b1087bbd4f"
11873 integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== 12016 integrity sha512-A9oYz7ANQBK5EN19rUXbvNgfdfZf5U2gP0769OXsj9CvYkCR6OHOsd6OKyEy4H38GGxpsQPKIL83NC64QY6Xmw==
11874 dependencies: 12017 dependencies:
11875 source-list-map "^2.0.0" 12018 source-list-map "^2.0.1"
11876 source-map "~0.6.1" 12019 source-map "^0.6.1"
11877 12020
11878webpack-sources@^0.1.4: 12021webpack-sources@^0.1.4:
11879 version "0.1.5" 12022 version "0.1.5"
@@ -11883,17 +12026,25 @@ webpack-sources@^0.1.4:
11883 source-list-map "~0.1.7" 12026 source-list-map "~0.1.7"
11884 source-map "~0.5.3" 12027 source-map "~0.5.3"
11885 12028
11886webpack-subresource-integrity@1.4.1: 12029webpack-sources@^1.1.0, webpack-sources@^1.2.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
11887 version "1.4.1" 12030 version "1.4.3"
11888 resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.4.1.tgz#e8bf918b444277df46a66cd84542cbcdc5a6272d" 12031 resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
11889 integrity sha512-XMLFInbGbB1HV7K4vHWANzc1CN0t/c4bBvnlvGxGwV45yE/S/feAXIm8dJsCkzqWtSKnmaEgTp/meyeThxG4Iw== 12032 integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
12033 dependencies:
12034 source-list-map "^2.0.0"
12035 source-map "~0.6.1"
12036
12037webpack-subresource-integrity@1.5.1:
12038 version "1.5.1"
12039 resolved "https://registry.yarnpkg.com/webpack-subresource-integrity/-/webpack-subresource-integrity-1.5.1.tgz#6f44ea99987266b70c4ec42ac51064d33e982277"
12040 integrity sha512-uekbQ93PZ9e7BFB8Hl9cFIVYQyQqiXp2ExKk9Zv+qZfH/zHXHrCFAfw1VW0+NqWbTWrs/HnuDrto3+tiPXh//Q==
11890 dependencies: 12041 dependencies:
11891 webpack-sources "^1.3.0" 12042 webpack-sources "^1.3.0"
11892 12043
11893webpack@4.44.1: 12044webpack@4.44.2:
11894 version "4.44.1" 12045 version "4.44.2"
11895 resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" 12046 resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
11896 integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== 12047 integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
11897 dependencies: 12048 dependencies:
11898 "@webassemblyjs/ast" "1.9.0" 12049 "@webassemblyjs/ast" "1.9.0"
11899 "@webassemblyjs/helper-module-context" "1.9.0" 12050 "@webassemblyjs/helper-module-context" "1.9.0"
@@ -11940,89 +12091,82 @@ websocket-extensions@>=0.1.1:
11940 resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" 12091 resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
11941 integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== 12092 integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
11942 12093
11943webtorrent@^0.108.1: 12094webtorrent@^0.111.0:
11944 version "0.108.6" 12095 version "0.111.0"
11945 resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-0.108.6.tgz#7e9f8ccc745149ae33c964abb691b22a5c2f49ee" 12096 resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-0.111.0.tgz#bf8aaa3da52208406e956f3075f80408e170c1ff"
11946 integrity sha512-hkwjMQTbBiwdJn3vEVjOyNwKZISp6r4GEl/J0N6Ukw2oeaETIylvAlf7G0o+a9FcFMThBIle0iCPYLTwumCOaQ== 12097 integrity sha512-DrQVuFSLEB54dm+5tuRclXaeuH5tx7qlp0DYE0mCK7vbYEmn1UJr5GLXztYW/y4Yxie4CSSGeo5LjTxy59z0og==
11947 dependencies: 12098 dependencies:
11948 addr-to-ip-port "^1.5.1" 12099 addr-to-ip-port "^1.5.1"
11949 bitfield "^3.0.0" 12100 bitfield "^4.0.0"
11950 bittorrent-dht "^10.0.0" 12101 bittorrent-dht "^10.0.0"
11951 bittorrent-protocol "^3.1.1" 12102 bittorrent-protocol "^3.2.0"
11952 chrome-net "^3.3.4" 12103 chrome-net "^3.3.4"
11953 chunk-store-stream "^4.1.0" 12104 chunk-store-stream "^4.1.1"
11954 create-torrent "^4.4.2" 12105 create-torrent "^4.4.2"
11955 debug "^4.1.1" 12106 debug "^4.2.0"
11956 end-of-stream "1.4.1" 12107 end-of-stream "1.4.1"
11957 escape-html "^1.0.3" 12108 escape-html "^1.0.3"
11958 fs-chunk-store "^2.0.2" 12109 fs-chunk-store "^2.0.2"
11959 http-node "github:feross/http-node#webtorrent" 12110 http-node "github:feross/http-node#webtorrent"
11960 immediate-chunk-store "^2.1.0" 12111 immediate-chunk-store "^2.1.1"
11961 load-ip-set "^2.1.0" 12112 load-ip-set "^2.1.1"
11962 memory-chunk-store "^1.3.0" 12113 memory-chunk-store "^1.3.0"
11963 mime "^2.4.6" 12114 mime "^2.4.6"
11964 multistream "^4.0.0" 12115 multistream "^4.0.1"
11965 package-json-versionify "^1.0.4" 12116 package-json-versionify "^1.0.4"
11966 parse-numeric-range "^1.2.0" 12117 parse-torrent "^9.1.0"
11967 parse-torrent "^7.1.3"
11968 pump "^3.0.0" 12118 pump "^3.0.0"
11969 random-iterate "^1.0.1" 12119 random-iterate "^1.0.1"
11970 randombytes "^2.1.0" 12120 randombytes "^2.1.0"
11971 range-parser "^1.2.1" 12121 range-parser "^1.2.1"
11972 readable-stream "^3.6.0" 12122 readable-stream "^3.6.0"
11973 render-media "^3.4.3" 12123 render-media "^4.0.0"
11974 run-parallel "^1.1.9" 12124 run-parallel "^1.1.10"
11975 run-parallel-limit "^1.0.5" 12125 run-parallel-limit "^1.0.6"
11976 simple-concat "^1.0.0" 12126 simple-concat "^1.0.1"
11977 simple-get "^3.0.1" 12127 simple-get "^4.0.0"
11978 simple-peer "^9.7.2" 12128 simple-peer "^9.9.3"
11979 simple-sha1 "^3.0.1" 12129 simple-sha1 "^3.0.1"
11980 speedometer "^1.1.0" 12130 speedometer "^1.1.0"
11981 stream-to-blob "^2.0.1" 12131 stream-to-blob "^2.0.1"
11982 stream-to-blob-url "^3.0.2" 12132 stream-to-blob-url "^3.0.2"
11983 stream-with-known-length-to-buffer "^1.0.3" 12133 stream-with-known-length-to-buffer "^1.0.4"
11984 torrent-discovery "^9.3.0" 12134 torrent-discovery "^9.4.0"
11985 torrent-piece "^2.0.0" 12135 torrent-piece "^2.0.0"
11986 unordered-array-remove "^1.0.2" 12136 unordered-array-remove "^1.0.2"
11987 ut_metadata "^3.5.0" 12137 ut_metadata "^3.5.2"
11988 ut_pex "^2.0.0" 12138 ut_pex "^2.0.1"
12139 utp-native "^2.2.1"
11989 12140
11990whatwg-fetch@^3.0.0: 12141whatwg-fetch@^3.0.0:
11991 version "3.4.0" 12142 version "3.5.0"
11992 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.4.0.tgz#e11de14f4878f773fbebcde8871b2c0699af8b30" 12143 resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868"
11993 integrity sha512-rsum2ulz2iuZH08mJkT0Yi6JnKhwdw4oeyMjokgxd+mmqYSd9cPpOQf01TIWgjxG/U4+QR+AwKq6lSbXVxkyoQ== 12144 integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==
11994 12145
11995whatwg-mimetype@^2.3.0: 12146whatwg-mimetype@^2.3.0:
11996 version "2.3.0" 12147 version "2.3.0"
11997 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" 12148 resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
11998 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== 12149 integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
11999 12150
12000whatwg-url@^8.0.0:
12001 version "8.2.0"
12002 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.2.0.tgz#89383f80ea3888734d1cf29526c135d52e60166d"
12003 integrity sha512-Sl4svq71j4kzaFD13uxkVl2AIsbj/xwp8NTM1VMhFRyNT1ZMTWaV6+Pva0fQs7y8+cAEPrDGfCAFLvJejhT79g==
12004 dependencies:
12005 lodash.sortby "^4.7.0"
12006 tr46 "^2.0.2"
12007 webidl-conversions "^6.1.0"
12008
12009when@~3.6.x:
12010 version "3.6.4"
12011 resolved "https://registry.yarnpkg.com/when/-/when-3.6.4.tgz#473b517ec159e2b85005497a13983f095412e34e"
12012 integrity sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=
12013
12014which-module@^2.0.0: 12151which-module@^2.0.0:
12015 version "2.0.0" 12152 version "2.0.0"
12016 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" 12153 resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
12017 integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= 12154 integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
12018 12155
12019which@1, which@^1.2.1, which@^1.2.14, which@^1.2.9, which@^1.3.1: 12156which@^1.2.1, which@^1.2.9, which@^1.3.1:
12020 version "1.3.1" 12157 version "1.3.1"
12021 resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" 12158 resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
12022 integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== 12159 integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
12023 dependencies: 12160 dependencies:
12024 isexe "^2.0.0" 12161 isexe "^2.0.0"
12025 12162
12163which@^2.0.1, which@^2.0.2:
12164 version "2.0.2"
12165 resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
12166 integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
12167 dependencies:
12168 isexe "^2.0.0"
12169
12026wide-align@^1.1.0: 12170wide-align@^1.1.0:
12027 version "1.1.3" 12171 version "1.1.3"
12028 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" 12172 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
@@ -12030,11 +12174,24 @@ wide-align@^1.1.0:
12030 dependencies: 12174 dependencies:
12031 string-width "^1.0.2 || 2" 12175 string-width "^1.0.2 || 2"
12032 12176
12177wildcard@^2.0.0:
12178 version "2.0.0"
12179 resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
12180 integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
12181
12033word-wrap@~1.2.3: 12182word-wrap@~1.2.3:
12034 version "1.2.3" 12183 version "1.2.3"
12035 resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" 12184 resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
12036 integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== 12185 integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
12037 12186
12187wordwrapjs@^4.0.0:
12188 version "4.0.0"
12189 resolved "https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-4.0.0.tgz#9aa9394155993476e831ba8e59fb5795ebde6800"
12190 integrity sha512-Svqw723a3R34KvsMgpjFBYCgNOSdcW3mQFK4wIfhGQhtaFVOJmdYoXgi63ne3dTlWgatVcUc7t4HtQ/+bUVIzQ==
12191 dependencies:
12192 reduce-flatten "^2.0.0"
12193 typical "^5.0.0"
12194
12038worker-farm@^1.7.0: 12195worker-farm@^1.7.0:
12039 version "1.7.0" 12196 version "1.7.0"
12040 resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8" 12197 resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8"
@@ -12087,17 +12244,17 @@ write@^0.2.1:
12087 dependencies: 12244 dependencies:
12088 mkdirp "^0.5.1" 12245 mkdirp "^0.5.1"
12089 12246
12090ws@^6.0.0, ws@^6.2.1: 12247ws@^6.2.1:
12091 version "6.2.1" 12248 version "6.2.1"
12092 resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" 12249 resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
12093 integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== 12250 integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
12094 dependencies: 12251 dependencies:
12095 async-limiter "~1.0.0" 12252 async-limiter "~1.0.0"
12096 12253
12097ws@^7.0.0, ws@^7.1.2, ws@^7.3.0: 12254ws@^7.0.0, ws@^7.1.2, ws@^7.3.0, ws@^7.3.1:
12098 version "7.3.1" 12255 version "7.4.0"
12099 resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8" 12256 resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.0.tgz#a5dd76a24197940d4a8bb9e0e152bb4503764da7"
12100 integrity sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA== 12257 integrity sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==
12101 12258
12102ws@~6.1.0: 12259ws@~6.1.0:
12103 version "6.1.4" 12260 version "6.1.4"
@@ -12106,6 +12263,11 @@ ws@~6.1.0:
12106 dependencies: 12263 dependencies:
12107 async-limiter "~1.0.0" 12264 async-limiter "~1.0.0"
12108 12265
12266ws@~7.2.1:
12267 version "7.2.5"
12268 resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.5.tgz#abb1370d4626a5a9cd79d8de404aa18b3465d10d"
12269 integrity sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==
12270
12109xml2js@^0.4.17: 12271xml2js@^0.4.17:
12110 version "0.4.23" 12272 version "0.4.23"
12111 resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66" 12273 resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz#a0c69516752421eb2ac758ee4d4ccf58843eac66"
@@ -12159,6 +12321,11 @@ yallist@^4.0.0:
12159 resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" 12321 resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
12160 integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== 12322 integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
12161 12323
12324yaml@^1.10.0:
12325 version "1.10.0"
12326 resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
12327 integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
12328
12162yargs-parser@^13.1.2: 12329yargs-parser@^13.1.2:
12163 version "13.1.2" 12330 version "13.1.2"
12164 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" 12331 resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
@@ -12256,7 +12423,14 @@ yeast@0.1.2:
12256 resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" 12423 resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
12257 integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= 12424 integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk=
12258 12425
12259zone.js@~0.10.2, zone.js@~0.10.3: 12426zone.js@~0.10.3:
12260 version "0.10.3" 12427 version "0.10.3"
12261 resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16" 12428 resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.10.3.tgz#3e5e4da03c607c9dcd92e37dd35687a14a140c16"
12262 integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg== 12429 integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==
12430
12431zone.js@~0.11.3:
12432 version "0.11.3"
12433 resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.3.tgz#255a6313174731cc014d63233ef04fd9858da375"
12434 integrity sha512-Y4hTHoh4VcxU5BDGAqEoOnOiyT254w6CiHtpQxAJUSMZPyVgdbKf+5R7Mwz6xsPhMIeBXk5rTopRZDpjssTCUg==
12435 dependencies:
12436 tslib "^2.0.0"