diff options
Diffstat (limited to 'viewer/package-lock.json')
-rw-r--r-- | viewer/package-lock.json | 2283 |
1 files changed, 949 insertions, 1334 deletions
diff --git a/viewer/package-lock.json b/viewer/package-lock.json index 955e21e..48ed269 100644 --- a/viewer/package-lock.json +++ b/viewer/package-lock.json | |||
@@ -14,33 +14,34 @@ | |||
14 | } | 14 | } |
15 | }, | 15 | }, |
16 | "@babel/compat-data": { | 16 | "@babel/compat-data": { |
17 | "version": "7.8.5", | 17 | "version": "7.9.0", |
18 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.8.5.tgz", | 18 | "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.0.tgz", |
19 | "integrity": "sha512-jWYUqQX/ObOhG1UiEkbH5SANsE/8oKXiQWjj7p7xgj9Zmnt//aUvyz4dBkK0HNsS8/cbyC5NmmH87VekW+mXFg==", | 19 | "integrity": "sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g==", |
20 | "dev": true, | 20 | "dev": true, |
21 | "requires": { | 21 | "requires": { |
22 | "browserslist": "^4.8.5", | 22 | "browserslist": "^4.9.1", |
23 | "invariant": "^2.2.4", | 23 | "invariant": "^2.2.4", |
24 | "semver": "^5.5.0" | 24 | "semver": "^5.5.0" |
25 | } | 25 | } |
26 | }, | 26 | }, |
27 | "@babel/core": { | 27 | "@babel/core": { |
28 | "version": "7.8.4", | 28 | "version": "7.9.0", |
29 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz", | 29 | "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz", |
30 | "integrity": "sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==", | 30 | "integrity": "sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==", |
31 | "dev": true, | 31 | "dev": true, |
32 | "requires": { | 32 | "requires": { |
33 | "@babel/code-frame": "^7.8.3", | 33 | "@babel/code-frame": "^7.8.3", |
34 | "@babel/generator": "^7.8.4", | 34 | "@babel/generator": "^7.9.0", |
35 | "@babel/helpers": "^7.8.4", | 35 | "@babel/helper-module-transforms": "^7.9.0", |
36 | "@babel/parser": "^7.8.4", | 36 | "@babel/helpers": "^7.9.0", |
37 | "@babel/template": "^7.8.3", | 37 | "@babel/parser": "^7.9.0", |
38 | "@babel/traverse": "^7.8.4", | 38 | "@babel/template": "^7.8.6", |
39 | "@babel/types": "^7.8.3", | 39 | "@babel/traverse": "^7.9.0", |
40 | "@babel/types": "^7.9.0", | ||
40 | "convert-source-map": "^1.7.0", | 41 | "convert-source-map": "^1.7.0", |
41 | "debug": "^4.1.0", | 42 | "debug": "^4.1.0", |
42 | "gensync": "^1.0.0-beta.1", | 43 | "gensync": "^1.0.0-beta.1", |
43 | "json5": "^2.1.0", | 44 | "json5": "^2.1.2", |
44 | "lodash": "^4.17.13", | 45 | "lodash": "^4.17.13", |
45 | "resolve": "^1.3.2", | 46 | "resolve": "^1.3.2", |
46 | "semver": "^5.4.1", | 47 | "semver": "^5.4.1", |
@@ -57,13 +58,13 @@ | |||
57 | } | 58 | } |
58 | }, | 59 | }, |
59 | "@babel/highlight": { | 60 | "@babel/highlight": { |
60 | "version": "7.8.3", | 61 | "version": "7.9.0", |
61 | "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz", | 62 | "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.9.0.tgz", |
62 | "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==", | 63 | "integrity": "sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==", |
63 | "dev": true, | 64 | "dev": true, |
64 | "requires": { | 65 | "requires": { |
66 | "@babel/helper-validator-identifier": "^7.9.0", | ||
65 | "chalk": "^2.0.0", | 67 | "chalk": "^2.0.0", |
66 | "esutils": "^2.0.2", | ||
67 | "js-tokens": "^4.0.0" | 68 | "js-tokens": "^4.0.0" |
68 | } | 69 | } |
69 | }, | 70 | }, |
@@ -76,12 +77,12 @@ | |||
76 | } | 77 | } |
77 | }, | 78 | }, |
78 | "@babel/generator": { | 79 | "@babel/generator": { |
79 | "version": "7.8.4", | 80 | "version": "7.9.4", |
80 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz", | 81 | "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.9.4.tgz", |
81 | "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==", | 82 | "integrity": "sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA==", |
82 | "dev": true, | 83 | "dev": true, |
83 | "requires": { | 84 | "requires": { |
84 | "@babel/types": "^7.8.3", | 85 | "@babel/types": "^7.9.0", |
85 | "jsesc": "^2.5.1", | 86 | "jsesc": "^2.5.1", |
86 | "lodash": "^4.17.13", | 87 | "lodash": "^4.17.13", |
87 | "source-map": "^0.5.0" | 88 | "source-map": "^0.5.0" |
@@ -114,52 +115,42 @@ | |||
114 | "@babel/types": "^7.8.3" | 115 | "@babel/types": "^7.8.3" |
115 | } | 116 | } |
116 | }, | 117 | }, |
117 | "@babel/helper-call-delegate": { | ||
118 | "version": "7.8.3", | ||
119 | "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.8.3.tgz", | ||
120 | "integrity": "sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A==", | ||
121 | "dev": true, | ||
122 | "requires": { | ||
123 | "@babel/helper-hoist-variables": "^7.8.3", | ||
124 | "@babel/traverse": "^7.8.3", | ||
125 | "@babel/types": "^7.8.3" | ||
126 | } | ||
127 | }, | ||
128 | "@babel/helper-compilation-targets": { | 118 | "@babel/helper-compilation-targets": { |
129 | "version": "7.8.4", | 119 | "version": "7.8.7", |
130 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz", | 120 | "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz", |
131 | "integrity": "sha512-3k3BsKMvPp5bjxgMdrFyq0UaEO48HciVrOVF0+lon8pp95cyJ2ujAh0TrBHNMnJGT2rr0iKOJPFFbSqjDyf/Pg==", | 121 | "integrity": "sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==", |
132 | "dev": true, | 122 | "dev": true, |
133 | "requires": { | 123 | "requires": { |
134 | "@babel/compat-data": "^7.8.4", | 124 | "@babel/compat-data": "^7.8.6", |
135 | "browserslist": "^4.8.5", | 125 | "browserslist": "^4.9.1", |
136 | "invariant": "^2.2.4", | 126 | "invariant": "^2.2.4", |
137 | "levenary": "^1.1.1", | 127 | "levenary": "^1.1.1", |
138 | "semver": "^5.5.0" | 128 | "semver": "^5.5.0" |
139 | } | 129 | } |
140 | }, | 130 | }, |
141 | "@babel/helper-create-class-features-plugin": { | 131 | "@babel/helper-create-class-features-plugin": { |
142 | "version": "7.8.3", | 132 | "version": "7.8.6", |
143 | "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz", | 133 | "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.6.tgz", |
144 | "integrity": "sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA==", | 134 | "integrity": "sha512-klTBDdsr+VFFqaDHm5rR69OpEQtO2Qv8ECxHS1mNhJJvaHArR6a1xTf5K/eZW7eZpJbhCx3NW1Yt/sKsLXLblg==", |
145 | "dev": true, | 135 | "dev": true, |
146 | "requires": { | 136 | "requires": { |
147 | "@babel/helper-function-name": "^7.8.3", | 137 | "@babel/helper-function-name": "^7.8.3", |
148 | "@babel/helper-member-expression-to-functions": "^7.8.3", | 138 | "@babel/helper-member-expression-to-functions": "^7.8.3", |
149 | "@babel/helper-optimise-call-expression": "^7.8.3", | 139 | "@babel/helper-optimise-call-expression": "^7.8.3", |
150 | "@babel/helper-plugin-utils": "^7.8.3", | 140 | "@babel/helper-plugin-utils": "^7.8.3", |
151 | "@babel/helper-replace-supers": "^7.8.3", | 141 | "@babel/helper-replace-supers": "^7.8.6", |
152 | "@babel/helper-split-export-declaration": "^7.8.3" | 142 | "@babel/helper-split-export-declaration": "^7.8.3" |
153 | } | 143 | } |
154 | }, | 144 | }, |
155 | "@babel/helper-create-regexp-features-plugin": { | 145 | "@babel/helper-create-regexp-features-plugin": { |
156 | "version": "7.8.3", | 146 | "version": "7.8.8", |
157 | "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.3.tgz", | 147 | "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz", |
158 | "integrity": "sha512-Gcsm1OHCUr9o9TcJln57xhWHtdXbA2pgQ58S0Lxlks0WMGNXuki4+GLfX0p+L2ZkINUGZvfkz8rzoqJQSthI+Q==", | 148 | "integrity": "sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==", |
159 | "dev": true, | 149 | "dev": true, |
160 | "requires": { | 150 | "requires": { |
151 | "@babel/helper-annotate-as-pure": "^7.8.3", | ||
161 | "@babel/helper-regex": "^7.8.3", | 152 | "@babel/helper-regex": "^7.8.3", |
162 | "regexpu-core": "^4.6.0" | 153 | "regexpu-core": "^4.7.0" |
163 | } | 154 | } |
164 | }, | 155 | }, |
165 | "@babel/helper-define-map": { | 156 | "@babel/helper-define-map": { |
@@ -231,16 +222,17 @@ | |||
231 | } | 222 | } |
232 | }, | 223 | }, |
233 | "@babel/helper-module-transforms": { | 224 | "@babel/helper-module-transforms": { |
234 | "version": "7.8.3", | 225 | "version": "7.9.0", |
235 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz", | 226 | "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz", |
236 | "integrity": "sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q==", | 227 | "integrity": "sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==", |
237 | "dev": true, | 228 | "dev": true, |
238 | "requires": { | 229 | "requires": { |
239 | "@babel/helper-module-imports": "^7.8.3", | 230 | "@babel/helper-module-imports": "^7.8.3", |
231 | "@babel/helper-replace-supers": "^7.8.6", | ||
240 | "@babel/helper-simple-access": "^7.8.3", | 232 | "@babel/helper-simple-access": "^7.8.3", |
241 | "@babel/helper-split-export-declaration": "^7.8.3", | 233 | "@babel/helper-split-export-declaration": "^7.8.3", |
242 | "@babel/template": "^7.8.3", | 234 | "@babel/template": "^7.8.6", |
243 | "@babel/types": "^7.8.3", | 235 | "@babel/types": "^7.9.0", |
244 | "lodash": "^4.17.13" | 236 | "lodash": "^4.17.13" |
245 | } | 237 | } |
246 | }, | 238 | }, |
@@ -282,15 +274,15 @@ | |||
282 | } | 274 | } |
283 | }, | 275 | }, |
284 | "@babel/helper-replace-supers": { | 276 | "@babel/helper-replace-supers": { |
285 | "version": "7.8.3", | 277 | "version": "7.8.6", |
286 | "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz", | 278 | "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz", |
287 | "integrity": "sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA==", | 279 | "integrity": "sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7vo |