diff options
-rw-r--r-- | client/package.json | 20 | ||||
-rw-r--r-- | client/yarn.lock | 117 |
2 files changed, 84 insertions, 53 deletions
diff --git a/client/package.json b/client/package.json index e84c45aff..53300bb64 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -35,7 +35,7 @@ | |||
35 | "devDependencies": { | 35 | "devDependencies": { |
36 | "@angular-devkit/build-angular": "~0.900.1", | 36 | "@angular-devkit/build-angular": "~0.900.1", |
37 | "@angular/animations": "~9.0.0", | 37 | "@angular/animations": "~9.0.0", |
38 | "@angular/cdk": "^8.2.3", | 38 | "@angular/cdk": "^9.0.0", |
39 | "@angular/cli": "~9.0.1", | 39 | "@angular/cli": "~9.0.1", |
40 | "@angular/common": "~9.0.0", | 40 | "@angular/common": "~9.0.0", |
41 | "@angular/compiler": "~9.0.0", | 41 | "@angular/compiler": "~9.0.0", |
@@ -49,12 +49,12 @@ | |||
49 | "@angular/service-worker": "~9.0.0", | 49 | "@angular/service-worker": "~9.0.0", |
50 | "@angularclass/hmr": "^2.1.3", | 50 | "@angularclass/hmr": "^2.1.3", |
51 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 51 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
52 | "@ng-bootstrap/ng-bootstrap": "^5.1.0", | 52 | "@ng-bootstrap/ng-bootstrap": "^5.2.1", |
53 | "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", | 53 | "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", |
54 | "@ngx-loading-bar/core": "^4.2.0", | 54 | "@ngx-loading-bar/core": "^4.2.0", |
55 | "@ngx-loading-bar/http-client": "^4.2.0", | 55 | "@ngx-loading-bar/http-client": "^4.2.0", |
56 | "@ngx-loading-bar/router": "^4.2.0", | 56 | "@ngx-loading-bar/router": "^4.2.0", |
57 | "@ngx-meta/core": "^7.0.0", | 57 | "@ngx-meta/core": "^8.0.2", |
58 | "@ngx-translate/i18n-polyfill": "^1.0.0", | 58 | "@ngx-translate/i18n-polyfill": "^1.0.0", |
59 | "@types/core-js": "^2.5.2", | 59 | "@types/core-js": "^2.5.2", |
60 | "@types/debug": "^4.1.5", | 60 | "@types/debug": "^4.1.5", |
@@ -71,7 +71,7 @@ | |||
71 | "@types/video.js": "^7.3.3", | 71 | "@types/video.js": "^7.3.3", |
72 | "@types/webtorrent": "^0.107.0", | 72 | "@types/webtorrent": "^0.107.0", |
73 | "angular2-hotkeys": "^2.1.2", | 73 | "angular2-hotkeys": "^2.1.2", |
74 | "angularx-qrcode": "1.6.4", | 74 | "angularx-qrcode": "2.1.0", |
75 | "awesome-typescript-loader": "5.2.1", | 75 | "awesome-typescript-loader": "5.2.1", |
76 | "bootstrap": "^4.1.3", | 76 | "bootstrap": "^4.1.3", |
77 | "buffer": "^5.1.0", | 77 | "buffer": "^5.1.0", |
@@ -101,13 +101,13 @@ | |||
101 | "lodash-es": "^4.17.4", | 101 | "lodash-es": "^4.17.4", |
102 | "markdown-it": "^9.0.1", | 102 | "markdown-it": "^9.0.1", |
103 | "ngx-chips": "2.1.0", | 103 | "ngx-chips": "2.1.0", |
104 | "ngx-clipboard": "12.2.1", | 104 | "ngx-clipboard": "12.3.0", |
105 | "ngx-pipes": "^2.1.7", | 105 | "ngx-pipes": "^2.6.0", |
106 | "node-sass": "^4.9.3", | 106 | "node-sass": "^4.9.3", |
107 | "npm-font-source-sans-pro": "^1.0.2", | 107 | "npm-font-source-sans-pro": "^1.0.2", |
108 | "p2p-media-loader-hlsjs": "^0.6.2", | 108 | "p2p-media-loader-hlsjs": "^0.6.2", |
109 | "path-browserify": "^1.0.0", | 109 | "path-browserify": "^1.0.0", |
110 | "primeng": "^8.0.2", | 110 | "primeng": "^9.0.0-rc.4", |
111 | "process": "^0.11.10", | 111 | "process": "^0.11.10", |
112 | "protractor": "^5.3.2", | 112 | "protractor": "^5.3.2", |
113 | "purify-css": "^1.2.5", | 113 | "purify-css": "^1.2.5", |
@@ -141,7 +141,7 @@ | |||
141 | }, | 141 | }, |
142 | "dependencies": { | 142 | "dependencies": { |
143 | "@angular/localize": "~9.0.0", | 143 | "@angular/localize": "~9.0.0", |
144 | "@ngx-i18nsupport/tooling": "^8.0.3" | 144 | "@ngx-i18nsupport/tooling": "^8.0.3", |
145 | , "tslib": "^1.10.0" | 145 | "tslib": "^1.10.0" |
146 | } | ||
146 | } | 147 | } |
147 | } \ No newline at end of file | ||
diff --git a/client/yarn.lock b/client/yarn.lock index 18a9c696f..2be6cf26c 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -122,12 +122,10 @@ | |||
122 | resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0.tgz#8d2b852c5273bcc161d13f82faaf3566ab562951" | 122 | resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.0.0.tgz#8d2b852c5273bcc161d13f82faaf3566ab562951" |
123 | integrity sha512-jB8+SC3vMztW5zt5UYVmtVwqIWE33UyEjbP5JPba3I3bLRK5E059LcJmN1rSdJHItgIAdG9Y1I0WJ6aiSFyp4Q== | 123 | integrity sha512-jB8+SC3vMztW5zt5UYVmtVwqIWE33UyEjbP5JPba3I3bLRK5E059LcJmN1rSdJHItgIAdG9Y1I0WJ6aiSFyp4Q== |
124 | 124 | ||
125 | "@angular/cdk@^8.2.3": | 125 | "@angular/cdk@^9.0.0": |
126 | version "8.2.3" | 126 | version "9.0.0" |
127 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.2.3.tgz#16b96ffa935cbf5a646757ecaf2b19c434678f72" | 127 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.0.0.tgz#5734817ae97044f90d304fa0f25c9c1a7fa0bf96" |
128 | integrity sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA== | 128 | integrity sha512-2kYpyYbewIB6fubSIDMvSprJLNplRZoL/AtXW3od4dLyRxtzX+7iWTAtzUG/dhq8CKev0lpd1HENh5lLR/Lhjw== |
129 | dependencies: | ||
130 | tslib "^1.7.1" | ||
131 | optionalDependencies: | 129 | optionalDependencies: |
132 | parse5 "^5.0.0" | 130 | parse5 "^5.0.0" |
133 | 131 | ||
@@ -157,7 +155,7 @@ | |||
157 | universal-analytics "^0.4.20" | 155 | universal-analytics "^0.4.20" |
158 | uuid "^3.3.2" | 156 | uuid "^3.3.2" |
159 | 157 | ||
160 | "@angular/common@~9.0.0": | 158 | "@angular/common@>= 5.0.0 < 9.1.0", "@angular/common@~9.0.0": |
161 | version "9.0.0" | 159 | version "9.0.0" |
162 | resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0.tgz#0e3b2452d42f87d1825a448a31ad72c593ee0785" | 160 | resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.0.tgz#0e3b2452d42f87d1825a448a31ad72c593ee0785" |
163 | integrity sha512-ZMmEClGtUNJwV5CBlqcSHPIsNyz6WU/GvKWFzJ5VZc68oeg1e7lqfNMNIC47TjyolNJ7VSpNlyrKjzfdBlmqVw== | 161 | integrity sha512-ZMmEClGtUNJwV5CBlqcSHPIsNyz6WU/GvKWFzJ5VZc68oeg1e7lqfNMNIC47TjyolNJ7VSpNlyrKjzfdBlmqVw== |
@@ -1038,10 +1036,10 @@ | |||
1038 | resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.3.tgz#58ecfeed21a959875077f190acc191b2d0e60aa6" | 1036 | resolved "https://registry.yarnpkg.com/@neos21/bootstrap3-glyphicons/-/bootstrap3-glyphicons-1.0.3.tgz#58ecfeed21a959875077f190acc191b2d0e60aa6" |
1039 | integrity sha512-C/QiUKppme99jGFm9/8a/J8zoeOP0YPb+lASR64MuhbFjqERDZd6T8QV8fDvjV1egRUnI8KaLyig19bCcH01DA== | 1037 | integrity sha512-C/QiUKppme99jGFm9/8a/J8zoeOP0YPb+lASR64MuhbFjqERDZd6T8QV8fDvjV1egRUnI8KaLyig19bCcH01DA== |
1040 | 1038 | ||
1041 | "@ng-bootstrap/ng-bootstrap@^5.1.0": | 1039 | "@ng-bootstrap/ng-bootstrap@^5.2.1": |
1042 | version "5.1.1" | 1040 | version "5.2.1" |
1043 | resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-5.1.1.tgz#513d7e1e2ee3aca233e82b5dc934f48a0417a00b" | 1041 | resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-5.2.1.tgz#4fea4b561a8fa2422d31d492ffa3843b22669cfd" |
1044 | integrity sha512-k0OGMMxiEalrTo82XY3BNDg0pbJerrvsM79ey41sN6ex0QVMcR23211SAO9mekL8oQqqHcPw9mYN1YgC4jLEJA== | 1042 | integrity sha512-73/FX3wkDCQgdTBIa/pAOUB+DQLbag2vET3NIaqNz8Zno6cilkefY1zdlQ2zbwONcGzCyoTPFAUPivHgvoy9/w== |
1045 | dependencies: | 1043 | dependencies: |
1046 | tslib "^1.9.0" | 1044 | tslib "^1.9.0" |
1047 | 1045 | ||
@@ -1105,12 +1103,12 @@ | |||
1105 | dependencies: | 1103 | dependencies: |
1106 | tslib "^1.9.0" | 1104 | tslib "^1.9.0" |
1107 | 1105 | ||
1108 | "@ngx-meta/core@^7.0.0": | 1106 | "@ngx-meta/core@^8.0.2": |
1109 | version "7.0.0" | 1107 | version "8.0.2" |
1110 | resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-7.0.0.tgz#fe136fc7f0b507499972f5ea0675c58721f6f6e1" | 1108 | resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-8.0.2.tgz#908d9c46309d923cccd6a3c60a2e59c6943cbdc6" |
1111 | integrity sha512-gsbt84hnQPGGGSwxG8av6y7HdZCw9y4pCjUDybEfJEPogrRJIVNUnemh2PnpdzpxRlk9qjbQ+sxO1Nohs+2pSQ== | 1109 | integrity sha512-l5dOafKF+m81MXJC0yO2bjYUAd5b8bEOLY9u2xVT3QwUWmbHQDS7R7Lwtx6s/5grmIeU5LLAV+ZJwzGHW1Hnyg== |
1112 | dependencies: | 1110 | dependencies: |
1113 | tslib "~1.9.0" | 1111 | tslib "^1.10.0" |
1114 | 1112 | ||
1115 | "@ngx-translate/i18n-polyfill@^1.0.0": | 1113 | "@ngx-translate/i18n-polyfill@^1.0.0": |
1116 | version "1.0.0" | 1114 | version "1.0.0" |
@@ -1686,12 +1684,14 @@ angular2-hotkeys@^2.1.2: | |||
1686 | "@types/mousetrap" "^1.6.0" | 1684 | "@types/mousetrap" "^1.6.0" |
1687 | mousetrap "^1.6.0" | 1685 | mousetrap "^1.6.0" |
1688 | 1686 | ||
1689 | angularx-qrcode@1.6.4: | 1687 | angularx-qrcode@2.1.0: |
1690 | version "1.6.4" | 1688 | version "2.1.0" |
1691 | resolved "https://registry.yarnpkg.com/angularx-qrcode/-/angularx-qrcode-1.6.4.tgz#923919d3bb2ac324fec46da7a021bd055916dd42" | 1689 | resolved "https://registry.yarnpkg.com/angularx-qrcode/-/angularx-qrcode-2.1.0.tgz#94ba30647f851305c58b6365ec9eb8fb91bb97dc" |
1692 | integrity sha512-B0w/2+0V6G1yTOfknq7NQJ2iVQBN81aZkQ5nNYjjukVxDRshPQkah0hijxmgMyweXrlqr29qxNPcyRiKvLFebg== | 1690 | integrity sha512-4mtlPJmemQINEz8OH6cYOllLJ77kFamk38G1L8OLF4X/nrxWaFIxMiKcPHf/HVeqATSAPismgqPu9aM5RhF/ig== |
1693 | dependencies: | 1691 | dependencies: |
1694 | qrcodejs2 "0.0.2" | 1692 | "@angular/common" ">= 5.0.0 < 9.1.0" |
1693 | qrcode "1.4.2" | ||
1694 | tslib "^1.9.0" | ||
1695 | 1695 | ||
1696 | ansi-colors@4.1.1: | 1696 | ansi-colors@4.1.1: |
1697 | version "4.1.1" | 1697 | version "4.1.1" |
@@ -3782,6 +3782,11 @@ diffie-hellman@^5.0.0: | |||
3782 | miller-rabin "^4.0.0" | 3782 | miller-rabin "^4.0.0" |
3783 | randombytes "^2.0.0" | 3783 | randombytes "^2.0.0" |
3784 | 3784 | ||
3785 | dijkstrajs@^1.0.1: | ||
3786 | version "1.0.1" | ||
3787 | resolved "https://registry.yarnpkg.com/dijkstrajs/-/dijkstrajs-1.0.1.tgz#d3cd81221e3ea40742cfcde556d4e99e98ddc71b" | ||
3788 | integrity sha1-082BIh4+pAdCz83lVtTpnpjdxxs= | ||
3789 | |||
3785 | dir-glob@^2.0.0: | 3790 | dir-glob@^2.0.0: |
3786 | version "2.2.2" | 3791 | version "2.2.2" |
3787 | resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" | 3792 | resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4" |
@@ -6213,6 +6218,11 @@ isarray@2.0.1: | |||
6213 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.1.tgz#a37d94ed9cda2d59865c9f76fe596ee1f338741e" | 6218 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.1.tgz#a37d94ed9cda2d59865c9f76fe596ee1f338741e" |
6214 | integrity sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4= | 6219 | integrity sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4= |
6215 | 6220 | ||
6221 | isarray@^2.0.1: | ||
6222 | version "2.0.5" | ||
6223 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" | ||
6224 | integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== | ||
6225 | |||
6216 | isbinaryfile@^3.0.0: | 6226 | isbinaryfile@^3.0.0: |
6217 | version "3.0.3" | 6227 | version "3.0.3" |
6218 | resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-3.0.3.tgz#5d6def3edebf6e8ca8cae9c30183a804b5f8be80" | 6228 | resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-3.0.3.tgz#5d6def3edebf6e8ca8cae9c30183a804b5f8be80" |
@@ -7530,18 +7540,18 @@ ngx-chips@2.1.0: | |||
7530 | ng2-material-dropdown "0.11.0" | 7540 | ng2-material-dropdown "0.11.0" |
7531 | tslib "^1.9.0" | 7541 | tslib "^1.9.0" |
7532 | 7542 | ||
7533 | ngx-clipboard@12.2.1: | 7543 | ngx-clipboard@12.3.0: |
7534 | version "12.2.1" | 7544 | version "12.3.0" |
7535 | resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-12.2.1.tgz#3c2b89dc215bb3e0f4fa058b1f8ed6489cf6796e" | 7545 | resolved "https://registry.yarnpkg.com/ngx-clipboard/-/ngx-clipboard-12.3.0.tgz#8e61a894ff57249db64b733d26f9a0b98c08829f" |
7536 | integrity sha512-9TzgVUKcVHGMYRa/DIit05+uVieiQhd8UEo7f97HTDiDeC1iXFgJjdHSGYyVWfVEQ5WuoryXmk6uYkgugf0y2g== | 7546 | integrity sha512-ToSsuDv9I1L0g+TcthePcZ4B859/MpoarlHVr2KnHWy3pR8SxfJlNyP2i9STYRQkJ5bSEg65RFErW4tx52lHYQ== |
7537 | dependencies: | 7547 | dependencies: |
7538 | ngx-window-token "^2.0.0" | 7548 | ngx-window-token "^2.0.0" |
7539 | tslib "^1.9.0" | 7549 | tslib "^1.9.0" |
7540 | 7550 | ||
7541 | ngx-pipes@^2.1.7: | 7551 | ngx-pipes@^2.6.0: |
7542 | version "2.5.6" | 7552 | version "2.6.0" |
7543 | resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-2.5.6.tgz#68b91cf946b3d59582f3f49d2e27e64d8c715f86" | 7553 | resolved "https://registry.yarnpkg.com/ngx-pipes/-/ngx-pipes-2.6.0.tgz#8aec62de477067ef2726f2b87086a169bcf41b8a" |
7544 | integrity sha512-tbqyZO4u+NOW5rYdOFv92pMJ7F6Sp3Jl9OjLTKbY0voqMUtCncs67t8UG3bpWFi/6fA4DD/ogvY5VfOH22sKFg== | 7554 | integrity sha512-JdoiiAiYk8qN8tmYutmbWgc2vfrpWzqV+b/dTyzDDYce1sg0+IfAXxG+il4XKjRtIR06IIT5H9TKOU9ZrlM1EQ== |
7545 | dependencies: | 7555 | dependencies: |
7546 | tslib "^1.9.0" | 7556 | tslib "^1.9.0" |
7547 | 7557 | ||
@@ -8475,6 +8485,11 @@ pluralize@^1.2.1: | |||
8475 | resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45" | 8485 | resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-1.2.1.tgz#d1a21483fd22bb41e58a12fa3421823140897c45" |
8476 | integrity sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU= | 8486 | integrity sha1-0aIUg/0iu0HlihL6NCGCMUCJfEU= |
8477 | 8487 | ||
8488 | pngjs@^3.3.0: | ||
8489 | version "3.4.0" | ||
8490 | resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f" | ||
8491 | integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== | ||
8492 | |||
8478 | portfinder@^1.0.25: | 8493 | portfinder@^1.0.25: |
8479 | version "1.0.25" | 8494 | version "1.0.25" |
8480 | resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca" | 8495 | resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.25.tgz#254fd337ffba869f4b9d37edc298059cb4d35eca" |
@@ -8880,10 +8895,10 @@ pretty-error@^2.0.2: | |||
8880 | renderkid "^2.0.1" | 8895 | renderkid "^2.0.1" |
8881 | utila "~0.4" | 8896 | utila "~0.4" |
8882 | 8897 | ||
8883 | primeng@^8.0.2: | 8898 | primeng@^9.0.0-rc.4: |
8884 | version "8.0.4" | 8899 | version "9.0.0-rc.4" |
8885 | resolved "https://registry.yarnpkg.com/primeng/-/primeng-8.0.4.tgz#ca4928c57cd8aa30db01369223898181f74d2d3b" | 8900 | resolved "https://registry.yarnpkg.com/primeng/-/primeng-9.0.0-rc.4.tgz#b1dc7b84afe8b412e4a51c8070b445ef326ea8bf" |
8886 | integrity sha512-yLgX3bqB6exgocMhMXm/mOEQmfsaSO6qw+FTb6WEEEPA9vmJ1YRktz8F5nyCWcRc59LzNEZ7n87Fwo8cjArQBQ== | 8901 | integrity sha512-g8XVsE7hBxtTWe4aYfF1I/27CGWTR7HFmfSKADh1hkO8A4tfQRfYkID1yo6fNd8t3xRMWYIn31nELQHgqiAe6Q== |
8887 | 8902 | ||
8888 | private@^0.1.6, private@~0.1.5: | 8903 | private@^0.1.6, private@~0.1.5: |
8889 | version "0.1.8" | 8904 | version "0.1.8" |
@@ -9066,10 +9081,15 @@ qjobs@^1.1.4: | |||
9066 | resolved "https://registry.yarnpkg.com/qjobs/-/qjobs-1.2.0.tgz#c45e9c61800bd087ef88d7e256423bdd49e5d071" | 9081 | resolved "https://registry.yarnpkg.com/qjobs/-/qjobs-1.2.0.tgz#c45e9c61800bd087ef88d7e256423bdd49e5d071" |
9067 | integrity sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg== | 9082 | integrity sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg== |
9068 | 9083 | ||
9069 | qrcodejs2@0.0.2: | 9084 | qrcode@1.4.2: |
9070 | version "0.0.2" | 9085 | version "1.4.2" |
9071 | resolved "https://registry.yarnpkg.com/qrcodejs2/-/qrcodejs2-0.0.2.tgz#465afe5e39f19facecb932c11f7a186109146ae1" | 9086 | resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.4.2.tgz#e7c82a60140916d666541043bd2b0b72ee4e38a6" |
9072 | integrity sha1-Rlr+Xjnxn6zsuTLBH3oYYQkUauE= | 9087 | integrity sha512-eR6RgxFYPDFH+zFLTJKtoNP/RlsHANQb52AUmQ2bGDPMuUw7jJb0F+DNEgx7qQGIElrbFxWYMc0/B91zLZPF9Q== |
9088 | dependencies: | ||
9089 | dijkstrajs "^1.0.1" | ||
9090 | isarray "^2.0.1" | ||
9091 | pngjs "^3.3.0" | ||
9092 | yargs "^13.2.4" | ||
9073 | 9093 | ||
9074 | qs@6.7.0: | 9094 | qs@6.7.0: |
9075 | version "6.7.0" | 9095 | version "6.7.0" |
@@ -11145,11 +11165,6 @@ tslib@1.9.0: | |||
11145 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" | 11165 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" |
11146 | integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ== | 11166 | integrity sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ== |
11147 | 11167 | ||
11148 | tslib@~1.9.0: | ||
11149 | version "1.9.3" | ||
11150 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" | ||
11151 | integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== | ||
11152 | |||
11153 | tslint-angular@^3.0.2: | 11168 | tslint-angular@^3.0.2: |
11154 | version "3.0.2" | 11169 | version "3.0.2" |
11155 | resolved "https://registry.yarnpkg.com/tslint-angular/-/tslint-angular-3.0.2.tgz#6f7480cc34f26fcc03df18d7ec3d5ce364b65064" | 11170 | resolved "https://registry.yarnpkg.com/tslint-angular/-/tslint-angular-3.0.2.tgz#6f7480cc34f26fcc03df18d7ec3d5ce364b65064" |
@@ -12128,7 +12143,7 @@ yargs-parser@^11.1.1: | |||
12128 | camelcase "^5.0.0" | 12143 | camelcase "^5.0.0" |
12129 | decamelize "^1.2.0" | 12144 | decamelize "^1.2.0" |
12130 | 12145 | ||
12131 | yargs-parser@^13.0.0, yargs-parser@^13.1.0: | 12146 | yargs-parser@^13.0.0, yargs-parser@^13.1.0, yargs-parser@^13.1.1: |
12132 | version "13.1.1" | 12147 | version "13.1.1" |
12133 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" | 12148 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0" |
12134 | integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ== | 12149 | integrity sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ== |
@@ -12227,6 +12242,22 @@ yargs@13.2.4: | |||
12227 | y18n "^4.0.0" | 12242 | y18n "^4.0.0" |
12228 | yargs-parser "^13.1.0" | 12243 | yargs-parser "^13.1.0" |
12229 | 12244 | ||
12245 | yargs@^13.2.4: | ||
12246 | version "13.3.0" | ||
12247 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83" | ||
12248 | integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA== | ||
12249 | dependencies: | ||
12250 | cliui "^5.0.0" | ||
12251 | find-up "^3.0.0" | ||
12252 | get-caller-file "^2.0.1" | ||
12253 | require-directory "^2.1.1" | ||
12254 | require-main-filename "^2.0.0" | ||
12255 | set-blocking "^2.0.0" | ||
12256 | string-width "^3.0.0" | ||
12257 | which-module "^2.0.0" | ||
12258 | y18n "^4.0.0" | ||
12259 | yargs-parser "^13.1.1" | ||
12260 | |||
12230 | yargs@^7.0.0: | 12261 | yargs@^7.0.0: |
12231 | version "7.1.0" | 12262 | version "7.1.0" |
12232 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8" | 12263 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8" |