Commit 2aabbc788ab05d06f4dcc2a01b25585ecf8f690b
1 parent
bc18ecb2
fix: Fix multi-language errors and installation errors
Showing
4 changed files
with
455 additions
and
700 deletions
package.json
... | ... | @@ -128,14 +128,14 @@ |
128 | 128 | "ts-jest": "^27.0.7", |
129 | 129 | "ts-node": "^10.4.0", |
130 | 130 | "typescript": "^4.5.2", |
131 | - "vite": "^2.6.14", | |
132 | - "vite-plugin-compression": "^0.3.5", | |
131 | + "vite": "^2.7.0-beta.8 ", | |
132 | + "vite-plugin-compression": "^0.3.6", | |
133 | 133 | "vite-plugin-html": "^2.1.1", |
134 | 134 | "vite-plugin-imagemin": "^0.4.6", |
135 | 135 | "vite-plugin-mock": "^2.9.6", |
136 | 136 | "vite-plugin-purge-icons": "^0.7.0", |
137 | 137 | "vite-plugin-pwa": "^0.11.7", |
138 | - "vite-plugin-style-import": "^1.3.0", | |
138 | + "vite-plugin-style-import": "^1.4.0", | |
139 | 139 | "vite-plugin-svg-icons": "^1.0.5", |
140 | 140 | "vite-plugin-theme": "^0.8.1", |
141 | 141 | "vite-plugin-vue-setup-extend": "^0.1.0", |
... | ... | @@ -146,7 +146,8 @@ |
146 | 146 | "resolutions": { |
147 | 147 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", |
148 | 148 | "bin-wrapper": "npm:bin-wrapper-china", |
149 | - "rollup": "^2.56.3" | |
149 | + "rollup": "^2.56.3", | |
150 | + "gifsicle": "5.2.0" | |
150 | 151 | }, |
151 | 152 | "repository": { |
152 | 153 | "type": "git", | ... | ... |
pnpm-lock.yaml
... | ... | @@ -4,6 +4,7 @@ overrides: |
4 | 4 | //: Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it |
5 | 5 | bin-wrapper: npm:bin-wrapper-china |
6 | 6 | rollup: ^2.56.3 |
7 | + gifsicle: 5.2.0 | |
7 | 8 | |
8 | 9 | specifiers: |
9 | 10 | '@ant-design/colors': ^6.0.0 |
... | ... | @@ -93,14 +94,14 @@ specifiers: |
93 | 94 | ts-node: ^10.4.0 |
94 | 95 | typescript: ^4.5.2 |
95 | 96 | vditor: ^3.8.7 |
96 | - vite: ^2.6.14 | |
97 | - vite-plugin-compression: ^0.3.5 | |
97 | + vite: '^2.7.0-beta.8 ' | |
98 | + vite-plugin-compression: ^0.3.6 | |
98 | 99 | vite-plugin-html: ^2.1.1 |
99 | 100 | vite-plugin-imagemin: ^0.4.6 |
100 | 101 | vite-plugin-mock: ^2.9.6 |
101 | 102 | vite-plugin-purge-icons: ^0.7.0 |
102 | 103 | vite-plugin-pwa: ^0.11.7 |
103 | - vite-plugin-style-import: ^1.3.0 | |
104 | + vite-plugin-style-import: ^1.4.0 | |
104 | 105 | vite-plugin-svg-icons: ^1.0.5 |
105 | 106 | vite-plugin-theme: ^0.8.1 |
106 | 107 | vite-plugin-vue-setup-extend: ^0.1.0 |
... | ... | @@ -120,8 +121,8 @@ dependencies: |
120 | 121 | '@iconify/iconify': 2.1.0 |
121 | 122 | '@logicflow/core': 0.7.9 |
122 | 123 | '@logicflow/extension': 0.7.9 |
123 | - '@vueuse/core': 7.0.3_vue@3.2.22 | |
124 | - '@vueuse/shared': 7.0.3_vue@3.2.22 | |
124 | + '@vueuse/core': 7.1.1_vue@3.2.22 | |
125 | + '@vueuse/shared': 7.1.1_vue@3.2.22 | |
125 | 126 | '@zxcvbn-ts/core': 1.0.0 |
126 | 127 | ant-design-vue: 3.0.0-alpha.12_d993d7eb47a5c30940fe6565e4c82216 |
127 | 128 | axios: 0.24.0 |
... | ... | @@ -154,7 +155,7 @@ dependencies: |
154 | 155 | devDependencies: |
155 | 156 | '@commitlint/cli': 15.0.0 |
156 | 157 | '@commitlint/config-conventional': 15.0.0 |
157 | - '@iconify/json': 2.0.0 | |
158 | + '@iconify/json': 2.0.1 | |
158 | 159 | '@purge-icons/generated': 0.7.0 |
159 | 160 | '@types/codemirror': 5.60.5 |
160 | 161 | '@types/crypto-js': 4.0.2 |
... | ... | @@ -172,12 +173,12 @@ devDependencies: |
172 | 173 | '@types/sortablejs': 1.10.7 |
173 | 174 | '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 |
174 | 175 | '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 |
175 | - '@vitejs/plugin-legacy': 1.6.3_vite@2.6.14 | |
176 | - '@vitejs/plugin-vue': 1.10.0_vite@2.6.14 | |
176 | + '@vitejs/plugin-legacy': 1.6.3_vite@2.7.0-beta.8 | |
177 | + '@vitejs/plugin-vue': 1.10.0_vite@2.7.0-beta.8 | |
177 | 178 | '@vitejs/plugin-vue-jsx': 1.3.0 |
178 | 179 | '@vue/compiler-sfc': 3.2.22 |
179 | 180 | '@vue/test-utils': 2.0.0-rc.17_vue@3.2.22 |
180 | - autoprefixer: 10.4.0_postcss@8.4.0 | |
181 | + autoprefixer: 10.4.0_postcss@8.4.1 | |
181 | 182 | commitizen: 4.2.4 |
182 | 183 | conventional-changelog-cli: 2.1.1 |
183 | 184 | cross-env: 7.0.3 |
... | ... | @@ -186,7 +187,7 @@ devDependencies: |
186 | 187 | eslint-config-prettier: 8.3.0_eslint@8.3.0 |
187 | 188 | eslint-define-config: 1.1.4 |
188 | 189 | eslint-plugin-jest: 25.3.0_4e52e098c69dc02e5d836ed593524821 |
189 | - eslint-plugin-prettier: 4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae | |
190 | + eslint-plugin-prettier: 4.0.0_d8c6a2a4ba8850181fffb74d8e835cec | |
190 | 191 | eslint-plugin-vue: 8.1.1_eslint@8.3.0 |
191 | 192 | esno: 0.12.1_typescript@4.5.2 |
192 | 193 | fs-extra: 10.0.0 |
... | ... | @@ -196,32 +197,32 @@ devDependencies: |
196 | 197 | less: 4.1.2 |
197 | 198 | lint-staged: 12.1.2 |
198 | 199 | npm-run-all: 4.1.5 |
199 | - postcss: 8.4.0 | |
200 | - postcss-html: 1.2.0 | |
200 | + postcss: 8.4.1 | |
201 | + postcss-html: 1.3.0 | |
201 | 202 | postcss-less: 5.0.0 |
202 | - prettier: 2.4.1 | |
203 | + prettier: 2.5.0 | |
203 | 204 | rimraf: 3.0.2 |
204 | 205 | rollup-plugin-visualizer: 5.5.2 |
205 | 206 | stylelint: 14.1.0 |
206 | - stylelint-config-html: 1.0.0_ac89f3e65c9a1d8d711cc3db898969a8 | |
207 | + stylelint-config-html: 1.0.0_c1fe332c2f0bd1acbb28be685cc2d480 | |
207 | 208 | stylelint-config-prettier: 9.0.3_stylelint@14.1.0 |
208 | 209 | stylelint-config-standard: 24.0.0_stylelint@14.1.0 |
209 | 210 | stylelint-order: 5.0.0_stylelint@14.1.0 |
210 | 211 | ts-jest: 27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5 |
211 | 212 | ts-node: 10.4.0_36929cccfdb926da0bb85cc291f27124 |
212 | 213 | typescript: 4.5.2 |
213 | - vite: 2.6.14_less@4.1.2 | |
214 | - vite-plugin-compression: 0.3.5_vite@2.6.14 | |
215 | - vite-plugin-html: 2.1.1_vite@2.6.14 | |
216 | - vite-plugin-imagemin: 0.4.6_vite@2.6.14 | |
217 | - vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.6.14 | |
218 | - vite-plugin-purge-icons: 0.7.0_vite@2.6.14 | |
219 | - vite-plugin-pwa: 0.11.7_vite@2.6.14 | |
220 | - vite-plugin-style-import: 1.3.0_vite@2.6.14 | |
221 | - vite-plugin-svg-icons: 1.0.5_vite@2.6.14 | |
222 | - vite-plugin-theme: 0.8.1_vite@2.6.14 | |
223 | - vite-plugin-vue-setup-extend: 0.1.0_vite@2.6.14 | |
224 | - vite-plugin-windicss: 1.5.1_vite@2.6.14 | |
214 | + vite: 2.7.0-beta.8_less@4.1.2 | |
215 | + vite-plugin-compression: 0.3.6_vite@2.7.0-beta.8 | |
216 | + vite-plugin-html: 2.1.1_vite@2.7.0-beta.8 | |
217 | + vite-plugin-imagemin: 0.4.6_vite@2.7.0-beta.8 | |
218 | + vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.0-beta.8 | |
219 | + vite-plugin-purge-icons: 0.7.0_vite@2.7.0-beta.8 | |
220 | + vite-plugin-pwa: 0.11.7_vite@2.7.0-beta.8 | |
221 | + vite-plugin-style-import: 1.4.0_vite@2.7.0-beta.8 | |
222 | + vite-plugin-svg-icons: 1.0.5_vite@2.7.0-beta.8 | |
223 | + vite-plugin-theme: 0.8.1_vite@2.7.0-beta.8 | |
224 | + vite-plugin-vue-setup-extend: 0.1.0_vite@2.7.0-beta.8 | |
225 | + vite-plugin-windicss: 1.5.1_vite@2.7.0-beta.8 | |
225 | 226 | vue-eslint-parser: 8.0.1_eslint@8.3.0 |
226 | 227 | vue-tsc: 0.29.6_typescript@4.5.2 |
227 | 228 | |
... | ... | @@ -250,7 +251,7 @@ packages: |
250 | 251 | dependencies: |
251 | 252 | '@ant-design/colors': 5.1.1 |
252 | 253 | '@ant-design/icons-svg': 4.2.1 |
253 | - '@types/lodash': 4.14.176 | |
254 | + '@types/lodash': 4.14.177 | |
254 | 255 | lodash: 4.17.21 |
255 | 256 | vue: 3.2.22 |
256 | 257 | dev: false |
... | ... | @@ -261,15 +262,15 @@ packages: |
261 | 262 | '@types/throttle-debounce': 2.1.0 |
262 | 263 | dev: true |
263 | 264 | |
264 | - /@apideck/better-ajv-errors/0.2.6_ajv@8.6.3: | |
265 | - resolution: {integrity: sha512-FvGcbFUdbPLexAhdvihkroCA3LQa7kGMa8Qj9f32BiOcV1Thscg/QCxp/kJibsFrhUrlKOzd07uJFOGTN0/awQ==} | |
265 | + /@apideck/better-ajv-errors/0.2.7_ajv@8.8.2: | |
266 | + resolution: {integrity: sha512-J2dW+EHYudbwI7MGovcHWLBrxasl21uuroc2zT8bH2RxYuv2g5GqsO5jcKUZz4LaMST45xhKjVuyRYkhcWyMhA==} | |
266 | 267 | engines: {node: '>=10'} |
267 | 268 | peerDependencies: |
268 | 269 | ajv: '>=8' |
269 | 270 | dependencies: |
270 | - ajv: 8.6.3 | |
271 | + ajv: 8.8.2 | |
271 | 272 | json-schema: 0.3.0 |
272 | - jsonpointer: 4.1.0 | |
273 | + jsonpointer: 5.0.0 | |
273 | 274 | leven: 3.1.0 |
274 | 275 | dev: true |
275 | 276 | |
... | ... | @@ -280,8 +281,8 @@ packages: |
280 | 281 | '@babel/highlight': 7.16.0 |
281 | 282 | dev: true |
282 | 283 | |
283 | - /@babel/compat-data/7.16.0: | |
284 | - resolution: {integrity: sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==} | |
284 | + /@babel/compat-data/7.16.4: | |
285 | + resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} | |
285 | 286 | engines: {node: '>=6.9.0'} |
286 | 287 | dev: true |
287 | 288 | |
... | ... | @@ -291,12 +292,12 @@ packages: |
291 | 292 | dependencies: |
292 | 293 | '@babel/code-frame': 7.16.0 |
293 | 294 | '@babel/generator': 7.16.0 |
294 | - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0 | |
295 | + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 | |
295 | 296 | '@babel/helper-module-transforms': 7.16.0 |
296 | - '@babel/helpers': 7.16.0 | |
297 | - '@babel/parser': 7.16.2 | |
297 | + '@babel/helpers': 7.16.3 | |
298 | + '@babel/parser': 7.16.4 | |
298 | 299 | '@babel/template': 7.16.0 |
299 | - '@babel/traverse': 7.16.0 | |
300 | + '@babel/traverse': 7.16.3 | |
300 | 301 | '@babel/types': 7.16.0 |
301 | 302 | convert-source-map: 1.8.0 |
302 | 303 | debug: 4.3.2 |
... | ... | @@ -332,16 +333,16 @@ packages: |
332 | 333 | '@babel/types': 7.16.0 |
333 | 334 | dev: true |
334 | 335 | |
335 | - /@babel/helper-compilation-targets/7.16.0_@babel+core@7.16.0: | |
336 | - resolution: {integrity: sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==} | |
336 | + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: | |
337 | + resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} | |
337 | 338 | engines: {node: '>=6.9.0'} |
338 | 339 | peerDependencies: |
339 | 340 | '@babel/core': ^7.0.0 |
340 | 341 | dependencies: |
341 | - '@babel/compat-data': 7.16.0 | |
342 | + '@babel/compat-data': 7.16.4 | |
342 | 343 | '@babel/core': 7.16.0 |
343 | 344 | '@babel/helper-validator-option': 7.14.5 |
344 | - browserslist: 4.17.5 | |
345 | + browserslist: 4.18.1 | |
345 | 346 | semver: 6.3.0 |
346 | 347 | dev: true |
347 | 348 | |
... | ... | @@ -373,16 +374,16 @@ packages: |
373 | 374 | regexpu-core: 4.8.0 |
374 | 375 | dev: true |
375 | 376 | |
376 | - /@babel/helper-define-polyfill-provider/0.2.4_@babel+core@7.16.0: | |
377 | - resolution: {integrity: sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==} | |
377 | + /@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.16.0: | |
378 | + resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==} | |
378 | 379 | peerDependencies: |
379 | 380 | '@babel/core': ^7.4.0-0 |
380 | 381 | dependencies: |
381 | 382 | '@babel/core': 7.16.0 |
382 | - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0 | |
383 | + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 | |
383 | 384 | '@babel/helper-module-imports': 7.16.0 |
384 | 385 | '@babel/helper-plugin-utils': 7.14.5 |
385 | - '@babel/traverse': 7.16.0 | |
386 | + '@babel/traverse': 7.16.3 | |
386 | 387 | debug: 4.3.2 |
387 | 388 | lodash.debounce: 4.0.8 |
388 | 389 | resolve: 1.20.0 |
... | ... | @@ -445,7 +446,7 @@ packages: |
445 | 446 | '@babel/helper-split-export-declaration': 7.16.0 |
446 | 447 | '@babel/helper-validator-identifier': 7.15.7 |
447 | 448 | '@babel/template': 7.16.0 |
448 | - '@babel/traverse': 7.16.0 | |
449 | + '@babel/traverse': 7.16.3 | |
449 | 450 | '@babel/types': 7.16.0 |
450 | 451 | transitivePeerDependencies: |
451 | 452 | - supports-color |
... | ... | @@ -463,8 +464,8 @@ packages: |
463 | 464 | engines: {node: '>=6.9.0'} |
464 | 465 | dev: true |
465 | 466 | |
466 | - /@babel/helper-remap-async-to-generator/7.16.0: | |
467 | - resolution: {integrity: sha512-MLM1IOMe9aQBqMWxcRw8dcb9jlM86NIw7KA0Wri91Xkfied+dE0QuBFSBjMNvqzmS0OSIDsMNC24dBEkPUi7ew==} | |
467 | + /@babel/helper-remap-async-to-generator/7.16.4: | |
468 | + resolution: {integrity: sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==} | |
468 | 469 | engines: {node: '>=6.9.0'} |
469 | 470 | dependencies: |
470 | 471 | '@babel/helper-annotate-as-pure': 7.16.0 |
... | ... | @@ -480,7 +481,7 @@ packages: |
480 | 481 | dependencies: |
481 | 482 | '@babel/helper-member-expression-to-functions': 7.16.0 |
482 | 483 | '@babel/helper-optimise-call-expression': 7.16.0 |
483 | - '@babel/traverse': 7.16.0 | |
484 | + '@babel/traverse': 7.16.3 | |
484 | 485 | '@babel/types': 7.16.0 |
485 | 486 | transitivePeerDependencies: |
486 | 487 | - supports-color |
... | ... | @@ -523,18 +524,18 @@ packages: |
523 | 524 | dependencies: |
524 | 525 | '@babel/helper-function-name': 7.16.0 |
525 | 526 | '@babel/template': 7.16.0 |
526 | - '@babel/traverse': 7.16.0 | |
527 | + '@babel/traverse': 7.16.3 | |
527 | 528 | '@babel/types': 7.16.0 |
528 | 529 | transitivePeerDependencies: |
529 | 530 | - supports-color |
530 | 531 | dev: true |
531 | 532 | |
532 | - /@babel/helpers/7.16.0: | |
533 | - resolution: {integrity: sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==} | |
533 | + /@babel/helpers/7.16.3: | |
534 | + resolution: {integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==} | |
534 | 535 | engines: {node: '>=6.9.0'} |
535 | 536 | dependencies: |
536 | 537 | '@babel/template': 7.16.0 |
537 | - '@babel/traverse': 7.16.0 | |
538 | + '@babel/traverse': 7.16.3 | |
538 | 539 | '@babel/types': 7.16.0 |
539 | 540 | transitivePeerDependencies: |
540 | 541 | - supports-color |
... | ... | @@ -549,8 +550,8 @@ packages: |
549 | 550 | js-tokens: 4.0.0 |
550 | 551 | dev: true |
551 | 552 | |
552 | - /@babel/parser/7.16.2: | |
553 | - resolution: {integrity: sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==} | |
553 | + /@babel/parser/7.16.4: | |
554 | + resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==} | |
554 | 555 | engines: {node: '>=6.0.0'} |
555 | 556 | hasBin: true |
556 | 557 | |
... | ... | @@ -576,15 +577,15 @@ packages: |
576 | 577 | '@babel/plugin-proposal-optional-chaining': 7.16.0_@babel+core@7.16.0 |
577 | 578 | dev: true |
578 | 579 | |
579 | - /@babel/plugin-proposal-async-generator-functions/7.16.0_@babel+core@7.16.0: | |
580 | - resolution: {integrity: sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==} | |
580 | + /@babel/plugin-proposal-async-generator-functions/7.16.4_@babel+core@7.16.0: | |
581 | + resolution: {integrity: sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==} | |
581 | 582 | engines: {node: '>=6.9.0'} |
582 | 583 | peerDependencies: |
583 | 584 | '@babel/core': ^7.0.0-0 |
584 | 585 | dependencies: |
585 | 586 | '@babel/core': 7.16.0 |
586 | 587 | '@babel/helper-plugin-utils': 7.14.5 |
587 | - '@babel/helper-remap-async-to-generator': 7.16.0 | |
588 | + '@babel/helper-remap-async-to-generator': 7.16.4 | |
588 | 589 | '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0 |
589 | 590 | transitivePeerDependencies: |
590 | 591 | - supports-color |
... | ... | @@ -689,12 +690,12 @@ packages: |
689 | 690 | peerDependencies: |
690 | 691 | '@babel/core': ^7.0.0-0 |
691 | 692 | dependencies: |
692 | - '@babel/compat-data': 7.16.0 | |
693 | + '@babel/compat-data': 7.16.4 | |
693 | 694 | '@babel/core': 7.16.0 |
694 | - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0 | |
695 | + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 | |
695 | 696 | '@babel/helper-plugin-utils': 7.14.5 |
696 | 697 | '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0 |
697 | - '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0 | |
698 | + '@babel/plugin-transform-parameters': 7.16.3_@babel+core@7.16.0 | |
698 | 699 | dev: true |
699 | 700 | |
700 | 701 | /@babel/plugin-proposal-optional-catch-binding/7.16.0_@babel+core@7.16.0: |
... | ... | @@ -945,7 +946,7 @@ packages: |
945 | 946 | '@babel/core': 7.16.0 |
946 | 947 | '@babel/helper-module-imports': 7.16.0 |
947 | 948 | '@babel/helper-plugin-utils': 7.14.5 |
948 | - '@babel/helper-remap-async-to-generator': 7.16.0 | |
949 | + '@babel/helper-remap-async-to-generator': 7.16.4 | |
949 | 950 | transitivePeerDependencies: |
950 | 951 | - supports-color |
951 | 952 | dev: true |
... | ... | @@ -1172,8 +1173,8 @@ packages: |
1172 | 1173 | - supports-color |
1173 | 1174 | dev: true |
1174 | 1175 | |
1175 | - /@babel/plugin-transform-parameters/7.16.0_@babel+core@7.16.0: | |
1176 | - resolution: {integrity: sha512-XgnQEm1CevKROPx+udOi/8f8TiGhrUWiHiaUCIp47tE0tpFDjzXNTZc9E5CmCwxNjXTWEVqvRfWZYOTFvMa/ZQ==} | |
1176 | + /@babel/plugin-transform-parameters/7.16.3_@babel+core@7.16.0: | |
1177 | + resolution: {integrity: sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==} | |
1177 | 1178 | engines: {node: '>=6.9.0'} |
1178 | 1179 | peerDependencies: |
1179 | 1180 | '@babel/core': ^7.0.0-0 |
... | ... | @@ -1298,20 +1299,20 @@ packages: |
1298 | 1299 | '@babel/helper-plugin-utils': 7.14.5 |
1299 | 1300 | dev: true |
1300 | 1301 | |
1301 | - /@babel/preset-env/7.16.0_@babel+core@7.16.0: | |
1302 | - resolution: {integrity: sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==} | |
1302 | + /@babel/preset-env/7.16.4_@babel+core@7.16.0: | |
1303 | + resolution: {integrity: sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==} | |
1303 | 1304 | engines: {node: '>=6.9.0'} |
1304 | 1305 | peerDependencies: |
1305 | 1306 | '@babel/core': ^7.0.0-0 |
1306 | 1307 | dependencies: |
1307 | - '@babel/compat-data': 7.16.0 | |
1308 | + '@babel/compat-data': 7.16.4 | |
1308 | 1309 | '@babel/core': 7.16.0 |
1309 | - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0 | |
1310 | + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 | |
1310 | 1311 | '@babel/helper-plugin-utils': 7.14.5 |
1311 | 1312 | '@babel/helper-validator-option': 7.14.5 |
1312 | 1313 | '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2_@babel+core@7.16.0 |
1313 | 1314 | '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0_@babel+core@7.16.0 |
1314 | - '@babel/plugin-proposal-async-generator-functions': 7.16.0_@babel+core@7.16.0 | |
1315 | + '@babel/plugin-proposal-async-generator-functions': 7.16.4_@babel+core@7.16.0 | |
1315 | 1316 | '@babel/plugin-proposal-class-properties': 7.16.0_@babel+core@7.16.0 |
1316 | 1317 | '@babel/plugin-proposal-class-static-block': 7.16.0_@babel+core@7.16.0 |
1317 | 1318 | '@babel/plugin-proposal-dynamic-import': 7.16.0_@babel+core@7.16.0 |
... | ... | @@ -1361,7 +1362,7 @@ packages: |
1361 | 1362 | '@babel/plugin-transform-named-capturing-groups-regex': 7.16.0_@babel+core@7.16.0 |
1362 | 1363 | '@babel/plugin-transform-new-target': 7.16.0_@babel+core@7.16.0 |
1363 | 1364 | '@babel/plugin-transform-object-super': 7.16.0_@babel+core@7.16.0 |
1364 | - '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0 | |
1365 | + '@babel/plugin-transform-parameters': 7.16.3_@babel+core@7.16.0 | |
1365 | 1366 | '@babel/plugin-transform-property-literals': 7.16.0_@babel+core@7.16.0 |
1366 | 1367 | '@babel/plugin-transform-regenerator': 7.16.0_@babel+core@7.16.0 |
1367 | 1368 | '@babel/plugin-transform-reserved-words': 7.16.0_@babel+core@7.16.0 |
... | ... | @@ -1374,10 +1375,10 @@ packages: |
1374 | 1375 | '@babel/plugin-transform-unicode-regex': 7.16.0_@babel+core@7.16.0 |
1375 | 1376 | '@babel/preset-modules': 0.1.5_@babel+core@7.16.0 |
1376 | 1377 | '@babel/types': 7.16.0 |
1377 | - babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.16.0 | |
1378 | - babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.16.0 | |
1379 | - babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.16.0 | |
1380 | - core-js-compat: 3.19.0 | |
1378 | + babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.0 | |
1379 | + babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.0 | |
1380 | + babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.0 | |
1381 | + core-js-compat: 3.19.1 | |
1381 | 1382 | semver: 6.3.0 |
1382 | 1383 | transitivePeerDependencies: |
1383 | 1384 | - supports-color |
... | ... | @@ -1396,8 +1397,8 @@ packages: |
1396 | 1397 | esutils: 2.0.3 |
1397 | 1398 | dev: true |
1398 | 1399 | |
1399 | - /@babel/runtime/7.16.0: | |
1400 | - resolution: {integrity: sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==} | |
1400 | + /@babel/runtime/7.16.3: | |
1401 | + resolution: {integrity: sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==} | |
1401 | 1402 | engines: {node: '>=6.9.0'} |
1402 | 1403 | dependencies: |
1403 | 1404 | regenerator-runtime: 0.13.9 |
... | ... | @@ -1412,12 +1413,12 @@ packages: |
1412 | 1413 | engines: {node: '>=6.9.0'} |
1413 | 1414 | dependencies: |
1414 | 1415 | '@babel/code-frame': 7.16.0 |
1415 | - '@babel/parser': 7.16.2 | |
1416 | + '@babel/parser': 7.16.4 | |
1416 | 1417 | '@babel/types': 7.16.0 |
1417 | 1418 | dev: true |
1418 | 1419 | |
1419 | - /@babel/traverse/7.16.0: | |
1420 | - resolution: {integrity: sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==} | |
1420 | + /@babel/traverse/7.16.3: | |
1421 | + resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==} | |
1421 | 1422 | engines: {node: '>=6.9.0'} |
1422 | 1423 | dependencies: |
1423 | 1424 | '@babel/code-frame': 7.16.0 |
... | ... | @@ -1425,7 +1426,7 @@ packages: |
1425 | 1426 | '@babel/helper-function-name': 7.16.0 |
1426 | 1427 | '@babel/helper-hoist-variables': 7.16.0 |
1427 | 1428 | '@babel/helper-split-export-declaration': 7.16.0 |
1428 | - '@babel/parser': 7.16.2 | |
1429 | + '@babel/parser': 7.16.4 | |
1429 | 1430 | '@babel/types': 7.16.0 |
1430 | 1431 | debug: 4.3.2 |
1431 | 1432 | globals: 11.12.0 |
... | ... | @@ -1655,15 +1656,15 @@ packages: |
1655 | 1656 | resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==} |
1656 | 1657 | engines: {node: '>=10.10.0'} |
1657 | 1658 | dependencies: |
1658 | - '@humanwhocodes/object-schema': 1.2.0 | |
1659 | + '@humanwhocodes/object-schema': 1.2.1 | |
1659 | 1660 | debug: 4.3.2 |
1660 | 1661 | minimatch: 3.0.4 |
1661 | 1662 | transitivePeerDependencies: |
1662 | 1663 | - supports-color |
1663 | 1664 | dev: true |
1664 | 1665 | |
1665 | - /@humanwhocodes/object-schema/1.2.0: | |
1666 | - resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==} | |
1666 | + /@humanwhocodes/object-schema/1.2.1: | |
1667 | + resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} | |
1667 | 1668 | dev: true |
1668 | 1669 | |
1669 | 1670 | /@hutson/parse-repository-url/3.0.2: |
... | ... | @@ -1682,8 +1683,8 @@ packages: |
1682 | 1683 | dependencies: |
1683 | 1684 | cross-fetch: 3.1.4 |
1684 | 1685 | |
1685 | - /@iconify/json/2.0.0: | |
1686 | - resolution: {integrity: sha512-8Qa1h/+nbZpNOZBq7bbtCaPSyTtKZjimPYFPDAjzF3KE+nwVDu+kF0LxlKi4iS7iW3y2qpM4Uv5G80izaVfsTw==} | |
1686 | + /@iconify/json/2.0.1: | |
1687 | + resolution: {integrity: sha512-1Gn+3b06mN7zbLOttY8+mrBf2ESwU4REbbBkVEfTH9CAkiK8l0R5zL+1Owf/pmHOf82OWX96eKHApXMet4c5nQ==} | |
1687 | 1688 | dependencies: |
1688 | 1689 | '@iconify/types': 1.0.12 |
1689 | 1690 | pathe: 0.0.2 |
... | ... | @@ -1837,7 +1838,7 @@ packages: |
1837 | 1838 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1838 | 1839 | dependencies: |
1839 | 1840 | '@jest/types': 27.2.5 |
1840 | - '@sinonjs/fake-timers': 8.0.1 | |
1841 | + '@sinonjs/fake-timers': 8.1.0 | |
1841 | 1842 | '@types/node': 16.11.10 |
1842 | 1843 | jest-message-util: 27.3.1 |
1843 | 1844 | jest-mock: 27.3.0 |
... | ... | @@ -1961,7 +1962,7 @@ packages: |
1961 | 1962 | dependencies: |
1962 | 1963 | '@types/mousetrap': 1.6.8 |
1963 | 1964 | mousetrap: 1.6.5 |
1964 | - preact: 10.5.15 | |
1965 | + preact: 10.6.1 | |
1965 | 1966 | dev: false |
1966 | 1967 | |
1967 | 1968 | /@logicflow/extension/0.7.9: |
... | ... | @@ -1969,7 +1970,7 @@ packages: |
1969 | 1970 | dependencies: |
1970 | 1971 | '@logicflow/core': 0.7.9 |
1971 | 1972 | ids: 1.0.0 |
1972 | - preact: 10.5.15 | |
1973 | + preact: 10.6.1 | |
1973 | 1974 | dev: false |
1974 | 1975 | |
1975 | 1976 | /@nodelib/fs.scandir/2.1.5: |
... | ... | @@ -2011,7 +2012,7 @@ packages: |
2011 | 2012 | '@iconify/iconify': 2.1.0 |
2012 | 2013 | dev: true |
2013 | 2014 | |
2014 | - /@rollup/plugin-babel/5.3.0_@babel+core@7.16.0+rollup@2.59.0: | |
2015 | + /@rollup/plugin-babel/5.3.0_@babel+core@7.16.0+rollup@2.60.1: | |
2015 | 2016 | resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} |
2016 | 2017 | engines: {node: '>= 10.0.0'} |
2017 | 2018 | peerDependencies: |
... | ... | @@ -2024,23 +2025,23 @@ packages: |
2024 | 2025 | dependencies: |
2025 | 2026 | '@babel/core': 7.16.0 |
2026 | 2027 | '@babel/helper-module-imports': 7.16.0 |
2027 | - '@rollup/pluginutils': 3.1.0_rollup@2.59.0 | |
2028 | - rollup: 2.59.0 | |
2028 | + '@rollup/pluginutils': 3.1.0_rollup@2.60.1 | |
2029 | + rollup: 2.60.1 | |
2029 | 2030 | dev: true |
2030 | 2031 | |
2031 | - /@rollup/plugin-node-resolve/11.2.1_rollup@2.59.0: | |
2032 | + /@rollup/plugin-node-resolve/11.2.1_rollup@2.60.1: | |
2032 | 2033 | resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} |
2033 | 2034 | engines: {node: '>= 10.0.0'} |
2034 | 2035 | peerDependencies: |
2035 | 2036 | rollup: ^1.20.0||^2.0.0 |
2036 | 2037 | dependencies: |
2037 | - '@rollup/pluginutils': 3.1.0_rollup@2.59.0 | |
2038 | + '@rollup/pluginutils': 3.1.0_rollup@2.60.1 | |
2038 | 2039 | '@types/resolve': 1.17.1 |
2039 | 2040 | builtin-modules: 3.2.0 |
2040 | 2041 | deepmerge: 4.2.2 |
2041 | 2042 | is-module: 1.0.0 |
2042 | 2043 | resolve: 1.20.0 |
2043 | - rollup: 2.59.0 | |
2044 | + rollup: 2.60.1 | |
2044 | 2045 | dev: true |
2045 | 2046 | |
2046 | 2047 | /@rollup/plugin-node-resolve/13.0.6: |
... | ... | @@ -2057,14 +2058,14 @@ packages: |
2057 | 2058 | resolve: 1.20.0 |
2058 | 2059 | dev: true |
2059 | 2060 | |
2060 | - /@rollup/plugin-replace/2.4.2_rollup@2.59.0: | |
2061 | + /@rollup/plugin-replace/2.4.2_rollup@2.60.1: | |
2061 | 2062 | resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} |
2062 | 2063 | peerDependencies: |
2063 | 2064 | rollup: ^1.20.0 || ^2.0.0 |
2064 | 2065 | dependencies: |
2065 | - '@rollup/pluginutils': 3.1.0_rollup@2.59.0 | |
2066 | + '@rollup/pluginutils': 3.1.0_rollup@2.60.1 | |
2066 | 2067 | magic-string: 0.25.7 |
2067 | - rollup: 2.59.0 | |
2068 | + rollup: 2.60.1 | |
2068 | 2069 | dev: true |
2069 | 2070 | |
2070 | 2071 | /@rollup/pluginutils/3.1.0: |
... | ... | @@ -2078,7 +2079,7 @@ packages: |
2078 | 2079 | picomatch: 2.3.0 |
2079 | 2080 | dev: true |
2080 | 2081 | |
2081 | - /@rollup/pluginutils/3.1.0_rollup@2.59.0: | |
2082 | + /@rollup/pluginutils/3.1.0_rollup@2.60.1: | |
2082 | 2083 | resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} |
2083 | 2084 | engines: {node: '>= 8.0.0'} |
2084 | 2085 | peerDependencies: |
... | ... | @@ -2087,7 +2088,7 @@ packages: |
2087 | 2088 | '@types/estree': 0.0.39 |
2088 | 2089 | estree-walker: 1.0.1 |
2089 | 2090 | picomatch: 2.3.0 |
2090 | - rollup: 2.59.0 | |
2091 | + rollup: 2.60.1 | |
2091 | 2092 | dev: true |
2092 | 2093 | |
2093 | 2094 | /@rollup/pluginutils/4.1.1: |
... | ... | @@ -2116,8 +2117,8 @@ packages: |
2116 | 2117 | type-detect: 4.0.8 |
2117 | 2118 | dev: true |
2118 | 2119 | |
2119 | - /@sinonjs/fake-timers/8.0.1: | |
2120 | - resolution: {integrity: sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew==} | |
2120 | + /@sinonjs/fake-timers/8.1.0: | |
2121 | + resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} | |
2121 | 2122 | dependencies: |
2122 | 2123 | '@sinonjs/commons': 1.8.3 |
2123 | 2124 | dev: true |
... | ... | @@ -2160,7 +2161,7 @@ packages: |
2160 | 2161 | /@types/babel__core/7.1.16: |
2161 | 2162 | resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} |
2162 | 2163 | dependencies: |
2163 | - '@babel/parser': 7.16.2 | |
2164 | + '@babel/parser': 7.16.4 | |
2164 | 2165 | '@babel/types': 7.16.0 |
2165 | 2166 | '@types/babel__generator': 7.6.3 |
2166 | 2167 | '@types/babel__template': 7.4.1 |
... | ... | @@ -2176,7 +2177,7 @@ packages: |
2176 | 2177 | /@types/babel__template/7.4.1: |
2177 | 2178 | resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} |
2178 | 2179 | dependencies: |
2179 | - '@babel/parser': 7.16.2 | |
2180 | + '@babel/parser': 7.16.4 | |
2180 | 2181 | '@babel/types': 7.16.0 |
2181 | 2182 | dev: true |
2182 | 2183 | |
... | ... | @@ -2307,11 +2308,11 @@ packages: |
2307 | 2308 | /@types/lodash-es/4.17.5: |
2308 | 2309 | resolution: {integrity: sha512-SHBoI8/0aoMQWAgUHMQ599VM6ZiSKg8sh/0cFqqlQQMyY9uEplc0ULU5yQNzcvdR4ZKa0ey8+vFmahuRbOCT1A==} |
2309 | 2310 | dependencies: |
2310 | - '@types/lodash': 4.14.176 | |
2311 | + '@types/lodash': 4.14.177 | |
2311 | 2312 | dev: true |
2312 | 2313 | |
2313 | - /@types/lodash/4.14.176: | |
2314 | - resolution: {integrity: sha512-xZmuPTa3rlZoIbtDUyJKZQimJV3bxCmzMIO2c9Pz9afyDro6kr7R79GwcB6mRhuoPmV2p1Vb66WOJH7F886WKQ==} | |
2314 | + /@types/lodash/4.14.177: | |
2315 | + resolution: {integrity: sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==} | |
2315 | 2316 | |
2316 | 2317 | /@types/minimatch/3.0.5: |
2317 | 2318 | resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} |
... | ... | @@ -2329,8 +2330,8 @@ packages: |
2329 | 2330 | resolution: {integrity: sha512-zTqjvgCUT5EoXqbqmd8iJMb4NJqyV/V7pK7AIKq7qcaAsJIpGlTVJS1HQM6YkdHCdnkNSbhcQI7MXYxFfE3iCA==} |
2330 | 2331 | dev: false |
2331 | 2332 | |
2332 | - /@types/node/14.17.32: | |
2333 | - resolution: {integrity: sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==} | |
2333 | + /@types/node/14.17.34: | |
2334 | + resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==} | |
2334 | 2335 | dev: true |
2335 | 2336 | |
2336 | 2337 | /@types/node/16.11.10: |
... | ... | @@ -2349,8 +2350,8 @@ packages: |
2349 | 2350 | resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} |
2350 | 2351 | dev: true |
2351 | 2352 | |
2352 | - /@types/prettier/2.4.1: | |
2353 | - resolution: {integrity: sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw==} | |
2353 | + /@types/prettier/2.4.2: | |
2354 | + resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} | |
2354 | 2355 | dev: true |
2355 | 2356 | |
2356 | 2357 | /@types/qrcode/1.4.1: |
... | ... | @@ -2451,24 +2452,6 @@ packages: |
2451 | 2452 | - supports-color |
2452 | 2453 | dev: true |
2453 | 2454 | |
2454 | - /@typescript-eslint/experimental-utils/5.3.1_eslint@8.3.0+typescript@4.5.2: | |
2455 | - resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==} | |
2456 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2457 | - peerDependencies: | |
2458 | - eslint: '*' | |
2459 | - dependencies: | |
2460 | - '@types/json-schema': 7.0.9 | |
2461 | - '@typescript-eslint/scope-manager': 5.3.1 | |
2462 | - '@typescript-eslint/types': 5.3.1 | |
2463 | - '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.5.2 | |
2464 | - eslint: 8.3.0 | |
2465 | - eslint-scope: 5.1.1 | |
2466 | - eslint-utils: 3.0.0_eslint@8.3.0 | |
2467 | - transitivePeerDependencies: | |
2468 | - - supports-color | |
2469 | - - typescript | |
2470 | - dev: true | |
2471 | - | |
2472 | 2455 | /@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: |
2473 | 2456 | resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} |
2474 | 2457 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -2507,14 +2490,6 @@ packages: |
2507 | 2490 | - supports-color |
2508 | 2491 | dev: true |
2509 | 2492 | |
2510 | - /@typescript-eslint/scope-manager/5.3.1: | |
2511 | - resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==} | |
2512 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2513 | - dependencies: | |
2514 | - '@typescript-eslint/types': 5.3.1 | |
2515 | - '@typescript-eslint/visitor-keys': 5.3.1 | |
2516 | - dev: true | |
2517 | - | |
2518 | 2493 | /@typescript-eslint/scope-manager/5.4.0: |
2519 | 2494 | resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==} |
2520 | 2495 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -2523,37 +2498,11 @@ packages: |
2523 | 2498 | '@typescript-eslint/visitor-keys': 5.4.0 |
2524 | 2499 | dev: true |
2525 | 2500 | |
2526 | - /@typescript-eslint/types/5.3.1: | |
2527 | - resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==} | |
2528 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2529 | - dev: true | |
2530 | - | |
2531 | 2501 | /@typescript-eslint/types/5.4.0: |
2532 | 2502 | resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==} |
2533 | 2503 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2534 | 2504 | dev: true |
2535 | 2505 | |
2536 | - /@typescript-eslint/typescript-estree/5.3.1_typescript@4.5.2: | |
2537 | - resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==} | |
2538 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2539 | - peerDependencies: | |
2540 | - typescript: '*' | |
2541 | - peerDependenciesMeta: | |
2542 | - typescript: | |
2543 | - optional: true | |
2544 | - dependencies: | |
2545 | - '@typescript-eslint/types': 5.3.1 | |
2546 | - '@typescript-eslint/visitor-keys': 5.3.1 | |
2547 | - debug: 4.3.2 | |
2548 | - globby: 11.0.4 | |
2549 | - is-glob: 4.0.3 | |
2550 | - semver: 7.3.5 | |
2551 | - tsutils: 3.21.0_typescript@4.5.2 | |
2552 | - typescript: 4.5.2 | |
2553 | - transitivePeerDependencies: | |
2554 | - - supports-color | |
2555 | - dev: true | |
2556 | - | |
2557 | 2506 | /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: |
2558 | 2507 | resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} |
2559 | 2508 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -2575,14 +2524,6 @@ packages: |
2575 | 2524 | - supports-color |
2576 | 2525 | dev: true |
2577 | 2526 | |
2578 | - /@typescript-eslint/visitor-keys/5.3.1: | |
2579 | - resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==} | |
2580 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
2581 | - dependencies: | |
2582 | - '@typescript-eslint/types': 5.3.1 | |
2583 | - eslint-visitor-keys: 3.1.0 | |
2584 | - dev: true | |
2585 | - | |
2586 | 2527 | /@typescript-eslint/visitor-keys/5.4.0: |
2587 | 2528 | resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} |
2588 | 2529 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -2591,7 +2532,7 @@ packages: |
2591 | 2532 | eslint-visitor-keys: 3.1.0 |
2592 | 2533 | dev: true |
2593 | 2534 | |
2594 | - /@vitejs/plugin-legacy/1.6.3_vite@2.6.14: | |
2535 | + /@vitejs/plugin-legacy/1.6.3_vite@2.7.0-beta.8: | |
2595 | 2536 | resolution: {integrity: sha512-YivdG6gT91/wjFL6woTwVRgK9KHrju8GwXwgv5FdfAVo0GK0FK4V+YEobmDKRcOMKXQ1U5awY5HqbPIsoJalKQ==} |
2596 | 2537 | engines: {node: '>=12.0.0'} |
2597 | 2538 | peerDependencies: |
... | ... | @@ -2602,7 +2543,7 @@ packages: |
2602 | 2543 | magic-string: 0.25.7 |
2603 | 2544 | regenerator-runtime: 0.13.9 |
2604 | 2545 | systemjs: 6.11.0 |
2605 | - vite: 2.6.14_less@4.1.2 | |
2546 | + vite: 2.7.0-beta.8_less@4.1.2 | |
2606 | 2547 | dev: true |
2607 | 2548 | |
2608 | 2549 | /@vitejs/plugin-vue-jsx/1.3.0: |
... | ... | @@ -2619,13 +2560,13 @@ packages: |
2619 | 2560 | - supports-color |
2620 | 2561 | dev: true |
2621 | 2562 | |
2622 | - /@vitejs/plugin-vue/1.10.0_vite@2.6.14: | |
2563 | + /@vitejs/plugin-vue/1.10.0_vite@2.7.0-beta.8: | |
2623 | 2564 | resolution: {integrity: sha512-XkSN7lduhQ3z/WMXv2spqt9TCS0znCjnvIGmbud2bxViWWWR4JWXE+x/cQZ/klR0Ug4Ts9eubL7LXAysON5Uvg==} |
2624 | 2565 | engines: {node: '>=12.0.0'} |
2625 | 2566 | peerDependencies: |
2626 | 2567 | vite: ^2.5.10 |
2627 | 2568 | dependencies: |
2628 | - vite: 2.6.14_less@4.1.2 | |
2569 | + vite: 2.7.0-beta.8_less@4.1.2 | |
2629 | 2570 | dev: true |
2630 | 2571 | |
2631 | 2572 | /@volar/code-gen/0.29.6: |
... | ... | @@ -2640,7 +2581,7 @@ packages: |
2640 | 2581 | dependencies: |
2641 | 2582 | domelementtype: 2.2.0 |
2642 | 2583 | domhandler: 4.2.2 |
2643 | - htmlparser2: 7.1.2 | |
2584 | + htmlparser2: 7.2.0 | |
2644 | 2585 | pug: 3.0.2 |
2645 | 2586 | dev: true |
2646 | 2587 | |
... | ... | @@ -2648,7 +2589,7 @@ packages: |
2648 | 2589 | resolution: {integrity: sha512-s397k+x70rHoccDwx6YVtpFOfAK+/b/bptRueLyQRM9d/21fk54csvC1bcc4Uk/fHw/j6p3FUfumohWtDRJ32w==} |
2649 | 2590 | dependencies: |
2650 | 2591 | upath: 2.0.1 |
2651 | - vscode-jsonrpc: 8.0.0-next.3 | |
2592 | + vscode-jsonrpc: 8.0.0-next.4 | |
2652 | 2593 | vscode-uri: 3.0.2 |
2653 | 2594 | dev: true |
2654 | 2595 | |
... | ... | @@ -2662,7 +2603,7 @@ packages: |
2662 | 2603 | resolution: {integrity: sha512-bST+MnQDueGGBtnhYgA3uWmfp8gUKaKKD5dy3HCGWaPIgcBmzzTwsg//beBaoyJpihKSCq9AaJQd+rNmVZredg==} |
2663 | 2604 | dependencies: |
2664 | 2605 | '@volar/shared': 0.29.6 |
2665 | - vscode-languageserver: 8.0.0-next.3 | |
2606 | + vscode-languageserver: 8.0.0-next.5 | |
2666 | 2607 | dev: true |
2667 | 2608 | |
2668 | 2609 | /@volar/vue-code-gen/0.29.6: |
... | ... | @@ -2682,7 +2623,7 @@ packages: |
2682 | 2623 | dependencies: |
2683 | 2624 | emmet: 2.3.4 |
2684 | 2625 | jsonc-parser: 2.3.1 |
2685 | - vscode-languageserver-textdocument: 1.0.2 | |
2626 | + vscode-languageserver-textdocument: 1.0.3 | |
2686 | 2627 | vscode-languageserver-types: 3.16.0 |
2687 | 2628 | vscode-nls: 5.0.0 |
2688 | 2629 | vscode-uri: 2.1.2 |
... | ... | @@ -2698,10 +2639,10 @@ packages: |
2698 | 2639 | '@babel/helper-module-imports': 7.16.0 |
2699 | 2640 | '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.0 |
2700 | 2641 | '@babel/template': 7.16.0 |
2701 | - '@babel/traverse': 7.16.0 | |
2642 | + '@babel/traverse': 7.16.3 | |
2702 | 2643 | '@babel/types': 7.16.0 |
2703 | 2644 | '@vue/babel-helper-vue-transform-on': 1.0.2 |
2704 | - camelcase: 6.2.0 | |
2645 | + camelcase: 6.2.1 | |
2705 | 2646 | html-tags: 3.1.0 |
2706 | 2647 | svg-tags: 1.0.0 |
2707 | 2648 | transitivePeerDependencies: |
... | ... | @@ -2712,7 +2653,7 @@ packages: |
2712 | 2653 | /@vue/compiler-core/3.2.22: |
2713 | 2654 | resolution: {integrity: sha512-uAkovrVeTcjzpiM4ECmVaMrv/bjdgAaLzvjcGqQPBEyUrcqsCgccT9fHJ/+hWVGhyMahmBwLqcn4guULNx7sdw==} |
2714 | 2655 | dependencies: |
2715 | - '@babel/parser': 7.16.2 | |
2656 | + '@babel/parser': 7.16.4 | |
2716 | 2657 | '@vue/shared': 3.2.22 |
2717 | 2658 | estree-walker: 2.0.2 |
2718 | 2659 | source-map: 0.6.1 |
... | ... | @@ -2726,7 +2667,7 @@ packages: |
2726 | 2667 | /@vue/compiler-sfc/3.2.22: |
2727 | 2668 | resolution: {integrity: sha512-tWRQ5ge1tsTDhUwHgueicKJ8rYm6WUVAPTaIpFW3GSwZKcOEJ2rXdfkHFShNVGupeRALz2ET2H84OL0GeRxY0A==} |
2728 | 2669 | dependencies: |
2729 | - '@babel/parser': 7.16.2 | |
2670 | + '@babel/parser': 7.16.4 | |
2730 | 2671 | '@vue/compiler-core': 3.2.22 |
2731 | 2672 | '@vue/compiler-dom': 3.2.22 |
2732 | 2673 | '@vue/compiler-ssr': 3.2.22 |
... | ... | @@ -2734,7 +2675,7 @@ packages: |
2734 | 2675 | '@vue/shared': 3.2.22 |
2735 | 2676 | estree-walker: 2.0.2 |
2736 | 2677 | magic-string: 0.25.7 |
2737 | - postcss: 8.4.0 | |
2678 | + postcss: 8.4.1 | |
2738 | 2679 | source-map: 0.6.1 |
2739 | 2680 | |
2740 | 2681 | /@vue/compiler-ssr/3.2.22: |
... | ... | @@ -2743,10 +2684,6 @@ packages: |
2743 | 2684 | '@vue/compiler-dom': 3.2.22 |
2744 | 2685 | '@vue/shared': 3.2.22 |
2745 | 2686 | |
2746 | - /@vue/devtools-api/6.0.0-beta.19: | |
2747 | - resolution: {integrity: sha512-ObzQhgkoVeoyKv+e8+tB/jQBL2smtk/NmC9OmFK8UqdDpoOdv/Kf9pyDWL+IFyM7qLD2C75rszJujvGSPSpGlw==} | |
2748 | - dev: false | |
2749 | - | |
2750 | 2687 | /@vue/devtools-api/6.0.0-beta.20.1: |
2751 | 2688 | resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} |
2752 | 2689 | dev: false |
... | ... | @@ -2759,7 +2696,7 @@ packages: |
2759 | 2696 | /@vue/ref-transform/3.2.22: |
2760 | 2697 | resolution: {integrity: sha512-qalVWbq5xWWxLZ0L9OroBg/JZhzavQuCcDXblfErxyDEH6Xc5gIJ4feo1SVCICFzhAUgLgQTdSFLpgjBawbFpw==} |
2761 | 2698 | dependencies: |
2762 | - '@babel/parser': 7.16.2 | |
2699 | + '@babel/parser': 7.16.4 | |
2763 | 2700 | '@vue/compiler-core': 3.2.22 |
2764 | 2701 | '@vue/shared': 3.2.22 |
2765 | 2702 | estree-walker: 2.0.2 |
... | ... | @@ -2777,7 +2714,7 @@ packages: |
2777 | 2714 | dependencies: |
2778 | 2715 | '@vue/runtime-core': 3.2.22 |
2779 | 2716 | '@vue/shared': 3.2.22 |
2780 | - csstype: 2.6.18 | |
2717 | + csstype: 2.6.19 | |
2781 | 2718 | dev: false |
2782 | 2719 | |
2783 | 2720 | /@vue/server-renderer/3.2.22_vue@3.2.22: |
... | ... | @@ -2801,8 +2738,8 @@ packages: |
2801 | 2738 | vue: 3.2.22 |
2802 | 2739 | dev: true |
2803 | 2740 | |
2804 | - /@vueuse/core/7.0.3_vue@3.2.22: | |
2805 | - resolution: {integrity: sha512-iKm6H3oZHXvCLhvNTkIKekLTfwnFiUSmb1lNJbm2v6ZU26PrwXHZZ9kdeNolwtV1awPKHoi/5RS/FTIWt+nN5Q==} | |
2741 | + /@vueuse/core/7.1.1_vue@3.2.22: | |
2742 | + resolution: {integrity: sha512-c1t2uKGARqibJxYBGWsrCF/McDsTXayONBDgDWBpbEjiRX4M1MOHYsWI3Lici4MK6C6XPX2XhUs2vJbKjYPTRw==} | |
2806 | 2743 | peerDependencies: |
2807 | 2744 | '@vue/composition-api': ^1.1.0 |
2808 | 2745 | vue: ^2.6.0 || ^3.2.0 |
... | ... | @@ -2812,13 +2749,13 @@ packages: |
2812 | 2749 | vue: |
2813 | 2750 | optional: true |
2814 | 2751 | dependencies: |
2815 | - '@vueuse/shared': 7.0.3_vue@3.2.22 | |
2752 | + '@vueuse/shared': 7.1.1_vue@3.2.22 | |
2816 | 2753 | vue: 3.2.22 |
2817 | - vue-demi: 0.12.0_vue@3.2.22 | |
2754 | + vue-demi: 0.12.1_vue@3.2.22 | |
2818 | 2755 | dev: false |
2819 | 2756 | |
2820 | - /@vueuse/shared/7.0.3_vue@3.2.22: | |
2821 | - resolution: {integrity: sha512-g3FX5PMK3MrWPFrU6EL9wDYyGlgjOiOroe1idKHezcvtZQ1pkjbpQyLBmjWQvVTEF67k0aGlRd+YTpg8GcfcJw==} | |
2757 | + /@vueuse/shared/7.1.1_vue@3.2.22: | |
2758 | + resolution: {integrity: sha512-+FimthLGxGfYUpkBZKhnB8RtwFKSsoXmcWiE/0nCHvYsms6acmWLwQsaVwWZ7Z621a/8v4neo0cmL0z3oO+5fQ==} | |
2822 | 2759 | peerDependencies: |
2823 | 2760 | '@vue/composition-api': ^1.1.0 |
2824 | 2761 | vue: ^2.6.0 || ^3.2.0 |
... | ... | @@ -2829,7 +2766,7 @@ packages: |
2829 | 2766 | optional: true |
2830 | 2767 | dependencies: |
2831 | 2768 | vue: 3.2.22 |
2832 | - vue-demi: 0.12.0_vue@3.2.22 | |
2769 | + vue-demi: 0.12.1_vue@3.2.22 | |
2833 | 2770 | dev: false |
2834 | 2771 | |
2835 | 2772 | /@windicss/config/1.5.1: |
... | ... | @@ -2879,14 +2816,6 @@ packages: |
2879 | 2816 | acorn-walk: 7.2.0 |
2880 | 2817 | dev: true |
2881 | 2818 | |
2882 | - /acorn-jsx/5.3.2_acorn@8.5.0: | |
2883 | - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} | |
2884 | - peerDependencies: | |
2885 | - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 | |
2886 | - dependencies: | |
2887 | - acorn: 8.5.0 | |
2888 | - dev: true | |
2889 | - | |
2890 | 2819 | /acorn-jsx/5.3.2_acorn@8.6.0: |
2891 | 2820 | resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} |
2892 | 2821 | peerDependencies: |
... | ... | @@ -2911,12 +2840,6 @@ packages: |
2911 | 2840 | hasBin: true |
2912 | 2841 | dev: true |
2913 | 2842 | |
2914 | - /acorn/8.5.0: | |
2915 | - resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==} | |
2916 | - engines: {node: '>=0.4.0'} | |
2917 | - hasBin: true | |
2918 | - dev: true | |
2919 | - | |
2920 | 2843 | /acorn/8.6.0: |
2921 | 2844 | resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} |
2922 | 2845 | engines: {node: '>=0.4.0'} |
... | ... | @@ -2969,8 +2892,8 @@ packages: |
2969 | 2892 | uri-js: 4.4.1 |
2970 | 2893 | dev: true |
2971 | 2894 | |
2972 | - /ajv/8.6.3: | |
2973 | - resolution: {integrity: sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==} | |
2895 | + /ajv/8.8.2: | |
2896 | + resolution: {integrity: sha512-x9VuX+R/jcFj1DHo/fCp99esgGDWiHENrKxaCENuCxpoMCmAt/COCGVDwA7kleEpEzJjDnvh3yGoOuLu0Dtllw==} | |
2974 | 2897 | dependencies: |
2975 | 2898 | fast-deep-equal: 3.1.3 |
2976 | 2899 | json-schema-traverse: 1.0.0 |
... | ... | @@ -3053,7 +2976,7 @@ packages: |
3053 | 2976 | dependencies: |
3054 | 2977 | '@ant-design/colors': 6.0.0 |
3055 | 2978 | '@ant-design/icons-vue': 6.0.1_vue@3.2.22 |
3056 | - '@babel/runtime': 7.16.0 | |
2979 | + '@babel/runtime': 7.16.3 | |
3057 | 2980 | '@simonwep/pickr': 1.8.2 |
3058 | 2981 | '@vue/compiler-sfc': 3.2.22 |
3059 | 2982 | array-tree-filter: 2.1.0 |
... | ... | @@ -3188,19 +3111,19 @@ packages: |
3188 | 3111 | hasBin: true |
3189 | 3112 | dev: true |
3190 | 3113 | |
3191 | - /autoprefixer/10.4.0_postcss@8.4.0: | |
3114 | + /autoprefixer/10.4.0_postcss@8.4.1: | |
3192 | 3115 | resolution: {integrity: sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==} |
3193 | 3116 | engines: {node: ^10 || ^12 || >=14} |
3194 | 3117 | hasBin: true |
3195 | 3118 | peerDependencies: |
3196 | 3119 | postcss: ^8.1.0 |
3197 | 3120 | dependencies: |
3198 | - browserslist: 4.17.5 | |
3199 | - caniuse-lite: 1.0.30001274 | |
3200 | - fraction.js: 4.1.1 | |
3121 | + browserslist: 4.18.1 | |
3122 | + caniuse-lite: 1.0.30001283 | |
3123 | + fraction.js: 4.1.2 | |
3201 | 3124 | normalize-range: 0.1.2 |
3202 | 3125 | picocolors: 1.0.0 |
3203 | - postcss: 8.4.0 | |
3126 | + postcss: 8.4.1 | |
3204 | 3127 | postcss-value-parser: 4.1.0 |
3205 | 3128 | dev: true |
3206 | 3129 | |
... | ... | @@ -3268,38 +3191,38 @@ packages: |
3268 | 3191 | '@types/babel__traverse': 7.14.2 |
3269 | 3192 | dev: true |
3270 | 3193 | |
3271 | - /babel-plugin-polyfill-corejs2/0.2.3_@babel+core@7.16.0: | |
3272 | - resolution: {integrity: sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==} | |
3194 | + /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.16.0: | |
3195 | + resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} | |
3273 | 3196 | peerDependencies: |
3274 | 3197 | '@babel/core': ^7.0.0-0 |
3275 | 3198 | dependencies: |
3276 | - '@babel/compat-data': 7.16.0 | |
3199 | + '@babel/compat-data': 7.16.4 | |
3277 | 3200 | '@babel/core': 7.16.0 |
3278 | - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0 | |
3201 | + '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0 | |
3279 | 3202 | semver: 6.3.0 |
3280 | 3203 | transitivePeerDependencies: |
3281 | 3204 | - supports-color |
3282 | 3205 | dev: true |
3283 | 3206 | |
3284 | - /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.16.0: | |
3285 | - resolution: {integrity: sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==} | |
3207 | + /babel-plugin-polyfill-corejs3/0.4.0_@babel+core@7.16.0: | |
3208 | + resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==} | |
3286 | 3209 | peerDependencies: |
3287 | 3210 | '@babel/core': ^7.0.0-0 |
3288 | 3211 | dependencies: |
3289 | 3212 | '@babel/core': 7.16.0 |
3290 | - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0 | |
3291 | - core-js-compat: 3.19.0 | |
3213 | + '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0 | |
3214 | + core-js-compat: 3.19.1 | |
3292 | 3215 | transitivePeerDependencies: |
3293 | 3216 | - supports-color |
3294 | 3217 | dev: true |
3295 | 3218 | |
3296 | - /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.16.0: | |
3297 | - resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==} | |
3219 | + /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.16.0: | |
3220 | + resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} | |
3298 | 3221 | peerDependencies: |
3299 | 3222 | '@babel/core': ^7.0.0-0 |
3300 | 3223 | dependencies: |
3301 | 3224 | '@babel/core': 7.16.0 |
3302 | - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0 | |
3225 | + '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0 | |
3303 | 3226 | transitivePeerDependencies: |
3304 | 3227 | - supports-color |
3305 | 3228 | dev: true |
... | ... | @@ -3414,7 +3337,7 @@ packages: |
3414 | 3337 | dependencies: |
3415 | 3338 | bin-check: 4.1.0 |
3416 | 3339 | bin-version-check: 4.0.0 |
3417 | - binary-mirror-config: 1.32.0 | |
3340 | + binary-mirror-config: 1.33.0 | |
3418 | 3341 | download: 7.1.0 |
3419 | 3342 | import-lazy: 4.0.0 |
3420 | 3343 | os-filter-obj: 2.0.0 |
... | ... | @@ -3426,8 +3349,8 @@ packages: |
3426 | 3349 | engines: {node: '>=8'} |
3427 | 3350 | dev: true |
3428 | 3351 | |
3429 | - /binary-mirror-config/1.32.0: | |
3430 | - resolution: {integrity: sha512-kk7XbWqw0Bzufwoi4iPd0sgISOrP9pUqa/ERoxwyLhv9UZBf8rMxmiYecLwqu90CG5AaGWcBdrXjWB3RVAlqCw==} | |
3352 | + /binary-mirror-config/1.33.0: | |
3353 | + resolution: {integrity: sha512-9HcbzI65PDTi7bwkONLdNUGfs71V1o909+uqFZLSn4j7Zthcrjyr+ePo/+wf9tzrwXXL3bub+0NwKl7kpp5qmg==} | |
3431 | 3354 | dev: true |
3432 | 3355 | |
3433 | 3356 | /bl/1.2.3: |
... | ... | @@ -3487,13 +3410,13 @@ packages: |
3487 | 3410 | resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} |
3488 | 3411 | dev: true |
3489 | 3412 | |
3490 | - /browserslist/4.17.5: | |
3491 | - resolution: {integrity: sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==} | |
3413 | + /browserslist/4.18.1: | |
3414 | + resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==} | |
3492 | 3415 | engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} |
3493 | 3416 | hasBin: true |
3494 | 3417 | dependencies: |
3495 | - caniuse-lite: 1.0.30001274 | |
3496 | - electron-to-chromium: 1.3.886 | |
3418 | + caniuse-lite: 1.0.30001283 | |
3419 | + electron-to-chromium: 1.4.1 | |
3497 | 3420 | escalade: 3.1.1 |
3498 | 3421 | node-releases: 2.0.1 |
3499 | 3422 | picocolors: 1.0.0 |
... | ... | @@ -3629,13 +3552,13 @@ packages: |
3629 | 3552 | resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} |
3630 | 3553 | engines: {node: '>=6'} |
3631 | 3554 | |
3632 | - /camelcase/6.2.0: | |
3633 | - resolution: {integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==} | |
3555 | + /camelcase/6.2.1: | |
3556 | + resolution: {integrity: sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==} | |
3634 | 3557 | engines: {node: '>=10'} |
3635 | 3558 | dev: true |
3636 | 3559 | |
3637 | - /caniuse-lite/1.0.30001274: | |
3638 | - resolution: {integrity: sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew==} | |
3560 | + /caniuse-lite/1.0.30001283: | |
3561 | + resolution: {integrity: sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==} | |
3639 | 3562 | dev: true |
3640 | 3563 | |
3641 | 3564 | /capital-case/1.0.4: |
... | ... | @@ -3740,8 +3663,8 @@ packages: |
3740 | 3663 | fsevents: 2.3.2 |
3741 | 3664 | dev: true |
3742 | 3665 | |
3743 | - /ci-info/3.2.0: | |
3744 | - resolution: {integrity: sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==} | |
3666 | + /ci-info/3.3.0: | |
3667 | + resolution: {integrity: sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==} | |
3745 | 3668 | dev: true |
3746 | 3669 | |
3747 | 3670 | /cjs-module-lexer/1.2.2: |
... | ... | @@ -3961,8 +3884,8 @@ packages: |
3961 | 3884 | strip-json-comments: 3.0.1 |
3962 | 3885 | dev: true |
3963 | 3886 | |
3964 | - /common-tags/1.8.0: | |
3965 | - resolution: {integrity: sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==} | |
3887 | + /common-tags/1.8.2: | |
3888 | + resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} | |
3966 | 3889 | engines: {node: '>=4.0.0'} |
3967 | 3890 | dev: true |
3968 | 3891 | |
... | ... | @@ -4017,7 +3940,7 @@ packages: |
4017 | 3940 | /constantinople/4.0.1: |
4018 | 3941 | resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} |
4019 | 3942 | dependencies: |
4020 | - '@babel/parser': 7.16.2 | |
3943 | + '@babel/parser': 7.16.4 | |
4021 | 3944 | '@babel/types': 7.16.0 |
4022 | 3945 | dev: true |
4023 | 3946 | |
... | ... | @@ -4207,10 +4130,10 @@ packages: |
4207 | 4130 | engines: {node: '>=0.10.0'} |
4208 | 4131 | dev: true |
4209 | 4132 | |
4210 | - /core-js-compat/3.19.0: | |
4211 | - resolution: {integrity: sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==} | |
4133 | + /core-js-compat/3.19.1: | |
4134 | + resolution: {integrity: sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==} | |
4212 | 4135 | dependencies: |
4213 | - browserslist: 4.17.5 | |
4136 | + browserslist: 4.18.1 | |
4214 | 4137 | semver: 7.0.0 |
4215 | 4138 | dev: true |
4216 | 4139 | |
... | ... | @@ -4359,8 +4282,8 @@ packages: |
4359 | 4282 | cssom: 0.3.8 |
4360 | 4283 | dev: true |
4361 | 4284 | |
4362 | - /csstype/2.6.18: | |
4363 | - resolution: {integrity: sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==} | |
4285 | + /csstype/2.6.19: | |
4286 | + resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==} | |
4364 | 4287 | dev: false |
4365 | 4288 | |
4366 | 4289 | /currently-unhandled/0.4.1: |
... | ... | @@ -4442,7 +4365,7 @@ packages: |
4442 | 4365 | ms: 2.1.2 |
4443 | 4366 | dev: true |
4444 | 4367 | |
4445 | - /debug/4.3.2_supports-color@9.0.2: | |
4368 | + /debug/4.3.2_supports-color@9.1.0: | |
4446 | 4369 | resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} |
4447 | 4370 | engines: {node: '>=6.0'} |
4448 | 4371 | peerDependencies: |
... | ... | @@ -4452,7 +4375,7 @@ packages: |
4452 | 4375 | optional: true |
4453 | 4376 | dependencies: |
4454 | 4377 | ms: 2.1.2 |
4455 | - supports-color: 9.0.2 | |
4378 | + supports-color: 9.1.0 | |
4456 | 4379 | dev: true |
4457 | 4380 | |
4458 | 4381 | /decamelize-keys/1.1.0: |
... | ... | @@ -4787,8 +4710,8 @@ packages: |
4787 | 4710 | jake: 10.8.2 |
4788 | 4711 | dev: true |
4789 | 4712 | |
4790 | - /electron-to-chromium/1.3.886: | |
4791 | - resolution: {integrity: sha512-+vYdeBosI63VkCtNWnEVFjgNd/IZwvnsWkKyPtWAvrhA+XfByKoBJcbsMgudVU/bUcGAF9Xp3aXn96voWlc3oQ==} | |
4713 | + /electron-to-chromium/1.4.1: | |
4714 | + resolution: {integrity: sha512-9ldvb6QMHiDpUNF1iSwBTiTT0qXEN+xIO5WlCJrC5gt0z74ofOiqR698vaJqYWnri0XZiF0YmnrFmGq/EmpGAA==} | |
4792 | 4715 | dev: true |
4793 | 4716 | |
4794 | 4717 | /emittery/0.8.1: |
... | ... | @@ -4908,14 +4831,6 @@ packages: |
4908 | 4831 | is-symbol: 1.0.4 |
4909 | 4832 | dev: true |
4910 | 4833 | |
4911 | - /esbuild-android-arm64/0.13.12: | |
4912 | - resolution: {integrity: sha512-TSVZVrb4EIXz6KaYjXfTzPyyRpXV5zgYIADXtQsIenjZ78myvDGaPi11o4ZSaHIwFHsuwkB6ne5SZRBwAQ7maw==} | |
4913 | - cpu: [arm64] | |
4914 | - os: [android] | |
4915 | - requiresBuild: true | |
4916 | - dev: true | |
4917 | - optional: true | |
4918 | - | |
4919 | 4834 | /esbuild-android-arm64/0.13.15: |
4920 | 4835 | resolution: {integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==} |
4921 | 4836 | cpu: [arm64] |
... | ... | @@ -4924,14 +4839,6 @@ packages: |
4924 | 4839 | dev: true |
4925 | 4840 | optional: true |
4926 | 4841 | |
4927 | - /esbuild-darwin-64/0.13.12: | |
4928 | - resolution: {integrity: sha512-c51C+N+UHySoV2lgfWSwwmlnLnL0JWj/LzuZt9Ltk9ub1s2Y8cr6SQV5W3mqVH1egUceew6KZ8GyI4nwu+fhsw==} | |
4929 | - cpu: [x64] | |
4930 | - os: [darwin] | |
4931 | - requiresBuild: true | |
4932 | - dev: true | |
4933 | - optional: true | |
4934 | - | |
4935 | 4842 | /esbuild-darwin-64/0.13.15: |
4936 | 4843 | resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} |
4937 | 4844 | cpu: [x64] |
... | ... | @@ -4940,14 +4847,6 @@ packages: |
4940 | 4847 | dev: true |
4941 | 4848 | optional: true |
4942 | 4849 | |
4943 | - /esbuild-darwin-arm64/0.13.12: | |
4944 | - resolution: {integrity: sha512-JvAMtshP45Hd8A8wOzjkY1xAnTKTYuP/QUaKp5eUQGX+76GIie3fCdUUr2ZEKdvpSImNqxiZSIMziEiGB5oUmQ==} | |
4945 | - cpu: [arm64] | |
4946 | - os: [darwin] | |
4947 | - requiresBuild: true | |
4948 | - dev: true | |
4949 | - optional: true | |
4950 | - | |
4951 | 4850 | /esbuild-darwin-arm64/0.13.15: |
4952 | 4851 | resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} |
4953 | 4852 | cpu: [arm64] |
... | ... | @@ -4956,14 +4855,6 @@ packages: |
4956 | 4855 | dev: true |
4957 | 4856 | optional: true |
4958 | 4857 | |
4959 | - /esbuild-freebsd-64/0.13.12: | |
4960 | - resolution: {integrity: sha512-r6On/Skv9f0ZjTu6PW5o7pdXr8aOgtFOEURJZYf1XAJs0IQ+gW+o1DzXjVkIoT+n1cm3N/t1KRJfX71MPg/ZUA==} | |
4961 | - cpu: [x64] | |
4962 | - os: [freebsd] | |
4963 | - requiresBuild: true | |
4964 | - dev: true | |
4965 | - optional: true | |
4966 | - | |
4967 | 4858 | /esbuild-freebsd-64/0.13.15: |
4968 | 4859 | resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} |
4969 | 4860 | cpu: [x64] |
... | ... | @@ -4972,14 +4863,6 @@ packages: |
4972 | 4863 | dev: true |
4973 | 4864 | optional: true |
4974 | 4865 | |
4975 | - /esbuild-freebsd-arm64/0.13.12: | |
4976 | - resolution: {integrity: sha512-F6LmI2Q1gii073kmBE3NOTt/6zLL5zvZsxNLF8PMAwdHc+iBhD1vzfI8uQZMJA1IgXa3ocr3L3DJH9fLGXy6Yw==} | |
4977 | - cpu: [arm64] | |
4978 | - os: [freebsd] | |
4979 | - requiresBuild: true | |
4980 | - dev: true | |
4981 | - optional: true | |
4982 | - | |
4983 | 4866 | /esbuild-freebsd-arm64/0.13.15: |
4984 | 4867 | resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} |
4985 | 4868 | cpu: [arm64] |
... | ... | @@ -4988,14 +4871,6 @@ packages: |
4988 | 4871 | dev: true |
4989 | 4872 | optional: true |
4990 | 4873 | |
4991 | - /esbuild-linux-32/0.13.12: | |
4992 | - resolution: {integrity: sha512-U1UZwG3UIwF7/V4tCVAo/nkBV9ag5KJiJTt+gaCmLVWH3bPLX7y+fNlhIWZy8raTMnXhMKfaTvWZ9TtmXzvkuQ==} | |
4993 | - cpu: [ia32] | |
4994 | - os: [linux] | |
4995 | - requiresBuild: true | |
4996 | - dev: true | |
4997 | - optional: true | |
4998 | - | |
4999 | 4874 | /esbuild-linux-32/0.13.15: |
5000 | 4875 | resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} |
5001 | 4876 | cpu: [ia32] |
... | ... | @@ -5004,14 +4879,6 @@ packages: |
5004 | 4879 | dev: true |
5005 | 4880 | optional: true |
5006 | 4881 | |
5007 | - /esbuild-linux-64/0.13.12: | |
5008 | - resolution: {integrity: sha512-YpXSwtu2NxN3N4ifJxEdsgd6Q5d8LYqskrAwjmoCT6yQnEHJSF5uWcxv783HWN7lnGpJi9KUtDvYsnMdyGw71Q==} | |
5009 | - cpu: [x64] | |
5010 | - os: [linux] | |
5011 | - requiresBuild: true | |
5012 | - dev: true | |
5013 | - optional: true | |
5014 | - | |
5015 | 4882 | /esbuild-linux-64/0.13.15: |
5016 | 4883 | resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} |
5017 | 4884 | cpu: [x64] |
... | ... | @@ -5020,14 +4887,6 @@ packages: |
5020 | 4887 | dev: true |
5021 | 4888 | optional: true |
5022 | 4889 | |
5023 | - /esbuild-linux-arm/0.13.12: | |
5024 | - resolution: {integrity: sha512-SyiT/JKxU6J+DY2qUiSLZJqCAftIt3uoGejZ0HDnUM2MGJqEGSGh7p1ecVL2gna3PxS4P+j6WAehCwgkBPXNIw==} | |
5025 | - cpu: [arm] | |
5026 | - os: [linux] | |
5027 | - requiresBuild: true | |
5028 | - dev: true | |
5029 | - optional: true | |
5030 | - | |
5031 | 4890 | /esbuild-linux-arm/0.13.15: |
5032 | 4891 | resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} |
5033 | 4892 | cpu: [arm] |
... | ... | @@ -5036,14 +4895,6 @@ packages: |
5036 | 4895 | dev: true |
5037 | 4896 | optional: true |
5038 | 4897 | |
5039 | - /esbuild-linux-arm64/0.13.12: | |
5040 | - resolution: {integrity: sha512-sgDNb8kb3BVodtAlcFGgwk+43KFCYjnFOaOfJibXnnIojNWuJHpL6aQJ4mumzNWw8Rt1xEtDQyuGK9f+Y24jGA==} | |
5041 | - cpu: [arm64] | |
5042 | - os: [linux] | |
5043 | - requiresBuild: true | |
5044 | - dev: true | |
5045 | - optional: true | |
5046 | - | |
5047 | 4898 | /esbuild-linux-arm64/0.13.15: |
5048 | 4899 | resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} |
5049 | 4900 | cpu: [arm64] |
... | ... | @@ -5052,14 +4903,6 @@ packages: |
5052 | 4903 | dev: true |
5053 | 4904 | optional: true |
5054 | 4905 | |
5055 | - /esbuild-linux-mips64le/0.13.12: | |
5056 | - resolution: {integrity: sha512-qQJHlZBG+QwVIA8AbTEtbvF084QgDi4DaUsUnA+EolY1bxrG+UyOuGflM2ZritGhfS/k7THFjJbjH2wIeoKA2g==} | |
5057 | - cpu: [mips64el] | |
5058 | - os: [linux] | |
5059 | - requiresBuild: true | |
5060 | - dev: true | |
5061 | - optional: true | |
5062 | - | |
5063 | 4906 | /esbuild-linux-mips64le/0.13.15: |
5064 | 4907 | resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} |
5065 | 4908 | cpu: [mips64el] |
... | ... | @@ -5068,14 +4911,6 @@ packages: |
5068 | 4911 | dev: true |
5069 | 4912 | optional: true |
5070 | 4913 | |
5071 | - /esbuild-linux-ppc64le/0.13.12: | |
5072 | - resolution: {integrity: sha512-2dSnm1ldL7Lppwlo04CGQUpwNn5hGqXI38OzaoPOkRsBRWFBozyGxTFSee/zHFS+Pdh3b28JJbRK3owrrRgWNw==} | |
5073 | - cpu: [ppc64] | |
5074 | - os: [linux] | |
5075 | - requiresBuild: true | |
5076 | - dev: true | |
5077 | - optional: true | |
5078 | - | |
5079 | 4914 | /esbuild-linux-ppc64le/0.13.15: |
5080 | 4915 | resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} |
5081 | 4916 | cpu: [ppc64] |
... | ... | @@ -5084,14 +4919,6 @@ packages: |
5084 | 4919 | dev: true |
5085 | 4920 | optional: true |
5086 | 4921 | |
5087 | - /esbuild-netbsd-64/0.13.12: | |
5088 | - resolution: {integrity: sha512-D4raxr02dcRiQNbxOLzpqBzcJNFAdsDNxjUbKkDMZBkL54Z0vZh4LRndycdZAMcIdizC/l/Yp/ZsBdAFxc5nbA==} | |
5089 | - cpu: [x64] | |
5090 | - os: [netbsd] | |
5091 | - requiresBuild: true | |
5092 | - dev: true | |
5093 | - optional: true | |
5094 | - | |
5095 | 4922 | /esbuild-netbsd-64/0.13.15: |
5096 | 4923 | resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} |
5097 | 4924 | cpu: [x64] |
... | ... | @@ -5109,14 +4936,6 @@ packages: |
5109 | 4936 | typescript: 4.5.2 |
5110 | 4937 | dev: true |
5111 | 4938 | |
5112 | - /esbuild-openbsd-64/0.13.12: | |
5113 | - resolution: {integrity: sha512-KuLCmYMb2kh05QuPJ+va60bKIH5wHL8ypDkmpy47lzwmdxNsuySeCMHuTv5o2Af1RUn5KLO5ZxaZeq4GEY7DaQ==} | |
5114 | - cpu: [x64] | |
5115 | - os: [openbsd] | |
5116 | - requiresBuild: true | |
5117 | - dev: true | |
5118 | - optional: true | |
5119 | - | |
5120 | 4939 | /esbuild-openbsd-64/0.13.15: |
5121 | 4940 | resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==} |
5122 | 4941 | cpu: [x64] |
... | ... | @@ -5129,8 +4948,8 @@ packages: |
5129 | 4948 | resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==} |
5130 | 4949 | dev: true |
5131 | 4950 | |
5132 | - /esbuild-register/3.1.2_esbuild@0.13.15: | |
5133 | - resolution: {integrity: sha512-RbKnUm/dXQZq6q8j7xfLBP06AhDQHS5g2FAAlAYV2Zw5obMKs8Bk777Jt4WD34pAx/Xyh5oAPESCYYtqhJ8Ufw==} | |
4951 | + /esbuild-register/3.2.0_esbuild@0.13.15: | |
4952 | + resolution: {integrity: sha512-i1sYwESrRHJz15Cl1u2OgLjBBp/bWtGoDdFXVLL1clsp+pFdqIpRfHIQGkgvQAlAecP5IC/bObYrKCyx/lE50Q==} | |
5134 | 4953 | peerDependencies: |
5135 | 4954 | esbuild: '>=0.12 <1' |
5136 | 4955 | dependencies: |
... | ... | @@ -5138,14 +4957,6 @@ packages: |
5138 | 4957 | jsonc-parser: 3.0.0 |
5139 | 4958 | dev: true |
5140 | 4959 | |
5141 | - /esbuild-sunos-64/0.13.12: | |
5142 | - resolution: {integrity: sha512-jBsF+e0woK3miKI8ufGWKG3o3rY9DpHvCVRn5eburMIIE+2c+y3IZ1srsthKyKI6kkXLvV4Cf/E7w56kLipMXw==} | |
5143 | - cpu: [x64] | |
5144 | - os: [sunos] | |
5145 | - requiresBuild: true | |
5146 | - dev: true | |
5147 | - optional: true | |
5148 | - | |
5149 | 4960 | /esbuild-sunos-64/0.13.15: |
5150 | 4961 | resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==} |
5151 | 4962 | cpu: [x64] |
... | ... | @@ -5154,14 +4965,6 @@ packages: |
5154 | 4965 | dev: true |
5155 | 4966 | optional: true |
5156 | 4967 | |
5157 | - /esbuild-windows-32/0.13.12: | |
5158 | - resolution: {integrity: sha512-L9m4lLFQrFeR7F+eLZXG82SbXZfUhyfu6CexZEil6vm+lc7GDCE0Q8DiNutkpzjv1+RAbIGVva9muItQ7HVTkQ==} | |
5159 | - cpu: [ia32] | |
5160 | - os: [win32] | |
5161 | - requiresBuild: true | |
5162 | - dev: true | |
5163 | - optional: true | |
5164 | - | |
5165 | 4968 | /esbuild-windows-32/0.13.15: |
5166 | 4969 | resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} |
5167 | 4970 | cpu: [ia32] |
... | ... | @@ -5170,14 +4973,6 @@ packages: |
5170 | 4973 | dev: true |
5171 | 4974 | optional: true |
5172 | 4975 | |
5173 | - /esbuild-windows-64/0.13.12: | |
5174 | - resolution: {integrity: sha512-k4tX4uJlSbSkfs78W5d9+I9gpd+7N95W7H2bgOMFPsYREVJs31+Q2gLLHlsnlY95zBoPQMIzHooUIsixQIBjaQ==} | |
5175 | - cpu: [x64] | |
5176 | - os: [win32] | |
5177 | - requiresBuild: true | |
5178 | - dev: true | |
5179 | - optional: true | |
5180 | - | |
5181 | 4976 | /esbuild-windows-64/0.13.15: |
5182 | 4977 | resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} |
5183 | 4978 | cpu: [x64] |
... | ... | @@ -5186,14 +4981,6 @@ packages: |
5186 | 4981 | dev: true |
5187 | 4982 | optional: true |
5188 | 4983 | |
5189 | - /esbuild-windows-arm64/0.13.12: | |
5190 | - resolution: {integrity: sha512-2tTv/BpYRIvuwHpp2M960nG7uvL+d78LFW/ikPItO+2GfK51CswIKSetSpDii+cjz8e9iSPgs+BU4o8nWICBwQ==} | |
5191 | - cpu: [arm64] | |
5192 | - os: [win32] | |
5193 | - requiresBuild: true | |
5194 | - dev: true | |
5195 | - optional: true | |
5196 | - | |
5197 | 4984 | /esbuild-windows-arm64/0.13.15: |
5198 | 4985 | resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} |
5199 | 4986 | cpu: [arm64] |
... | ... | @@ -5214,30 +5001,6 @@ packages: |
5214 | 5001 | requiresBuild: true |
5215 | 5002 | dev: true |
5216 | 5003 | |
5217 | - /esbuild/0.13.12: | |
5218 | - resolution: {integrity: sha512-vTKKUt+yoz61U/BbrnmlG9XIjwpdIxmHB8DlPR0AAW6OdS+nBQBci6LUHU2q9WbBobMEIQxxDpKbkmOGYvxsow==} | |
5219 | - hasBin: true | |
5220 | - requiresBuild: true | |
5221 | - optionalDependencies: | |
5222 | - esbuild-android-arm64: 0.13.12 | |
5223 | - esbuild-darwin-64: 0.13.12 | |
5224 | - esbuild-darwin-arm64: 0.13.12 | |
5225 | - esbuild-freebsd-64: 0.13.12 | |
5226 | - esbuild-freebsd-arm64: 0.13.12 | |
5227 | - esbuild-linux-32: 0.13.12 | |
5228 | - esbuild-linux-64: 0.13.12 | |
5229 | - esbuild-linux-arm: 0.13.12 | |
5230 | - esbuild-linux-arm64: 0.13.12 | |
5231 | - esbuild-linux-mips64le: 0.13.12 | |
5232 | - esbuild-linux-ppc64le: 0.13.12 | |
5233 | - esbuild-netbsd-64: 0.13.12 | |
5234 | - esbuild-openbsd-64: 0.13.12 | |
5235 | - esbuild-sunos-64: 0.13.12 | |
5236 | - esbuild-windows-32: 0.13.12 | |
5237 | - esbuild-windows-64: 0.13.12 | |
5238 | - esbuild-windows-arm64: 0.13.12 | |
5239 | - dev: true | |
5240 | - | |
5241 | 5004 | /esbuild/0.13.15: |
5242 | 5005 | resolution: {integrity: sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==} |
5243 | 5006 | hasBin: true |
... | ... | @@ -5327,7 +5090,7 @@ packages: |
5327 | 5090 | optional: true |
5328 | 5091 | dependencies: |
5329 | 5092 | '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 |
5330 | - '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.3.0+typescript@4.5.2 | |
5093 | + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.3.0+typescript@4.5.2 | |
5331 | 5094 | eslint: 8.3.0 |
5332 | 5095 | jest: 27.3.1_ts-node@10.4.0 |
5333 | 5096 | transitivePeerDependencies: |
... | ... | @@ -5335,7 +5098,7 @@ packages: |
5335 | 5098 | - typescript |
5336 | 5099 | dev: true |
5337 | 5100 | |
5338 | - /eslint-plugin-prettier/4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae: | |
5101 | + /eslint-plugin-prettier/4.0.0_d8c6a2a4ba8850181fffb74d8e835cec: | |
5339 | 5102 | resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} |
5340 | 5103 | engines: {node: '>=6.0.0'} |
5341 | 5104 | peerDependencies: |
... | ... | @@ -5348,7 +5111,7 @@ packages: |
5348 | 5111 | dependencies: |
5349 | 5112 | eslint: 8.3.0 |
5350 | 5113 | eslint-config-prettier: 8.3.0_eslint@8.3.0 |
5351 | - prettier: 2.4.1 | |
5114 | + prettier: 2.5.0 | |
5352 | 5115 | prettier-linter-helpers: 1.0.0 |
5353 | 5116 | dev: true |
5354 | 5117 | |
... | ... | @@ -5406,11 +5169,6 @@ packages: |
5406 | 5169 | engines: {node: '>=10'} |
5407 | 5170 | dev: true |
5408 | 5171 | |
5409 | - /eslint-visitor-keys/3.0.0: | |
5410 | - resolution: {integrity: sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==} | |
5411 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
5412 | - dev: true | |
5413 | - | |
5414 | 5172 | /eslint-visitor-keys/3.1.0: |
5415 | 5173 | resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} |
5416 | 5174 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -5470,21 +5228,12 @@ packages: |
5470 | 5228 | cross-spawn: 7.0.3 |
5471 | 5229 | esbuild: 0.13.15 |
5472 | 5230 | esbuild-node-loader: 0.6.3_typescript@4.5.2 |
5473 | - esbuild-register: 3.1.2_esbuild@0.13.15 | |
5231 | + esbuild-register: 3.2.0_esbuild@0.13.15 | |
5474 | 5232 | import-meta-resolve: 1.1.1 |
5475 | 5233 | transitivePeerDependencies: |
5476 | 5234 | - typescript |
5477 | 5235 | dev: true |
5478 | 5236 | |
5479 | - /espree/9.0.0: | |
5480 | - resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==} | |
5481 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | |
5482 | - dependencies: | |
5483 | - acorn: 8.5.0 | |
5484 | - acorn-jsx: 5.3.2_acorn@8.5.0 | |
5485 | - eslint-visitor-keys: 3.0.0 | |
5486 | - dev: true | |
5487 | - | |
5488 | 5237 | /espree/9.1.0: |
5489 | 5238 | resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==} |
5490 | 5239 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
... | ... | @@ -5561,7 +5310,7 @@ packages: |
5561 | 5310 | is-stream: 1.1.0 |
5562 | 5311 | npm-run-path: 2.0.2 |
5563 | 5312 | p-finally: 1.0.0 |
5564 | - signal-exit: 3.0.5 | |
5313 | + signal-exit: 3.0.6 | |
5565 | 5314 | strip-eof: 1.0.0 |
5566 | 5315 | dev: true |
5567 | 5316 | |
... | ... | @@ -5574,7 +5323,7 @@ packages: |
5574 | 5323 | is-stream: 1.1.0 |
5575 | 5324 | npm-run-path: 2.0.2 |
5576 | 5325 | p-finally: 1.0.0 |
5577 | - signal-exit: 3.0.5 | |
5326 | + signal-exit: 3.0.6 | |
5578 | 5327 | strip-eof: 1.0.0 |
5579 | 5328 | dev: true |
5580 | 5329 | |
... | ... | @@ -5589,7 +5338,7 @@ packages: |
5589 | 5338 | merge-stream: 2.0.0 |
5590 | 5339 | npm-run-path: 4.0.1 |
5591 | 5340 | onetime: 5.1.2 |
5592 | - signal-exit: 3.0.5 | |
5341 | + signal-exit: 3.0.6 | |
5593 | 5342 | strip-final-newline: 2.0.0 |
5594 | 5343 | dev: true |
5595 | 5344 | |
... | ... | @@ -5604,7 +5353,7 @@ packages: |
5604 | 5353 | merge-stream: 2.0.0 |
5605 | 5354 | npm-run-path: 4.0.1 |
5606 | 5355 | onetime: 5.1.2 |
5607 | - signal-exit: 3.0.5 | |
5356 | + signal-exit: 3.0.6 | |
5608 | 5357 | strip-final-newline: 2.0.0 |
5609 | 5358 | dev: true |
5610 | 5359 | |
... | ... | @@ -5668,7 +5417,7 @@ packages: |
5668 | 5417 | resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==} |
5669 | 5418 | engines: {node: '>=0.10.0'} |
5670 | 5419 | dependencies: |
5671 | - mime-db: 1.50.0 | |
5420 | + mime-db: 1.51.0 | |
5672 | 5421 | dev: true |
5673 | 5422 | |
5674 | 5423 | /ext-name/5.0.0: |
... | ... | @@ -5956,12 +5705,12 @@ packages: |
5956 | 5705 | resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} |
5957 | 5706 | engines: {node: ^10.12.0 || >=12.0.0} |
5958 | 5707 | dependencies: |
5959 | - flatted: 3.2.2 | |
5708 | + flatted: 3.2.4 | |
5960 | 5709 | rimraf: 3.0.2 |
5961 | 5710 | dev: true |
5962 | 5711 | |
5963 | - /flatted/3.2.2: | |
5964 | - resolution: {integrity: sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==} | |
5712 | + /flatted/3.2.4: | |
5713 | + resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==} | |
5965 | 5714 | dev: true |
5966 | 5715 | |
5967 | 5716 | /follow-redirects/1.14.5: |
... | ... | @@ -5984,7 +5733,7 @@ packages: |
5984 | 5733 | dependencies: |
5985 | 5734 | asynckit: 0.4.0 |
5986 | 5735 | combined-stream: 1.0.8 |
5987 | - mime-types: 2.1.33 | |
5736 | + mime-types: 2.1.34 | |
5988 | 5737 | dev: true |
5989 | 5738 | |
5990 | 5739 | /frac/1.1.2: |
... | ... | @@ -5992,8 +5741,8 @@ packages: |
5992 | 5741 | engines: {node: '>=0.8'} |
5993 | 5742 | dev: false |
5994 | 5743 | |
5995 | - /fraction.js/4.1.1: | |
5996 | - resolution: {integrity: sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==} | |
5744 | + /fraction.js/4.1.2: | |
5745 | + resolution: {integrity: sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==} | |
5997 | 5746 | dev: true |
5998 | 5747 | |
5999 | 5748 | /fragment-cache/0.2.1: |
... | ... | @@ -6159,8 +5908,8 @@ packages: |
6159 | 5908 | engines: {node: '>=0.10.0'} |
6160 | 5909 | dev: true |
6161 | 5910 | |
6162 | - /gifsicle/5.2.1: | |
6163 | - resolution: {integrity: sha512-9ewIQQCAnSmkU2DhuWafd1DdsgzAkKqIWnY+023xBLSiK9Az2TDUozWQW+SyRQgFMclbe6RQldUk/49TRO3Aqw==} | |
5911 | + /gifsicle/5.2.0: | |
5912 | + resolution: {integrity: sha512-vOIS3j0XoTCxq9pkGj43gEix82RkI5FveNgaFZutjbaui/HH+4fR8Y56dwXDuxYo8hR4xOo6/j2h1WHoQW6XLw==} | |
6164 | 5913 | engines: {node: '>=10'} |
6165 | 5914 | hasBin: true |
6166 | 5915 | requiresBuild: true |
... | ... | @@ -6168,6 +5917,7 @@ packages: |
6168 | 5917 | bin-build: 3.0.0 |
6169 | 5918 | bin-wrapper: /bin-wrapper-china/0.1.0 |
6170 | 5919 | execa: 5.1.1 |
5920 | + logalot: 2.1.0 | |
6171 | 5921 | dev: true |
6172 | 5922 | |
6173 | 5923 | /git-raw-commits/2.0.10: |
... | ... | @@ -6305,7 +6055,7 @@ packages: |
6305 | 6055 | dir-glob: 3.0.1 |
6306 | 6056 | fast-glob: 3.2.7 |
6307 | 6057 | glob: 7.2.0 |
6308 | - ignore: 5.1.8 | |
6058 | + ignore: 5.1.9 | |
6309 | 6059 | merge2: 1.4.1 |
6310 | 6060 | slash: 3.0.0 |
6311 | 6061 | dev: true |
... | ... | @@ -6317,7 +6067,7 @@ packages: |
6317 | 6067 | array-union: 2.1.0 |
6318 | 6068 | dir-glob: 3.0.1 |
6319 | 6069 | fast-glob: 3.2.7 |
6320 | - ignore: 5.1.8 | |
6070 | + ignore: 5.1.9 | |
6321 | 6071 | merge2: 1.4.1 |
6322 | 6072 | slash: 3.0.0 |
6323 | 6073 | dev: true |
... | ... | @@ -6417,11 +6167,6 @@ packages: |
6417 | 6167 | engines: {node: '>=8'} |
6418 | 6168 | dev: true |
6419 | 6169 | |
6420 | - /has-flag/5.0.1: | |
6421 | - resolution: {integrity: sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==} | |
6422 | - engines: {node: '>=12'} | |
6423 | - dev: true | |
6424 | - | |
6425 | 6170 | /has-symbol-support-x/1.4.2: |
6426 | 6171 | resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} |
6427 | 6172 | dev: true |
... | ... | @@ -6555,8 +6300,8 @@ packages: |
6555 | 6300 | readable-stream: 3.6.0 |
6556 | 6301 | dev: true |
6557 | 6302 | |
6558 | - /htmlparser2/7.1.2: | |
6559 | - resolution: {integrity: sha512-d6cqsbJba2nRdg8WW2okyD4ceonFHn9jLFxhwlNcLhQWcFPdxXeJulgOLjLKtAK9T6ahd+GQNZwG9fjmGW7lyg==} | |
6303 | + /htmlparser2/7.2.0: | |
6304 | + resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==} | |
6560 | 6305 | dependencies: |
6561 | 6306 | domelementtype: 2.2.0 |
6562 | 6307 | domhandler: 4.2.2 |
... | ... | @@ -6629,11 +6374,6 @@ packages: |
6629 | 6374 | engines: {node: '>= 4'} |
6630 | 6375 | dev: true |
6631 | 6376 | |
6632 | - /ignore/5.1.8: | |
6633 | - resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==} | |
6634 | - engines: {node: '>= 4'} | |
6635 | - dev: true | |
6636 | - | |
6637 | 6377 | /ignore/5.1.9: |
6638 | 6378 | resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==} |
6639 | 6379 | engines: {node: '>= 4'} |
... | ... | @@ -6650,7 +6390,7 @@ packages: |
6650 | 6390 | engines: {node: '>=10'} |
6651 | 6391 | dependencies: |
6652 | 6392 | execa: 1.0.0 |
6653 | - gifsicle: 5.2.1 | |
6393 | + gifsicle: 5.2.0 | |
6654 | 6394 | is-gif: 3.0.0 |
6655 | 6395 | dev: true |
6656 | 6396 | |
... | ... | @@ -6696,7 +6436,7 @@ packages: |
6696 | 6436 | resolution: {integrity: sha512-uNgXpKHd99C0WODkrJ8OO/3zW3qjgS4pW7hcuII0RcHN3tnKxDjJWcitdVC/TZyfIqSricU8WfrHn26bdSW62g==} |
6697 | 6437 | engines: {node: '>=10'} |
6698 | 6438 | dependencies: |
6699 | - is-svg: 4.3.1 | |
6439 | + is-svg: 4.3.2 | |
6700 | 6440 | svgo: 2.8.0 |
6701 | 6441 | dev: true |
6702 | 6442 | |
... | ... | @@ -7142,8 +6882,8 @@ packages: |
7142 | 6882 | has-tostringtag: 1.0.0 |
7143 | 6883 | dev: true |
7144 | 6884 | |
7145 | - /is-svg/4.3.1: | |
7146 | - resolution: {integrity: sha512-h2CGs+yPUyvkgTJQS9cJzo9lYK06WgRiXUqBBHtglSzVKAuH4/oWsqk7LGfbSa1hGk9QcZ0SyQtVggvBA8LZXA==} | |
6885 | + /is-svg/4.3.2: | |
6886 | + resolution: {integrity: sha512-mM90duy00JGMyjqIVHu9gNTjywdZV+8qNasX8cm/EEYZ53PHDgajvbBwNVvty5dwSAxLUD3p3bdo+7sR/UMrpw==} | |
7147 | 6887 | engines: {node: '>=6'} |
7148 | 6888 | dependencies: |
7149 | 6889 | fast-xml-parser: 3.21.1 |
... | ... | @@ -7240,7 +6980,7 @@ packages: |
7240 | 6980 | engines: {node: '>=8'} |
7241 | 6981 | dependencies: |
7242 | 6982 | '@babel/core': 7.16.0 |
7243 | - '@babel/parser': 7.16.2 | |
6983 | + '@babel/parser': 7.16.4 | |
7244 | 6984 | '@istanbuljs/schema': 0.1.3 |
7245 | 6985 | istanbul-lib-coverage: 3.2.0 |
7246 | 6986 | semver: 6.3.0 |
... | ... | @@ -7374,7 +7114,7 @@ packages: |
7374 | 7114 | '@jest/types': 27.2.5 |
7375 | 7115 | babel-jest: 27.3.1_@babel+core@7.16.0 |
7376 | 7116 | chalk: 4.1.2 |
7377 | - ci-info: 3.2.0 | |
7117 | + ci-info: 3.3.0 | |
7378 | 7118 | deepmerge: 4.2.2 |
7379 | 7119 | glob: 7.2.0 |
7380 | 7120 | graceful-fs: 4.2.8 |
... | ... | @@ -7485,7 +7225,7 @@ packages: |
7485 | 7225 | resolution: {integrity: sha512-WK11ZUetDQaC09w4/j7o4FZDUIp+4iYWH/Lik34Pv7ukL+DuXFGdnmmi7dT58J2ZYKFB5r13GyE0z3NPeyJmsg==} |
7486 | 7226 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7487 | 7227 | dependencies: |
7488 | - '@babel/traverse': 7.16.0 | |
7228 | + '@babel/traverse': 7.16.3 | |
7489 | 7229 | '@jest/environment': 27.3.1 |
7490 | 7230 | '@jest/source-map': 27.0.6 |
7491 | 7231 | '@jest/test-result': 27.3.1 |
... | ... | @@ -7616,7 +7356,7 @@ packages: |
7616 | 7356 | jest-runtime: 27.3.1 |
7617 | 7357 | jest-util: 27.3.1 |
7618 | 7358 | jest-worker: 27.3.1 |
7619 | - source-map-support: 0.5.20 | |
7359 | + source-map-support: 0.5.21 | |
7620 | 7360 | throat: 6.0.1 |
7621 | 7361 | transitivePeerDependencies: |
7622 | 7362 | - bufferutil |
... | ... | @@ -7673,14 +7413,14 @@ packages: |
7673 | 7413 | dependencies: |
7674 | 7414 | '@babel/core': 7.16.0 |
7675 | 7415 | '@babel/generator': 7.16.0 |
7676 | - '@babel/parser': 7.16.2 | |
7416 | + '@babel/parser': 7.16.4 | |
7677 | 7417 | '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 |
7678 | - '@babel/traverse': 7.16.0 | |
7418 | + '@babel/traverse': 7.16.3 | |
7679 | 7419 | '@babel/types': 7.16.0 |
7680 | 7420 | '@jest/transform': 27.3.1 |
7681 | 7421 | '@jest/types': 27.2.5 |
7682 | 7422 | '@types/babel__traverse': 7.14.2 |
7683 | - '@types/prettier': 2.4.1 | |
7423 | + '@types/prettier': 2.4.2 | |
7684 | 7424 | babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 |
7685 | 7425 | chalk: 4.1.2 |
7686 | 7426 | expect: 27.3.1 |
... | ... | @@ -7706,7 +7446,7 @@ packages: |
7706 | 7446 | '@jest/types': 27.2.5 |
7707 | 7447 | '@types/node': 16.11.10 |
7708 | 7448 | chalk: 4.1.2 |
7709 | - ci-info: 3.2.0 | |
7449 | + ci-info: 3.3.0 | |
7710 | 7450 | graceful-fs: 4.2.8 |
7711 | 7451 | picomatch: 2.3.0 |
7712 | 7452 | dev: true |
... | ... | @@ -7716,7 +7456,7 @@ packages: |
7716 | 7456 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7717 | 7457 | dependencies: |
7718 | 7458 | '@jest/types': 27.2.5 |
7719 | - camelcase: 6.2.0 | |
7459 | + camelcase: 6.2.1 | |
7720 | 7460 | chalk: 4.1.2 |
7721 | 7461 | jest-get-type: 27.3.1 |
7722 | 7462 | leven: 3.1.0 |
... | ... | @@ -7851,7 +7591,7 @@ packages: |
7851 | 7591 | whatwg-encoding: 1.0.5 |
7852 | 7592 | whatwg-mimetype: 2.3.0 |
7853 | 7593 | whatwg-url: 8.7.0 |
7854 | - ws: 7.5.5 | |
7594 | + ws: 7.5.6 | |
7855 | 7595 | xml-name-validator: 3.0.0 |
7856 | 7596 | transitivePeerDependencies: |
7857 | 7597 | - bufferutil |
... | ... | @@ -7944,8 +7684,8 @@ packages: |
7944 | 7684 | engines: {'0': node >= 0.2.0} |
7945 | 7685 | dev: true |
7946 | 7686 | |
7947 | - /jsonpointer/4.1.0: | |
7948 | - resolution: {integrity: sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==} | |
7687 | + /jsonpointer/5.0.0: | |
7688 | + resolution: {integrity: sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==} | |
7949 | 7689 | engines: {node: '>=0.10.0'} |
7950 | 7690 | dev: true |
7951 | 7691 | |
... | ... | @@ -8044,8 +7784,8 @@ packages: |
8044 | 7784 | engines: {node: '>=10'} |
8045 | 7785 | dev: true |
8046 | 7786 | |
8047 | - /lines-and-columns/1.1.6: | |
8048 | - resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} | |
7787 | + /lines-and-columns/1.2.4: | |
7788 | + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} | |
8049 | 7789 | dev: true |
8050 | 7790 | |
8051 | 7791 | /lint-staged/12.1.2: |
... | ... | @@ -8056,31 +7796,34 @@ packages: |
8056 | 7796 | cli-truncate: 3.1.0 |
8057 | 7797 | colorette: 2.0.16 |
8058 | 7798 | commander: 8.3.0 |
8059 | - debug: 4.3.2_supports-color@9.0.2 | |
7799 | + debug: 4.3.2_supports-color@9.1.0 | |
8060 | 7800 | enquirer: 2.3.6 |
8061 | 7801 | execa: 5.1.1 |
8062 | 7802 | lilconfig: 2.0.4 |
8063 | - listr2: 3.13.3_enquirer@2.3.6 | |
7803 | + listr2: 3.13.5_enquirer@2.3.6 | |
8064 | 7804 | micromatch: 4.0.4 |
8065 | 7805 | normalize-path: 3.0.0 |
8066 | 7806 | object-inspect: 1.11.0 |
8067 | 7807 | string-argv: 0.3.1 |
8068 | - supports-color: 9.0.2 | |
7808 | + supports-color: 9.1.0 | |
8069 | 7809 | yaml: 1.10.2 |
8070 | 7810 | dev: true |
8071 | 7811 | |
8072 | - /listr2/3.13.3_enquirer@2.3.6: | |
8073 | - resolution: {integrity: sha512-VqAgN+XVfyaEjSaFewGPcDs5/3hBbWVaX1VgWv2f52MF7US45JuARlArULctiB44IIcEk3JF7GtoFCLqEdeuPA==} | |
7812 | + /listr2/3.13.5_enquirer@2.3.6: | |
7813 | + resolution: {integrity: sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==} | |
8074 | 7814 | engines: {node: '>=10.0.0'} |
8075 | 7815 | peerDependencies: |
8076 | 7816 | enquirer: '>= 2.3.0 < 3' |
7817 | + peerDependenciesMeta: | |
7818 | + enquirer: | |
7819 | + optional: true | |
8077 | 7820 | dependencies: |
8078 | 7821 | cli-truncate: 2.1.0 |
8079 | - clone: 2.1.2 | |
8080 | 7822 | colorette: 2.0.16 |
8081 | 7823 | enquirer: 2.3.6 |
8082 | 7824 | log-update: 4.0.0 |
8083 | 7825 | p-map: 4.0.0 |
7826 | + rfdc: 1.3.0 | |
8084 | 7827 | rxjs: 7.4.0 |
8085 | 7828 | through: 2.3.8 |
8086 | 7829 | wrap-ansi: 7.0.0 |
... | ... | @@ -8232,7 +7975,7 @@ packages: |
8232 | 7975 | engines: {node: '>=0.10.0'} |
8233 | 7976 | dependencies: |
8234 | 7977 | currently-unhandled: 0.4.1 |
8235 | - signal-exit: 3.0.5 | |
7978 | + signal-exit: 3.0.6 | |
8236 | 7979 | dev: true |
8237 | 7980 | |
8238 | 7981 | /lower-case/2.0.2: |
... | ... | @@ -8448,16 +8191,16 @@ packages: |
8448 | 8191 | picomatch: 2.3.0 |
8449 | 8192 | dev: true |
8450 | 8193 | |
8451 | - /mime-db/1.50.0: | |
8452 | - resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==} | |
8194 | + /mime-db/1.51.0: | |
8195 | + resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} | |
8453 | 8196 | engines: {node: '>= 0.6'} |
8454 | 8197 | dev: true |
8455 | 8198 | |
8456 | - /mime-types/2.1.33: | |
8457 | - resolution: {integrity: sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==} | |
8199 | + /mime-types/2.1.34: | |
8200 | + resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} | |
8458 | 8201 | engines: {node: '>= 0.6'} |
8459 | 8202 | dependencies: |
8460 | - mime-db: 1.50.0 | |
8203 | + mime-db: 1.51.0 | |
8461 | 8204 | dev: true |
8462 | 8205 | |
8463 | 8206 | /mime/1.6.0: |
... | ... | @@ -9043,7 +8786,7 @@ packages: |
9043 | 8786 | '@babel/code-frame': 7.16.0 |
9044 | 8787 | error-ex: 1.3.2 |
9045 | 8788 | json-parse-even-better-errors: 2.3.1 |
9046 | - lines-and-columns: 1.1.6 | |
8789 | + lines-and-columns: 1.2.4 | |
9047 | 8790 | dev: true |
9048 | 8791 | |
9049 | 8792 | /parse-node-version/1.0.1: |
... | ... | @@ -9194,7 +8937,7 @@ packages: |
9194 | 8937 | '@vue/devtools-api': 6.0.0-beta.20.1 |
9195 | 8938 | typescript: 4.5.2 |
9196 | 8939 | vue: 3.2.22 |
9197 | - vue-demi: 0.12.0_vue@3.2.22 | |
8940 | + vue-demi: 0.12.1_vue@3.2.22 | |
9198 | 8941 | dev: false |
9199 | 8942 | |
9200 | 8943 | /pinkie-promise/2.0.1: |
... | ... | @@ -9244,13 +8987,13 @@ packages: |
9244 | 8987 | engines: {node: '>=0.10.0'} |
9245 | 8988 | dev: true |
9246 | 8989 | |
9247 | - /postcss-html/1.2.0: | |
9248 | - resolution: {integrity: sha512-DEuVLHIf8wwqJtLAVGj0ol00PJFB9byPDZF+p56CAC5ktdlF9lFzLdhqbPxBza/jpBYwn17+fGeqvXxYh+h+CQ==} | |
8990 | + /postcss-html/1.3.0: | |
8991 | + resolution: {integrity: sha512-ewbwd7OGW4dLsErtvZH9HpVMEcXnlhYSzKsr7MepGlOT8imHTIZ/+pdfEruLS+hTYapLTQAWDnoQcJpsYU4uRw==} | |
9249 | 8992 | engines: {node: ^12 || >=14} |
9250 | 8993 | dependencies: |
9251 | - htmlparser2: 7.1.2 | |
9252 | - postcss: 8.4.0 | |
9253 | - postcss-safe-parser: 6.0.0_postcss@8.4.0 | |
8994 | + htmlparser2: 7.2.0 | |
8995 | + postcss: 8.4.1 | |
8996 | + postcss-safe-parser: 6.0.0_postcss@8.4.1 | |
9254 | 8997 | dev: true |
9255 | 8998 | |
9256 | 8999 | /postcss-less/5.0.0: |
... | ... | @@ -9265,20 +9008,20 @@ packages: |
9265 | 9008 | /postcss-prefix-selector/1.13.0: |
9266 | 9009 | resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==} |
9267 | 9010 | dependencies: |
9268 | - postcss: 8.4.0 | |
9011 | + postcss: 8.4.1 | |
9269 | 9012 | dev: true |
9270 | 9013 | |
9271 | 9014 | /postcss-resolve-nested-selector/0.1.1: |
9272 | 9015 | resolution: {integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=} |
9273 | 9016 | dev: true |
9274 | 9017 | |
9275 | - /postcss-safe-parser/6.0.0_postcss@8.4.0: | |
9018 | + /postcss-safe-parser/6.0.0_postcss@8.4.1: | |
9276 | 9019 | resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} |
9277 | 9020 | engines: {node: '>=12.0'} |
9278 | 9021 | peerDependencies: |
9279 | 9022 | postcss: ^8.3.3 |
9280 | 9023 | dependencies: |
9281 | - postcss: 8.4.0 | |
9024 | + postcss: 8.4.1 | |
9282 | 9025 | dev: true |
9283 | 9026 | |
9284 | 9027 | /postcss-selector-parser/6.0.6: |
... | ... | @@ -9289,12 +9032,12 @@ packages: |
9289 | 9032 | util-deprecate: 1.0.2 |
9290 | 9033 | dev: true |
9291 | 9034 | |
9292 | - /postcss-sorting/7.0.1_postcss@8.4.0: | |
9035 | + /postcss-sorting/7.0.1_postcss@8.4.1: | |
9293 | 9036 | resolution: {integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==} |
9294 | 9037 | peerDependencies: |
9295 | 9038 | postcss: ^8.3.9 |
9296 | 9039 | dependencies: |
9297 | - postcss: 8.4.0 | |
9040 | + postcss: 8.4.1 | |
9298 | 9041 | dev: true |
9299 | 9042 | |
9300 | 9043 | /postcss-value-parser/4.1.0: |
... | ... | @@ -9311,8 +9054,8 @@ packages: |
9311 | 9054 | supports-color: 3.2.3 |
9312 | 9055 | dev: true |
9313 | 9056 | |
9314 | - /postcss/8.4.0: | |
9315 | - resolution: {integrity: sha512-BRMNx3Wy7UI89jN8H4ZVS5lQMPM2OSMkOkvDCSjwXa7PWTs24k7Lm55NXLbMbs070LvraXaxN5l1npSOS6wMVw==} | |
9057 | + /postcss/8.4.1: | |
9058 | + resolution: {integrity: sha512-WqLs/TTzXdG+/A4ZOOK9WDZiikrRaiA+eoEb/jz2DT9KUhMNHgP7yKPO8vwi62ZCsb703Gwb7BMZwDzI54Y2Ag==} | |
9316 | 9059 | engines: {node: ^10 || ^12 || >=14} |
9317 | 9060 | dependencies: |
9318 | 9061 | nanoid: 3.1.30 |
... | ... | @@ -9354,8 +9097,8 @@ packages: |
9354 | 9097 | posthtml-render: 1.4.0 |
9355 | 9098 | dev: true |
9356 | 9099 | |
9357 | - /preact/10.5.15: | |
9358 | - resolution: {integrity: sha512-5chK29n6QcJc3m1lVrKQSQ+V7K1Gb8HeQY6FViQ5AxCAEGu3DaHffWNDkC9+miZgsLvbvU9rxbV1qinGHMHzqA==} | |
9100 | + /preact/10.6.1: | |
9101 | + resolution: {integrity: sha512-ydCg+ISIq70vqiThvNWStZWLRjR9U2awP/JAmGdWUKm9+Tyuy+MqVdAIyEByeIspAVtD4GWC/SJtxO8XD4knVA==} | |
9359 | 9102 | dev: false |
9360 | 9103 | |
9361 | 9104 | /prelude-ls/1.1.2: |
... | ... | @@ -9385,8 +9128,8 @@ packages: |
9385 | 9128 | fast-diff: 1.2.0 |
9386 | 9129 | dev: true |
9387 | 9130 | |
9388 | - /prettier/2.4.1: | |
9389 | - resolution: {integrity: sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==} | |
9131 | + /prettier/2.5.0: | |
9132 | + resolution: {integrity: sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==} | |
9390 | 9133 | engines: {node: '>=10.13.0'} |
9391 | 9134 | hasBin: true |
9392 | 9135 | dev: true |
... | ... | @@ -9744,7 +9487,7 @@ packages: |
9744 | 9487 | /regenerator-transform/0.14.5: |
9745 | 9488 | resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} |
9746 | 9489 | dependencies: |
9747 | - '@babel/runtime': 7.16.0 | |
9490 | + '@babel/runtime': 7.16.3 | |
9748 | 9491 | dev: true |
9749 | 9492 | |
9750 | 9493 | /regex-not/1.0.2: |
... | ... | @@ -9818,8 +9561,8 @@ packages: |
9818 | 9561 | engines: {node: '>= 0.10'} |
9819 | 9562 | dev: true |
9820 | 9563 | |
9821 | - /request-light/0.5.4: | |
9822 | - resolution: {integrity: sha512-t3566CMweOFlUk7Y1DJMu5OrtpoZEb6aSTsLQVT3wtrIEJ5NhcY9G/Oqxvjllzl4a15zXfFlcr9q40LbLVQJqw==} | |
9564 | + /request-light/0.5.5: | |
9565 | + resolution: {integrity: sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==} | |
9823 | 9566 | dev: true |
9824 | 9567 | |
9825 | 9568 | /require-directory/2.1.1: |
... | ... | @@ -9899,7 +9642,7 @@ packages: |
9899 | 9642 | engines: {node: '>=4'} |
9900 | 9643 | dependencies: |
9901 | 9644 | onetime: 2.0.1 |
9902 | - signal-exit: 3.0.5 | |
9645 | + signal-exit: 3.0.6 | |
9903 | 9646 | dev: true |
9904 | 9647 | |
9905 | 9648 | /restore-cursor/3.1.0: |
... | ... | @@ -9907,7 +9650,7 @@ packages: |
9907 | 9650 | engines: {node: '>=8'} |
9908 | 9651 | dependencies: |
9909 | 9652 | onetime: 5.1.2 |
9910 | - signal-exit: 3.0.5 | |
9653 | + signal-exit: 3.0.6 | |
9911 | 9654 | dev: true |
9912 | 9655 | |
9913 | 9656 | /ret/0.1.15: |
... | ... | @@ -9920,6 +9663,10 @@ packages: |
9920 | 9663 | engines: {iojs: '>=1.0.0', node: '>=0.10.0'} |
9921 | 9664 | dev: true |
9922 | 9665 | |
9666 | + /rfdc/1.3.0: | |
9667 | + resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} | |
9668 | + dev: true | |
9669 | + | |
9923 | 9670 | /rimraf/2.7.1: |
9924 | 9671 | resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} |
9925 | 9672 | hasBin: true |
... | ... | @@ -9944,16 +9691,18 @@ packages: |
9944 | 9691 | - supports-color |
9945 | 9692 | dev: true |
9946 | 9693 | |
9947 | - /rollup-plugin-terser/7.0.2_rollup@2.59.0: | |
9694 | + /rollup-plugin-terser/7.0.2_rollup@2.60.1: | |
9948 | 9695 | resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} |
9949 | 9696 | peerDependencies: |
9950 | 9697 | rollup: ^2.0.0 |
9951 | 9698 | dependencies: |
9952 | 9699 | '@babel/code-frame': 7.16.0 |
9953 | 9700 | jest-worker: 26.6.2 |
9954 | - rollup: 2.59.0 | |
9701 | + rollup: 2.60.1 | |
9955 | 9702 | serialize-javascript: 4.0.0 |
9956 | - terser: 5.9.0 | |
9703 | + terser: 5.10.0 | |
9704 | + transitivePeerDependencies: | |
9705 | + - acorn | |
9957 | 9706 | dev: true |
9958 | 9707 | |
9959 | 9708 | /rollup-plugin-visualizer/5.5.2: |
... | ... | @@ -9969,8 +9718,8 @@ packages: |
9969 | 9718 | yargs: 16.2.0 |
9970 | 9719 | dev: true |
9971 | 9720 | |
9972 | - /rollup/2.59.0: | |
9973 | - resolution: {integrity: sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==} | |
9721 | + /rollup/2.60.1: | |
9722 | + resolution: {integrity: sha512-akwfnpjY0rXEDSn1UTVfKXJhPsEBu+imi1gqBA1ZkHGydUnkV/fWCC90P7rDaLEW8KTwBcS1G3N4893Ndz+jwg==} | |
9974 | 9723 | engines: {node: '>=10.0.0'} |
9975 | 9724 | hasBin: true |
9976 | 9725 | optionalDependencies: |
... | ... | @@ -10153,8 +9902,8 @@ packages: |
10153 | 9902 | get-intrinsic: 1.1.1 |
10154 | 9903 | object-inspect: 1.11.0 |
10155 | 9904 | |
10156 | - /signal-exit/3.0.5: | |
10157 | - resolution: {integrity: sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==} | |
9905 | + /signal-exit/3.0.6: | |
9906 | + resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==} | |
10158 | 9907 | dev: true |
10159 | 9908 | |
10160 | 9909 | /sisteransi/1.0.5: |
... | ... | @@ -10268,8 +10017,8 @@ packages: |
10268 | 10017 | urix: 0.1.0 |
10269 | 10018 | dev: true |
10270 | 10019 | |
10271 | - /source-map-support/0.5.20: | |
10272 | - resolution: {integrity: sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==} | |
10020 | + /source-map-support/0.5.21: | |
10021 | + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} | |
10273 | 10022 | dependencies: |
10274 | 10023 | buffer-from: 1.1.2 |
10275 | 10024 | source-map: 0.6.1 |
... | ... | @@ -10307,7 +10056,7 @@ packages: |
10307 | 10056 | resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} |
10308 | 10057 | dependencies: |
10309 | 10058 | spdx-expression-parse: 3.0.1 |
10310 | - spdx-license-ids: 3.0.10 | |
10059 | + spdx-license-ids: 3.0.11 | |
10311 | 10060 | dev: true |
10312 | 10061 | |
10313 | 10062 | /spdx-exceptions/2.3.0: |
... | ... | @@ -10318,11 +10067,11 @@ packages: |
10318 | 10067 | resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} |
10319 | 10068 | dependencies: |
10320 | 10069 | spdx-exceptions: 2.3.0 |
10321 | - spdx-license-ids: 3.0.10 | |
10070 | + spdx-license-ids: 3.0.11 | |
10322 | 10071 | dev: true |
10323 | 10072 | |
10324 | - /spdx-license-ids/3.0.10: | |
10325 | - resolution: {integrity: sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==} | |
10073 | + /spdx-license-ids/3.0.11: | |
10074 | + resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==} | |
10326 | 10075 | dev: true |
10327 | 10076 | |
10328 | 10077 | /specificity/0.4.1: |
... | ... | @@ -10613,14 +10362,14 @@ packages: |
10613 | 10362 | resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=} |
10614 | 10363 | dev: true |
10615 | 10364 | |
10616 | - /stylelint-config-html/1.0.0_ac89f3e65c9a1d8d711cc3db898969a8: | |
10365 | + /stylelint-config-html/1.0.0_c1fe332c2f0bd1acbb28be685cc2d480: | |
10617 | 10366 | resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} |
10618 | 10367 | engines: {node: ^12 || >=14} |
10619 | 10368 | peerDependencies: |
10620 | 10369 | postcss-html: ^1.0.0 |
10621 | 10370 | stylelint: '>=14.0.0' |
10622 | 10371 | dependencies: |
10623 | - postcss-html: 1.2.0 | |
10372 | + postcss-html: 1.3.0 | |
10624 | 10373 | stylelint: 14.1.0 |
10625 | 10374 | dev: true |
10626 | 10375 | |
... | ... | @@ -10656,8 +10405,8 @@ packages: |
10656 | 10405 | peerDependencies: |
10657 | 10406 | stylelint: ^14.0.0 |
10658 | 10407 | dependencies: |
10659 | - postcss: 8.4.0 | |
10660 | - postcss-sorting: 7.0.1_postcss@8.4.0 | |
10408 | + postcss: 8.4.1 | |
10409 | + postcss-sorting: 7.0.1_postcss@8.4.1 | |
10661 | 10410 | stylelint: 14.1.0 |
10662 | 10411 | dev: true |
10663 | 10412 | |
... | ... | @@ -10689,10 +10438,10 @@ packages: |
10689 | 10438 | normalize-path: 3.0.0 |
10690 | 10439 | normalize-selector: 0.2.0 |
10691 | 10440 | picocolors: 1.0.0 |
10692 | - postcss: 8.4.0 | |
10441 | + postcss: 8.4.1 | |
10693 | 10442 | postcss-media-query-parser: 0.2.3 |
10694 | 10443 | postcss-resolve-nested-selector: 0.1.1 |
10695 | - postcss-safe-parser: 6.0.0_postcss@8.4.0 | |
10444 | + postcss-safe-parser: 6.0.0_postcss@8.4.1 | |
10696 | 10445 | postcss-selector-parser: 6.0.6 |
10697 | 10446 | postcss-value-parser: 4.1.0 |
10698 | 10447 | resolve-from: 5.0.0 |
... | ... | @@ -10741,11 +10490,9 @@ packages: |
10741 | 10490 | has-flag: 4.0.0 |
10742 | 10491 | dev: true |
10743 | 10492 | |
10744 | - /supports-color/9.0.2: | |
10745 | - resolution: {integrity: sha512-ii6tc8ImGFrgMPYq7RVAMKkhPo9vk8uA+D3oKbJq/3Pk2YSMv1+9dUAesa9UxMbxBTvxwKTQffBahNVNxEvM8Q==} | |
10493 | + /supports-color/9.1.0: | |
10494 | + resolution: {integrity: sha512-lOCGOTmBSN54zKAoPWhHkjoqVQ0MqgzPE5iirtoSixhr0ZieR/6l7WZ32V53cvy9+1qghFnIk7k52p991lKd6g==} | |
10746 | 10495 | engines: {node: '>=12'} |
10747 | - dependencies: | |
10748 | - has-flag: 5.0.1 | |
10749 | 10496 | dev: true |
10750 | 10497 | |
10751 | 10498 | /supports-hyperlinks/2.2.0: |
... | ... | @@ -10804,7 +10551,7 @@ packages: |
10804 | 10551 | resolution: {integrity: sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==} |
10805 | 10552 | engines: {node: '>=10.0.0'} |
10806 | 10553 | dependencies: |
10807 | - ajv: 8.6.3 | |
10554 | + ajv: 8.8.2 | |
10808 | 10555 | lodash.truncate: 4.4.2 |
10809 | 10556 | slice-ansi: 4.0.0 |
10810 | 10557 | string-width: 4.2.3 |
... | ... | @@ -10875,17 +10622,22 @@ packages: |
10875 | 10622 | dependencies: |
10876 | 10623 | commander: 2.20.3 |
10877 | 10624 | source-map: 0.6.1 |
10878 | - source-map-support: 0.5.20 | |
10625 | + source-map-support: 0.5.21 | |
10879 | 10626 | dev: true |
10880 | 10627 | |
10881 | - /terser/5.9.0: | |
10882 | - resolution: {integrity: sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==} | |
10628 | + /terser/5.10.0: | |
10629 | + resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} | |
10883 | 10630 | engines: {node: '>=10'} |
10884 | 10631 | hasBin: true |
10632 | + peerDependencies: | |
10633 | + acorn: ^8.5.0 | |
10634 | + peerDependenciesMeta: | |
10635 | + acorn: | |
10636 | + optional: true | |
10885 | 10637 | dependencies: |
10886 | 10638 | commander: 2.20.3 |
10887 | 10639 | source-map: 0.7.3 |
10888 | - source-map-support: 0.5.20 | |
10640 | + source-map-support: 0.5.21 | |
10889 | 10641 | dev: true |
10890 | 10642 | |
10891 | 10643 | /test-exclude/6.0.0: |
... | ... | @@ -11090,7 +10842,7 @@ packages: |
11090 | 10842 | '@tsconfig/node14': 1.0.1 |
11091 | 10843 | '@tsconfig/node16': 1.0.2 |
11092 | 10844 | '@types/node': 16.11.10 |
11093 | - acorn: 8.5.0 | |
10845 | + acorn: 8.6.0 | |
11094 | 10846 | acorn-walk: 8.2.0 |
11095 | 10847 | arg: 4.1.3 |
11096 | 10848 | create-require: 1.1.1 |
... | ... | @@ -11111,7 +10863,7 @@ packages: |
11111 | 10863 | create-require: 1.1.1 |
11112 | 10864 | diff: 4.0.2 |
11113 | 10865 | make-error: 1.3.6 |
11114 | - source-map-support: 0.5.20 | |
10866 | + source-map-support: 0.5.21 | |
11115 | 10867 | typescript: 4.5.2 |
11116 | 10868 | yn: 3.1.1 |
11117 | 10869 | dev: true |
... | ... | @@ -11404,20 +11156,20 @@ packages: |
11404 | 11156 | diff-match-patch: 1.0.5 |
11405 | 11157 | dev: false |
11406 | 11158 | |
11407 | - /vite-plugin-compression/0.3.5_vite@2.6.14: | |
11408 | - resolution: {integrity: sha512-W+zKccNTDRYPsM6MzbVGTX2hvnsVrxKfmGD2Z23VgqinFKhtmwGzNNFsnbslXbeTGHXclaE7MO5nm7O1cNY3ZA==} | |
11159 | + /vite-plugin-compression/0.3.6_vite@2.7.0-beta.8: | |
11160 | + resolution: {integrity: sha512-aSskQCJsP3VQ8PsnY+vO7UfD5qoFMOEuzg0PG2E9Zqyx+ARmc3wr9KCgOFraZOFW1Y4UAa5BR0SMTjoxHRMJoQ==} | |
11409 | 11161 | peerDependencies: |
11410 | 11162 | vite: '>=2.0.0' |
11411 | 11163 | dependencies: |
11412 | 11164 | chalk: 4.1.2 |
11413 | 11165 | debug: 4.3.2 |
11414 | 11166 | fs-extra: 10.0.0 |
11415 | - vite: 2.6.14_less@4.1.2 | |
11167 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11416 | 11168 | transitivePeerDependencies: |
11417 | 11169 | - supports-color |
11418 | 11170 | dev: true |
11419 | 11171 | |
11420 | - /vite-plugin-html/2.1.1_vite@2.6.14: | |
11172 | + /vite-plugin-html/2.1.1_vite@2.7.0-beta.8: | |
11421 | 11173 | resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==} |
11422 | 11174 | peerDependencies: |
11423 | 11175 | vite: '>=2.0.0' |
... | ... | @@ -11428,10 +11180,10 @@ packages: |
11428 | 11180 | ejs: 3.1.6 |
11429 | 11181 | fs-extra: 10.0.0 |
11430 | 11182 | html-minifier-terser: 5.1.1 |
11431 | - vite: 2.6.14_less@4.1.2 | |
11183 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11432 | 11184 | dev: true |
11433 | 11185 | |
11434 | - /vite-plugin-imagemin/0.4.6_vite@2.6.14: | |
11186 | + /vite-plugin-imagemin/0.4.6_vite@2.7.0-beta.8: | |
11435 | 11187 | resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==} |
11436 | 11188 | peerDependencies: |
11437 | 11189 | vite: '>=2.0.0' |
... | ... | @@ -11446,7 +11198,7 @@ packages: |
11446 | 11198 | '@types/svgo': 2.6.0 |
11447 | 11199 | chalk: 4.1.2 |
11448 | 11200 | debug: 4.3.2 |
11449 | - esbuild: 0.13.12 | |
11201 | + esbuild: 0.13.15 | |
11450 | 11202 | fs-extra: 10.0.0 |
11451 | 11203 | imagemin: 7.0.1 |
11452 | 11204 | imagemin-gifsicle: 7.0.0 |
... | ... | @@ -11456,12 +11208,12 @@ packages: |
11456 | 11208 | imagemin-pngquant: 9.0.2 |
11457 | 11209 | imagemin-svgo: 9.0.0 |
11458 | 11210 | imagemin-webp: 6.0.0 |
11459 | - vite: 2.6.14_less@4.1.2 | |
11211 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11460 | 11212 | transitivePeerDependencies: |
11461 | 11213 | - supports-color |
11462 | 11214 | dev: true |
11463 | 11215 | |
11464 | - /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.6.14: | |
11216 | + /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.0-beta.8: | |
11465 | 11217 | resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} |
11466 | 11218 | engines: {node: '>=12.0.0'} |
11467 | 11219 | peerDependencies: |
... | ... | @@ -11478,13 +11230,13 @@ packages: |
11478 | 11230 | fast-glob: 3.2.7 |
11479 | 11231 | mockjs: 1.1.0 |
11480 | 11232 | path-to-regexp: 6.2.0 |
11481 | - vite: 2.6.14_less@4.1.2 | |
11233 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11482 | 11234 | transitivePeerDependencies: |
11483 | 11235 | - rollup |
11484 | 11236 | - supports-color |
11485 | 11237 | dev: true |
11486 | 11238 | |
11487 | - /vite-plugin-purge-icons/0.7.0_vite@2.6.14: | |
11239 | + /vite-plugin-purge-icons/0.7.0_vite@2.7.0-beta.8: | |
11488 | 11240 | resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} |
11489 | 11241 | engines: {node: '>= 12'} |
11490 | 11242 | peerDependencies: |
... | ... | @@ -11493,12 +11245,12 @@ packages: |
11493 | 11245 | '@purge-icons/core': 0.7.0 |
11494 | 11246 | '@purge-icons/generated': 0.7.0 |
11495 | 11247 | rollup-plugin-purge-icons: 0.7.0 |
11496 | - vite: 2.6.14_less@4.1.2 | |
11248 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11497 | 11249 | transitivePeerDependencies: |
11498 | 11250 | - supports-color |
11499 | 11251 | dev: true |
11500 | 11252 | |
11501 | - /vite-plugin-pwa/0.11.7_vite@2.6.14: | |
11253 | + /vite-plugin-pwa/0.11.7_vite@2.7.0-beta.8: | |
11502 | 11254 | resolution: {integrity: sha512-sU+VrUNVP87E79GCCBTusdoiqja3Qapsrp48+xFDf28zaeNZ2nuuCoCIPshmyusGuY0I51wRFxiBjcbdheEBSw==} |
11503 | 11255 | peerDependencies: |
11504 | 11256 | vite: ^2.0.0 |
... | ... | @@ -11507,17 +11259,18 @@ packages: |
11507 | 11259 | debug: 4.3.2 |
11508 | 11260 | fast-glob: 3.2.7 |
11509 | 11261 | pretty-bytes: 5.6.0 |
11510 | - rollup: 2.59.0 | |
11511 | - vite: 2.6.14_less@4.1.2 | |
11512 | - workbox-build: 6.4.0 | |
11513 | - workbox-window: 6.4.0 | |
11262 | + rollup: 2.60.1 | |
11263 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11264 | + workbox-build: 6.4.1 | |
11265 | + workbox-window: 6.4.1 | |
11514 | 11266 | transitivePeerDependencies: |
11515 | 11267 | - '@types/babel__core' |
11268 | + - acorn | |
11516 | 11269 | - supports-color |
11517 | 11270 | dev: true |
11518 | 11271 | |
11519 | - /vite-plugin-style-import/1.3.0_vite@2.6.14: | |
11520 | - resolution: {integrity: sha512-R3bEQcdhPqL+5CZiMXs9RGKwbBtIHBJmh7ngND3sJjCYbkBe6DGEL6DWGBS7xTaqfH+1mXRfX8lEK0W3PjQSzA==} | |
11272 | + /vite-plugin-style-import/1.4.0_vite@2.7.0-beta.8: | |
11273 | + resolution: {integrity: sha512-EGAx0zVGUkwAwvDaC66zxgzXyHE0CwAXp4O1xGKnpMcrDT9L1nlojiCjjLRQzL8C3zwY1jn9ilq+m0VABKiiLg==} | |
11521 | 11274 | peerDependencies: |
11522 | 11275 | vite: '>=2.0.0' |
11523 | 11276 | dependencies: |
... | ... | @@ -11525,13 +11278,14 @@ packages: |
11525 | 11278 | change-case: 4.1.2 |
11526 | 11279 | debug: 4.3.2 |
11527 | 11280 | es-module-lexer: 0.9.3 |
11281 | + fs-extra: 10.0.0 | |
11528 | 11282 | magic-string: 0.25.7 |
11529 | - vite: 2.6.14_less@4.1.2 | |
11283 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11530 | 11284 | transitivePeerDependencies: |
11531 | 11285 | - supports-color |
11532 | 11286 | dev: true |
11533 | 11287 | |
11534 | - /vite-plugin-svg-icons/1.0.5_vite@2.6.14: | |
11288 | + /vite-plugin-svg-icons/1.0.5_vite@2.7.0-beta.8: | |
11535 | 11289 | resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} |
11536 | 11290 | peerDependencies: |
11537 | 11291 | vite: '>=2.0.0' |
... | ... | @@ -11543,17 +11297,17 @@ packages: |
11543 | 11297 | fs-extra: 10.0.0 |
11544 | 11298 | svg-baker: 1.7.0 |
11545 | 11299 | svgo: 2.8.0 |
11546 | - vite: 2.6.14_less@4.1.2 | |
11300 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11547 | 11301 | transitivePeerDependencies: |
11548 | 11302 | - supports-color |
11549 | 11303 | dev: true |
11550 | 11304 | |
11551 | - /vite-plugin-theme/0.8.1_vite@2.6.14: | |
11305 | + /vite-plugin-theme/0.8.1_vite@2.7.0-beta.8: | |
11552 | 11306 | resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} |
11553 | 11307 | peerDependencies: |
11554 | 11308 | vite: '>=2.0.0-beta.49' |
11555 | 11309 | dependencies: |
11556 | - '@types/node': 14.17.32 | |
11310 | + '@types/node': 14.17.34 | |
11557 | 11311 | '@types/tinycolor2': 1.4.3 |
11558 | 11312 | chalk: 4.1.2 |
11559 | 11313 | clean-css: 5.2.2 |
... | ... | @@ -11561,22 +11315,22 @@ packages: |
11561 | 11315 | esbuild: 0.11.23 |
11562 | 11316 | esbuild-plugin-alias: 0.1.2 |
11563 | 11317 | tinycolor2: 1.4.2 |
11564 | - vite: 2.6.14_less@4.1.2 | |
11318 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11565 | 11319 | transitivePeerDependencies: |
11566 | 11320 | - supports-color |
11567 | 11321 | dev: true |
11568 | 11322 | |
11569 | - /vite-plugin-vue-setup-extend/0.1.0_vite@2.6.14: | |
11323 | + /vite-plugin-vue-setup-extend/0.1.0_vite@2.7.0-beta.8: | |
11570 | 11324 | resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==} |
11571 | 11325 | peerDependencies: |
11572 | 11326 | vite: '>=2.0.0' |
11573 | 11327 | dependencies: |
11574 | 11328 | '@vue/compiler-sfc': 3.2.22 |
11575 | 11329 | magic-string: 0.25.7 |
11576 | - vite: 2.6.14_less@4.1.2 | |
11330 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11577 | 11331 | dev: true |
11578 | 11332 | |
11579 | - /vite-plugin-windicss/1.5.1_vite@2.6.14: | |
11333 | + /vite-plugin-windicss/1.5.1_vite@2.7.0-beta.8: | |
11580 | 11334 | resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==} |
11581 | 11335 | peerDependencies: |
11582 | 11336 | vite: ^2.0.1 |
... | ... | @@ -11584,14 +11338,14 @@ packages: |
11584 | 11338 | '@windicss/plugin-utils': 1.5.1 |
11585 | 11339 | chalk: 4.1.2 |
11586 | 11340 | debug: 4.3.2 |
11587 | - vite: 2.6.14_less@4.1.2 | |
11341 | + vite: 2.7.0-beta.8_less@4.1.2 | |
11588 | 11342 | windicss: 3.2.1 |
11589 | 11343 | transitivePeerDependencies: |
11590 | 11344 | - supports-color |
11591 | 11345 | dev: true |
11592 | 11346 | |
11593 | - /vite/2.6.14_less@4.1.2: | |
11594 | - resolution: {integrity: sha512-2HA9xGyi+EhY2MXo0+A2dRsqsAG3eFNEVIo12olkWhOmc8LfiM+eMdrXf+Ruje9gdXgvSqjLI9freec1RUM5EA==} | |
11347 | + /vite/2.7.0-beta.8_less@4.1.2: | |
11348 | + resolution: {integrity: sha512-3WMItImjXnvTIihClFBy5t0n+OnXA8EreSy3dIAOFZZhf89VSIwmCcG+SS2qexlegneQz5ewiv6bzvYoKNjmZw==} | |
11595 | 11349 | engines: {node: '>=12.2.0'} |
11596 | 11350 | hasBin: true |
11597 | 11351 | peerDependencies: |
... | ... | @@ -11606,11 +11360,11 @@ packages: |
11606 | 11360 | stylus: |
11607 | 11361 | optional: true |
11608 | 11362 | dependencies: |
11609 | - esbuild: 0.13.12 | |
11363 | + esbuild: 0.13.15 | |
11610 | 11364 | less: 4.1.2 |
11611 | - postcss: 8.4.0 | |
11365 | + postcss: 8.4.1 | |
11612 | 11366 | resolve: 1.20.0 |
11613 | - rollup: 2.59.0 | |
11367 | + rollup: 2.60.1 | |
11614 | 11368 | optionalDependencies: |
11615 | 11369 | fsevents: 2.3.2 |
11616 | 11370 | dev: true |
... | ... | @@ -11623,7 +11377,7 @@ packages: |
11623 | 11377 | /vscode-css-languageservice/5.1.8: |
11624 | 11378 | resolution: {integrity: sha512-Si1sMykS8U/p8LYgLGPCfZD1YFT0AtvUJQp9XJGw64DZWhtwYo28G2l64USLS9ge4ZPMZpwdpOK7PfbVKfgiiA==} |
11625 | 11379 | dependencies: |
11626 | - vscode-languageserver-textdocument: 1.0.2 | |
11380 | + vscode-languageserver-textdocument: 1.0.3 | |
11627 | 11381 | vscode-languageserver-types: 3.16.0 |
11628 | 11382 | vscode-nls: 5.0.0 |
11629 | 11383 | vscode-uri: 3.0.2 |
... | ... | @@ -11632,52 +11386,51 @@ packages: |
11632 | 11386 | /vscode-html-languageservice/4.1.1: |
11633 | 11387 | resolution: {integrity: sha512-rrDyCiOgMwOPgchpPGAeLzjYVVEW/Ror2/a1BWUEI3S9+NQhA9vj4SQkzmH6g2Bq9S9SV0OQeadD+xphOf1N3w==} |
11634 | 11388 | dependencies: |
11635 | - vscode-languageserver-textdocument: 1.0.2 | |
11389 | + vscode-languageserver-textdocument: 1.0.3 | |
11636 | 11390 | vscode-languageserver-types: 3.16.0 |
11637 | 11391 | vscode-nls: 5.0.0 |
11638 | 11392 | vscode-uri: 3.0.2 |
11639 | 11393 | dev: true |
11640 | 11394 | |
11641 | - /vscode-json-languageservice/4.1.9: | |
11642 | - resolution: {integrity: sha512-kxNHitUy2fCxmP6vAp0SRLrUSuecUYzzxlC+85cC3jJlFHWmvtCJOzikC+kcUnIdls9fQSB8n0yHs8Sl6taxJw==} | |
11643 | - engines: {npm: '>=7.0.0'} | |
11395 | + /vscode-json-languageservice/4.1.10: | |
11396 | + resolution: {integrity: sha512-IHliMEEYSY0tJjJt0ECb8ESx/nRXpoy9kN42WVQXgaqGyizFAf3jibSiezDQTrrY7f3kywXggCU+kkJEM+OLZQ==} | |
11644 | 11397 | dependencies: |
11645 | 11398 | jsonc-parser: 3.0.0 |
11646 | - vscode-languageserver-textdocument: 1.0.2 | |
11399 | + vscode-languageserver-textdocument: 1.0.3 | |
11647 | 11400 | vscode-languageserver-types: 3.16.0 |
11648 | 11401 | vscode-nls: 5.0.0 |
11649 | 11402 | vscode-uri: 3.0.2 |
11650 | 11403 | dev: true |
11651 | 11404 | |
11652 | - /vscode-jsonrpc/8.0.0-next.3: | |
11653 | - resolution: {integrity: sha512-2wRiBR5tZAXZ4UxIO4F0cT/zN6OpruoWO0vc7EpQZxVfumb0pYiSegB+PaOzXCuFQzh7YEshW/XMg4zTz3FGVQ==} | |
11405 | + /vscode-jsonrpc/8.0.0-next.4: | |
11406 | + resolution: {integrity: sha512-i+wvza5Wd0YV/t9qhnS8I+dJdhJ1fHIhRW4f262rXXM9Mgts5VZhYrRZufGcai4y99RlbZvwaZhplQ6diRXkaA==} | |
11654 | 11407 | engines: {node: '>=8.0.0 || >=10.0.0'} |
11655 | 11408 | dev: true |
11656 | 11409 | |
11657 | - /vscode-languageserver-protocol/3.17.0-next.9: | |
11658 | - resolution: {integrity: sha512-DGkRmbI1hRBMY6HU6MOyza5AvYp0+HcbMf2qdmI98luyQJ26dOfHY5K38OS4hlTHhdJg9RypTQ/uBbLZehmn1Q==} | |
11410 | + /vscode-languageserver-protocol/3.17.0-next.11: | |
11411 | + resolution: {integrity: sha512-9FqHT7XvM6tWFsnLvRfuQA7Zh7wZZYAwA9dK85lYthA8M1aXpXEP9drXVvO/Fe03MUeJpKVf2e4/NvDaFUnttg==} | |
11659 | 11412 | dependencies: |
11660 | - vscode-jsonrpc: 8.0.0-next.3 | |
11661 | - vscode-languageserver-types: 3.17.0-next.4 | |
11413 | + vscode-jsonrpc: 8.0.0-next.4 | |
11414 | + vscode-languageserver-types: 3.17.0-next.5 | |
11662 | 11415 | dev: true |
11663 | 11416 | |
11664 | - /vscode-languageserver-textdocument/1.0.2: | |
11665 | - resolution: {integrity: sha512-T7uPC18+f8mYE4lbVZwb3OSmvwTZm3cuFhrdx9Bn2l11lmp3SvSuSVjy2JtvrghzjAo4G6Trqny2m9XGnFnWVA==} | |
11417 | + /vscode-languageserver-textdocument/1.0.3: | |
11418 | + resolution: {integrity: sha512-ynEGytvgTb6HVSUwPJIAZgiHQmPCx8bZ8w5um5Lz+q5DjP0Zj8wTFhQpyg8xaMvefDytw2+HH5yzqS+FhsR28A==} | |
11666 | 11419 | dev: true |
11667 | 11420 | |
11668 | 11421 | /vscode-languageserver-types/3.16.0: |
11669 | 11422 | resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==} |
11670 | 11423 | dev: true |
11671 | 11424 | |
11672 | - /vscode-languageserver-types/3.17.0-next.4: | |
11673 | - resolution: {integrity: sha512-MraVkZDhfqa3ftnKW9rEDeqsV+ji8OrtEjx6mVjzVGm5U2XXT+mdqDWyQ+y0Gvb2/aa2oJJQyTAaDmRTUKiUbg==} | |
11425 | + /vscode-languageserver-types/3.17.0-next.5: | |
11426 | + resolution: {integrity: sha512-Zcfaw8BznhlJWB09LDR0dscXyxn9+liREqJnPF4pigeUCHwKxYapYqizwuCpMHQ/oLYiAvKwU+f28hPleYu7pA==} | |
11674 | 11427 | dev: true |
11675 | 11428 | |
11676 | - /vscode-languageserver/8.0.0-next.3: | |
11677 | - resolution: {integrity: sha512-uxL/tKUa/gRdvQINVmMnK32d6LwfTPTvF7l1iZIFDuAdhGrQ+Po+4lS3w4hwQSeUmapM1WMELXNBFca/u3H5Uw==} | |
11429 | + /vscode-languageserver/8.0.0-next.5: | |
11430 | + resolution: {integrity: sha512-3E2W0eWtGKb6QAJqspOnD0thrBRRo8IGUMV5jpDNMcMKvmtkcxMwsBh0VxdvuWaZ51PiNyR4L+B+GUvkYsyFEg==} | |
11678 | 11431 | hasBin: true |
11679 | 11432 | dependencies: |
11680 | - vscode-languageserver-protocol: 3.17.0-next.9 | |
11433 | + vscode-languageserver-protocol: 3.17.0-next.11 | |
11681 | 11434 | dev: true |
11682 | 11435 | |
11683 | 11436 | /vscode-nls/5.0.0: |
... | ... | @@ -11693,7 +11446,7 @@ packages: |
11693 | 11446 | '@volar/transforms': 0.29.6 |
11694 | 11447 | pug-lexer: 5.0.1 |
11695 | 11448 | pug-parser: 6.0.0 |
11696 | - vscode-languageserver: 8.0.0-next.3 | |
11449 | + vscode-languageserver: 8.0.0-next.5 | |
11697 | 11450 | dev: true |
11698 | 11451 | |
11699 | 11452 | /vscode-typescript-languageservice/0.29.6: |
... | ... | @@ -11702,8 +11455,8 @@ packages: |
11702 | 11455 | '@volar/shared': 0.29.6 |
11703 | 11456 | semver: 7.3.5 |
11704 | 11457 | upath: 2.0.1 |
11705 | - vscode-languageserver: 8.0.0-next.3 | |
11706 | - vscode-languageserver-textdocument: 1.0.2 | |
11458 | + vscode-languageserver: 8.0.0-next.5 | |
11459 | + vscode-languageserver-textdocument: 1.0.3 | |
11707 | 11460 | dev: true |
11708 | 11461 | |
11709 | 11462 | /vscode-uri/2.1.2: |
... | ... | @@ -11726,19 +11479,19 @@ packages: |
11726 | 11479 | '@vscode/emmet-helper': 2.8.2 |
11727 | 11480 | '@vue/reactivity': 3.2.22 |
11728 | 11481 | '@vue/shared': 3.2.22 |
11729 | - request-light: 0.5.4 | |
11482 | + request-light: 0.5.5 | |
11730 | 11483 | upath: 2.0.1 |
11731 | 11484 | vscode-css-languageservice: 5.1.8 |
11732 | 11485 | vscode-html-languageservice: 4.1.1 |
11733 | - vscode-json-languageservice: 4.1.9 | |
11734 | - vscode-languageserver: 8.0.0-next.3 | |
11735 | - vscode-languageserver-textdocument: 1.0.2 | |
11486 | + vscode-json-languageservice: 4.1.10 | |
11487 | + vscode-languageserver: 8.0.0-next.5 | |
11488 | + vscode-languageserver-textdocument: 1.0.3 | |
11736 | 11489 | vscode-pug-languageservice: 0.29.6 |
11737 | 11490 | vscode-typescript-languageservice: 0.29.6 |
11738 | 11491 | dev: true |
11739 | 11492 | |
11740 | - /vue-demi/0.12.0_vue@3.2.22: | |
11741 | - resolution: {integrity: sha512-eggsbQSQEJKlvQrtrJLx4J44MIVq5+Z7QetIEh1Na+ZWLgt5Fq0qskQ1QmckTTEoFcUdn36c4K23EjtXZhws7w==} | |
11493 | + /vue-demi/0.12.1_vue@3.2.22: | |
11494 | + resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} | |
11742 | 11495 | engines: {node: '>=12'} |
11743 | 11496 | hasBin: true |
11744 | 11497 | requiresBuild: true |
... | ... | @@ -11761,8 +11514,8 @@ packages: |
11761 | 11514 | debug: 4.3.2 |
11762 | 11515 | eslint: 8.3.0 |
11763 | 11516 | eslint-scope: 6.0.0 |
11764 | - eslint-visitor-keys: 3.0.0 | |
11765 | - espree: 9.0.0 | |
11517 | + eslint-visitor-keys: 3.1.0 | |
11518 | + espree: 9.1.0 | |
11766 | 11519 | esquery: 1.4.0 |
11767 | 11520 | lodash: 4.17.21 |
11768 | 11521 | semver: 7.3.5 |
... | ... | @@ -11779,7 +11532,7 @@ packages: |
11779 | 11532 | '@intlify/core-base': 9.1.9 |
11780 | 11533 | '@intlify/shared': 9.1.9 |
11781 | 11534 | '@intlify/vue-devtools': 9.1.9 |
11782 | - '@vue/devtools-api': 6.0.0-beta.19 | |
11535 | + '@vue/devtools-api': 6.0.0-beta.20.1 | |
11783 | 11536 | vue: 3.2.22 |
11784 | 11537 | dev: false |
11785 | 11538 | |
... | ... | @@ -11797,7 +11550,7 @@ packages: |
11797 | 11550 | peerDependencies: |
11798 | 11551 | vue: ^3.0.0 |
11799 | 11552 | dependencies: |
11800 | - '@vue/devtools-api': 6.0.0-beta.19 | |
11553 | + '@vue/devtools-api': 6.0.0-beta.20.1 | |
11801 | 11554 | vue: 3.2.22 |
11802 | 11555 | dev: false |
11803 | 11556 | |
... | ... | @@ -11953,7 +11706,7 @@ packages: |
11953 | 11706 | resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} |
11954 | 11707 | engines: {node: '>= 10.0.0'} |
11955 | 11708 | dependencies: |
11956 | - '@babel/parser': 7.16.2 | |
11709 | + '@babel/parser': 7.16.4 | |
11957 | 11710 | '@babel/types': 7.16.0 |
11958 | 11711 | assert-never: 1.2.1 |
11959 | 11712 | babel-walk: 3.0.0-canary-5 |
... | ... | @@ -11978,151 +11731,152 @@ packages: |
11978 | 11731 | resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} |
11979 | 11732 | dev: true |
11980 | 11733 | |
11981 | - /workbox-background-sync/6.4.0: | |
11982 | - resolution: {integrity: sha512-lImrmAFhQEareRVmrQGgekDoUQlaG63FmHfNjlSUoC94mMgbNvtuNX8NVipBcOrh2eA1PVsp0zNG2u5X6dPwpA==} | |
11734 | + /workbox-background-sync/6.4.1: | |
11735 | + resolution: {integrity: sha512-GiDklRhDF/oJ+WJhb6jO00wA+fjOZlY4SomqpumXP6OXp1WodmKu7xv75hpum0Kx4Fh3MZrj+9Ae+dIYlq21dA==} | |
11983 | 11736 | dependencies: |
11984 | 11737 | idb: 6.1.5 |
11985 | - workbox-core: 6.4.0 | |
11738 | + workbox-core: 6.4.1 | |
11986 | 11739 | dev: true |
11987 | 11740 | |
11988 | - /workbox-broadcast-update/6.4.0: | |
11989 | - resolution: {integrity: sha512-qaM66OeGm2ekYrLgIHelrC2DJYBo00jR6ATumqfUPglptZS2dpqJJoGbAbURaGM77aWDdFPYih3DQdHqZr9k4w==} | |
11741 | + /workbox-broadcast-update/6.4.1: | |
11742 | + resolution: {integrity: sha512-oz1WAEppIatucgIc49zXPsyQG6004eoKsyiJVGDyN94LIFpUDfGa+cykN32X0PaqOC9bdlj+4EjVBi0OuwkIHA==} | |
11990 | 11743 | dependencies: |
11991 | - workbox-core: 6.4.0 | |
11744 | + workbox-core: 6.4.1 | |
11992 | 11745 | dev: true |
11993 | 11746 | |
11994 | - /workbox-build/6.4.0: | |
11995 | - resolution: {integrity: sha512-HIH+ZxSVYKFRlD/s2+suqeu5AtYuC147WJgu/1xtc1JYzoaWKgv8E+8vTdqJdmOvXH6H07QG8xHJA/pocsXSsg==} | |
11747 | + /workbox-build/6.4.1: | |
11748 | + resolution: {integrity: sha512-cvH74tEO8SrziFrCntZ/35B0uaMZFKG+gnk3vZmKLSUTab/6MlhL+UwYXf1sMV5SD/W/v7pnFKZbdAOAg5Ne2w==} | |
11996 | 11749 | engines: {node: '>=10.0.0'} |
11997 | 11750 | dependencies: |
11998 | - '@apideck/better-ajv-errors': 0.2.6_ajv@8.6.3 | |
11751 | + '@apideck/better-ajv-errors': 0.2.7_ajv@8.8.2 | |
11999 | 11752 | '@babel/core': 7.16.0 |
12000 | - '@babel/preset-env': 7.16.0_@babel+core@7.16.0 | |
12001 | - '@babel/runtime': 7.16.0 | |
12002 | - '@rollup/plugin-babel': 5.3.0_@babel+core@7.16.0+rollup@2.59.0 | |
12003 | - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.59.0 | |
12004 | - '@rollup/plugin-replace': 2.4.2_rollup@2.59.0 | |
11753 | + '@babel/preset-env': 7.16.4_@babel+core@7.16.0 | |
11754 | + '@babel/runtime': 7.16.3 | |
11755 | + '@rollup/plugin-babel': 5.3.0_@babel+core@7.16.0+rollup@2.60.1 | |
11756 | + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.60.1 | |
11757 | + '@rollup/plugin-replace': 2.4.2_rollup@2.60.1 | |
12005 | 11758 | '@surma/rollup-plugin-off-main-thread': 2.2.3 |
12006 | - ajv: 8.6.3 | |
12007 | - common-tags: 1.8.0 | |
11759 | + ajv: 8.8.2 | |
11760 | + common-tags: 1.8.2 | |
12008 | 11761 | fast-json-stable-stringify: 2.1.0 |
12009 | 11762 | fs-extra: 9.1.0 |
12010 | 11763 | glob: 7.2.0 |
12011 | 11764 | lodash: 4.17.21 |
12012 | 11765 | pretty-bytes: 5.6.0 |
12013 | - rollup: 2.59.0 | |
12014 | - rollup-plugin-terser: 7.0.2_rollup@2.59.0 | |
11766 | + rollup: 2.60.1 | |
11767 | + rollup-plugin-terser: 7.0.2_rollup@2.60.1 | |
12015 | 11768 | source-map: 0.8.0-beta.0 |
12016 | 11769 | source-map-url: 0.4.1 |
12017 | 11770 | stringify-object: 3.3.0 |
12018 | 11771 | strip-comments: 2.0.1 |
12019 | 11772 | tempy: 0.6.0 |
12020 | 11773 | upath: 1.2.0 |
12021 | - workbox-background-sync: 6.4.0 | |
12022 | - workbox-broadcast-update: 6.4.0 | |
12023 | - workbox-cacheable-response: 6.4.0 | |
12024 | - workbox-core: 6.4.0 | |
12025 | - workbox-expiration: 6.4.0 | |
12026 | - workbox-google-analytics: 6.4.0 | |
12027 | - workbox-navigation-preload: 6.4.0 | |
12028 | - workbox-precaching: 6.4.0 | |
12029 | - workbox-range-requests: 6.4.0 | |
12030 | - workbox-recipes: 6.4.0 | |
12031 | - workbox-routing: 6.4.0 | |
12032 | - workbox-strategies: 6.4.0 | |
12033 | - workbox-streams: 6.4.0 | |
12034 | - workbox-sw: 6.4.0 | |
12035 | - workbox-window: 6.4.0 | |
11774 | + workbox-background-sync: 6.4.1 | |
11775 | + workbox-broadcast-update: 6.4.1 | |
11776 | + workbox-cacheable-response: 6.4.1 | |
11777 | + workbox-core: 6.4.1 | |
11778 | + workbox-expiration: 6.4.1 | |
11779 | + workbox-google-analytics: 6.4.1 | |
11780 | + workbox-navigation-preload: 6.4.1 | |
11781 | + workbox-precaching: 6.4.1 | |
11782 | + workbox-range-requests: 6.4.1 | |
11783 | + workbox-recipes: 6.4.1 | |
11784 | + workbox-routing: 6.4.1 | |
11785 | + workbox-strategies: 6.4.1 | |
11786 | + workbox-streams: 6.4.1 | |
11787 | + workbox-sw: 6.4.1 | |
11788 | + workbox-window: 6.4.1 | |
12036 | 11789 | transitivePeerDependencies: |
12037 | 11790 | - '@types/babel__core' |
11791 | + - acorn | |
12038 | 11792 | - supports-color |
12039 | 11793 | dev: true |
12040 | 11794 | |
12041 | - /workbox-cacheable-response/6.4.0: | |
12042 | - resolution: {integrity: sha512-nG7fBPacOC69Mvog928ap+m1T8nIxDlpxDdABP4nTva5bvZw2LnZ5ZbMjyW6WJV1DTxQjtOQCNI7Y0VUBvb3Ew==} | |
11795 | + /workbox-cacheable-response/6.4.1: | |
11796 | + resolution: {integrity: sha512-omXplP3miJhQwx+jfFnqO9xWgNc8CLG6EWRvTyc8R81cA/4zhqh87yj9UVH+fGUmuIXOUBPAuulSazXUsvKFWg==} | |
12043 | 11797 | dependencies: |
12044 | - workbox-core: 6.4.0 | |
11798 | + workbox-core: 6.4.1 | |
12045 | 11799 | dev: true |
12046 | 11800 | |
12047 | - /workbox-core/6.4.0: | |
12048 | - resolution: {integrity: sha512-+wh/TDuANrK3z93A7HiUvgB7JD59/7EbZqcZ8+yHKz3SA0sbH7PTPhlsnt3w+nHuaCxUmiSFlRZwjWidCduAcg==} | |
11801 | + /workbox-core/6.4.1: | |
11802 | + resolution: {integrity: sha512-5hosqpSK+48jHlj+5EHN5dtH1Ade4fqTe4+xX3U9wWK1SDaXEqXpVxdHuBqYfg75UE1PUINA0rhMZWTqeGoLFg==} | |
12049 | 11803 | dev: true |
12050 | 11804 | |
12051 | - /workbox-expiration/6.4.0: | |
12052 | - resolution: {integrity: sha512-42hfCfq8PnNplPf7nfl9OD+nB2oIixXYP7khtwbaosOFz5mDbQ3JvuXjmUHQjRmscbCrBaXn/YYcXJk2ESxNVw==} | |
11805 | + /workbox-expiration/6.4.1: | |
11806 | + resolution: {integrity: sha512-N912AGhi95vhf2vebE3wPhnGjnR+t5W4yALDY7Pl6bcuhySNbwkkp2RjQcBB+dxrdiX2rOvavvdcf/q1LSnEyg==} | |
12053 | 11807 | dependencies: |
12054 | 11808 | idb: 6.1.5 |
12055 | - workbox-core: 6.4.0 | |
11809 | + workbox-core: 6.4.1 | |
12056 | 11810 | dev: true |
12057 | 11811 | |
12058 | - /workbox-google-analytics/6.4.0: | |
12059 | - resolution: {integrity: sha512-KL0r0SlKgCj0DL5lLm8AysN0Yzfj899Z/JZg4XGNJCr0i4qO+5BAr0m8fsPWyebkYmLuFft806k/NpfPZ1pqFA==} | |
11812 | + /workbox-google-analytics/6.4.1: | |
11813 | + resolution: {integrity: sha512-L1JQISg1CxMAlqw3HXpWB2gRYsmJ9F9OgC2/UNAZLyOJTFk1faZziPS4eXe+UaHevZ+Ma66Z2zfYxPUTr5znjQ==} | |
12060 | 11814 | dependencies: |
12061 | - workbox-background-sync: 6.4.0 | |
12062 | - workbox-core: 6.4.0 | |
12063 | - workbox-routing: 6.4.0 | |
12064 | - workbox-strategies: 6.4.0 | |
11815 | + workbox-background-sync: 6.4.1 | |
11816 | + workbox-core: 6.4.1 | |
11817 | + workbox-routing: 6.4.1 | |
11818 | + workbox-strategies: 6.4.1 | |
12065 | 11819 | dev: true |
12066 | 11820 | |
12067 | - /workbox-navigation-preload/6.4.0: | |
12068 | - resolution: {integrity: sha512-/NSwNHDKEWw+qzlXqzZUFJJAPiIDJZvfBKF6vdVKZT9QtguvDIGuVFRKwCa+Tdz1HgbJFX4gxcSjW0sG5CZpVw==} | |
11821 | + /workbox-navigation-preload/6.4.1: | |
11822 | + resolution: {integrity: sha512-npgZYoeaE+teQvpWqZLgJDJ6I3qxwqAfnSIa8yrNQ2sLR1A88uWGGsiRzfUsIdKjVCLPQVZ+clwb6XU1vyW9Lw==} | |
12069 | 11823 | dependencies: |
12070 | - workbox-core: 6.4.0 | |
11824 | + workbox-core: 6.4.1 | |
12071 | 11825 | dev: true |
12072 | 11826 | |
12073 | - /workbox-precaching/6.4.0: | |
12074 | - resolution: {integrity: sha512-VjpxAHiazTi/36Hvbrb5wyRHqE8CWkg0jq1xuGrtMi5w/JAkn6FGWmqpQovYa2dzQjxVfk50TruKitbHnnux/w==} | |
11827 | + /workbox-precaching/6.4.1: | |
11828 | + resolution: {integrity: sha512-Sq8d+/wfcXFjwuVwKe2VxD4QddRBgkO6pJVgpHbk5WFynR8dc8Zj3BlJ38e4nMlRuBZ8996TIgAmk/U6Rr5YHQ==} | |
12075 | 11829 | dependencies: |
12076 | - workbox-core: 6.4.0 | |
12077 | - workbox-routing: 6.4.0 | |
12078 | - workbox-strategies: 6.4.0 | |
11830 | + workbox-core: 6.4.1 | |
11831 | + workbox-routing: 6.4.1 | |
11832 | + workbox-strategies: 6.4.1 | |
12079 | 11833 | dev: true |
12080 | 11834 | |
12081 | - /workbox-range-requests/6.4.0: | |
12082 | - resolution: {integrity: sha512-xgvkCRc+teU4nVqOQNk+rX+MSPIqevk8jAUMZUMVhqVd7ko1NiN0Vuyy6bD+WYhPK26kqOCrnyhknuw3hKV85g==} | |
11835 | + /workbox-range-requests/6.4.1: | |
11836 | + resolution: {integrity: sha512-X/asYHeuWIKg5Tk+dfmiEOo9hlkQ1K737dnENj8zL97kZDdcfokPT5CuXgM2xqX7NMoahONq1Eo2UoFfJNjZzg==} | |
12083 | 11837 | dependencies: |
12084 | - workbox-core: 6.4.0 | |
11838 | + workbox-core: 6.4.1 | |
12085 | 11839 | dev: true |
12086 | 11840 | |
12087 | - /workbox-recipes/6.4.0: | |
12088 | - resolution: {integrity: sha512-D7OJThkvR4HDmG+ubrs1tf/656i0ajEB13LFS/LGDQjaqNfDHxw6NQuGZA3Q5LQsopGTj1jH04vwU9gYyOZbkg==} | |
11841 | + /workbox-recipes/6.4.1: | |
11842 | + resolution: {integrity: sha512-Yu9tLmgD25NorZPO3FHJUii/Y2ghrx2jD2QKMaWBBplshw1MFokqlmr3Dz3O6NI8jBBUnK5Dtbl0+SCwVGSCqg==} | |
12089 | 11843 | dependencies: |
12090 | - workbox-cacheable-response: 6.4.0 | |
12091 | - workbox-core: 6.4.0 | |
12092 | - workbox-expiration: 6.4.0 | |
12093 | - workbox-precaching: 6.4.0 | |
12094 | - workbox-routing: 6.4.0 | |
12095 | - workbox-strategies: 6.4.0 | |
11844 | + workbox-cacheable-response: 6.4.1 | |
11845 | + workbox-core: 6.4.1 | |
11846 | + workbox-expiration: 6.4.1 | |
11847 | + workbox-precaching: 6.4.1 | |
11848 | + workbox-routing: 6.4.1 | |
11849 | + workbox-strategies: 6.4.1 | |
12096 | 11850 | dev: true |
12097 | 11851 | |
12098 | - /workbox-routing/6.4.0: | |
12099 | - resolution: {integrity: sha512-spjrSeB53vwyNRWlDdprsI9htddx0ZWmDTLm30n1q+2b9BuJaW46tnICdBfGMAIhMVmusfISWP9RMSPhC2zUTg==} | |
11852 | + /workbox-routing/6.4.1: | |
11853 | + resolution: {integrity: sha512-FIy27mwM3WdDASOTMX10OZ8q3Un47ULeDtDrDAKfWYIP/oTF2xoA1/HtXpOjBlyg5VP/poPX5GDojXHXAXpfzQ==} | |
12100 | 11854 | dependencies: |
12101 | - workbox-core: 6.4.0 | |
11855 | + workbox-core: 6.4.1 | |
12102 | 11856 | dev: true |
12103 | 11857 | |
12104 | - /workbox-strategies/6.4.0: | |
12105 | - resolution: {integrity: sha512-ykQLcRtEZ2uXWFTY2JwmzBIpIgeU+R4YDMpGV9ihByQMprR0I+16EaEgmOyOs75ZceRX5kbNA2Qsd5j5DSw7fg==} | |
11858 | + /workbox-strategies/6.4.1: | |
11859 | + resolution: {integrity: sha512-2UQ+7Siy4Z5QG2LebbVhDLmPG3M7bVo/tZqN4LNUGXS6fDlpbTTK6A3Hu0W8gCVwIX0tSg7U3mVhDntH4qt3Dg==} | |
12106 | 11860 | dependencies: |
12107 | - workbox-core: 6.4.0 | |
11861 | + workbox-core: 6.4.1 | |
12108 | 11862 | dev: true |
12109 | 11863 | |
12110 | - /workbox-streams/6.4.0: | |
12111 | - resolution: {integrity: sha512-TA/KJI4Z+m1dyW6Cluhc4GnUSYc6PpDynICedhuXI9mWgB7crbRxUwmhlqxnt0S8eech9vh4FyUMc7iH0X1NwQ==} | |
11864 | + /workbox-streams/6.4.1: | |
11865 | + resolution: {integrity: sha512-0t3QKBml3Qi37JniDfEn0FfN4JRgMK6sEcjGxvmMGwlHAyKukZr0Gj58ax1o1KYGGJr72RDBK+YXI9Sk9cKifw==} | |
12112 | 11866 | dependencies: |
12113 | - workbox-core: 6.4.0 | |
12114 | - workbox-routing: 6.4.0 | |
11867 | + workbox-core: 6.4.1 | |
11868 | + workbox-routing: 6.4.1 | |
12115 | 11869 | dev: true |
12116 | 11870 | |
12117 | - /workbox-sw/6.4.0: | |
12118 | - resolution: {integrity: sha512-2NJLCsnit44OZs5l+UiEhdPB27++8KOjLhivyY3lZ/PDwKx8OYmB+CXhWXkVbIFOIK6LbQ0fefVQCJej9S0dbg==} | |
11871 | + /workbox-sw/6.4.1: | |
11872 | + resolution: {integrity: sha512-IJNYcNbjugMB9v+Yx7uswohjOaYoimw5dI0Gcaj2zrJHKjV0bom+BPRCdijmttN/3uVbX57jhNe8SMzWMj7fHw==} | |
12119 | 11873 | dev: true |
12120 | 11874 | |
12121 | - /workbox-window/6.4.0: | |
12122 | - resolution: {integrity: sha512-qlOsEd91rwzQ5bBro/Kdq+DObL5z6uaWq3phtGfNPCaHL2Lzpu9hmOmge5HStz7UQKbHev60ghQiLMTBv2R44Q==} | |
11875 | + /workbox-window/6.4.1: | |
11876 | + resolution: {integrity: sha512-v5G1U+NN0sHErvE9fzHRA75FrfRFj/0dihFnvno5yqHZZIb9G4U2AarodSDRBC3t6CsnLO68l1Bj1gsHqsM9Qw==} | |
12123 | 11877 | dependencies: |
12124 | 11878 | '@types/trusted-types': 2.0.2 |
12125 | - workbox-core: 6.4.0 | |
11879 | + workbox-core: 6.4.1 | |
12126 | 11880 | dev: true |
12127 | 11881 | |
12128 | 11882 | /wrap-ansi/5.1.0: |
... | ... | @@ -12160,12 +11914,12 @@ packages: |
12160 | 11914 | dependencies: |
12161 | 11915 | imurmurhash: 0.1.4 |
12162 | 11916 | is-typedarray: 1.0.0 |
12163 | - signal-exit: 3.0.5 | |
11917 | + signal-exit: 3.0.6 | |
12164 | 11918 | typedarray-to-buffer: 3.1.5 |
12165 | 11919 | dev: true |
12166 | 11920 | |
12167 | - /ws/7.5.5: | |
12168 | - resolution: {integrity: sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==} | |
11921 | + /ws/7.5.6: | |
11922 | + resolution: {integrity: sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==} | |
12169 | 11923 | engines: {node: '>=8.3.0'} |
12170 | 11924 | peerDependencies: |
12171 | 11925 | bufferutil: ^4.0.1 | ... | ... |
src/App.vue