From 5155f64a135b9e52e91ba94394ad10a02aef9153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 16:13:08 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#5100) --- package.json | 4 +- packages/plugin-legacy/package.json | 2 +- packages/plugin-vue/package.json | 4 +- packages/vite/package.json | 4 +- pnpm-lock.yaml | 582 +++++++++++++++++----------- 5 files changed, 361 insertions(+), 235 deletions(-) diff --git a/package.json b/package.json index aa00cb25a90dee..0b6c3becc0bb23 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ci-docs": "run-s build-vite build-plugin-vue build-docs" }, "devDependencies": { - "@microsoft/api-extractor": "^7.18.10", + "@microsoft/api-extractor": "^7.18.11", "@types/fs-extra": "^9.0.13", "@types/jest": "^27.0.2", "@types/node": "^15.12.2", @@ -43,7 +43,7 @@ "eslint-plugin-node": "^11.1.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "jest": "^27.2.1", + "jest": "^27.2.2", "lint-staged": "^11.1.2", "minimist": "^1.2.5", "node-fetch": "^2.6.5", diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index df1d44c3a5ce23..0f96dba97b1d87 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme", "dependencies": { "@babel/standalone": "^7.15.7", - "core-js": "^3.18.0", + "core-js": "^3.18.1", "magic-string": "^0.25.7", "regenerator-runtime": "^0.13.9", "systemjs": "^6.10.3" diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 1d13e557de5af5..a7c1d94237bd25 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -39,7 +39,7 @@ "rollup": "^2.57.0", "slash": "^3.0.0", "source-map": "^0.6.1", - "vue": "^3.2.16", - "@vue/compiler-sfc": "^3.2.16" + "vue": "^3.2.19", + "@vue/compiler-sfc": "^3.2.19" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 6650acab83f484..f6e8757d4c9d29 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -47,7 +47,7 @@ "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!", "dependencies": { "esbuild": "^0.13.2", - "postcss": "^8.3.7", + "postcss": "^8.3.8", "resolve": "^1.20.0", "rollup": "^2.57.0" }, @@ -75,7 +75,7 @@ "@types/sass": "^1.16.1", "@types/stylus": "^0.48.36", "@types/ws": "^7.4.7", - "@vue/compiler-dom": "^3.2.14", + "@vue/compiler-dom": "^3.2.19", "acorn": "^8.5.0", "acorn-class-fields": "^1.0.0", "acorn-static-class-features": "^1.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a3488b3a4033a..e274c72386049f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ importers: .: specifiers: - '@microsoft/api-extractor': ^7.18.10 + '@microsoft/api-extractor': ^7.18.11 '@types/fs-extra': ^9.0.13 '@types/jest': ^27.0.2 '@types/node': ^15.12.2 @@ -24,7 +24,7 @@ importers: eslint-plugin-node: ^11.1.0 execa: ^5.1.1 fs-extra: ^10.0.0 - jest: ^27.2.1 + jest: ^27.2.2 lint-staged: ^11.1.2 minimist: ^1.2.5 node-fetch: ^2.6.5 @@ -43,7 +43,7 @@ importers: vitepress: ^0.19.1 yorkie: ^2.0.0 devDependencies: - '@microsoft/api-extractor': 7.18.10 + '@microsoft/api-extractor': 7.18.11 '@types/fs-extra': 9.0.13 '@types/jest': 27.0.2 '@types/node': 15.14.9 @@ -59,7 +59,7 @@ importers: eslint-plugin-node: 11.1.0_eslint@7.32.0 execa: 5.1.1 fs-extra: 10.0.0 - jest: 27.2.1_ts-node@10.2.1 + jest: 27.2.2_ts-node@10.2.1 lint-staged: 11.1.2 minimist: 1.2.5 node-fetch: 2.6.5 @@ -71,7 +71,7 @@ importers: rollup: 2.57.0 semver: 7.3.5 sirv: 1.0.17 - ts-jest: 27.0.5_5652845b070e2c4b291a70a8af2d8d53 + ts-jest: 27.0.5_f5697b75b3d7b75c9f50e6ad656a75b1 ts-node: 10.2.1_cb91f5607b0175324b76024463c040fc typescript: 4.3.5 vite: link:packages/vite @@ -552,13 +552,13 @@ importers: packages/plugin-legacy: specifiers: '@babel/standalone': ^7.15.7 - core-js: ^3.18.0 + core-js: ^3.18.1 magic-string: ^0.25.7 regenerator-runtime: ^0.13.9 systemjs: ^6.10.3 dependencies: '@babel/standalone': 7.15.7 - core-js: 3.18.0 + core-js: 3.18.1 magic-string: 0.25.7 regenerator-runtime: 0.13.9 systemjs: 6.10.3 @@ -587,23 +587,23 @@ importers: specifiers: '@rollup/pluginutils': ^4.1.1 '@types/hash-sum': ^1.0.0 - '@vue/compiler-sfc': ^3.2.16 + '@vue/compiler-sfc': ^3.2.19 debug: ^4.3.2 hash-sum: ^2.0.0 rollup: ^2.57.0 slash: ^3.0.0 source-map: ^0.6.1 - vue: ^3.2.16 + vue: ^3.2.19 devDependencies: '@rollup/pluginutils': 4.1.1 '@types/hash-sum': 1.0.0 - '@vue/compiler-sfc': 3.2.16 + '@vue/compiler-sfc': 3.2.19 debug: 4.3.2 hash-sum: 2.0.0 rollup: 2.57.0 slash: 3.0.0 source-map: 0.6.1 - vue: 3.2.16 + vue: 3.2.19 packages/plugin-vue-jsx: specifiers: @@ -643,7 +643,7 @@ importers: '@types/sass': ^1.16.1 '@types/stylus': ^0.48.36 '@types/ws': ^7.4.7 - '@vue/compiler-dom': ^3.2.14 + '@vue/compiler-dom': ^3.2.19 acorn: ^8.5.0 acorn-class-fields: ^1.0.0 acorn-static-class-features: ^1.0.0 @@ -674,7 +674,7 @@ importers: okie: ^1.0.1 open: ^8.2.1 periscopic: ^2.0.3 - postcss: ^8.3.7 + postcss: ^8.3.8 postcss-import: ^14.0.2 postcss-load-config: ^3.0.0 postcss-modules: ^4.2.2 @@ -694,7 +694,7 @@ importers: ws: ^7.5.5 dependencies: esbuild: 0.13.2 - postcss: 8.3.7 + postcss: 8.3.8 resolve: 1.20.0 rollup: 2.57.0 optionalDependencies: @@ -720,7 +720,7 @@ importers: '@types/sass': 1.16.1 '@types/stylus': 0.48.36 '@types/ws': 7.4.7 - '@vue/compiler-dom': 3.2.16 + '@vue/compiler-dom': 3.2.19 acorn: 8.5.0 acorn-class-fields: 1.0.0_acorn@8.5.0 acorn-static-class-features: 1.0.0_acorn@8.5.0 @@ -749,9 +749,9 @@ importers: okie: 1.0.1 open: 8.2.1 periscopic: 2.0.3 - postcss-import: 14.0.2_postcss@8.3.7 + postcss-import: 14.0.2_postcss@8.3.8 postcss-load-config: 3.1.0_ts-node@10.2.1 - postcss-modules: 4.2.2_postcss@8.3.7 + postcss-modules: 4.2.2_postcss@8.3.8 resolve.exports: 1.0.2 rollup-plugin-license: 2.5.0_rollup@2.57.0 selfsigned: 1.10.11 @@ -1504,20 +1504,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.2.0: - resolution: {integrity: sha512-35z+RqsK2CCgNxn+lWyK8X4KkaDtfL4BggT7oeZ0JffIiAiEYFYPo5B67V50ZubqDS1ehBrdCR2jduFnIrZOYw==} + /@jest/console/27.2.2: + resolution: {integrity: sha512-m7tbzPWyvSFfoanTknJoDnaeruDARsUe555tkVjG/qeaRDKwyPqqbgs4yFx583gmoETiAts1deeYozR5sVRhNA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 '@types/node': 15.14.9 chalk: 4.1.2 - jest-message-util: 27.2.0 + jest-message-util: 27.2.2 jest-util: 27.2.0 slash: 3.0.0 dev: true - /@jest/core/27.2.1_ts-node@10.2.1: - resolution: {integrity: sha512-XcGt9UgPyzylThvezwUIMCNVp8xxN78Ic3WwhJZehZt4n2hPHR6Bd85A1nKFZBeqW58Vd+Cx/LaN6YL4n58KlA==} + /@jest/core/27.2.2_ts-node@10.2.1: + resolution: {integrity: sha512-4b9km/h9pAGdCkwWYtbfoeiOtajOlGmr5rL1Eq6JCAVbOevOqxWHxJ6daWxRJW9eF6keXJoJ1H+uVAVcdZu8Bg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1525,10 +1525,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.2.0 - '@jest/reporters': 27.2.1 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.1 + '@jest/console': 27.2.2 + '@jest/reporters': 27.2.2 + '@jest/test-result': 27.2.2 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 ansi-escapes: 4.3.2 @@ -1537,18 +1537,18 @@ packages: exit: 0.1.2 graceful-fs: 4.2.8 jest-changed-files: 27.1.1 - jest-config: 27.2.1_ts-node@10.2.1 - jest-haste-map: 27.2.0 - jest-message-util: 27.2.0 + jest-config: 27.2.2_ts-node@10.2.1 + jest-haste-map: 27.2.2 + jest-message-util: 27.2.2 jest-regex-util: 27.0.6 - jest-resolve: 27.2.0 - jest-resolve-dependencies: 27.2.1 - jest-runner: 27.2.1 - jest-runtime: 27.2.1 - jest-snapshot: 27.2.1 + jest-resolve: 27.2.2 + jest-resolve-dependencies: 27.2.2 + jest-runner: 27.2.2 + jest-runtime: 27.2.2 + jest-snapshot: 27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 - jest-watcher: 27.2.0 + jest-validate: 27.2.2 + jest-watcher: 27.2.2 micromatch: 4.0.4 p-each-series: 2.2.0 rimraf: 3.0.2 @@ -1562,39 +1562,39 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.2.0: - resolution: {integrity: sha512-iPWmQI0wRIYSZX3wKu4FXHK4eIqkfq6n1DCDJS+v3uby7SOXrHvX4eiTBuEdSvtDRMTIH2kjrSkjHf/F9JIYyQ==} + /@jest/environment/27.2.2: + resolution: {integrity: sha512-gO9gVnZfn5ldeOJ5q+35Kru9QWGHEqZCB7W/M+8mD6uCwOGC9HR6mzpLSNRuDsxY/KhaGBYHpgFqtpe4Rl1gDQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/fake-timers': 27.2.0 + '@jest/fake-timers': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 jest-mock: 27.1.1 dev: true - /@jest/fake-timers/27.2.0: - resolution: {integrity: sha512-gSu3YHvQOoVaTWYGgHFB7IYFtcF2HBzX4l7s47VcjvkUgL4/FBnE20x7TNLa3W6ABERtGd5gStSwsA8bcn+c4w==} + /@jest/fake-timers/27.2.2: + resolution: {integrity: sha512-gDIIqs0yxyjyxEI9HlJ8SEJ4uCc8qr8BupG1Hcx7tvyk/SLocyXE63rFxL+HQ0ZLMvSyEcJUmYnvvHH1osWiGA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 '@sinonjs/fake-timers': 7.1.2 '@types/node': 15.14.9 - jest-message-util: 27.2.0 + jest-message-util: 27.2.2 jest-mock: 27.1.1 jest-util: 27.2.0 dev: true - /@jest/globals/27.2.1: - resolution: {integrity: sha512-4P46Zr4cckSitsWtOMRvgMMn7mOKbBsQdYxHeGSIG3kpI4gNR2vk51balPulZHnBQCQb/XBptprtoSv1REfaew==} + /@jest/globals/27.2.2: + resolution: {integrity: sha512-fWa/Luwod1hyehnuep+zCnOTqTVvyc4HLUU/1VpFNOEu0tCWNSODyvKSSOjtb1bGOpCNjgaDcyjzo5f7rl6a7g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 + '@jest/environment': 27.2.2 '@jest/types': 27.1.1 - expect: 27.2.1 + expect: 27.2.2 dev: true - /@jest/reporters/27.2.1: - resolution: {integrity: sha512-ILqR+bIIBlhaHjDtQR/0Z20YkKAQVM+NVRuJLaWFCoRx/rKQQSxG01ZLiLV0MsA6wkBHf6J9fzFuXp0k5l7epw==} + /@jest/reporters/27.2.2: + resolution: {integrity: sha512-ufwZ8XoLChEfPffDeVGroYbhbcYPom3zKDiv4Flhe97rr/o2IfUXoWkDUDoyJ3/V36RFIMjokSu0IJ/pbFtbHg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -1603,9 +1603,9 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.2.0 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.1 + '@jest/console': 27.2.2 + '@jest/test-result': 27.2.2 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 chalk: 4.1.2 collect-v8-coverage: 1.0.1 @@ -1617,10 +1617,10 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.0 istanbul-reports: 3.0.2 - jest-haste-map: 27.2.0 - jest-resolve: 27.2.0 + jest-haste-map: 27.2.2 + jest-resolve: 27.2.2 jest-util: 27.2.0 - jest-worker: 27.2.0 + jest-worker: 27.2.2 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -1639,30 +1639,30 @@ packages: source-map: 0.6.1 dev: true - /@jest/test-result/27.2.0: - resolution: {integrity: sha512-JPPqn8h0RGr4HyeY1Km+FivDIjTFzDROU46iAvzVjD42ooGwYoqYO/MQTilhfajdz6jpVnnphFrKZI5OYrBONA==} + /@jest/test-result/27.2.2: + resolution: {integrity: sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.0 + '@jest/console': 27.2.2 '@jest/types': 27.1.1 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.2.1: - resolution: {integrity: sha512-fWcEgWQXgvU4DFY5YHfQsGwqfJWyuCUzdOzLZTYtyLB3WK1mFPQGYAszM7mCEZjyVon5XRuCa+2/+hif/uMucQ==} + /@jest/test-sequencer/27.2.2: + resolution: {integrity: sha512-YnJqwNQP2Zeu0S4TMqkxg6NN7Y1EFq715n/nThNKrvIS9wmRZjDt2XYqsHbuvhAFjshi0iKDQ813NewFITBH+Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.0 + '@jest/test-result': 27.2.2 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 - jest-runtime: 27.2.1 + jest-haste-map: 27.2.2 + jest-runtime: 27.2.2 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.2.1: - resolution: {integrity: sha512-xmB5vh81KK8DiiCMtI5vI59mP+GggNmc9BiN+fg4mKdQHV369+WuZc1Lq2xWFCOCsRPHt24D9h7Idp4YaMB1Ww==} + /@jest/transform/27.2.2: + resolution: {integrity: sha512-l4Z/7PpajrOjCiXLWLfMY7fgljY0H8EwW7qdzPXXuv2aQF8kY2+Uyj3O+9Popnaw1V7JCw32L8EeI/thqFDkPA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.15.5 @@ -1672,7 +1672,7 @@ packages: convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 + jest-haste-map: 27.2.2 jest-regex-util: 27.0.6 jest-util: 27.2.0 micromatch: 4.0.4 @@ -1700,22 +1700,22 @@ packages: engines: {node: '>=6.0.0'} dev: true - /@microsoft/api-extractor-model/7.13.8: - resolution: {integrity: sha512-tC/Mbc7vOEkinVmhXyGS4RvPD3cesE0UvE0RmgazDfLHOpefLwoakdoocZqUp+mL5hMUep/ymIW7IbfZlwWxnQ==} + /@microsoft/api-extractor-model/7.13.9: + resolution: {integrity: sha512-t/XKTr8MlHRWgDr1fkyCzTQRR5XICf/WzIFs8yw1JLU8Olw99M3by4/dtpOZNskfqoW+J8NwOxovduU2csi4Ww==} dependencies: '@microsoft/tsdoc': 0.13.2 '@microsoft/tsdoc-config': 0.15.2 - '@rushstack/node-core-library': 3.40.3 + '@rushstack/node-core-library': 3.41.0 dev: true - /@microsoft/api-extractor/7.18.10: - resolution: {integrity: sha512-FrXFniXYVG8YS55uwJ+lxHsHuy7SFmne0yClF0k8up2+CXw1zqOGuWJE66QzH4JITirTfny7E8x3i/3WlK53xg==} + /@microsoft/api-extractor/7.18.11: + resolution: {integrity: sha512-WfN5MZry4TrF60OOcGadFDsGECF9JNKNT+8P/8crYAumAYQRitI2cUiQRlCWrgmFgCWNezsNZeI/2BggdnUqcg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.13.8 + '@microsoft/api-extractor-model': 7.13.9 '@microsoft/tsdoc': 0.13.2 '@microsoft/tsdoc-config': 0.15.2 - '@rushstack/node-core-library': 3.40.3 + '@rushstack/node-core-library': 3.41.0 '@rushstack/rig-package': 0.3.1 '@rushstack/ts-command-line': 4.9.1 colors: 1.2.5 @@ -1895,8 +1895,8 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.0 - /@rushstack/node-core-library/3.40.3: - resolution: {integrity: sha512-yWM84xgLVy1p3pQJw8EQYui5IgAFzB0MUpdGXCVKl3/qt25ucsqKA/I50DSPhvLf/Gpsvc8bGv+kx5PKgAseZg==} + /@rushstack/node-core-library/3.41.0: + resolution: {integrity: sha512-JxdmqR+SHU04jTDaZhltMZL3/XTz2ZZM47DTN+FSPUGUVp6WmxLlvJnT5FoHrOZWUjL/FoIlZUdUPTSXjTjIcg==} dependencies: '@types/node': 12.20.24 colors: 1.2.5 @@ -2293,12 +2293,28 @@ packages: estree-walker: 2.0.2 source-map: 0.6.1 + /@vue/compiler-core/3.2.19: + resolution: {integrity: sha512-8dOPX0YOtaXol0Zf2cfLQ4NU/yHYl2H7DCKsLEZ7gdvPK6ZSEwGLJ7IdghhY2YEshEpC5RB9QKdC5I07z8Dtjg==} + dependencies: + '@babel/parser': 7.15.7 + '@vue/shared': 3.2.19 + estree-walker: 2.0.2 + source-map: 0.6.1 + dev: true + /@vue/compiler-dom/3.2.16: resolution: {integrity: sha512-K7lYfwvsp5OLb0+/rKI9XT2RJy2RB7TyJBjvlfCDAF0KOJGqWAx++DLJPm+F3D29Mhxgt6ozSKP+rC3dSabvYA==} dependencies: '@vue/compiler-core': 3.2.16 '@vue/shared': 3.2.16 + /@vue/compiler-dom/3.2.19: + resolution: {integrity: sha512-WzQoE8rfkFjPtIioc7SSgTsnz9g2oG61DU8KHnzPrRS7fW/lji6H2uCYJfp4Z6kZE8GjnHc1Ljwl3/gxDes0cw==} + dependencies: + '@vue/compiler-core': 3.2.19 + '@vue/shared': 3.2.19 + dev: true + /@vue/compiler-sfc/3.2.16: resolution: {integrity: sha512-AxaDDg0ZjY7lCoVnCq7V+K3SIEfhyIHtten7k/LRupVC/VzSbelBmW0J8bawgsjLJAfTsdWZjeezZ5JJp2DM/A==} dependencies: @@ -2313,12 +2329,34 @@ packages: postcss: 8.3.7 source-map: 0.6.1 + /@vue/compiler-sfc/3.2.19: + resolution: {integrity: sha512-pLlbgkO1UHTO02MSpa/sFOXUwIDxSMiKZ1ozE5n71CY4DM+YmI+G3gT/ZHZ46WBId7f3VTF/D8pGwMygcQbrQA==} + dependencies: + '@babel/parser': 7.15.7 + '@vue/compiler-core': 3.2.19 + '@vue/compiler-dom': 3.2.19 + '@vue/compiler-ssr': 3.2.19 + '@vue/ref-transform': 3.2.19 + '@vue/shared': 3.2.19 + estree-walker: 2.0.2 + magic-string: 0.25.7 + postcss: 8.3.7 + source-map: 0.6.1 + dev: true + /@vue/compiler-ssr/3.2.16: resolution: {integrity: sha512-u2Inuqp3QpEV3E03ppBLdba40mU0dz/fisbfGjRPlxH5uuQ9v9i5qgrFl7xZ+N5C0ugg5+5KI7MgsbsCAPn0mQ==} dependencies: '@vue/compiler-dom': 3.2.16 '@vue/shared': 3.2.16 + /@vue/compiler-ssr/3.2.19: + resolution: {integrity: sha512-oLon0Cn3O7WEYzzmzZavGoqXH+199LT+smdjBT3Uf3UX4HwDNuBFCmvL0TsqV9SQnIgKvBRbQ7lhbpnd4lqM3w==} + dependencies: + '@vue/compiler-dom': 3.2.19 + '@vue/shared': 3.2.19 + dev: true + /@vue/devtools-api/6.0.0-beta.18: resolution: {integrity: sha512-56vRhO7nXWWFYTx520BQSDlQH5VYpwy62hFDEqi2yHHEBpEqseOP5WYQusq7BEW3DXSY9E9cfPVR5CFtJbKuMg==} dev: false @@ -2328,6 +2366,12 @@ packages: dependencies: '@vue/shared': 3.2.16 + /@vue/reactivity/3.2.19: + resolution: {integrity: sha512-FtachoYs2SnyrWup5UikP54xDX6ZJ1s5VgHcJp4rkGoutU3Ry61jhs+nCX7J64zjX992Mh9gGUC0LqTs8q9vCA==} + dependencies: + '@vue/shared': 3.2.19 + dev: true + /@vue/ref-transform/3.2.16: resolution: {integrity: sha512-IXFgxGnyd5jIXPQ/QlOoz+daeikeR1AA6DujgqalmW/ndCX9ZKW1rhFsoMGR0WAUZ4VHbT3eluUJhBF8ikNzPg==} dependencies: @@ -2337,12 +2381,29 @@ packages: estree-walker: 2.0.2 magic-string: 0.25.7 + /@vue/ref-transform/3.2.19: + resolution: {integrity: sha512-03wwUnoIAeKti5IGGx6Vk/HEBJ+zUcm5wrUM3+PQsGf7IYnXTbeIfHHpx4HeSeWhnLAjqZjADQwW8uA4rBmVbg==} + dependencies: + '@babel/parser': 7.15.7 + '@vue/compiler-core': 3.2.19 + '@vue/shared': 3.2.19 + estree-walker: 2.0.2 + magic-string: 0.25.7 + dev: true + /@vue/runtime-core/3.2.16: resolution: {integrity: sha512-Y7jDSKpwRmibQSXpGS2xcC2eVF9CuHQ6uPd1BSMy4aJCzB3ATI0CpRm/Ee/a5e70vjd5D9bY9IHe+9I0CIX1Bg==} dependencies: '@vue/reactivity': 3.2.16 '@vue/shared': 3.2.16 + /@vue/runtime-core/3.2.19: + resolution: {integrity: sha512-qArZSWKxWsgKfxk9BelZ32nY0MZ31CAW2kUUyVJyxh4cTfHaXGbjiQB5JgsvKc49ROMNffv9t3/qjasQqAH+RQ==} + dependencies: + '@vue/reactivity': 3.2.19 + '@vue/shared': 3.2.19 + dev: true + /@vue/runtime-dom/3.2.16: resolution: {integrity: sha512-PJ/aMaGfXkqFnykNqpDamcMJni4c/nqDQDz0hKncJiVqU4leiFGq7YC2IFbXECdG83GiHFhEc/77WOhecWSmCw==} dependencies: @@ -2350,6 +2411,14 @@ packages: '@vue/shared': 3.2.16 csstype: 2.6.18 + /@vue/runtime-dom/3.2.19: + resolution: {integrity: sha512-hIRboxXwafeHhbZEkZYNV0MiJXPNf4fP0X6hM2TJb0vssz8BKhD9cF92BkRgZztTQevecbhk0gu4uAPJ3dxL9A==} + dependencies: + '@vue/runtime-core': 3.2.19 + '@vue/shared': 3.2.19 + csstype: 2.6.18 + dev: true + /@vue/server-renderer/3.2.16_vue@3.2.16: resolution: {integrity: sha512-g2aSNYHaExFElYmKw1bfmp3yQmBCPQzrX3Hd7bhDa7bbGGHGchOg0n31SwuMrGk/z/pho4Z0K+LPfChmcECynQ==} peerDependencies: @@ -2359,9 +2428,23 @@ packages: '@vue/shared': 3.2.16 vue: 3.2.16 + /@vue/server-renderer/3.2.19_vue@3.2.19: + resolution: {integrity: sha512-A9FNT7fgQJXItwdzWREntAgWKVtKYuXHBKGev/H4+ByTu8vB7gQXGcim01QxaJshdNg4dYuH2tEBZXCNCNx+/w==} + peerDependencies: + vue: 3.2.19 + dependencies: + '@vue/compiler-ssr': 3.2.19 + '@vue/shared': 3.2.19 + vue: 3.2.19 + dev: true + /@vue/shared/3.2.16: resolution: {integrity: sha512-zpv8lxuatl3ruCJCsGzrO/F4+IlLug4jbu3vaIi/wJVZKQgnsW1R/xSRJMQS6K57cl4fT/2zkrYsWh1/6H7Esw==} + /@vue/shared/3.2.19: + resolution: {integrity: sha512-Knqhx7WieLdVgwCAZgTVrDCXZ50uItuecLh9JdLC8O+a5ayaSyIQYveUK3hCRNC7ws5zalHmZwfdLMGaS8r4Ew==} + dev: true + /@wessberg/stringutil/1.0.19: resolution: {integrity: sha512-9AZHVXWlpN8Cn9k5BC/O0Dzb9E9xfEMXzYrNunwvkUTvuK7xgQPVRZpLo+jWCOZ5r8oBa8NIrHuPEu1hzbb6bg==} engines: {node: '>=8.0.0'} @@ -2648,14 +2731,14 @@ packages: - debug dev: false - /babel-jest/27.2.1_@babel+core@7.15.5: - resolution: {integrity: sha512-kkaekSJHew1zfDW3cA2QiSBPg4uiLpiW0OwJKqFv0r2/mFgym/IBn7hxPntL6FvS66G/ROh+lz4pRiCJAH1/UQ==} + /babel-jest/27.2.2_@babel+core@7.15.5: + resolution: {integrity: sha512-XNFNNfGKnZXzhej7TleVP4s9ktH5JjRW8Rmcbb223JJwKB/gmTyeWN0JfiPtSgnjIjDXtKNoixiy0QUHtv3vFA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.15.5 - '@jest/transform': 27.2.1 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.0.0 @@ -3325,8 +3408,8 @@ packages: is-what: 3.14.1 dev: true - /core-js/3.18.0: - resolution: {integrity: sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==} + /core-js/3.18.1: + resolution: {integrity: sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA==} requiresBuild: true dev: false @@ -4147,15 +4230,15 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /expect/27.2.1: - resolution: {integrity: sha512-ekOA2mBtT2phxcoPVHCXIzbJxCvRXhx2fr7m28IgGdZxUOh8UvxvoRz1FcPlfgZMpE92biHB6woIcAKXqR28hA==} + /expect/27.2.2: + resolution: {integrity: sha512-sjHBeEk47/eshN9oLbvPJZMgHQihOXXQzSMPCJ4MqKShbU9HOVFSNHEEU4dp4ujzxFSiNvPFzB2AMOFmkizhvA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 ansi-styles: 5.2.0 jest-get-type: 27.0.6 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 + jest-matcher-utils: 27.2.2 + jest-message-util: 27.2.2 jest-regex-util: 27.0.6 dev: true @@ -4737,13 +4820,13 @@ packages: resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} dev: true - /icss-utils/5.1.0_postcss@8.3.7: + /icss-utils/5.1.0_postcss@8.3.8: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.3.7 + postcss: 8.3.8 dev: true /ignore/4.0.6: @@ -5138,26 +5221,26 @@ packages: throat: 6.0.1 dev: true - /jest-circus/27.2.1: - resolution: {integrity: sha512-9q/8X8DgJmW8IqXsJNnS2E28iarx990hf6D+frS3P0lB+avhFDD33alLwZzKgm45u0wvEi6iFh43WjNbp5fhjw==} + /jest-circus/27.2.2: + resolution: {integrity: sha512-8txlqs0EDrvPasCgwfLMkG0l3F4FxqQa6lxOsvYfOl04eSJjRw3F4gk9shakuC00nMD+VT+SMtFYXxe64f0VZw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 - '@jest/test-result': 27.2.0 + '@jest/environment': 27.2.2 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.2.1 + expect: 27.2.2 is-generator-fn: 2.1.0 - jest-each: 27.2.0 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 - jest-runtime: 27.2.1 - jest-snapshot: 27.2.1 + jest-each: 27.2.2 + jest-matcher-utils: 27.2.2 + jest-message-util: 27.2.2 + jest-runtime: 27.2.2 + jest-snapshot: 27.2.2 jest-util: 27.2.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -5165,8 +5248,8 @@ packages: - supports-color dev: true - /jest-cli/27.2.1_ts-node@10.2.1: - resolution: {integrity: sha512-IfxuGkBZS/ogY7yFvvD1dFidzQRXlSBHtUZQ3UTIHydzNMF4/ZRTdGFso6HkbCkemwLh4hnNybONexEqWmYwjw==} + /jest-cli/27.2.2_ts-node@10.2.1: + resolution: {integrity: sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -5175,16 +5258,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.1_ts-node@10.2.1 - '@jest/test-result': 27.2.0 + '@jest/core': 27.2.2_ts-node@10.2.1 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.8 import-local: 3.0.2 - jest-config: 27.2.1_ts-node@10.2.1 + jest-config: 27.2.2_ts-node@10.2.1 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 prompts: 2.4.1 yargs: 16.2.0 transitivePeerDependencies: @@ -5195,8 +5278,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.2.1_ts-node@10.2.1: - resolution: {integrity: sha512-BAOemP8udmFw9nkgaLAac7vXORdvrt4yrJWoh7uYb0nPZeSsu0kGwJU18SwtY4paq9fed5OgAssC3A+Bf4WMQA==} + /jest-config/27.2.2_ts-node@10.2.1: + resolution: {integrity: sha512-2nhms3lp52ZpU0636bB6zIFHjDVtYxzFQIOHZjBFUeXcb6b41sEkWojbHaJ4FEIO44UbccTLa7tvNpiFCgPE7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -5205,26 +5288,26 @@ packages: optional: true dependencies: '@babel/core': 7.15.5 - '@jest/test-sequencer': 27.2.1 + '@jest/test-sequencer': 27.2.2 '@jest/types': 27.1.1 - babel-jest: 27.2.1_@babel+core@7.15.5 + babel-jest: 27.2.2_@babel+core@7.15.5 chalk: 4.1.2 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 is-ci: 3.0.0 - jest-circus: 27.2.1 - jest-environment-jsdom: 27.2.0 - jest-environment-node: 27.2.0 + jest-circus: 27.2.2 + jest-environment-jsdom: 27.2.2 + jest-environment-node: 27.2.2 jest-get-type: 27.0.6 - jest-jasmine2: 27.2.1 + jest-jasmine2: 27.2.2 jest-regex-util: 27.0.6 - jest-resolve: 27.2.0 - jest-runner: 27.2.1 + jest-resolve: 27.2.2 + jest-runner: 27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 micromatch: 4.0.4 - pretty-format: 27.2.0 + pretty-format: 27.2.2 ts-node: 10.2.1_cb91f5607b0175324b76024463c040fc transitivePeerDependencies: - bufferutil @@ -5243,6 +5326,16 @@ packages: pretty-format: 27.2.0 dev: true + /jest-diff/27.2.2: + resolution: {integrity: sha512-o3LaDbQDSaMJif4yztJAULI4xVatxbBasbKLbEw3K8CiRdDdbxMrLArS9EKDHQFYh6Tgfrm1PC2mIYR1xhu0hQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 27.0.6 + jest-get-type: 27.0.6 + pretty-format: 27.2.2 + dev: true + /jest-docblock/27.0.6: resolution: {integrity: sha512-Fid6dPcjwepTFraz0YxIMCi7dejjJ/KL9FBjPYhBp4Sv1Y9PdhImlKZqYU555BlN4TQKaTc+F2Av1z+anVyGkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -5250,23 +5343,23 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/27.2.0: - resolution: {integrity: sha512-biDmmUQjg+HZOB7MfY2RHSFL3j418nMoC3TK3pGAj880fQQSxvQe1y2Wy23JJJNUlk6YXiGU0yWy86Le1HBPmA==} + /jest-each/27.2.2: + resolution: {integrity: sha512-ZCDhkvwHeXHsxoFxvW43fabL18iLiVDxaipG5XWG7dSd+XWXXpzMQvBWYT9Wvzhg5x4hvrLQ24LtiOKw3I09xA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 chalk: 4.1.2 jest-get-type: 27.0.6 jest-util: 27.2.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true - /jest-environment-jsdom/27.2.0: - resolution: {integrity: sha512-wNQJi6Rd/AkUWqTc4gWhuTIFPo7tlMK0RPZXeM6AqRHZA3D3vwvTa9ktAktyVyWYmUoXdYstOfyYMG3w4jt7eA==} + /jest-environment-jsdom/27.2.2: + resolution: {integrity: sha512-mzCLEdnpGWDJmNB6WIPLlZM+hpXdeiya9TryiByqcUdpliNV1O+LGC2SewzjmB4IblabGfvr3KcPN0Nme2wnDw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 - '@jest/fake-timers': 27.2.0 + '@jest/environment': 27.2.2 + '@jest/fake-timers': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 jest-mock: 27.1.1 @@ -5279,12 +5372,12 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.2.0: - resolution: {integrity: sha512-WbW+vdM4u88iy6Q3ftUEQOSgMPtSgjm3qixYYK2AKEuqmFO2zmACTw1vFUB0qI/QN88X6hA6ZkVKIdIWWzz+yg==} + /jest-environment-node/27.2.2: + resolution: {integrity: sha512-XgUscWs6H6UNqC96/QJjmUGZzzpql/JyprLSXVu7wkgM8tjbJdEkSqwrVAvJPm1yu526ImrmsIoh2BTHxkwL/g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 - '@jest/fake-timers': 27.2.0 + '@jest/environment': 27.2.2 + '@jest/fake-timers': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 jest-mock: 27.1.1 @@ -5296,8 +5389,8 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.2.0: - resolution: {integrity: sha512-laFet7QkNlWjwZtMGHCucLvF8o9PAh2cgePRck1+uadSM4E4XH9J4gnx4do+a6do8ZV5XHNEAXEkIoNg5XUH2Q==} + /jest-haste-map/27.2.2: + resolution: {integrity: sha512-kaKiq+GbAvk6/sq++Ymor4Vzk6+lr0vbKs2HDVPdkKsHX2lIJRyvhypZG/QsNfQnROKWIZSpUpGuv2HySSosvA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 @@ -5309,59 +5402,59 @@ packages: jest-regex-util: 27.0.6 jest-serializer: 27.0.6 jest-util: 27.2.0 - jest-worker: 27.2.0 + jest-worker: 27.2.2 micromatch: 4.0.4 walker: 1.0.7 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.2.1: - resolution: {integrity: sha512-3vytj3+S49+XYsxGJyjlchDo4xblYzjDY4XK7pV2IAdspbMFOpmeNMOeDonYuvlbUtcV8yrFLA6XtliXapDmMA==} + /jest-jasmine2/27.2.2: + resolution: {integrity: sha512-SczhZNfmZID9HbJ1GHhO4EzeL/PMRGeAUw23ddPUdd6kFijEZpT2yOxyNCBUKAsVQ/14OB60kjgnbuFOboZUNg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/traverse': 7.15.4 - '@jest/environment': 27.2.0 + '@jest/environment': 27.2.2 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.0 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 chalk: 4.1.2 co: 4.6.0 - expect: 27.2.1 + expect: 27.2.2 is-generator-fn: 2.1.0 - jest-each: 27.2.0 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 - jest-runtime: 27.2.1 - jest-snapshot: 27.2.1 + jest-each: 27.2.2 + jest-matcher-utils: 27.2.2 + jest-message-util: 27.2.2 + jest-runtime: 27.2.2 + jest-snapshot: 27.2.2 jest-util: 27.2.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.2.0: - resolution: {integrity: sha512-e91BIEmbZw5+MHkB4Hnrq7S86coTxUMCkz4n7DLmQYvl9pEKmRx9H/JFH87bBqbIU5B2Ju1soKxRWX6/eGFGpA==} + /jest-leak-detector/27.2.2: + resolution: {integrity: sha512-fQIYKkhXUs/4EpE4wO1AVsv7aNH3o0km1BGq3vxvSfYdwG9GLMf+b0z/ghLmBYNxb+tVpm/zv2caoKm3GfTazg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: jest-get-type: 27.0.6 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true - /jest-matcher-utils/27.2.0: - resolution: {integrity: sha512-F+LG3iTwJ0gPjxBX6HCyrARFXq6jjiqhwBQeskkJQgSLeF1j6ui1RTV08SR7O51XTUhtc8zqpDj8iCG4RGmdKw==} + /jest-matcher-utils/27.2.2: + resolution: {integrity: sha512-xN3wT4p2i9DGB6zmL3XxYp5lJmq9Q6ff8XKlMtVVBS2SAshmgsPBALJFQ8dWRd2G/xf5q/N0SD0Mipt8QBA26A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.2.0 + jest-diff: 27.2.2 jest-get-type: 27.0.6 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true - /jest-message-util/27.2.0: - resolution: {integrity: sha512-y+sfT/94CiP8rKXgwCOzO1mUazIEdEhrLjuiu+RKmCP+8O/TJTSne9dqQRbFIHBtlR2+q7cddJlWGir8UATu5w==} + /jest-message-util/27.2.2: + resolution: {integrity: sha512-/iS5/m2FSF7Nn6APFoxFymJpyhB/gPf0CJa7uFSkbYaWvrADUfQ9NTsuyjpszKErOS2/huFs44ysWhlQTKvL8Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/code-frame': 7.14.5 @@ -5370,7 +5463,7 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.8 micromatch: 4.0.4 - pretty-format: 27.2.0 + pretty-format: 27.2.2 slash: 3.0.0 stack-utils: 2.0.5 dev: true @@ -5383,7 +5476,7 @@ packages: '@types/node': 15.14.9 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.2.0: + /jest-pnp-resolver/1.2.2_jest-resolve@27.2.2: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -5392,7 +5485,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.2.0 + jest-resolve: 27.2.2 dev: true /jest-regex-util/27.0.6: @@ -5400,41 +5493,41 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.2.1: - resolution: {integrity: sha512-9bKEwmz4YshGPjGZAVZOVw6jt7pq2/FjWJmyhnWhvDuiRCHVZBcJhycinX+e/EJ7jafsq26bTpzBIQas3xql1g==} + /jest-resolve-dependencies/27.2.2: + resolution: {integrity: sha512-nvJS+DyY51HHdZnMIwXg7fimQ5ylFx4+quQXspQXde2rXYy+4v75UYoX/J65Ln8mKCNc6YF8HEhfGaRBOrxxHg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 jest-regex-util: 27.0.6 - jest-snapshot: 27.2.1 + jest-snapshot: 27.2.2 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.2.0: - resolution: {integrity: sha512-v09p9Ib/VtpHM6Cz+i9lEAv1Z/M5NVxsyghRHRMEUOqwPQs3zwTdwp1xS3O/k5LocjKiGS0OTaJoBSpjbM2Jlw==} + /jest-resolve/27.2.2: + resolution: {integrity: sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 chalk: 4.1.2 escalade: 3.1.1 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 - jest-pnp-resolver: 1.2.2_jest-resolve@27.2.0 + jest-haste-map: 27.2.2 + jest-pnp-resolver: 1.2.2_jest-resolve@27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 resolve: 1.20.0 slash: 3.0.0 dev: true - /jest-runner/27.2.1: - resolution: {integrity: sha512-USHitkUUzcB3Y5mRdzlp+KHgRRR2VsXDq5OeATuDmq1qXfT/RwwnQykUhn+KVx3FotxK3pID74UY7o6HYIR8vA==} + /jest-runner/27.2.2: + resolution: {integrity: sha512-+bUFwBq+yTnvsOFuxetoQtkuOnqdAk2YuIGjlLmc7xLAXn/V1vjhXrLencgij0BUTTUvG9Aul3+5XDss4Wa8Eg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.0 - '@jest/environment': 27.2.0 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.1 + '@jest/console': 27.2.2 + '@jest/environment': 27.2.2 + '@jest/test-result': 27.2.2 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 chalk: 4.1.2 @@ -5442,15 +5535,15 @@ packages: exit: 0.1.2 graceful-fs: 4.2.8 jest-docblock: 27.0.6 - jest-environment-jsdom: 27.2.0 - jest-environment-node: 27.2.0 - jest-haste-map: 27.2.0 - jest-leak-detector: 27.2.0 - jest-message-util: 27.2.0 - jest-resolve: 27.2.0 - jest-runtime: 27.2.1 + jest-environment-jsdom: 27.2.2 + jest-environment-node: 27.2.2 + jest-haste-map: 27.2.2 + jest-leak-detector: 27.2.2 + jest-message-util: 27.2.2 + jest-resolve: 27.2.2 + jest-runtime: 27.2.2 jest-util: 27.2.0 - jest-worker: 27.2.0 + jest-worker: 27.2.2 source-map-support: 0.5.20 throat: 6.0.1 transitivePeerDependencies: @@ -5460,17 +5553,17 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.2.1: - resolution: {integrity: sha512-QJNnwL4iteDE/Jq4TfQK7AjhPoUZflBKTtUIkRnFYFkTAZTP/o8k7ekaROiVjmo+NYop5+DQPqX6pz4vWbZSOQ==} + /jest-runtime/27.2.2: + resolution: {integrity: sha512-PtTHCK5jT+KrIpKpjJsltu/dK5uGhBtTNLOk1Z+ZD2Jrxam2qQsOqDFYLszcK0jc2TLTNsrVpclqSftn7y3aXA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.0 - '@jest/environment': 27.2.0 - '@jest/fake-timers': 27.2.0 - '@jest/globals': 27.2.1 + '@jest/console': 27.2.2 + '@jest/environment': 27.2.2 + '@jest/fake-timers': 27.2.2 + '@jest/globals': 27.2.2 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.1 + '@jest/test-result': 27.2.2 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/yargs': 16.0.4 chalk: 4.1.2 @@ -5480,14 +5573,14 @@ packages: exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 - jest-message-util: 27.2.0 + jest-haste-map: 27.2.2 + jest-message-util: 27.2.2 jest-mock: 27.1.1 jest-regex-util: 27.0.6 - jest-resolve: 27.2.0 - jest-snapshot: 27.2.1 + jest-resolve: 27.2.2 + jest-snapshot: 27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 slash: 3.0.0 strip-bom: 4.0.0 yargs: 16.2.0 @@ -5503,8 +5596,8 @@ packages: graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.2.1: - resolution: {integrity: sha512-8CTg2YrgZuQbPHW7G0YvLTj4yTRXLmSeEO+ka3eC5lbu5dsTRyoDNS1L7x7EFUTyYQhFH9HQG1/TNlbUgR9Lug==} + /jest-snapshot/27.2.2: + resolution: {integrity: sha512-7ODSvULMiiOVuuLvLZpDlpqqTqX9hDfdmijho5auVu9qRYREolvrvgH4kSNOKfcqV3EZOTuLKNdqsz1PM20PQA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.15.5 @@ -5513,23 +5606,23 @@ packages: '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@jest/transform': 27.2.1 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.3.2 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 chalk: 4.1.2 - expect: 27.2.1 + expect: 27.2.2 graceful-fs: 4.2.8 - jest-diff: 27.2.0 + jest-diff: 27.2.2 jest-get-type: 27.0.6 - jest-haste-map: 27.2.0 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 - jest-resolve: 27.2.0 + jest-haste-map: 27.2.2 + jest-matcher-utils: 27.2.2 + jest-message-util: 27.2.2 + jest-resolve: 27.2.2 jest-util: 27.2.0 natural-compare: 1.4.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 semver: 7.3.5 transitivePeerDependencies: - supports-color @@ -5547,8 +5640,8 @@ packages: picomatch: 2.3.0 dev: true - /jest-validate/27.2.0: - resolution: {integrity: sha512-uIEZGkFKk3+4liA81Xu0maG5aGDyPLdp+4ed244c+Ql0k3aLWQYcMbaMLXOIFcb83LPHzYzqQ8hwNnIxTqfAGQ==} + /jest-validate/27.2.2: + resolution: {integrity: sha512-01mwTAs2kgDuX98Ua3Xhdhp5lXsLU4eyg6k56adTtrXnU/GbLd9uAsh5nc4MWVtUXMeNmHUyEiD4ibLqE8MuNw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 @@ -5556,14 +5649,14 @@ packages: chalk: 4.1.2 jest-get-type: 27.0.6 leven: 3.1.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true - /jest-watcher/27.2.0: - resolution: {integrity: sha512-SjRWhnr+qO8aBsrcnYIyF+qRxNZk6MZH8TIDgvi+VlsyrvOyqg0d+Rm/v9KHiTtC9mGGeFi9BFqgavyWib6xLg==} + /jest-watcher/27.2.2: + resolution: {integrity: sha512-7HJwZq06BCfM99RacCVzXO90B20/dNJvq+Ouiu/VrFdFRCpbnnqlQUEk4KAhBSllgDrTPgKu422SCF5KKBHDRA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.0 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 '@types/node': 15.14.9 ansi-escapes: 4.3.2 @@ -5572,8 +5665,8 @@ packages: string-length: 4.0.2 dev: true - /jest-worker/27.2.0: - resolution: {integrity: sha512-laB0ZVIBz+voh/QQy9dmUuuDsadixeerrKqyVpgPz+CCWiOYjOBabUXHIXZhsdvkWbLqSHbgkAHWl5cg24Q6RA==} + /jest-worker/27.2.2: + resolution: {integrity: sha512-aG1xq9KgWB2CPC8YdMIlI8uZgga2LFNcGbHJxO8ctfXAydSaThR4EewKQGg3tBOC+kS3vhPGgymsBdi9VINjPw==} engines: {node: '>= 10.13.0'} dependencies: '@types/node': 15.14.9 @@ -5581,8 +5674,8 @@ packages: supports-color: 8.1.1 dev: true - /jest/27.2.1_ts-node@10.2.1: - resolution: {integrity: sha512-0MyvNS7J1HbkeotYaqKNGioN+p1/AAPtI1Z8iwMtCBE+PwBT+M4l25D9Pve8/KdhktYLgZaGyyj9CoDytD+R2Q==} + /jest/27.2.2_ts-node@10.2.1: + resolution: {integrity: sha512-XAB/9akDTe3/V0wPNKWfP9Y/NT1QPiCqyRBYGbC66EA9EvgAzdaFEqhFGLaDJ5UP2yIyXUMtju9a9IMrlYbZTQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -5591,9 +5684,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.1_ts-node@10.2.1 + '@jest/core': 27.2.2_ts-node@10.2.1 import-local: 3.0.2 - jest-cli: 27.2.1_ts-node@10.2.1 + jest-cli: 27.2.2_ts-node@10.2.1 transitivePeerDependencies: - bufferutil - canvas @@ -6246,6 +6339,10 @@ packages: resolution: {integrity: sha512-2pvTw6vYRaBLGir2xR7MxaJtyWkrn+C53EpW8yPotG+pdAwBvt0Xwk4VJ6VHLY0aLthVZPvDfm9TdZvrvAm5UQ==} engines: {node: '>=8.0.0'} + /nanocolors/0.2.9: + resolution: {integrity: sha512-aymgS4Xe0LMqHOHl7jSUEkFh/6O/pcF0j61dBtreQZ1nmbyYdYjSYSJzz0iPLbKPkMtSmdRgyBGywNZGjKOEfw==} + dev: false + /nanoid/3.1.25: resolution: {integrity: sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -6733,13 +6830,13 @@ packages: engines: {node: '>=10.13.0'} dev: true - /postcss-import/14.0.2_postcss@8.3.7: + /postcss-import/14.0.2_postcss@8.3.8: resolution: {integrity: sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.3.7 + postcss: 8.3.8 postcss-value-parser: 4.1.0 read-cache: 1.0.0 resolve: 1.20.0 @@ -6767,48 +6864,48 @@ packages: ts-node: 10.2.1_cb91f5607b0175324b76024463c040fc yaml: 1.10.2 - /postcss-modules-extract-imports/3.0.0_postcss@8.3.7: + /postcss-modules-extract-imports/3.0.0_postcss@8.3.8: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.3.7 + postcss: 8.3.8 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.3.7: + /postcss-modules-local-by-default/4.0.0_postcss@8.3.8: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.7 - postcss: 8.3.7 + icss-utils: 5.1.0_postcss@8.3.8 + postcss: 8.3.8 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.3.7: + /postcss-modules-scope/3.0.0_postcss@8.3.8: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.3.7 + postcss: 8.3.8 postcss-selector-parser: 6.0.6 dev: true - /postcss-modules-values/4.0.0_postcss@8.3.7: + /postcss-modules-values/4.0.0_postcss@8.3.8: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.7 - postcss: 8.3.7 + icss-utils: 5.1.0_postcss@8.3.8 + postcss: 8.3.8 dev: true - /postcss-modules/4.2.2_postcss@8.3.7: + /postcss-modules/4.2.2_postcss@8.3.8: resolution: {integrity: sha512-/H08MGEmaalv/OU8j6bUKi/kZr2kqGF6huAW8m9UAgOLWtpFdhA14+gPBoymtqyv+D4MLsmqaF2zvIegdCxJXg==} peerDependencies: postcss: ^8.0.0 @@ -6816,11 +6913,11 @@ packages: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.3.7 - postcss-modules-extract-imports: 3.0.0_postcss@8.3.7 - postcss-modules-local-by-default: 4.0.0_postcss@8.3.7 - postcss-modules-scope: 3.0.0_postcss@8.3.7 - postcss-modules-values: 4.0.0_postcss@8.3.7 + postcss: 8.3.8 + postcss-modules-extract-imports: 3.0.0_postcss@8.3.8 + postcss-modules-local-by-default: 4.0.0_postcss@8.3.8 + postcss-modules-scope: 3.0.0_postcss@8.3.8 + postcss-modules-values: 4.0.0_postcss@8.3.8 string-hash: 1.1.3 dev: true @@ -6854,6 +6951,15 @@ packages: nanoid: 3.1.25 source-map-js: 0.6.2 + /postcss/8.3.8: + resolution: {integrity: sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanocolors: 0.2.9 + nanoid: 3.1.25 + source-map-js: 0.6.2 + dev: false + /preact/10.5.14: resolution: {integrity: sha512-KojoltCrshZ099ksUZ2OQKfbH66uquFoxHSbnwKbTJHeQNvx42EmC7wQVWNuDt6vC5s3nudRHFtKbpY4ijKlaQ==} dev: true @@ -6884,6 +6990,16 @@ packages: react-is: 17.0.2 dev: true + /pretty-format/27.2.2: + resolution: {integrity: sha512-+DdLh+rtaElc2SQOE/YPH8k2g3Rf2OXWEpy06p8Szs3hdVSYD87QOOlYRHWAeb/59XTmeVmRKvDD0svHqf6ycA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@jest/types': 27.1.1 + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: true + /pretty-hrtime/1.0.3: resolution: {integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=} engines: {node: '>= 0.8'} @@ -8190,7 +8306,7 @@ packages: utf8-byte-length: 1.0.4 dev: true - /ts-jest/27.0.5_5652845b070e2c4b291a70a8af2d8d53: + /ts-jest/27.0.5_f5697b75b3d7b75c9f50e6ad656a75b1: resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -8211,7 +8327,7 @@ packages: '@types/jest': 27.0.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.2.1_ts-node@10.2.1 + jest: 27.2.2_ts-node@10.2.1 jest-util: 27.2.0 json5: 2.2.0 lodash: 4.17.21 @@ -8504,6 +8620,16 @@ packages: '@vue/server-renderer': 3.2.16_vue@3.2.16 '@vue/shared': 3.2.16 + /vue/3.2.19: + resolution: {integrity: sha512-6KAMdIfAtlK+qohTIUE4urwAv4A3YRuo8uAbByApUmiB0CziGAAPs6qVugN6oHPia8YIafHB/37K0O6KZ7sGmA==} + dependencies: + '@vue/compiler-dom': 3.2.19 + '@vue/compiler-sfc': 3.2.19 + '@vue/runtime-dom': 3.2.19 + '@vue/server-renderer': 3.2.19_vue@3.2.19 + '@vue/shared': 3.2.19 + dev: true + /vuex/4.0.2_vue@3.2.16: resolution: {integrity: sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==} peerDependencies: