Commit b0a0cbcd6a67ed290dfd84c4e46af55ccf90132d
1 parent
f6e27aee
fix: Fix context menu not working
Showing
8 changed files
with
629 additions
and
632 deletions
package.json
@@ -36,14 +36,14 @@ | @@ -36,14 +36,14 @@ | ||
36 | "@ant-design/colors": "^6.0.0", | 36 | "@ant-design/colors": "^6.0.0", |
37 | "@ant-design/icons-vue": "^6.0.1", | 37 | "@ant-design/icons-vue": "^6.0.1", |
38 | "@iconify/iconify": "^2.1.0", | 38 | "@iconify/iconify": "^2.1.0", |
39 | - "@logicflow/core": "^0.7.11", | ||
40 | - "@logicflow/extension": "^0.7.11", | ||
41 | - "@vue/runtime-core": "^3.2.23", | ||
42 | - "@vue/shared": "^3.2.23", | ||
43 | - "@vueuse/core": "^7.1.2", | ||
44 | - "@vueuse/shared": "^7.1.2", | 39 | + "@logicflow/core": "^0.7.14", |
40 | + "@logicflow/extension": "^0.7.14", | ||
41 | + "@vue/runtime-core": "^3.2.26", | ||
42 | + "@vue/shared": "^3.2.26", | ||
43 | + "@vueuse/core": "^7.3.0", | ||
44 | + "@vueuse/shared": "^7.3.0", | ||
45 | "@zxcvbn-ts/core": "^1.0.0", | 45 | "@zxcvbn-ts/core": "^1.0.0", |
46 | - "ant-design-vue": "3.0.0-alpha.13", | 46 | + "ant-design-vue": "3.0.0-alpha.15", |
47 | "axios": "^0.24.0", | 47 | "axios": "^0.24.0", |
48 | "codemirror": "^5.64.0", | 48 | "codemirror": "^5.64.0", |
49 | "cropperjs": "^1.5.12", | 49 | "cropperjs": "^1.5.12", |
@@ -55,16 +55,16 @@ | @@ -55,16 +55,16 @@ | ||
55 | "mockjs": "^1.1.0", | 55 | "mockjs": "^1.1.0", |
56 | "nprogress": "^0.2.0", | 56 | "nprogress": "^0.2.0", |
57 | "path-to-regexp": "^6.2.0", | 57 | "path-to-regexp": "^6.2.0", |
58 | - "pinia": "2.0.4", | 58 | + "pinia": "2.0.6", |
59 | "print-js": "^1.6.0", | 59 | "print-js": "^1.6.0", |
60 | "qrcode": "^1.5.0", | 60 | "qrcode": "^1.5.0", |
61 | - "qs": "^6.10.1", | 61 | + "qs": "^6.10.2", |
62 | "resize-observer-polyfill": "^1.5.1", | 62 | "resize-observer-polyfill": "^1.5.1", |
63 | "showdown": "^1.9.1", | 63 | "showdown": "^1.9.1", |
64 | "sortablejs": "^1.14.0", | 64 | "sortablejs": "^1.14.0", |
65 | "tinymce": "^5.10.2", | 65 | "tinymce": "^5.10.2", |
66 | - "vditor": "^3.8.7", | ||
67 | - "vue": "^3.2.23", | 66 | + "vditor": "^3.8.8", |
67 | + "vue": "^3.2.26", | ||
68 | "vue-i18n": "^9.1.9", | 68 | "vue-i18n": "^9.1.9", |
69 | "vue-json-pretty": "^2.0.6", | 69 | "vue-json-pretty": "^2.0.6", |
70 | "vue-router": "^4.0.12", | 70 | "vue-router": "^4.0.12", |
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | "devDependencies": { | 74 | "devDependencies": { |
75 | "@commitlint/cli": "^15.0.0", | 75 | "@commitlint/cli": "^15.0.0", |
76 | "@commitlint/config-conventional": "^15.0.0", | 76 | "@commitlint/config-conventional": "^15.0.0", |
77 | - "@iconify/json": "^2.0.4", | 77 | + "@iconify/json": "^2.0.9", |
78 | "@purge-icons/generated": "^0.7.0", | 78 | "@purge-icons/generated": "^0.7.0", |
79 | "@types/codemirror": "^5.60.5", | 79 | "@types/codemirror": "^5.60.5", |
80 | "@types/crypto-js": "^4.0.2", | 80 | "@types/crypto-js": "^4.0.2", |
@@ -84,42 +84,42 @@ | @@ -84,42 +84,42 @@ | ||
84 | "@types/jest": "^27.0.3", | 84 | "@types/jest": "^27.0.3", |
85 | "@types/lodash-es": "^4.17.5", | 85 | "@types/lodash-es": "^4.17.5", |
86 | "@types/mockjs": "^1.0.4", | 86 | "@types/mockjs": "^1.0.4", |
87 | - "@types/node": "^16.11.11", | 87 | + "@types/node": "^16.11.12", |
88 | "@types/nprogress": "^0.2.0", | 88 | "@types/nprogress": "^0.2.0", |
89 | "@types/qrcode": "^1.4.1", | 89 | "@types/qrcode": "^1.4.1", |
90 | "@types/qs": "^6.9.7", | 90 | "@types/qs": "^6.9.7", |
91 | "@types/showdown": "^1.9.4", | 91 | "@types/showdown": "^1.9.4", |
92 | "@types/sortablejs": "^1.10.7", | 92 | "@types/sortablejs": "^1.10.7", |
93 | - "@typescript-eslint/eslint-plugin": "^5.5.0", | ||
94 | - "@typescript-eslint/parser": "^5.5.0", | ||
95 | - "@vitejs/plugin-legacy": "^1.6.3", | ||
96 | - "@vitejs/plugin-vue": "^1.10.1", | ||
97 | - "@vitejs/plugin-vue-jsx": "^1.3.0", | ||
98 | - "@vue/compiler-sfc": "3.2.23", | 93 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
94 | + "@typescript-eslint/parser": "^5.6.0", | ||
95 | + "@vitejs/plugin-legacy": "^1.6.4", | ||
96 | + "@vitejs/plugin-vue": "^2.0.0", | ||
97 | + "@vitejs/plugin-vue-jsx": "^1.3.1", | ||
98 | + "@vue/compiler-sfc": "3.2.26", | ||
99 | "@vue/test-utils": "^2.0.0-rc.17", | 99 | "@vue/test-utils": "^2.0.0-rc.17", |
100 | "autoprefixer": "^10.4.0", | 100 | "autoprefixer": "^10.4.0", |
101 | "commitizen": "^4.2.4", | 101 | "commitizen": "^4.2.4", |
102 | "conventional-changelog-cli": "^2.1.1", | 102 | "conventional-changelog-cli": "^2.1.1", |
103 | "cross-env": "^7.0.3", | 103 | "cross-env": "^7.0.3", |
104 | "dotenv": "^10.0.0", | 104 | "dotenv": "^10.0.0", |
105 | - "eslint": "^8.3.0", | 105 | + "eslint": "^8.4.1", |
106 | "eslint-config-prettier": "^8.3.0", | 106 | "eslint-config-prettier": "^8.3.0", |
107 | "eslint-define-config": "^1.2.0", | 107 | "eslint-define-config": "^1.2.0", |
108 | "eslint-plugin-jest": "^25.3.0", | 108 | "eslint-plugin-jest": "^25.3.0", |
109 | "eslint-plugin-prettier": "^4.0.0", | 109 | "eslint-plugin-prettier": "^4.0.0", |
110 | - "eslint-plugin-vue": "^8.1.1", | 110 | + "eslint-plugin-vue": "^8.2.0", |
111 | "esno": "^0.12.1", | 111 | "esno": "^0.12.1", |
112 | "fs-extra": "^10.0.0", | 112 | "fs-extra": "^10.0.0", |
113 | "husky": "^7.0.4", | 113 | "husky": "^7.0.4", |
114 | "inquirer": "^8.2.0", | 114 | "inquirer": "^8.2.0", |
115 | - "jest": "^27.4.2", | 115 | + "jest": "^27.4.4", |
116 | "less": "^4.1.2", | 116 | "less": "^4.1.2", |
117 | "lint-staged": "12.1.2", | 117 | "lint-staged": "12.1.2", |
118 | "npm-run-all": "^4.1.5", | 118 | "npm-run-all": "^4.1.5", |
119 | "postcss": "^8.4.4", | 119 | "postcss": "^8.4.4", |
120 | "postcss-html": "^1.3.0", | 120 | "postcss-html": "^1.3.0", |
121 | "postcss-less": "^5.0.0", | 121 | "postcss-less": "^5.0.0", |
122 | - "prettier": "^2.5.0", | 122 | + "prettier": "^2.5.1", |
123 | "rimraf": "^3.0.2", | 123 | "rimraf": "^3.0.2", |
124 | "rollup-plugin-visualizer": "^5.5.2", | 124 | "rollup-plugin-visualizer": "^5.5.2", |
125 | "stylelint": "^14.1.0", | 125 | "stylelint": "^14.1.0", |
@@ -128,21 +128,21 @@ | @@ -128,21 +128,21 @@ | ||
128 | "stylelint-config-recommended": "^6.0.0", | 128 | "stylelint-config-recommended": "^6.0.0", |
129 | "stylelint-config-standard": "^24.0.0", | 129 | "stylelint-config-standard": "^24.0.0", |
130 | "stylelint-order": "^5.0.0", | 130 | "stylelint-order": "^5.0.0", |
131 | - "ts-jest": "^27.0.7", | 131 | + "ts-jest": "^27.1.1", |
132 | "ts-node": "^10.4.0", | 132 | "ts-node": "^10.4.0", |
133 | - "typescript": "^4.5.2", | ||
134 | - "vite": "^2.7.0-beta.9", | 133 | + "typescript": "^4.5.3", |
134 | + "vite": "^2.7.1", | ||
135 | "vite-plugin-compression": "^0.3.6", | 135 | "vite-plugin-compression": "^0.3.6", |
136 | "vite-plugin-html": "^2.1.1", | 136 | "vite-plugin-html": "^2.1.1", |
137 | "vite-plugin-imagemin": "^0.4.6", | 137 | "vite-plugin-imagemin": "^0.4.6", |
138 | "vite-plugin-mock": "^2.9.6", | 138 | "vite-plugin-mock": "^2.9.6", |
139 | "vite-plugin-purge-icons": "^0.7.0", | 139 | "vite-plugin-purge-icons": "^0.7.0", |
140 | - "vite-plugin-pwa": "^0.11.9", | 140 | + "vite-plugin-pwa": "^0.11.11", |
141 | "vite-plugin-style-import": "^1.4.0", | 141 | "vite-plugin-style-import": "^1.4.0", |
142 | "vite-plugin-svg-icons": "^1.0.5", | 142 | "vite-plugin-svg-icons": "^1.0.5", |
143 | "vite-plugin-theme": "^0.8.1", | 143 | "vite-plugin-theme": "^0.8.1", |
144 | "vite-plugin-vue-setup-extend": "^0.1.0", | 144 | "vite-plugin-vue-setup-extend": "^0.1.0", |
145 | - "vite-plugin-windicss": "^1.5.3", | 145 | + "vite-plugin-windicss": "^1.5.4", |
146 | "vue-eslint-parser": "^8.0.1", | 146 | "vue-eslint-parser": "^8.0.1", |
147 | "vue-tsc": "^0.29.8" | 147 | "vue-tsc": "^0.29.8" |
148 | }, | 148 | }, |
pnpm-lock.yaml
@@ -12,9 +12,9 @@ specifiers: | @@ -12,9 +12,9 @@ specifiers: | ||
12 | '@commitlint/cli': ^15.0.0 | 12 | '@commitlint/cli': ^15.0.0 |
13 | '@commitlint/config-conventional': ^15.0.0 | 13 | '@commitlint/config-conventional': ^15.0.0 |
14 | '@iconify/iconify': ^2.1.0 | 14 | '@iconify/iconify': ^2.1.0 |
15 | - '@iconify/json': ^2.0.4 | ||
16 | - '@logicflow/core': ^0.7.11 | ||
17 | - '@logicflow/extension': ^0.7.11 | 15 | + '@iconify/json': ^2.0.9 |
16 | + '@logicflow/core': ^0.7.14 | ||
17 | + '@logicflow/extension': ^0.7.14 | ||
18 | '@purge-icons/generated': ^0.7.0 | 18 | '@purge-icons/generated': ^0.7.0 |
19 | '@types/codemirror': ^5.60.5 | 19 | '@types/codemirror': ^5.60.5 |
20 | '@types/crypto-js': ^4.0.2 | 20 | '@types/crypto-js': ^4.0.2 |
@@ -24,25 +24,25 @@ specifiers: | @@ -24,25 +24,25 @@ specifiers: | ||
24 | '@types/jest': ^27.0.3 | 24 | '@types/jest': ^27.0.3 |
25 | '@types/lodash-es': ^4.17.5 | 25 | '@types/lodash-es': ^4.17.5 |
26 | '@types/mockjs': ^1.0.4 | 26 | '@types/mockjs': ^1.0.4 |
27 | - '@types/node': ^16.11.11 | 27 | + '@types/node': ^16.11.12 |
28 | '@types/nprogress': ^0.2.0 | 28 | '@types/nprogress': ^0.2.0 |
29 | '@types/qrcode': ^1.4.1 | 29 | '@types/qrcode': ^1.4.1 |
30 | '@types/qs': ^6.9.7 | 30 | '@types/qs': ^6.9.7 |
31 | '@types/showdown': ^1.9.4 | 31 | '@types/showdown': ^1.9.4 |
32 | '@types/sortablejs': ^1.10.7 | 32 | '@types/sortablejs': ^1.10.7 |
33 | - '@typescript-eslint/eslint-plugin': ^5.5.0 | ||
34 | - '@typescript-eslint/parser': ^5.5.0 | ||
35 | - '@vitejs/plugin-legacy': ^1.6.3 | ||
36 | - '@vitejs/plugin-vue': ^1.10.1 | ||
37 | - '@vitejs/plugin-vue-jsx': ^1.3.0 | ||
38 | - '@vue/compiler-sfc': 3.2.23 | ||
39 | - '@vue/runtime-core': ^3.2.23 | ||
40 | - '@vue/shared': ^3.2.23 | 33 | + '@typescript-eslint/eslint-plugin': ^5.6.0 |
34 | + '@typescript-eslint/parser': ^5.6.0 | ||
35 | + '@vitejs/plugin-legacy': ^1.6.4 | ||
36 | + '@vitejs/plugin-vue': ^2.0.0 | ||
37 | + '@vitejs/plugin-vue-jsx': ^1.3.1 | ||
38 | + '@vue/compiler-sfc': 3.2.26 | ||
39 | + '@vue/runtime-core': ^3.2.26 | ||
40 | + '@vue/shared': ^3.2.26 | ||
41 | '@vue/test-utils': ^2.0.0-rc.17 | 41 | '@vue/test-utils': ^2.0.0-rc.17 |
42 | - '@vueuse/core': ^7.1.2 | ||
43 | - '@vueuse/shared': ^7.1.2 | 42 | + '@vueuse/core': ^7.3.0 |
43 | + '@vueuse/shared': ^7.3.0 | ||
44 | '@zxcvbn-ts/core': ^1.0.0 | 44 | '@zxcvbn-ts/core': ^1.0.0 |
45 | - ant-design-vue: 3.0.0-alpha.13 | 45 | + ant-design-vue: 3.0.0-alpha.15 |
46 | autoprefixer: ^10.4.0 | 46 | autoprefixer: ^10.4.0 |
47 | axios: ^0.24.0 | 47 | axios: ^0.24.0 |
48 | codemirror: ^5.64.0 | 48 | codemirror: ^5.64.0 |
@@ -54,18 +54,18 @@ specifiers: | @@ -54,18 +54,18 @@ specifiers: | ||
54 | dayjs: ^1.10.7 | 54 | dayjs: ^1.10.7 |
55 | dotenv: ^10.0.0 | 55 | dotenv: ^10.0.0 |
56 | echarts: ^5.2.2 | 56 | echarts: ^5.2.2 |
57 | - eslint: ^8.3.0 | 57 | + eslint: ^8.4.1 |
58 | eslint-config-prettier: ^8.3.0 | 58 | eslint-config-prettier: ^8.3.0 |
59 | eslint-define-config: ^1.2.0 | 59 | eslint-define-config: ^1.2.0 |
60 | eslint-plugin-jest: ^25.3.0 | 60 | eslint-plugin-jest: ^25.3.0 |
61 | eslint-plugin-prettier: ^4.0.0 | 61 | eslint-plugin-prettier: ^4.0.0 |
62 | - eslint-plugin-vue: ^8.1.1 | 62 | + eslint-plugin-vue: ^8.2.0 |
63 | esno: ^0.12.1 | 63 | esno: ^0.12.1 |
64 | fs-extra: ^10.0.0 | 64 | fs-extra: ^10.0.0 |
65 | husky: ^7.0.4 | 65 | husky: ^7.0.4 |
66 | inquirer: ^8.2.0 | 66 | inquirer: ^8.2.0 |
67 | intro.js: ^4.3.0 | 67 | intro.js: ^4.3.0 |
68 | - jest: ^27.4.2 | 68 | + jest: ^27.4.4 |
69 | less: ^4.1.2 | 69 | less: ^4.1.2 |
70 | lint-staged: 12.1.2 | 70 | lint-staged: 12.1.2 |
71 | lodash-es: ^4.17.21 | 71 | lodash-es: ^4.17.21 |
@@ -73,14 +73,14 @@ specifiers: | @@ -73,14 +73,14 @@ specifiers: | ||
73 | npm-run-all: ^4.1.5 | 73 | npm-run-all: ^4.1.5 |
74 | nprogress: ^0.2.0 | 74 | nprogress: ^0.2.0 |
75 | path-to-regexp: ^6.2.0 | 75 | path-to-regexp: ^6.2.0 |
76 | - pinia: 2.0.4 | 76 | + pinia: 2.0.6 |
77 | postcss: ^8.4.4 | 77 | postcss: ^8.4.4 |
78 | postcss-html: ^1.3.0 | 78 | postcss-html: ^1.3.0 |
79 | postcss-less: ^5.0.0 | 79 | postcss-less: ^5.0.0 |
80 | - prettier: ^2.5.0 | 80 | + prettier: ^2.5.1 |
81 | print-js: ^1.6.0 | 81 | print-js: ^1.6.0 |
82 | qrcode: ^1.5.0 | 82 | qrcode: ^1.5.0 |
83 | - qs: ^6.10.1 | 83 | + qs: ^6.10.2 |
84 | resize-observer-polyfill: ^1.5.1 | 84 | resize-observer-polyfill: ^1.5.1 |
85 | rimraf: ^3.0.2 | 85 | rimraf: ^3.0.2 |
86 | rollup-plugin-visualizer: ^5.5.2 | 86 | rollup-plugin-visualizer: ^5.5.2 |
@@ -93,23 +93,23 @@ specifiers: | @@ -93,23 +93,23 @@ specifiers: | ||
93 | stylelint-config-standard: ^24.0.0 | 93 | stylelint-config-standard: ^24.0.0 |
94 | stylelint-order: ^5.0.0 | 94 | stylelint-order: ^5.0.0 |
95 | tinymce: ^5.10.2 | 95 | tinymce: ^5.10.2 |
96 | - ts-jest: ^27.0.7 | 96 | + ts-jest: ^27.1.1 |
97 | ts-node: ^10.4.0 | 97 | ts-node: ^10.4.0 |
98 | - typescript: ^4.5.2 | ||
99 | - vditor: ^3.8.7 | ||
100 | - vite: ^2.7.0-beta.9 | 98 | + typescript: ^4.5.3 |
99 | + vditor: ^3.8.8 | ||
100 | + vite: ^2.7.1 | ||
101 | vite-plugin-compression: ^0.3.6 | 101 | vite-plugin-compression: ^0.3.6 |
102 | vite-plugin-html: ^2.1.1 | 102 | vite-plugin-html: ^2.1.1 |
103 | vite-plugin-imagemin: ^0.4.6 | 103 | vite-plugin-imagemin: ^0.4.6 |
104 | vite-plugin-mock: ^2.9.6 | 104 | vite-plugin-mock: ^2.9.6 |
105 | vite-plugin-purge-icons: ^0.7.0 | 105 | vite-plugin-purge-icons: ^0.7.0 |
106 | - vite-plugin-pwa: ^0.11.9 | 106 | + vite-plugin-pwa: ^0.11.11 |
107 | vite-plugin-style-import: ^1.4.0 | 107 | vite-plugin-style-import: ^1.4.0 |
108 | vite-plugin-svg-icons: ^1.0.5 | 108 | vite-plugin-svg-icons: ^1.0.5 |
109 | vite-plugin-theme: ^0.8.1 | 109 | vite-plugin-theme: ^0.8.1 |
110 | vite-plugin-vue-setup-extend: ^0.1.0 | 110 | vite-plugin-vue-setup-extend: ^0.1.0 |
111 | - vite-plugin-windicss: ^1.5.3 | ||
112 | - vue: ^3.2.23 | 111 | + vite-plugin-windicss: ^1.5.4 |
112 | + vue: ^3.2.26 | ||
113 | vue-eslint-parser: ^8.0.1 | 113 | vue-eslint-parser: ^8.0.1 |
114 | vue-i18n: ^9.1.9 | 114 | vue-i18n: ^9.1.9 |
115 | vue-json-pretty: ^2.0.6 | 115 | vue-json-pretty: ^2.0.6 |
@@ -120,16 +120,16 @@ specifiers: | @@ -120,16 +120,16 @@ specifiers: | ||
120 | 120 | ||
121 | dependencies: | 121 | dependencies: |
122 | '@ant-design/colors': 6.0.0 | 122 | '@ant-design/colors': 6.0.0 |
123 | - '@ant-design/icons-vue': 6.0.1_vue@3.2.23 | 123 | + '@ant-design/icons-vue': 6.0.1_vue@3.2.26 |
124 | '@iconify/iconify': 2.1.0 | 124 | '@iconify/iconify': 2.1.0 |
125 | - '@logicflow/core': 0.7.11 | ||
126 | - '@logicflow/extension': 0.7.11 | ||
127 | - '@vue/runtime-core': 3.2.23 | ||
128 | - '@vue/shared': 3.2.23 | ||
129 | - '@vueuse/core': 7.1.2_vue@3.2.23 | ||
130 | - '@vueuse/shared': 7.1.2_vue@3.2.23 | 125 | + '@logicflow/core': 0.7.14 |
126 | + '@logicflow/extension': 0.7.14 | ||
127 | + '@vue/runtime-core': 3.2.26 | ||
128 | + '@vue/shared': 3.2.26 | ||
129 | + '@vueuse/core': 7.3.0_vue@3.2.26 | ||
130 | + '@vueuse/shared': 7.3.0_vue@3.2.26 | ||
131 | '@zxcvbn-ts/core': 1.0.0 | 131 | '@zxcvbn-ts/core': 1.0.0 |
132 | - ant-design-vue: 3.0.0-alpha.13_6c363558ee21611f4fd805827a1f8ce7 | 132 | + ant-design-vue: 3.0.0-alpha.15_ae87cbba5ec93a01f3fe1197df446ca3 |
133 | axios: 0.24.0 | 133 | axios: 0.24.0 |
134 | codemirror: 5.64.0 | 134 | codemirror: 5.64.0 |
135 | cropperjs: 1.5.12 | 135 | cropperjs: 1.5.12 |
@@ -141,26 +141,26 @@ dependencies: | @@ -141,26 +141,26 @@ dependencies: | ||
141 | mockjs: 1.1.0 | 141 | mockjs: 1.1.0 |
142 | nprogress: 0.2.0 | 142 | nprogress: 0.2.0 |
143 | path-to-regexp: 6.2.0 | 143 | path-to-regexp: 6.2.0 |
144 | - pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 | 144 | + pinia: 2.0.6_typescript@4.5.3+vue@3.2.26 |
145 | print-js: 1.6.0 | 145 | print-js: 1.6.0 |
146 | qrcode: 1.5.0 | 146 | qrcode: 1.5.0 |
147 | - qs: 6.10.1 | 147 | + qs: 6.10.2 |
148 | resize-observer-polyfill: 1.5.1 | 148 | resize-observer-polyfill: 1.5.1 |
149 | showdown: 1.9.1 | 149 | showdown: 1.9.1 |
150 | sortablejs: 1.14.0 | 150 | sortablejs: 1.14.0 |
151 | tinymce: 5.10.2 | 151 | tinymce: 5.10.2 |
152 | - vditor: 3.8.7 | ||
153 | - vue: 3.2.23 | ||
154 | - vue-i18n: 9.1.9_vue@3.2.23 | ||
155 | - vue-json-pretty: 2.0.6_vue@3.2.23 | ||
156 | - vue-router: 4.0.12_vue@3.2.23 | ||
157 | - vue-types: 4.1.1_vue@3.2.23 | 152 | + vditor: 3.8.8 |
153 | + vue: 3.2.26 | ||
154 | + vue-i18n: 9.1.9_vue@3.2.26 | ||
155 | + vue-json-pretty: 2.0.6_vue@3.2.26 | ||
156 | + vue-router: 4.0.12_vue@3.2.26 | ||
157 | + vue-types: 4.1.1_vue@3.2.26 | ||
158 | xlsx: 0.17.4 | 158 | xlsx: 0.17.4 |
159 | 159 | ||
160 | devDependencies: | 160 | devDependencies: |
161 | '@commitlint/cli': 15.0.0 | 161 | '@commitlint/cli': 15.0.0 |
162 | '@commitlint/config-conventional': 15.0.0 | 162 | '@commitlint/config-conventional': 15.0.0 |
163 | - '@iconify/json': 2.0.4 | 163 | + '@iconify/json': 2.0.9 |
164 | '@purge-icons/generated': 0.7.0 | 164 | '@purge-icons/generated': 0.7.0 |
165 | '@types/codemirror': 5.60.5 | 165 | '@types/codemirror': 5.60.5 |
166 | '@types/crypto-js': 4.0.2 | 166 | '@types/crypto-js': 4.0.2 |
@@ -170,42 +170,42 @@ devDependencies: | @@ -170,42 +170,42 @@ devDependencies: | ||
170 | '@types/jest': 27.0.3 | 170 | '@types/jest': 27.0.3 |
171 | '@types/lodash-es': 4.17.5 | 171 | '@types/lodash-es': 4.17.5 |
172 | '@types/mockjs': 1.0.4 | 172 | '@types/mockjs': 1.0.4 |
173 | - '@types/node': 16.11.11 | 173 | + '@types/node': 16.11.12 |
174 | '@types/nprogress': 0.2.0 | 174 | '@types/nprogress': 0.2.0 |
175 | '@types/qrcode': 1.4.1 | 175 | '@types/qrcode': 1.4.1 |
176 | '@types/qs': 6.9.7 | 176 | '@types/qs': 6.9.7 |
177 | '@types/showdown': 1.9.4 | 177 | '@types/showdown': 1.9.4 |
178 | '@types/sortablejs': 1.10.7 | 178 | '@types/sortablejs': 1.10.7 |
179 | - '@typescript-eslint/eslint-plugin': 5.5.0_2a935f58a3cc0b0f42856ccf18d8367f | ||
180 | - '@typescript-eslint/parser': 5.5.0_eslint@8.3.0+typescript@4.5.2 | ||
181 | - '@vitejs/plugin-legacy': 1.6.3_vite@2.7.0-beta.9 | ||
182 | - '@vitejs/plugin-vue': 1.10.1_vite@2.7.0-beta.9 | ||
183 | - '@vitejs/plugin-vue-jsx': 1.3.0 | ||
184 | - '@vue/compiler-sfc': 3.2.23 | ||
185 | - '@vue/test-utils': 2.0.0-rc.17_vue@3.2.23 | 179 | + '@typescript-eslint/eslint-plugin': 5.6.0_0d0cecf582ba45923647a091322795b0 |
180 | + '@typescript-eslint/parser': 5.6.0_eslint@8.4.1+typescript@4.5.3 | ||
181 | + '@vitejs/plugin-legacy': 1.6.4_vite@2.7.1 | ||
182 | + '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26 | ||
183 | + '@vitejs/plugin-vue-jsx': 1.3.1 | ||
184 | + '@vue/compiler-sfc': 3.2.26 | ||
185 | + '@vue/test-utils': 2.0.0-rc.17_vue@3.2.26 | ||
186 | autoprefixer: 10.4.0_postcss@8.4.4 | 186 | autoprefixer: 10.4.0_postcss@8.4.4 |
187 | commitizen: 4.2.4 | 187 | commitizen: 4.2.4 |
188 | conventional-changelog-cli: 2.1.1 | 188 | conventional-changelog-cli: 2.1.1 |
189 | cross-env: 7.0.3 | 189 | cross-env: 7.0.3 |
190 | dotenv: 10.0.0 | 190 | dotenv: 10.0.0 |
191 | - eslint: 8.3.0 | ||
192 | - eslint-config-prettier: 8.3.0_eslint@8.3.0 | 191 | + eslint: 8.4.1 |
192 | + eslint-config-prettier: 8.3.0_eslint@8.4.1 | ||
193 | eslint-define-config: 1.2.0 | 193 | eslint-define-config: 1.2.0 |
194 | - eslint-plugin-jest: 25.3.0_b55ff52341332b12d19d2792732d1abe | ||
195 | - eslint-plugin-prettier: 4.0.0_d8c6a2a4ba8850181fffb74d8e835cec | ||
196 | - eslint-plugin-vue: 8.1.1_eslint@8.3.0 | ||
197 | - esno: 0.12.1_typescript@4.5.2 | 194 | + eslint-plugin-jest: 25.3.0_c2016be38cd9c86f14ab366f546e0879 |
195 | + eslint-plugin-prettier: 4.0.0_90bd2ba582f6d1348d73031482d782e2 | ||
196 | + eslint-plugin-vue: 8.2.0_eslint@8.4.1 | ||
197 | + esno: 0.12.1_typescript@4.5.3 | ||
198 | fs-extra: 10.0.0 | 198 | fs-extra: 10.0.0 |
199 | husky: 7.0.4 | 199 | husky: 7.0.4 |
200 | inquirer: 8.2.0 | 200 | inquirer: 8.2.0 |
201 | - jest: 27.4.2_ts-node@10.4.0 | 201 | + jest: 27.4.4_ts-node@10.4.0 |
202 | less: 4.1.2 | 202 | less: 4.1.2 |
203 | lint-staged: 12.1.2 | 203 | lint-staged: 12.1.2 |
204 | npm-run-all: 4.1.5 | 204 | npm-run-all: 4.1.5 |
205 | postcss: 8.4.4 | 205 | postcss: 8.4.4 |
206 | postcss-html: 1.3.0 | 206 | postcss-html: 1.3.0 |
207 | postcss-less: 5.0.0 | 207 | postcss-less: 5.0.0 |
208 | - prettier: 2.5.0 | 208 | + prettier: 2.5.1 |
209 | rimraf: 3.0.2 | 209 | rimraf: 3.0.2 |
210 | rollup-plugin-visualizer: 5.5.2 | 210 | rollup-plugin-visualizer: 5.5.2 |
211 | stylelint: 14.1.0 | 211 | stylelint: 14.1.0 |
@@ -214,23 +214,23 @@ devDependencies: | @@ -214,23 +214,23 @@ devDependencies: | ||
214 | stylelint-config-recommended: 6.0.0_stylelint@14.1.0 | 214 | stylelint-config-recommended: 6.0.0_stylelint@14.1.0 |
215 | stylelint-config-standard: 24.0.0_stylelint@14.1.0 | 215 | stylelint-config-standard: 24.0.0_stylelint@14.1.0 |
216 | stylelint-order: 5.0.0_stylelint@14.1.0 | 216 | stylelint-order: 5.0.0_stylelint@14.1.0 |
217 | - ts-jest: 27.0.7_4ea97a3f85990082324bce850aef6ad5 | ||
218 | - ts-node: 10.4.0_68212d3c5f342a0c59715bbaaf1875e7 | ||
219 | - typescript: 4.5.2 | ||
220 | - vite: 2.7.0-beta.9_less@4.1.2 | ||
221 | - vite-plugin-compression: 0.3.6_vite@2.7.0-beta.9 | ||
222 | - vite-plugin-html: 2.1.1_vite@2.7.0-beta.9 | ||
223 | - vite-plugin-imagemin: 0.4.6_vite@2.7.0-beta.9 | ||
224 | - vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.0-beta.9 | ||
225 | - vite-plugin-purge-icons: 0.7.0_vite@2.7.0-beta.9 | ||
226 | - vite-plugin-pwa: 0.11.9_vite@2.7.0-beta.9 | ||
227 | - vite-plugin-style-import: 1.4.0_vite@2.7.0-beta.9 | ||
228 | - vite-plugin-svg-icons: 1.0.5_vite@2.7.0-beta.9 | ||
229 | - vite-plugin-theme: 0.8.1_vite@2.7.0-beta.9 | ||
230 | - vite-plugin-vue-setup-extend: 0.1.0_vite@2.7.0-beta.9 | ||
231 | - vite-plugin-windicss: 1.5.3_vite@2.7.0-beta.9 | ||
232 | - vue-eslint-parser: 8.0.1_eslint@8.3.0 | ||
233 | - vue-tsc: 0.29.8_typescript@4.5.2 | 217 | + ts-jest: 27.1.1_dc33159234d58f1c7ac35b6119da0e94 |
218 | + ts-node: 10.4.0_74e588db5264178750052e53ffe97b8f | ||
219 | + typescript: 4.5.3 | ||
220 | + vite: 2.7.1_less@4.1.2 | ||
221 | + vite-plugin-compression: 0.3.6_vite@2.7.1 | ||
222 | + vite-plugin-html: 2.1.1_vite@2.7.1 | ||
223 | + vite-plugin-imagemin: 0.4.6_vite@2.7.1 | ||
224 | + vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.1 | ||
225 | + vite-plugin-purge-icons: 0.7.0_vite@2.7.1 | ||
226 | + vite-plugin-pwa: 0.11.11_vite@2.7.1 | ||
227 | + vite-plugin-style-import: 1.4.0_vite@2.7.1 | ||
228 | + vite-plugin-svg-icons: 1.0.5_vite@2.7.1 | ||
229 | + vite-plugin-theme: 0.8.1_vite@2.7.1 | ||
230 | + vite-plugin-vue-setup-extend: 0.1.0_vite@2.7.1 | ||
231 | + vite-plugin-windicss: 1.5.4_vite@2.7.1 | ||
232 | + vue-eslint-parser: 8.0.1_eslint@8.4.1 | ||
233 | + vue-tsc: 0.29.8_typescript@4.5.3 | ||
234 | 234 | ||
235 | packages: | 235 | packages: |
236 | 236 | ||
@@ -250,7 +250,7 @@ packages: | @@ -250,7 +250,7 @@ packages: | ||
250 | resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==} | 250 | resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==} |
251 | dev: false | 251 | dev: false |
252 | 252 | ||
253 | - /@ant-design/icons-vue/6.0.1_vue@3.2.23: | 253 | + /@ant-design/icons-vue/6.0.1_vue@3.2.26: |
254 | resolution: {integrity: sha512-HigIgEVV6bbcrz2A92/qDzi/aKWB5EC6b6E1mxMB6aQA7ksiKY+gi4U94TpqyEIIhR23uaDrjufJ+xCZQ+vx6Q==} | 254 | resolution: {integrity: sha512-HigIgEVV6bbcrz2A92/qDzi/aKWB5EC6b6E1mxMB6aQA7ksiKY+gi4U94TpqyEIIhR23uaDrjufJ+xCZQ+vx6Q==} |
255 | peerDependencies: | 255 | peerDependencies: |
256 | vue: '>=3.0.3' | 256 | vue: '>=3.0.3' |
@@ -259,7 +259,7 @@ packages: | @@ -259,7 +259,7 @@ packages: | ||
259 | '@ant-design/icons-svg': 4.2.1 | 259 | '@ant-design/icons-svg': 4.2.1 |
260 | '@types/lodash': 4.14.177 | 260 | '@types/lodash': 4.14.177 |
261 | lodash: 4.17.21 | 261 | lodash: 4.17.21 |
262 | - vue: 3.2.23 | 262 | + vue: 3.2.26 |
263 | dev: false | 263 | dev: false |
264 | 264 | ||
265 | /@antfu/utils/0.3.0: | 265 | /@antfu/utils/0.3.0: |
@@ -268,14 +268,14 @@ packages: | @@ -268,14 +268,14 @@ packages: | ||
268 | '@types/throttle-debounce': 2.1.0 | 268 | '@types/throttle-debounce': 2.1.0 |
269 | dev: true | 269 | dev: true |
270 | 270 | ||
271 | - /@apideck/better-ajv-errors/0.2.7_ajv@8.8.2: | ||
272 | - resolution: {integrity: sha512-J2dW+EHYudbwI7MGovcHWLBrxasl21uuroc2zT8bH2RxYuv2g5GqsO5jcKUZz4LaMST45xhKjVuyRYkhcWyMhA==} | 271 | + /@apideck/better-ajv-errors/0.3.1_ajv@8.8.2: |
272 | + resolution: {integrity: sha512-6RMV31esAxqlDIvVCG/CJxY/s8dFNVOI5w8RWIfDMhjg/iwqnawko9tJXau/leqC4+T1Bu8et99QVWCwU5wk+g==} | ||
273 | engines: {node: '>=10'} | 273 | engines: {node: '>=10'} |
274 | peerDependencies: | 274 | peerDependencies: |
275 | ajv: '>=8' | 275 | ajv: '>=8' |
276 | dependencies: | 276 | dependencies: |
277 | ajv: 8.8.2 | 277 | ajv: 8.8.2 |
278 | - json-schema: 0.3.0 | 278 | + json-schema: 0.4.0 |
279 | jsonpointer: 5.0.0 | 279 | jsonpointer: 5.0.0 |
280 | leven: 3.1.0 | 280 | leven: 3.1.0 |
281 | dev: true | 281 | dev: true |
@@ -306,7 +306,7 @@ packages: | @@ -306,7 +306,7 @@ packages: | ||
306 | '@babel/traverse': 7.16.3 | 306 | '@babel/traverse': 7.16.3 |
307 | '@babel/types': 7.16.0 | 307 | '@babel/types': 7.16.0 |
308 | convert-source-map: 1.8.0 | 308 | convert-source-map: 1.8.0 |
309 | - debug: 4.3.2 | 309 | + debug: 4.3.3 |
310 | gensync: 1.0.0-beta.2 | 310 | gensync: 1.0.0-beta.2 |
311 | json5: 2.2.0 | 311 | json5: 2.2.0 |
312 | semver: 6.3.0 | 312 | semver: 6.3.0 |
@@ -1434,7 +1434,7 @@ packages: | @@ -1434,7 +1434,7 @@ packages: | ||
1434 | '@babel/helper-split-export-declaration': 7.16.0 | 1434 | '@babel/helper-split-export-declaration': 7.16.0 |
1435 | '@babel/parser': 7.16.4 | 1435 | '@babel/parser': 7.16.4 |
1436 | '@babel/types': 7.16.0 | 1436 | '@babel/types': 7.16.0 |
1437 | - debug: 4.3.2 | 1437 | + debug: 4.3.3 |
1438 | globals: 11.12.0 | 1438 | globals: 11.12.0 |
1439 | transitivePeerDependencies: | 1439 | transitivePeerDependencies: |
1440 | - supports-color | 1440 | - supports-color |
@@ -1521,12 +1521,12 @@ packages: | @@ -1521,12 +1521,12 @@ packages: | ||
1521 | '@commitlint/execute-rule': 15.0.0 | 1521 | '@commitlint/execute-rule': 15.0.0 |
1522 | '@commitlint/resolve-extends': 15.0.0 | 1522 | '@commitlint/resolve-extends': 15.0.0 |
1523 | '@commitlint/types': 15.0.0 | 1523 | '@commitlint/types': 15.0.0 |
1524 | - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_b67f536f129c730ed129a6d21d223ba9 | 1524 | + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_f1e39502f5444cf4e1bb49a6f24fb32b |
1525 | chalk: 4.1.2 | 1525 | chalk: 4.1.2 |
1526 | cosmiconfig: 7.0.1 | 1526 | cosmiconfig: 7.0.1 |
1527 | lodash: 4.17.21 | 1527 | lodash: 4.17.21 |
1528 | resolve-from: 5.0.0 | 1528 | resolve-from: 5.0.0 |
1529 | - typescript: 4.5.2 | 1529 | + typescript: 4.5.3 |
1530 | dev: true | 1530 | dev: true |
1531 | 1531 | ||
1532 | /@commitlint/message/15.0.0: | 1532 | /@commitlint/message/15.0.0: |
@@ -1626,7 +1626,7 @@ packages: | @@ -1626,7 +1626,7 @@ packages: | ||
1626 | resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} | 1626 | resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} |
1627 | dev: true | 1627 | dev: true |
1628 | 1628 | ||
1629 | - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_b67f536f129c730ed129a6d21d223ba9: | 1629 | + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_f1e39502f5444cf4e1bb49a6f24fb32b: |
1630 | resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} | 1630 | resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} |
1631 | engines: {node: '>=10.0.0'} | 1631 | engines: {node: '>=10.0.0'} |
1632 | peerDependencies: | 1632 | peerDependencies: |
@@ -1635,19 +1635,19 @@ packages: | @@ -1635,19 +1635,19 @@ packages: | ||
1635 | cosmiconfig: 7.0.1 | 1635 | cosmiconfig: 7.0.1 |
1636 | lodash.get: 4.4.2 | 1636 | lodash.get: 4.4.2 |
1637 | make-error: 1.3.6 | 1637 | make-error: 1.3.6 |
1638 | - ts-node: 9.1.1_typescript@4.5.2 | 1638 | + ts-node: 9.1.1_typescript@4.5.3 |
1639 | tslib: 2.3.1 | 1639 | tslib: 2.3.1 |
1640 | transitivePeerDependencies: | 1640 | transitivePeerDependencies: |
1641 | - typescript | 1641 | - typescript |
1642 | dev: true | 1642 | dev: true |
1643 | 1643 | ||
1644 | - /@eslint/eslintrc/1.0.4: | ||
1645 | - resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} | 1644 | + /@eslint/eslintrc/1.0.5: |
1645 | + resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==} | ||
1646 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 1646 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
1647 | dependencies: | 1647 | dependencies: |
1648 | ajv: 6.12.6 | 1648 | ajv: 6.12.6 |
1649 | - debug: 4.3.2 | ||
1650 | - espree: 9.1.0 | 1649 | + debug: 4.3.3 |
1650 | + espree: 9.2.0 | ||
1651 | globals: 13.12.0 | 1651 | globals: 13.12.0 |
1652 | ignore: 4.0.6 | 1652 | ignore: 4.0.6 |
1653 | import-fresh: 3.3.0 | 1653 | import-fresh: 3.3.0 |
@@ -1658,12 +1658,12 @@ packages: | @@ -1658,12 +1658,12 @@ packages: | ||
1658 | - supports-color | 1658 | - supports-color |
1659 | dev: true | 1659 | dev: true |
1660 | 1660 | ||
1661 | - /@humanwhocodes/config-array/0.6.0: | ||
1662 | - resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==} | 1661 | + /@humanwhocodes/config-array/0.9.2: |
1662 | + resolution: {integrity: sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==} | ||
1663 | engines: {node: '>=10.10.0'} | 1663 | engines: {node: '>=10.10.0'} |
1664 | dependencies: | 1664 | dependencies: |
1665 | '@humanwhocodes/object-schema': 1.2.1 | 1665 | '@humanwhocodes/object-schema': 1.2.1 |
1666 | - debug: 4.3.2 | 1666 | + debug: 4.3.3 |
1667 | minimatch: 3.0.4 | 1667 | minimatch: 3.0.4 |
1668 | transitivePeerDependencies: | 1668 | transitivePeerDependencies: |
1669 | - supports-color | 1669 | - supports-color |
@@ -1689,8 +1689,8 @@ packages: | @@ -1689,8 +1689,8 @@ packages: | ||
1689 | dependencies: | 1689 | dependencies: |
1690 | cross-fetch: 3.1.4 | 1690 | cross-fetch: 3.1.4 |
1691 | 1691 | ||
1692 | - /@iconify/json/2.0.4: | ||
1693 | - resolution: {integrity: sha512-624hVHNE7J4m07GEODfjh0OADt8CvuvvZ1C1DwmvMU0++mgz+Ozdq0l4as3qNBOnh9QWxz9UF9bqIWNcBty2fA==} | 1692 | + /@iconify/json/2.0.9: |
1693 | + resolution: {integrity: sha512-X+3ti+r1aoNqvYUlsNQDIXWv8OPgzuAcHZ1fgrGinpxcxF0vXTRrnEP7/sx40tSGFm/VAFz4mZVuTTocjg+xjw==} | ||
1694 | dependencies: | 1694 | dependencies: |
1695 | '@iconify/types': 1.0.12 | 1695 | '@iconify/types': 1.0.12 |
1696 | pathe: 0.0.2 | 1696 | pathe: 0.0.2 |
@@ -1777,15 +1777,15 @@ packages: | @@ -1777,15 +1777,15 @@ packages: | ||
1777 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1777 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1778 | dependencies: | 1778 | dependencies: |
1779 | '@jest/types': 27.4.2 | 1779 | '@jest/types': 27.4.2 |
1780 | - '@types/node': 16.11.11 | 1780 | + '@types/node': 16.11.12 |
1781 | chalk: 4.1.2 | 1781 | chalk: 4.1.2 |
1782 | jest-message-util: 27.4.2 | 1782 | jest-message-util: 27.4.2 |
1783 | jest-util: 27.4.2 | 1783 | jest-util: 27.4.2 |
1784 | slash: 3.0.0 | 1784 | slash: 3.0.0 |
1785 | dev: true | 1785 | dev: true |
1786 | 1786 | ||
1787 | - /@jest/core/27.4.2_ts-node@10.4.0: | ||
1788 | - resolution: {integrity: sha512-0mPM61tDbu8yc9CMKH9bvV+g+17VUpdWQtU1x6P1gk4AKj8iywWi8zBmEIl7pTGjUtYA92CNc/LlBfKCioBOow==} | 1787 | + /@jest/core/27.4.4_ts-node@10.4.0: |
1788 | + resolution: {integrity: sha512-xBNPVqYAdAiAMXnb4ugx9Cdmr0S52lBsLbQMR/sGBRO0810VSPKiuSDtuup6qdkK1e9vxbv3KK3IAP1QFAp8mw==} | ||
1789 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1789 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1790 | peerDependencies: | 1790 | peerDependencies: |
1791 | node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 | 1791 | node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 |
@@ -1794,26 +1794,26 @@ packages: | @@ -1794,26 +1794,26 @@ packages: | ||
1794 | optional: true | 1794 | optional: true |
1795 | dependencies: | 1795 | dependencies: |
1796 | '@jest/console': 27.4.2 | 1796 | '@jest/console': 27.4.2 |
1797 | - '@jest/reporters': 27.4.2 | 1797 | + '@jest/reporters': 27.4.4 |
1798 | '@jest/test-result': 27.4.2 | 1798 | '@jest/test-result': 27.4.2 |
1799 | - '@jest/transform': 27.4.2 | 1799 | + '@jest/transform': 27.4.4 |
1800 | '@jest/types': 27.4.2 | 1800 | '@jest/types': 27.4.2 |
1801 | - '@types/node': 16.11.11 | 1801 | + '@types/node': 16.11.12 |
1802 | ansi-escapes: 4.3.2 | 1802 | ansi-escapes: 4.3.2 |
1803 | chalk: 4.1.2 | 1803 | chalk: 4.1.2 |
1804 | emittery: 0.8.1 | 1804 | emittery: 0.8.1 |
1805 | exit: 0.1.2 | 1805 | exit: 0.1.2 |
1806 | graceful-fs: 4.2.8 | 1806 | graceful-fs: 4.2.8 |
1807 | jest-changed-files: 27.4.2 | 1807 | jest-changed-files: 27.4.2 |
1808 | - jest-config: 27.4.2_ts-node@10.4.0 | ||
1809 | - jest-haste-map: 27.4.2 | 1808 | + jest-config: 27.4.4_ts-node@10.4.0 |
1809 | + jest-haste-map: 27.4.4 | ||
1810 | jest-message-util: 27.4.2 | 1810 | jest-message-util: 27.4.2 |
1811 | jest-regex-util: 27.4.0 | 1811 | jest-regex-util: 27.4.0 |
1812 | - jest-resolve: 27.4.2 | ||
1813 | - jest-resolve-dependencies: 27.4.2 | ||
1814 | - jest-runner: 27.4.2 | ||
1815 | - jest-runtime: 27.4.2 | ||
1816 | - jest-snapshot: 27.4.2 | 1812 | + jest-resolve: 27.4.4 |
1813 | + jest-resolve-dependencies: 27.4.4 | ||
1814 | + jest-runner: 27.4.4 | ||
1815 | + jest-runtime: 27.4.4 | ||
1816 | + jest-snapshot: 27.4.4 | ||
1817 | jest-util: 27.4.2 | 1817 | jest-util: 27.4.2 |
1818 | jest-validate: 27.4.2 | 1818 | jest-validate: 27.4.2 |
1819 | jest-watcher: 27.4.2 | 1819 | jest-watcher: 27.4.2 |
@@ -1829,13 +1829,13 @@ packages: | @@ -1829,13 +1829,13 @@ packages: | ||
1829 | - utf-8-validate | 1829 | - utf-8-validate |
1830 | dev: true | 1830 | dev: true |
1831 | 1831 | ||
1832 | - /@jest/environment/27.4.2: | ||
1833 | - resolution: {integrity: sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw==} | 1832 | + /@jest/environment/27.4.4: |
1833 | + resolution: {integrity: sha512-q+niMx7cJgt/t/b6dzLOh4W8Ef/8VyKG7hxASK39jakijJzbFBGpptx3RXz13FFV7OishQ9lTbv+dQ5K3EhfDQ==} | ||
1834 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1834 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1835 | dependencies: | 1835 | dependencies: |
1836 | '@jest/fake-timers': 27.4.2 | 1836 | '@jest/fake-timers': 27.4.2 |
1837 | '@jest/types': 27.4.2 | 1837 | '@jest/types': 27.4.2 |
1838 | - '@types/node': 16.11.11 | 1838 | + '@types/node': 16.11.12 |
1839 | jest-mock: 27.4.2 | 1839 | jest-mock: 27.4.2 |
1840 | dev: true | 1840 | dev: true |
1841 | 1841 | ||
@@ -1845,23 +1845,23 @@ packages: | @@ -1845,23 +1845,23 @@ packages: | ||
1845 | dependencies: | 1845 | dependencies: |
1846 | '@jest/types': 27.4.2 | 1846 | '@jest/types': 27.4.2 |
1847 | '@sinonjs/fake-timers': 8.1.0 | 1847 | '@sinonjs/fake-timers': 8.1.0 |
1848 | - '@types/node': 16.11.11 | 1848 | + '@types/node': 16.11.12 |
1849 | jest-message-util: 27.4.2 | 1849 | jest-message-util: 27.4.2 |
1850 | jest-mock: 27.4.2 | 1850 | jest-mock: 27.4.2 |
1851 | jest-util: 27.4.2 | 1851 | jest-util: 27.4.2 |
1852 | dev: true | 1852 | dev: true |
1853 | 1853 | ||
1854 | - /@jest/globals/27.4.2: | ||
1855 | - resolution: {integrity: sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew==} | 1854 | + /@jest/globals/27.4.4: |
1855 | + resolution: {integrity: sha512-bqpqQhW30BOreXM8bA8t8JbOQzsq/WnPTnBl+It3UxAD9J8yxEAaBEylHx1dtBapAr/UBk8GidXbzmqnee8tYQ==} | ||
1856 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1856 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1857 | dependencies: | 1857 | dependencies: |
1858 | - '@jest/environment': 27.4.2 | 1858 | + '@jest/environment': 27.4.4 |
1859 | '@jest/types': 27.4.2 | 1859 | '@jest/types': 27.4.2 |
1860 | expect: 27.4.2 | 1860 | expect: 27.4.2 |
1861 | dev: true | 1861 | dev: true |
1862 | 1862 | ||
1863 | - /@jest/reporters/27.4.2: | ||
1864 | - resolution: {integrity: sha512-sp4aqmdBJtjKetEakzDPcZggPcVIF6w9QLkYBbaWDV6e/SIsHnF1S4KtIH91eEc2fp7ep6V/e1xvdfEoho1d2w==} | 1863 | + /@jest/reporters/27.4.4: |
1864 | + resolution: {integrity: sha512-ssyJSw9B9Awb1QaxDhIPSs4de1b7SE2kv7tqFehQL13xpn5HUkMYZK/ufTOXiCAnXFOZS+XDl1GaQ/LmJAzI1A==} | ||
1865 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1865 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1866 | peerDependencies: | 1866 | peerDependencies: |
1867 | node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 | 1867 | node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 |
@@ -1872,9 +1872,9 @@ packages: | @@ -1872,9 +1872,9 @@ packages: | ||
1872 | '@bcoe/v8-coverage': 0.2.3 | 1872 | '@bcoe/v8-coverage': 0.2.3 |
1873 | '@jest/console': 27.4.2 | 1873 | '@jest/console': 27.4.2 |
1874 | '@jest/test-result': 27.4.2 | 1874 | '@jest/test-result': 27.4.2 |
1875 | - '@jest/transform': 27.4.2 | 1875 | + '@jest/transform': 27.4.4 |
1876 | '@jest/types': 27.4.2 | 1876 | '@jest/types': 27.4.2 |
1877 | - '@types/node': 16.11.11 | 1877 | + '@types/node': 16.11.12 |
1878 | chalk: 4.1.2 | 1878 | chalk: 4.1.2 |
1879 | collect-v8-coverage: 1.0.1 | 1879 | collect-v8-coverage: 1.0.1 |
1880 | exit: 0.1.2 | 1880 | exit: 0.1.2 |
@@ -1885,10 +1885,10 @@ packages: | @@ -1885,10 +1885,10 @@ packages: | ||
1885 | istanbul-lib-report: 3.0.0 | 1885 | istanbul-lib-report: 3.0.0 |
1886 | istanbul-lib-source-maps: 4.0.1 | 1886 | istanbul-lib-source-maps: 4.0.1 |
1887 | istanbul-reports: 3.0.5 | 1887 | istanbul-reports: 3.0.5 |
1888 | - jest-haste-map: 27.4.2 | ||
1889 | - jest-resolve: 27.4.2 | 1888 | + jest-haste-map: 27.4.4 |
1889 | + jest-resolve: 27.4.4 | ||
1890 | jest-util: 27.4.2 | 1890 | jest-util: 27.4.2 |
1891 | - jest-worker: 27.4.2 | 1891 | + jest-worker: 27.4.4 |
1892 | slash: 3.0.0 | 1892 | slash: 3.0.0 |
1893 | source-map: 0.6.1 | 1893 | source-map: 0.6.1 |
1894 | string-length: 4.0.2 | 1894 | string-length: 4.0.2 |
@@ -1917,20 +1917,20 @@ packages: | @@ -1917,20 +1917,20 @@ packages: | ||
1917 | collect-v8-coverage: 1.0.1 | 1917 | collect-v8-coverage: 1.0.1 |
1918 | dev: true | 1918 | dev: true |
1919 | 1919 | ||
1920 | - /@jest/test-sequencer/27.4.2: | ||
1921 | - resolution: {integrity: sha512-HmHp5mlh9f9GyNej5yCS1JZIFfUGnP9+jEOH5zoq5EmsuZeYD+dGULqyvGDPtuzzbyAFJ6R4+z4SS0VvnFwwGQ==} | 1920 | + /@jest/test-sequencer/27.4.4: |
1921 | + resolution: {integrity: sha512-mCh+d4JTGTtX7vr13d7q2GHJy33nAobEwtEJ8X3u7R8+0ImVO2eAsQzsLfX8lyvdYHBxYABhqbYuaUNo42/pQw==} | ||
1922 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1922 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1923 | dependencies: | 1923 | dependencies: |
1924 | '@jest/test-result': 27.4.2 | 1924 | '@jest/test-result': 27.4.2 |
1925 | graceful-fs: 4.2.8 | 1925 | graceful-fs: 4.2.8 |
1926 | - jest-haste-map: 27.4.2 | ||
1927 | - jest-runtime: 27.4.2 | 1926 | + jest-haste-map: 27.4.4 |
1927 | + jest-runtime: 27.4.4 | ||
1928 | transitivePeerDependencies: | 1928 | transitivePeerDependencies: |
1929 | - supports-color | 1929 | - supports-color |
1930 | dev: true | 1930 | dev: true |
1931 | 1931 | ||
1932 | - /@jest/transform/27.4.2: | ||
1933 | - resolution: {integrity: sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==} | 1932 | + /@jest/transform/27.4.4: |
1933 | + resolution: {integrity: sha512-7U/nDSrGsGzL7+X8ScNFV71w8u8knJQWSa9C2xsrrKLMOgb+rWuCG4VAyWke/53BU96GnT+Ka81xCAHA5gk6zA==} | ||
1934 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 1934 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1935 | dependencies: | 1935 | dependencies: |
1936 | '@babel/core': 7.16.0 | 1936 | '@babel/core': 7.16.0 |
@@ -1940,7 +1940,7 @@ packages: | @@ -1940,7 +1940,7 @@ packages: | ||
1940 | convert-source-map: 1.8.0 | 1940 | convert-source-map: 1.8.0 |
1941 | fast-json-stable-stringify: 2.1.0 | 1941 | fast-json-stable-stringify: 2.1.0 |
1942 | graceful-fs: 4.2.8 | 1942 | graceful-fs: 4.2.8 |
1943 | - jest-haste-map: 27.4.2 | 1943 | + jest-haste-map: 27.4.4 |
1944 | jest-regex-util: 27.4.0 | 1944 | jest-regex-util: 27.4.0 |
1945 | jest-util: 27.4.2 | 1945 | jest-util: 27.4.2 |
1946 | micromatch: 4.0.4 | 1946 | micromatch: 4.0.4 |
@@ -1958,7 +1958,7 @@ packages: | @@ -1958,7 +1958,7 @@ packages: | ||
1958 | dependencies: | 1958 | dependencies: |
1959 | '@types/istanbul-lib-coverage': 2.0.3 | 1959 | '@types/istanbul-lib-coverage': 2.0.3 |
1960 | '@types/istanbul-reports': 3.0.1 | 1960 | '@types/istanbul-reports': 3.0.1 |
1961 | - '@types/node': 16.11.11 | 1961 | + '@types/node': 16.11.12 |
1962 | '@types/yargs': 16.0.4 | 1962 | '@types/yargs': 16.0.4 |
1963 | chalk: 4.1.2 | 1963 | chalk: 4.1.2 |
1964 | dev: true | 1964 | dev: true |
@@ -1969,23 +1969,23 @@ packages: | @@ -1969,23 +1969,23 @@ packages: | ||
1969 | dependencies: | 1969 | dependencies: |
1970 | '@types/istanbul-lib-coverage': 2.0.3 | 1970 | '@types/istanbul-lib-coverage': 2.0.3 |
1971 | '@types/istanbul-reports': 3.0.1 | 1971 | '@types/istanbul-reports': 3.0.1 |
1972 | - '@types/node': 16.11.11 | 1972 | + '@types/node': 16.11.12 |
1973 | '@types/yargs': 16.0.4 | 1973 | '@types/yargs': 16.0.4 |
1974 | chalk: 4.1.2 | 1974 | chalk: 4.1.2 |
1975 | dev: true | 1975 | dev: true |
1976 | 1976 | ||
1977 | - /@logicflow/core/0.7.11: | ||
1978 | - resolution: {integrity: sha512-d93C13RY9HIMibUVTYR2uauaQvecQOH/ne9QhyHu+cqnOlmxgs9Pi3iMZcsecRFg/yA4OKzECCSVWXvJCP+Qtw==} | 1977 | + /@logicflow/core/0.7.14: |
1978 | + resolution: {integrity: sha512-owNtuENe5mzpWDBuJnZGSpTE8G5nVpzL66XUnR2c+E371qXnCb4COrc7OOh2sCVkRLMiHGUBvMCXTEUqJZTqtg==} | ||
1979 | dependencies: | 1979 | dependencies: |
1980 | '@types/mousetrap': 1.6.8 | 1980 | '@types/mousetrap': 1.6.8 |
1981 | mousetrap: 1.6.5 | 1981 | mousetrap: 1.6.5 |
1982 | preact: 10.6.1 | 1982 | preact: 10.6.1 |
1983 | dev: false | 1983 | dev: false |
1984 | 1984 | ||
1985 | - /@logicflow/extension/0.7.11: | ||
1986 | - resolution: {integrity: sha512-eYmhAJKNTNmTK0kV5geb0P3el5l4RUjKo4GmemhHyCdassNmxr7LBM3iYveDfx3kcgqvcv2aQlwEb9q2S2O3cg==} | 1985 | + /@logicflow/extension/0.7.14: |
1986 | + resolution: {integrity: sha512-mSZTs3+VoVrD3Tckb+V8TJACmnhzD8Xov0Ycq0l32orOQ4YRj9WNjAiEki1neyEoDsfByUb2l9sdmyKvwNhRNA==} | ||
1987 | dependencies: | 1987 | dependencies: |
1988 | - '@logicflow/core': 0.7.11 | 1988 | + '@logicflow/core': 0.7.14 |
1989 | ids: 1.0.0 | 1989 | ids: 1.0.0 |
1990 | preact: 10.6.1 | 1990 | preact: 10.6.1 |
1991 | dev: false | 1991 | dev: false |
@@ -2225,20 +2225,20 @@ packages: | @@ -2225,20 +2225,20 @@ packages: | ||
2225 | /@types/fs-extra/9.0.13: | 2225 | /@types/fs-extra/9.0.13: |
2226 | resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} | 2226 | resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} |
2227 | dependencies: | 2227 | dependencies: |
2228 | - '@types/node': 16.11.11 | 2228 | + '@types/node': 16.11.12 |
2229 | dev: true | 2229 | dev: true |
2230 | 2230 | ||
2231 | /@types/glob/7.2.0: | 2231 | /@types/glob/7.2.0: |
2232 | resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} | 2232 | resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} |
2233 | dependencies: | 2233 | dependencies: |
2234 | '@types/minimatch': 3.0.5 | 2234 | '@types/minimatch': 3.0.5 |
2235 | - '@types/node': 16.11.11 | 2235 | + '@types/node': 16.11.12 |
2236 | dev: true | 2236 | dev: true |
2237 | 2237 | ||
2238 | /@types/graceful-fs/4.1.5: | 2238 | /@types/graceful-fs/4.1.5: |
2239 | resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} | 2239 | resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} |
2240 | dependencies: | 2240 | dependencies: |
2241 | - '@types/node': 16.11.11 | 2241 | + '@types/node': 16.11.12 |
2242 | dev: true | 2242 | dev: true |
2243 | 2243 | ||
2244 | /@types/imagemin-gifsicle/7.0.1: | 2244 | /@types/imagemin-gifsicle/7.0.1: |
@@ -2281,7 +2281,7 @@ packages: | @@ -2281,7 +2281,7 @@ packages: | ||
2281 | /@types/imagemin/7.0.1: | 2281 | /@types/imagemin/7.0.1: |
2282 | resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} | 2282 | resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} |
2283 | dependencies: | 2283 | dependencies: |
2284 | - '@types/node': 16.11.11 | 2284 | + '@types/node': 16.11.12 |
2285 | dev: true | 2285 | dev: true |
2286 | 2286 | ||
2287 | /@types/inquirer/8.1.3: | 2287 | /@types/inquirer/8.1.3: |
@@ -2318,14 +2318,6 @@ packages: | @@ -2318,14 +2318,6 @@ packages: | ||
2318 | pretty-format: 27.3.1 | 2318 | pretty-format: 27.3.1 |
2319 | dev: true | 2319 | dev: true |
2320 | 2320 | ||
2321 | - /@types/jsdom/16.2.13: | ||
2322 | - resolution: {integrity: sha512-8JQCjdeAidptSsOcRWk2iTm9wCcwn9l+kRG6k5bzUacrnm1ezV4forq0kWjUih/tumAeoG+OspOvQEbbRucBTw==} | ||
2323 | - dependencies: | ||
2324 | - '@types/node': 16.11.11 | ||
2325 | - '@types/parse5': 6.0.2 | ||
2326 | - '@types/tough-cookie': 4.0.1 | ||
2327 | - dev: true | ||
2328 | - | ||
2329 | /@types/json-schema/7.0.9: | 2321 | /@types/json-schema/7.0.9: |
2330 | resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==} | 2322 | resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==} |
2331 | dev: true | 2323 | dev: true |
@@ -2359,8 +2351,8 @@ packages: | @@ -2359,8 +2351,8 @@ packages: | ||
2359 | resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==} | 2351 | resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==} |
2360 | dev: true | 2352 | dev: true |
2361 | 2353 | ||
2362 | - /@types/node/16.11.11: | ||
2363 | - resolution: {integrity: sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==} | 2354 | + /@types/node/16.11.12: |
2355 | + resolution: {integrity: sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==} | ||
2364 | dev: true | 2356 | dev: true |
2365 | 2357 | ||
2366 | /@types/normalize-package-data/2.4.1: | 2358 | /@types/normalize-package-data/2.4.1: |
@@ -2375,10 +2367,6 @@ packages: | @@ -2375,10 +2367,6 @@ packages: | ||
2375 | resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} | 2367 | resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} |
2376 | dev: true | 2368 | dev: true |
2377 | 2369 | ||
2378 | - /@types/parse5/6.0.2: | ||
2379 | - resolution: {integrity: sha512-+hQX+WyJAOne7Fh3zF5CxPemILIbuhNcqHHodzK9caYOLnC8pD5efmPleRnw0z++LfKUC/sVNMwk0Gap+B0baA==} | ||
2380 | - dev: true | ||
2381 | - | ||
2382 | /@types/prettier/2.4.2: | 2370 | /@types/prettier/2.4.2: |
2383 | resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} | 2371 | resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} |
2384 | dev: true | 2372 | dev: true |
@@ -2386,7 +2374,7 @@ packages: | @@ -2386,7 +2374,7 @@ packages: | ||
2386 | /@types/qrcode/1.4.1: | 2374 | /@types/qrcode/1.4.1: |
2387 | resolution: {integrity: sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==} | 2375 | resolution: {integrity: sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==} |
2388 | dependencies: | 2376 | dependencies: |
2389 | - '@types/node': 16.11.11 | 2377 | + '@types/node': 16.11.12 |
2390 | dev: true | 2378 | dev: true |
2391 | 2379 | ||
2392 | /@types/qs/6.9.7: | 2380 | /@types/qs/6.9.7: |
@@ -2396,7 +2384,7 @@ packages: | @@ -2396,7 +2384,7 @@ packages: | ||
2396 | /@types/resolve/1.17.1: | 2384 | /@types/resolve/1.17.1: |
2397 | resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} | 2385 | resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} |
2398 | dependencies: | 2386 | dependencies: |
2399 | - '@types/node': 16.11.11 | 2387 | + '@types/node': 16.11.12 |
2400 | dev: true | 2388 | dev: true |
2401 | 2389 | ||
2402 | /@types/showdown/1.9.4: | 2390 | /@types/showdown/1.9.4: |
@@ -2418,7 +2406,7 @@ packages: | @@ -2418,7 +2406,7 @@ packages: | ||
2418 | /@types/svgo/2.6.0: | 2406 | /@types/svgo/2.6.0: |
2419 | resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} | 2407 | resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} |
2420 | dependencies: | 2408 | dependencies: |
2421 | - '@types/node': 16.11.11 | 2409 | + '@types/node': 16.11.12 |
2422 | dev: true | 2410 | dev: true |
2423 | 2411 | ||
2424 | /@types/tern/0.23.4: | 2412 | /@types/tern/0.23.4: |
@@ -2434,17 +2422,13 @@ packages: | @@ -2434,17 +2422,13 @@ packages: | ||
2434 | /@types/through/0.0.30: | 2422 | /@types/through/0.0.30: |
2435 | resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} | 2423 | resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} |
2436 | dependencies: | 2424 | dependencies: |
2437 | - '@types/node': 16.11.11 | 2425 | + '@types/node': 16.11.12 |
2438 | dev: true | 2426 | dev: true |
2439 | 2427 | ||
2440 | /@types/tinycolor2/1.4.3: | 2428 | /@types/tinycolor2/1.4.3: |
2441 | resolution: {integrity: sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ==} | 2429 | resolution: {integrity: sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ==} |
2442 | dev: true | 2430 | dev: true |
2443 | 2431 | ||
2444 | - /@types/tough-cookie/4.0.1: | ||
2445 | - resolution: {integrity: sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==} | ||
2446 | - dev: true | ||
2447 | - | ||
2448 | /@types/trusted-types/2.0.2: | 2432 | /@types/trusted-types/2.0.2: |
2449 | resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} | 2433 | resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} |
2450 | dev: true | 2434 | dev: true |
@@ -2459,8 +2443,8 @@ packages: | @@ -2459,8 +2443,8 @@ packages: | ||
2459 | '@types/yargs-parser': 20.2.1 | 2443 | '@types/yargs-parser': 20.2.1 |
2460 | dev: true | 2444 | dev: true |
2461 | 2445 | ||
2462 | - /@typescript-eslint/eslint-plugin/5.5.0_2a935f58a3cc0b0f42856ccf18d8367f: | ||
2463 | - resolution: {integrity: sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==} | 2446 | + /@typescript-eslint/eslint-plugin/5.6.0_0d0cecf582ba45923647a091322795b0: |
2447 | + resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} | ||
2464 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2448 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2465 | peerDependencies: | 2449 | peerDependencies: |
2466 | '@typescript-eslint/parser': ^5.0.0 | 2450 | '@typescript-eslint/parser': ^5.0.0 |
@@ -2470,22 +2454,22 @@ packages: | @@ -2470,22 +2454,22 @@ packages: | ||
2470 | typescript: | 2454 | typescript: |
2471 | optional: true | 2455 | optional: true |
2472 | dependencies: | 2456 | dependencies: |
2473 | - '@typescript-eslint/experimental-utils': 5.5.0_eslint@8.3.0+typescript@4.5.2 | ||
2474 | - '@typescript-eslint/parser': 5.5.0_eslint@8.3.0+typescript@4.5.2 | ||
2475 | - '@typescript-eslint/scope-manager': 5.5.0 | 2457 | + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.4.1+typescript@4.5.3 |
2458 | + '@typescript-eslint/parser': 5.6.0_eslint@8.4.1+typescript@4.5.3 | ||
2459 | + '@typescript-eslint/scope-manager': 5.6.0 | ||
2476 | debug: 4.3.3 | 2460 | debug: 4.3.3 |
2477 | - eslint: 8.3.0 | 2461 | + eslint: 8.4.1 |
2478 | functional-red-black-tree: 1.0.1 | 2462 | functional-red-black-tree: 1.0.1 |
2479 | ignore: 5.1.9 | 2463 | ignore: 5.1.9 |
2480 | regexpp: 3.2.0 | 2464 | regexpp: 3.2.0 |
2481 | semver: 7.3.5 | 2465 | semver: 7.3.5 |
2482 | - tsutils: 3.21.0_typescript@4.5.2 | ||
2483 | - typescript: 4.5.2 | 2466 | + tsutils: 3.21.0_typescript@4.5.3 |
2467 | + typescript: 4.5.3 | ||
2484 | transitivePeerDependencies: | 2468 | transitivePeerDependencies: |
2485 | - supports-color | 2469 | - supports-color |
2486 | dev: true | 2470 | dev: true |
2487 | 2471 | ||
2488 | - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: | 2472 | + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.4.1+typescript@4.5.3: |
2489 | resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} | 2473 | resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} |
2490 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2474 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2491 | peerDependencies: | 2475 | peerDependencies: |
@@ -2494,35 +2478,35 @@ packages: | @@ -2494,35 +2478,35 @@ packages: | ||
2494 | '@types/json-schema': 7.0.9 | 2478 | '@types/json-schema': 7.0.9 |
2495 | '@typescript-eslint/scope-manager': 5.4.0 | 2479 | '@typescript-eslint/scope-manager': 5.4.0 |
2496 | '@typescript-eslint/types': 5.4.0 | 2480 | '@typescript-eslint/types': 5.4.0 |
2497 | - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 | ||
2498 | - eslint: 8.3.0 | 2481 | + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.3 |
2482 | + eslint: 8.4.1 | ||
2499 | eslint-scope: 5.1.1 | 2483 | eslint-scope: 5.1.1 |
2500 | - eslint-utils: 3.0.0_eslint@8.3.0 | 2484 | + eslint-utils: 3.0.0_eslint@8.4.1 |
2501 | transitivePeerDependencies: | 2485 | transitivePeerDependencies: |
2502 | - supports-color | 2486 | - supports-color |
2503 | - typescript | 2487 | - typescript |
2504 | dev: true | 2488 | dev: true |
2505 | 2489 | ||
2506 | - /@typescript-eslint/experimental-utils/5.5.0_eslint@8.3.0+typescript@4.5.2: | ||
2507 | - resolution: {integrity: sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==} | 2490 | + /@typescript-eslint/experimental-utils/5.6.0_eslint@8.4.1+typescript@4.5.3: |
2491 | + resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} | ||
2508 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2492 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2509 | peerDependencies: | 2493 | peerDependencies: |
2510 | eslint: '*' | 2494 | eslint: '*' |
2511 | dependencies: | 2495 | dependencies: |
2512 | '@types/json-schema': 7.0.9 | 2496 | '@types/json-schema': 7.0.9 |
2513 | - '@typescript-eslint/scope-manager': 5.5.0 | ||
2514 | - '@typescript-eslint/types': 5.5.0 | ||
2515 | - '@typescript-eslint/typescript-estree': 5.5.0_typescript@4.5.2 | ||
2516 | - eslint: 8.3.0 | 2497 | + '@typescript-eslint/scope-manager': 5.6.0 |
2498 | + '@typescript-eslint/types': 5.6.0 | ||
2499 | + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.3 | ||
2500 | + eslint: 8.4.1 | ||
2517 | eslint-scope: 5.1.1 | 2501 | eslint-scope: 5.1.1 |
2518 | - eslint-utils: 3.0.0_eslint@8.3.0 | 2502 | + eslint-utils: 3.0.0_eslint@8.4.1 |
2519 | transitivePeerDependencies: | 2503 | transitivePeerDependencies: |
2520 | - supports-color | 2504 | - supports-color |
2521 | - typescript | 2505 | - typescript |
2522 | dev: true | 2506 | dev: true |
2523 | 2507 | ||
2524 | - /@typescript-eslint/parser/5.5.0_eslint@8.3.0+typescript@4.5.2: | ||
2525 | - resolution: {integrity: sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==} | 2508 | + /@typescript-eslint/parser/5.6.0_eslint@8.4.1+typescript@4.5.3: |
2509 | + resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} | ||
2526 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2510 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2527 | peerDependencies: | 2511 | peerDependencies: |
2528 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 | 2512 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 |
@@ -2531,12 +2515,12 @@ packages: | @@ -2531,12 +2515,12 @@ packages: | ||
2531 | typescript: | 2515 | typescript: |
2532 | optional: true | 2516 | optional: true |
2533 | dependencies: | 2517 | dependencies: |
2534 | - '@typescript-eslint/scope-manager': 5.5.0 | ||
2535 | - '@typescript-eslint/types': 5.5.0 | ||
2536 | - '@typescript-eslint/typescript-estree': 5.5.0_typescript@4.5.2 | 2518 | + '@typescript-eslint/scope-manager': 5.6.0 |
2519 | + '@typescript-eslint/types': 5.6.0 | ||
2520 | + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.3 | ||
2537 | debug: 4.3.3 | 2521 | debug: 4.3.3 |
2538 | - eslint: 8.3.0 | ||
2539 | - typescript: 4.5.2 | 2522 | + eslint: 8.4.1 |
2523 | + typescript: 4.5.3 | ||
2540 | transitivePeerDependencies: | 2524 | transitivePeerDependencies: |
2541 | - supports-color | 2525 | - supports-color |
2542 | dev: true | 2526 | dev: true |
@@ -2549,12 +2533,12 @@ packages: | @@ -2549,12 +2533,12 @@ packages: | ||
2549 | '@typescript-eslint/visitor-keys': 5.4.0 | 2533 | '@typescript-eslint/visitor-keys': 5.4.0 |
2550 | dev: true | 2534 | dev: true |
2551 | 2535 | ||
2552 | - /@typescript-eslint/scope-manager/5.5.0: | ||
2553 | - resolution: {integrity: sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==} | 2536 | + /@typescript-eslint/scope-manager/5.6.0: |
2537 | + resolution: {integrity: sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==} | ||
2554 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2538 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2555 | dependencies: | 2539 | dependencies: |
2556 | - '@typescript-eslint/types': 5.5.0 | ||
2557 | - '@typescript-eslint/visitor-keys': 5.5.0 | 2540 | + '@typescript-eslint/types': 5.6.0 |
2541 | + '@typescript-eslint/visitor-keys': 5.6.0 | ||
2558 | dev: true | 2542 | dev: true |
2559 | 2543 | ||
2560 | /@typescript-eslint/types/5.4.0: | 2544 | /@typescript-eslint/types/5.4.0: |
@@ -2562,12 +2546,12 @@ packages: | @@ -2562,12 +2546,12 @@ packages: | ||
2562 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2546 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2563 | dev: true | 2547 | dev: true |
2564 | 2548 | ||
2565 | - /@typescript-eslint/types/5.5.0: | ||
2566 | - resolution: {integrity: sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==} | 2549 | + /@typescript-eslint/types/5.6.0: |
2550 | + resolution: {integrity: sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==} | ||
2567 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2551 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2568 | dev: true | 2552 | dev: true |
2569 | 2553 | ||
2570 | - /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: | 2554 | + /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.3: |
2571 | resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} | 2555 | resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} |
2572 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2556 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2573 | peerDependencies: | 2557 | peerDependencies: |
@@ -2582,14 +2566,14 @@ packages: | @@ -2582,14 +2566,14 @@ packages: | ||
2582 | globby: 11.0.4 | 2566 | globby: 11.0.4 |
2583 | is-glob: 4.0.3 | 2567 | is-glob: 4.0.3 |
2584 | semver: 7.3.5 | 2568 | semver: 7.3.5 |
2585 | - tsutils: 3.21.0_typescript@4.5.2 | ||
2586 | - typescript: 4.5.2 | 2569 | + tsutils: 3.21.0_typescript@4.5.3 |
2570 | + typescript: 4.5.3 | ||
2587 | transitivePeerDependencies: | 2571 | transitivePeerDependencies: |
2588 | - supports-color | 2572 | - supports-color |
2589 | dev: true | 2573 | dev: true |
2590 | 2574 | ||
2591 | - /@typescript-eslint/typescript-estree/5.5.0_typescript@4.5.2: | ||
2592 | - resolution: {integrity: sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==} | 2575 | + /@typescript-eslint/typescript-estree/5.6.0_typescript@4.5.3: |
2576 | + resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==} | ||
2593 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2577 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2594 | peerDependencies: | 2578 | peerDependencies: |
2595 | typescript: '*' | 2579 | typescript: '*' |
@@ -2597,14 +2581,14 @@ packages: | @@ -2597,14 +2581,14 @@ packages: | ||
2597 | typescript: | 2581 | typescript: |
2598 | optional: true | 2582 | optional: true |
2599 | dependencies: | 2583 | dependencies: |
2600 | - '@typescript-eslint/types': 5.5.0 | ||
2601 | - '@typescript-eslint/visitor-keys': 5.5.0 | 2584 | + '@typescript-eslint/types': 5.6.0 |
2585 | + '@typescript-eslint/visitor-keys': 5.6.0 | ||
2602 | debug: 4.3.3 | 2586 | debug: 4.3.3 |
2603 | globby: 11.0.4 | 2587 | globby: 11.0.4 |
2604 | is-glob: 4.0.3 | 2588 | is-glob: 4.0.3 |
2605 | semver: 7.3.5 | 2589 | semver: 7.3.5 |
2606 | - tsutils: 3.21.0_typescript@4.5.2 | ||
2607 | - typescript: 4.5.2 | 2590 | + tsutils: 3.21.0_typescript@4.5.3 |
2591 | + typescript: 4.5.3 | ||
2608 | transitivePeerDependencies: | 2592 | transitivePeerDependencies: |
2609 | - supports-color | 2593 | - supports-color |
2610 | dev: true | 2594 | dev: true |
@@ -2617,16 +2601,16 @@ packages: | @@ -2617,16 +2601,16 @@ packages: | ||
2617 | eslint-visitor-keys: 3.1.0 | 2601 | eslint-visitor-keys: 3.1.0 |
2618 | dev: true | 2602 | dev: true |
2619 | 2603 | ||
2620 | - /@typescript-eslint/visitor-keys/5.5.0: | ||
2621 | - resolution: {integrity: sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==} | 2604 | + /@typescript-eslint/visitor-keys/5.6.0: |
2605 | + resolution: {integrity: sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==} | ||
2622 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2606 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2623 | dependencies: | 2607 | dependencies: |
2624 | - '@typescript-eslint/types': 5.5.0 | 2608 | + '@typescript-eslint/types': 5.6.0 |
2625 | eslint-visitor-keys: 3.1.0 | 2609 | eslint-visitor-keys: 3.1.0 |
2626 | dev: true | 2610 | dev: true |
2627 | 2611 | ||
2628 | - /@vitejs/plugin-legacy/1.6.3_vite@2.7.0-beta.9: | ||
2629 | - resolution: {integrity: sha512-YivdG6gT91/wjFL6woTwVRgK9KHrju8GwXwgv5FdfAVo0GK0FK4V+YEobmDKRcOMKXQ1U5awY5HqbPIsoJalKQ==} | 2612 | + /@vitejs/plugin-legacy/1.6.4_vite@2.7.1: |
2613 | + resolution: {integrity: sha512-geH2F3hTRN++E4n9NZ0JFumxIWUKqW4FA9PAgM7Q6RvUOUUYW4tlURhEmCBYfZSN24H/yX3mEolX+wFVErsAYQ==} | ||
2630 | engines: {node: '>=12.0.0'} | 2614 | engines: {node: '>=12.0.0'} |
2631 | peerDependencies: | 2615 | peerDependencies: |
2632 | vite: ^2.0.0 | 2616 | vite: ^2.0.0 |
@@ -2636,11 +2620,11 @@ packages: | @@ -2636,11 +2620,11 @@ packages: | ||
2636 | magic-string: 0.25.7 | 2620 | magic-string: 0.25.7 |
2637 | regenerator-runtime: 0.13.9 | 2621 | regenerator-runtime: 0.13.9 |
2638 | systemjs: 6.11.0 | 2622 | systemjs: 6.11.0 |
2639 | - vite: 2.7.0-beta.9_less@4.1.2 | 2623 | + vite: 2.7.1_less@4.1.2 |
2640 | dev: true | 2624 | dev: true |
2641 | 2625 | ||
2642 | - /@vitejs/plugin-vue-jsx/1.3.0: | ||
2643 | - resolution: {integrity: sha512-mm2jT63s/DWapVWT62t7xsMmwqsLNj5LUpokSXWnlUv9oxPfZsAymhHs6byWxvuvC5jo3zzFMO7rs8ax4PcyxA==} | 2626 | + /@vitejs/plugin-vue-jsx/1.3.1: |
2627 | + resolution: {integrity: sha512-Ku0pnlG0CuFfkvwOe3TEHS7noqBIBR61JbdvH6F6i3IqJv8+0+tcyusR+EoFwi7YrA2vdP26oorWyGv3wDt5kg==} | ||
2644 | engines: {node: '>=12.0.0'} | 2628 | engines: {node: '>=12.0.0'} |
2645 | dependencies: | 2629 | dependencies: |
2646 | '@babel/core': 7.16.0 | 2630 | '@babel/core': 7.16.0 |
@@ -2653,13 +2637,15 @@ packages: | @@ -2653,13 +2637,15 @@ packages: | ||
2653 | - supports-color | 2637 | - supports-color |
2654 | dev: true | 2638 | dev: true |
2655 | 2639 | ||
2656 | - /@vitejs/plugin-vue/1.10.1_vite@2.7.0-beta.9: | ||
2657 | - resolution: {integrity: sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg==} | 2640 | + /@vitejs/plugin-vue/2.0.0_vite@2.7.1+vue@3.2.26: |
2641 | + resolution: {integrity: sha512-4Xn1h9OcaAf7KYrvz2oEi52fCCCLcCzyr3pDOrzYTWrs0DrzNOXt9fT5IiGb1f/uoNTdX3aAkXVGNXrGkzF/zw==} | ||
2658 | engines: {node: '>=12.0.0'} | 2642 | engines: {node: '>=12.0.0'} |
2659 | peerDependencies: | 2643 | peerDependencies: |
2660 | vite: ^2.5.10 | 2644 | vite: ^2.5.10 |
2645 | + vue: ^3.2.25 | ||
2661 | dependencies: | 2646 | dependencies: |
2662 | - vite: 2.7.0-beta.9_less@4.1.2 | 2647 | + vite: 2.7.1_less@4.1.2 |
2648 | + vue: 3.2.26 | ||
2663 | dev: true | 2649 | dev: true |
2664 | 2650 | ||
2665 | /@volar/code-gen/0.29.8: | 2651 | /@volar/code-gen/0.29.8: |
@@ -2705,9 +2691,9 @@ packages: | @@ -2705,9 +2691,9 @@ packages: | ||
2705 | '@volar/code-gen': 0.29.8 | 2691 | '@volar/code-gen': 0.29.8 |
2706 | '@volar/shared': 0.29.8 | 2692 | '@volar/shared': 0.29.8 |
2707 | '@volar/source-map': 0.29.8 | 2693 | '@volar/source-map': 0.29.8 |
2708 | - '@vue/compiler-core': 3.2.23 | ||
2709 | - '@vue/compiler-dom': 3.2.23 | ||
2710 | - '@vue/shared': 3.2.23 | 2694 | + '@vue/compiler-core': 3.2.26 |
2695 | + '@vue/compiler-dom': 3.2.26 | ||
2696 | + '@vue/shared': 3.2.26 | ||
2711 | upath: 2.0.1 | 2697 | upath: 2.0.1 |
2712 | dev: true | 2698 | dev: true |
2713 | 2699 | ||
@@ -2743,96 +2729,107 @@ packages: | @@ -2743,96 +2729,107 @@ packages: | ||
2743 | - supports-color | 2729 | - supports-color |
2744 | dev: true | 2730 | dev: true |
2745 | 2731 | ||
2746 | - /@vue/compiler-core/3.2.23: | ||
2747 | - resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==} | 2732 | + /@vue/compiler-core/3.2.26: |
2733 | + resolution: {integrity: sha512-N5XNBobZbaASdzY9Lga2D9Lul5vdCIOXvUMd6ThcN8zgqQhPKfCV+wfAJNNJKQkSHudnYRO2gEB+lp0iN3g2Tw==} | ||
2748 | dependencies: | 2734 | dependencies: |
2749 | '@babel/parser': 7.16.4 | 2735 | '@babel/parser': 7.16.4 |
2750 | - '@vue/shared': 3.2.23 | 2736 | + '@vue/shared': 3.2.26 |
2751 | estree-walker: 2.0.2 | 2737 | estree-walker: 2.0.2 |
2752 | source-map: 0.6.1 | 2738 | source-map: 0.6.1 |
2753 | 2739 | ||
2754 | - /@vue/compiler-dom/3.2.23: | ||
2755 | - resolution: {integrity: sha512-X2Nw8QFc5lgoK3kio5ktM95nqmLUH+q+N/PbV4kCHzF1avqv/EGLnAhaaF0Iu4bewNvHJAAhhwPZFeoV/22nbw==} | 2740 | + /@vue/compiler-dom/3.2.26: |
2741 | + resolution: {integrity: sha512-smBfaOW6mQDxcT3p9TKT6mE22vjxjJL50GFVJiI0chXYGU/xzC05QRGrW3HHVuJrmLTLx5zBhsZ2dIATERbarg==} | ||
2756 | dependencies: | 2742 | dependencies: |
2757 | - '@vue/compiler-core': 3.2.23 | ||
2758 | - '@vue/shared': 3.2.23 | 2743 | + '@vue/compiler-core': 3.2.26 |
2744 | + '@vue/shared': 3.2.26 | ||
2759 | 2745 | ||
2760 | - /@vue/compiler-sfc/3.2.23: | ||
2761 | - resolution: {integrity: sha512-Aw+pb50Q5zTjyvWod8mNKmYZDRGHJBptmNNWE+84ZxrzEztPgMz8cNYIzWGbwcFVkmJlhvioAMvKnB+LM/sjSA==} | 2746 | + /@vue/compiler-sfc/3.2.26: |
2747 | + resolution: {integrity: sha512-ePpnfktV90UcLdsDQUh2JdiTuhV0Skv2iYXxfNMOK/F3Q+2BO0AulcVcfoksOpTJGmhhfosWfMyEaEf0UaWpIw==} | ||
2762 | dependencies: | 2748 | dependencies: |
2763 | '@babel/parser': 7.16.4 | 2749 | '@babel/parser': 7.16.4 |
2764 | - '@vue/compiler-core': 3.2.23 | ||
2765 | - '@vue/compiler-dom': 3.2.23 | ||
2766 | - '@vue/compiler-ssr': 3.2.23 | ||
2767 | - '@vue/ref-transform': 3.2.23 | ||
2768 | - '@vue/shared': 3.2.23 | 2750 | + '@vue/compiler-core': 3.2.26 |
2751 | + '@vue/compiler-dom': 3.2.26 | ||
2752 | + '@vue/compiler-ssr': 3.2.26 | ||
2753 | + '@vue/reactivity-transform': 3.2.26 | ||
2754 | + '@vue/shared': 3.2.26 | ||
2769 | estree-walker: 2.0.2 | 2755 | estree-walker: 2.0.2 |
2770 | magic-string: 0.25.7 | 2756 | magic-string: 0.25.7 |
2771 | postcss: 8.4.4 | 2757 | postcss: 8.4.4 |
2772 | source-map: 0.6.1 | 2758 | source-map: 0.6.1 |
2773 | 2759 | ||
2774 | - /@vue/compiler-ssr/3.2.23: | ||
2775 | - resolution: {integrity: sha512-Bqzn4jFyXPK1Ehqiq7e/czS8n62gtYF1Zfeu0DrR5uv+SBllh7LIvZjZU6+c8qbocAd3/T3I3gn2cZGmnDb6zg==} | 2760 | + /@vue/compiler-ssr/3.2.26: |
2761 | + resolution: {integrity: sha512-2mywLX0ODc4Zn8qBoA2PDCsLEZfpUGZcyoFRLSOjyGGK6wDy2/5kyDOWtf0S0UvtoyVq95OTSGIALjZ4k2q/ag==} | ||
2776 | dependencies: | 2762 | dependencies: |
2777 | - '@vue/compiler-dom': 3.2.23 | ||
2778 | - '@vue/shared': 3.2.23 | 2763 | + '@vue/compiler-dom': 3.2.26 |
2764 | + '@vue/shared': 3.2.26 | ||
2779 | 2765 | ||
2780 | /@vue/devtools-api/6.0.0-beta.20.1: | 2766 | /@vue/devtools-api/6.0.0-beta.20.1: |
2781 | resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} | 2767 | resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} |
2782 | dev: false | 2768 | dev: false |
2783 | 2769 | ||
2770 | + /@vue/reactivity-transform/3.2.26: | ||
2771 | + resolution: {integrity: sha512-XKMyuCmzNA7nvFlYhdKwD78rcnmPb7q46uoR00zkX6yZrUmcCQ5OikiwUEVbvNhL5hBJuvbSO95jB5zkUon+eQ==} | ||
2772 | + dependencies: | ||
2773 | + '@babel/parser': 7.16.4 | ||
2774 | + '@vue/compiler-core': 3.2.26 | ||
2775 | + '@vue/shared': 3.2.26 | ||
2776 | + estree-walker: 2.0.2 | ||
2777 | + magic-string: 0.25.7 | ||
2778 | + | ||
2784 | /@vue/reactivity/3.2.23: | 2779 | /@vue/reactivity/3.2.23: |
2785 | resolution: {integrity: sha512-8RGVr/5Kpgb/EkCjgHXqttgA5IMc6n0lIXFY4TVbMkzdXrvaIhzBd7Te44oIDsTSYVKZLpfHd6/wEnuDqE8vFw==} | 2780 | resolution: {integrity: sha512-8RGVr/5Kpgb/EkCjgHXqttgA5IMc6n0lIXFY4TVbMkzdXrvaIhzBd7Te44oIDsTSYVKZLpfHd6/wEnuDqE8vFw==} |
2786 | dependencies: | 2781 | dependencies: |
2787 | '@vue/shared': 3.2.23 | 2782 | '@vue/shared': 3.2.23 |
2783 | + dev: true | ||
2788 | 2784 | ||
2789 | - /@vue/ref-transform/3.2.23: | ||
2790 | - resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==} | 2785 | + /@vue/reactivity/3.2.26: |
2786 | + resolution: {integrity: sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==} | ||
2791 | dependencies: | 2787 | dependencies: |
2792 | - '@babel/parser': 7.16.4 | ||
2793 | - '@vue/compiler-core': 3.2.23 | ||
2794 | - '@vue/shared': 3.2.23 | ||
2795 | - estree-walker: 2.0.2 | ||
2796 | - magic-string: 0.25.7 | 2788 | + '@vue/shared': 3.2.26 |
2789 | + dev: false | ||
2797 | 2790 | ||
2798 | - /@vue/runtime-core/3.2.23: | ||
2799 | - resolution: {integrity: sha512-wSI5lmY2kCGLf89iiygqxVh6/5bsawz78Me9n1x4U2bHnN0yf3PWyuhN0WgIE8VfEaF7e75E333uboNEIFjgkg==} | 2791 | + /@vue/runtime-core/3.2.26: |
2792 | + resolution: {integrity: sha512-BcYi7qZ9Nn+CJDJrHQ6Zsmxei2hDW0L6AB4vPvUQGBm2fZyC0GXd/4nVbyA2ubmuhctD5RbYY8L+5GUJszv9mQ==} | ||
2800 | dependencies: | 2793 | dependencies: |
2801 | - '@vue/reactivity': 3.2.23 | ||
2802 | - '@vue/shared': 3.2.23 | 2794 | + '@vue/reactivity': 3.2.26 |
2795 | + '@vue/shared': 3.2.26 | ||
2803 | dev: false | 2796 | dev: false |
2804 | 2797 | ||
2805 | - /@vue/runtime-dom/3.2.23: | ||
2806 | - resolution: {integrity: sha512-z6lp0888NkLmxD9j2sGoll8Kb7J743s8s6w7GbiyUc4WZwm0KJ35B4qTFDMoIU0G7CatS6Z+yRTpPHc6srtByg==} | 2798 | + /@vue/runtime-dom/3.2.26: |
2799 | + resolution: {integrity: sha512-dY56UIiZI+gjc4e8JQBwAifljyexfVCkIAu/WX8snh8vSOt/gMSEGwPRcl2UpYpBYeyExV8WCbgvwWRNt9cHhQ==} | ||
2807 | dependencies: | 2800 | dependencies: |
2808 | - '@vue/runtime-core': 3.2.23 | ||
2809 | - '@vue/shared': 3.2.23 | 2801 | + '@vue/runtime-core': 3.2.26 |
2802 | + '@vue/shared': 3.2.26 | ||
2810 | csstype: 2.6.19 | 2803 | csstype: 2.6.19 |
2811 | dev: false | 2804 | dev: false |
2812 | 2805 | ||
2813 | - /@vue/server-renderer/3.2.23_vue@3.2.23: | ||
2814 | - resolution: {integrity: sha512-mgQ2VAE5WjeZELJKNbwE69uiBNpN+3LyL0ZDki1bJWVwHD2fhPfx7pwyYuiucE81xz2LxVsyGxhKKUL997g8vw==} | 2806 | + /@vue/server-renderer/3.2.26_vue@3.2.26: |
2807 | + resolution: {integrity: sha512-Jp5SggDUvvUYSBIvYEhy76t4nr1vapY/FIFloWmQzn7UxqaHrrBpbxrqPcTrSgGrcaglj0VBp22BKJNre4aA1w==} | ||
2815 | peerDependencies: | 2808 | peerDependencies: |
2816 | - vue: 3.2.23 | 2809 | + vue: 3.2.26 |
2817 | dependencies: | 2810 | dependencies: |
2818 | - '@vue/compiler-ssr': 3.2.23 | ||
2819 | - '@vue/shared': 3.2.23 | ||
2820 | - vue: 3.2.23 | 2811 | + '@vue/compiler-ssr': 3.2.26 |
2812 | + '@vue/shared': 3.2.26 | ||
2813 | + vue: 3.2.26 | ||
2821 | dev: false | 2814 | dev: false |
2822 | 2815 | ||
2823 | /@vue/shared/3.2.23: | 2816 | /@vue/shared/3.2.23: |
2824 | resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} | 2817 | resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} |
2818 | + dev: true | ||
2825 | 2819 | ||
2826 | - /@vue/test-utils/2.0.0-rc.17_vue@3.2.23: | 2820 | + /@vue/shared/3.2.26: |
2821 | + resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==} | ||
2822 | + | ||
2823 | + /@vue/test-utils/2.0.0-rc.17_vue@3.2.26: | ||
2827 | resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} | 2824 | resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} |
2828 | peerDependencies: | 2825 | peerDependencies: |
2829 | vue: ^3.0.1 | 2826 | vue: ^3.0.1 |
2830 | dependencies: | 2827 | dependencies: |
2831 | - vue: 3.2.23 | 2828 | + vue: 3.2.26 |
2832 | dev: true | 2829 | dev: true |
2833 | 2830 | ||
2834 | - /@vueuse/core/7.1.2_vue@3.2.23: | ||
2835 | - resolution: {integrity: sha512-SLoOPfhZdNRNUkZfx+wrHj6WycWdSw2RmNS8E4ngQ2kmBoJjRarGy51/GkGdjqHQqmhuwuFoNO2WaU0yBn3ffg==} | 2831 | + /@vueuse/core/7.3.0_vue@3.2.26: |
2832 | + resolution: {integrity: sha512-gPJyMMAquva9Qwqz63qGQT122m5hWI8Kuy8kfPV/JLQU7m01CXooyv8FIrX9TV8OxVcHBTPXPJHY0oyUiFoNgw==} | ||
2836 | peerDependencies: | 2833 | peerDependencies: |
2837 | '@vue/composition-api': ^1.1.0 | 2834 | '@vue/composition-api': ^1.1.0 |
2838 | vue: ^2.6.0 || ^3.2.0 | 2835 | vue: ^2.6.0 || ^3.2.0 |
@@ -2842,13 +2839,13 @@ packages: | @@ -2842,13 +2839,13 @@ packages: | ||
2842 | vue: | 2839 | vue: |
2843 | optional: true | 2840 | optional: true |
2844 | dependencies: | 2841 | dependencies: |
2845 | - '@vueuse/shared': 7.1.2_vue@3.2.23 | ||
2846 | - vue: 3.2.23 | ||
2847 | - vue-demi: 0.12.1_vue@3.2.23 | 2842 | + '@vueuse/shared': 7.3.0_vue@3.2.26 |
2843 | + vue: 3.2.26 | ||
2844 | + vue-demi: 0.12.1_vue@3.2.26 | ||
2848 | dev: false | 2845 | dev: false |
2849 | 2846 | ||
2850 | - /@vueuse/shared/7.1.2_vue@3.2.23: | ||
2851 | - resolution: {integrity: sha512-AjYh4y9S5FMOoHDsysqcXY/1mpqNTrnWUD50yaaiyf+5kGWQVIpAkkjKZlYSC/NHKxxCRn0cLR4nWMzceUWewQ==} | 2847 | + /@vueuse/shared/7.3.0_vue@3.2.26: |
2848 | + resolution: {integrity: sha512-vOAeI84tIXKVkzm8s/Mxbrzhj0QN6NyVc/sC6LrW0AjVNdvpD8sB1dZiDn9yh8T77WJmloCEt4zZVIppeq7I+w==} | ||
2852 | peerDependencies: | 2849 | peerDependencies: |
2853 | '@vue/composition-api': ^1.1.0 | 2850 | '@vue/composition-api': ^1.1.0 |
2854 | vue: ^2.6.0 || ^3.2.0 | 2851 | vue: ^2.6.0 || ^3.2.0 |
@@ -2858,12 +2855,12 @@ packages: | @@ -2858,12 +2855,12 @@ packages: | ||
2858 | vue: | 2855 | vue: |
2859 | optional: true | 2856 | optional: true |
2860 | dependencies: | 2857 | dependencies: |
2861 | - vue: 3.2.23 | ||
2862 | - vue-demi: 0.12.1_vue@3.2.23 | 2858 | + vue: 3.2.26 |
2859 | + vue-demi: 0.12.1_vue@3.2.26 | ||
2863 | dev: false | 2860 | dev: false |
2864 | 2861 | ||
2865 | - /@windicss/config/1.5.3: | ||
2866 | - resolution: {integrity: sha512-DXUR+LWOWwG+prkcvey4IV4V9BvigOcfuLP28k21fO3UkfS6G6HRRgf+STB0AgKrXIGlUDDHfoPvEbndfUlYjg==} | 2862 | + /@windicss/config/1.5.4: |
2863 | + resolution: {integrity: sha512-muRPFulqh7nU3VrsPb5+k6ulNyiw8VGg62zAWRZIBfeCRXZb2gV1Q8a/tPn8X1T/+HTt4f/1bzFiusqMKscmlw==} | ||
2867 | dependencies: | 2864 | dependencies: |
2868 | debug: 4.3.3 | 2865 | debug: 4.3.3 |
2869 | jiti: 1.12.9 | 2866 | jiti: 1.12.9 |
@@ -2872,11 +2869,11 @@ packages: | @@ -2872,11 +2869,11 @@ packages: | ||
2872 | - supports-color | 2869 | - supports-color |
2873 | dev: true | 2870 | dev: true |
2874 | 2871 | ||
2875 | - /@windicss/plugin-utils/1.5.3: | ||
2876 | - resolution: {integrity: sha512-6C6R/wB2vzaiWn1Tv95FaK5/932UnnbObwitusyDcuCDmCM97aCCB93CYLZCtQtPdPlLYODezinPFhdfMm746w==} | 2872 | + /@windicss/plugin-utils/1.5.4: |
2873 | + resolution: {integrity: sha512-fS4y52OYB9rIzEUolIWIrrHYuaQfcqTaX3ISbFUiNbvNgH97JATjzB2iOnNqWNy6pH3M8RP0TqYQOOCCeanDoA==} | ||
2877 | dependencies: | 2874 | dependencies: |
2878 | '@antfu/utils': 0.3.0 | 2875 | '@antfu/utils': 0.3.0 |
2879 | - '@windicss/config': 1.5.3 | 2876 | + '@windicss/config': 1.5.4 |
2880 | debug: 4.3.3 | 2877 | debug: 4.3.3 |
2881 | fast-glob: 3.2.7 | 2878 | fast-glob: 3.2.7 |
2882 | magic-string: 0.25.7 | 2879 | magic-string: 0.25.7 |
@@ -3061,17 +3058,17 @@ packages: | @@ -3061,17 +3058,17 @@ packages: | ||
3061 | engines: {node: '>=12'} | 3058 | engines: {node: '>=12'} |
3062 | dev: true | 3059 | dev: true |
3063 | 3060 | ||
3064 | - /ant-design-vue/3.0.0-alpha.13_6c363558ee21611f4fd805827a1f8ce7: | ||
3065 | - resolution: {integrity: sha512-qILjbNRHXz3vJJZtG45RTQTiAL97XXnr6BwOfOvDiILK6UqsaLWCerRxcF8uUnqtcbj/zQSCU1Yb0OLb7a/sHA==} | 3061 | + /ant-design-vue/3.0.0-alpha.15_ae87cbba5ec93a01f3fe1197df446ca3: |
3062 | + resolution: {integrity: sha512-stDsetOC6XE0SCMYqI3/07FN0eWoWCaRrA54guu3pt1rcpRKvoF78wShGEuAmjlZUdyYFBimSJ//85NbUZ2l/w==} | ||
3066 | peerDependencies: | 3063 | peerDependencies: |
3067 | '@vue/compiler-sfc': '>=3.1.0' | 3064 | '@vue/compiler-sfc': '>=3.1.0' |
3068 | vue: '>=3.1.0' | 3065 | vue: '>=3.1.0' |
3069 | dependencies: | 3066 | dependencies: |
3070 | '@ant-design/colors': 6.0.0 | 3067 | '@ant-design/colors': 6.0.0 |
3071 | - '@ant-design/icons-vue': 6.0.1_vue@3.2.23 | 3068 | + '@ant-design/icons-vue': 6.0.1_vue@3.2.26 |
3072 | '@babel/runtime': 7.16.3 | 3069 | '@babel/runtime': 7.16.3 |
3073 | '@simonwep/pickr': 1.8.2 | 3070 | '@simonwep/pickr': 1.8.2 |
3074 | - '@vue/compiler-sfc': 3.2.23 | 3071 | + '@vue/compiler-sfc': 3.2.26 |
3075 | array-tree-filter: 2.1.0 | 3072 | array-tree-filter: 2.1.0 |
3076 | async-validator: 4.0.7 | 3073 | async-validator: 4.0.7 |
3077 | dayjs: 1.10.7 | 3074 | dayjs: 1.10.7 |
@@ -3082,8 +3079,8 @@ packages: | @@ -3082,8 +3079,8 @@ packages: | ||
3082 | resize-observer-polyfill: 1.5.1 | 3079 | resize-observer-polyfill: 1.5.1 |
3083 | scroll-into-view-if-needed: 2.2.28 | 3080 | scroll-into-view-if-needed: 2.2.28 |
3084 | shallow-equal: 1.2.1 | 3081 | shallow-equal: 1.2.1 |
3085 | - vue: 3.2.23 | ||
3086 | - vue-types: 3.0.2_vue@3.2.23 | 3082 | + vue: 3.2.26 |
3083 | + vue-types: 3.0.2_vue@3.2.26 | ||
3087 | warning: 4.0.3 | 3084 | warning: 4.0.3 |
3088 | dev: false | 3085 | dev: false |
3089 | 3086 | ||
@@ -3236,14 +3233,14 @@ packages: | @@ -3236,14 +3233,14 @@ packages: | ||
3236 | - debug | 3233 | - debug |
3237 | dev: false | 3234 | dev: false |
3238 | 3235 | ||
3239 | - /babel-jest/27.4.2_@babel+core@7.16.0: | ||
3240 | - resolution: {integrity: sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==} | 3236 | + /babel-jest/27.4.4_@babel+core@7.16.0: |
3237 | + resolution: {integrity: sha512-+6RVutZxOQgJkt4svgTHPFtOQlVe9dUg3wrimIAM38pY6hL/nsL8glfFSUjD9jNVjaVjzkCzj6loFFecrjr9Qw==} | ||
3241 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 3238 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
3242 | peerDependencies: | 3239 | peerDependencies: |
3243 | '@babel/core': ^7.8.0 | 3240 | '@babel/core': ^7.8.0 |
3244 | dependencies: | 3241 | dependencies: |
3245 | '@babel/core': 7.16.0 | 3242 | '@babel/core': 7.16.0 |
3246 | - '@jest/transform': 27.4.2 | 3243 | + '@jest/transform': 27.4.4 |
3247 | '@jest/types': 27.4.2 | 3244 | '@jest/types': 27.4.2 |
3248 | '@types/babel__core': 7.1.16 | 3245 | '@types/babel__core': 7.1.16 |
3249 | babel-plugin-istanbul: 6.1.1 | 3246 | babel-plugin-istanbul: 6.1.1 |
@@ -5037,13 +5034,13 @@ packages: | @@ -5037,13 +5034,13 @@ packages: | ||
5037 | dev: true | 5034 | dev: true |
5038 | optional: true | 5035 | optional: true |
5039 | 5036 | ||
5040 | - /esbuild-node-loader/0.6.3_typescript@4.5.2: | 5037 | + /esbuild-node-loader/0.6.3_typescript@4.5.3: |
5041 | resolution: {integrity: sha512-Bf6o8SiMMh5+r20jsjAThNOtzo3t8Ye4Qdzz+twWHnxu28SdkGUr5ahq8iX0qbd+I9ge8sLNX7oQoNW1YzHlqA==} | 5038 | resolution: {integrity: sha512-Bf6o8SiMMh5+r20jsjAThNOtzo3t8Ye4Qdzz+twWHnxu28SdkGUr5ahq8iX0qbd+I9ge8sLNX7oQoNW1YzHlqA==} |
5042 | peerDependencies: | 5039 | peerDependencies: |
5043 | typescript: ^4.0 | 5040 | typescript: ^4.0 |
5044 | dependencies: | 5041 | dependencies: |
5045 | esbuild: 0.13.15 | 5042 | esbuild: 0.13.15 |
5046 | - typescript: 4.5.2 | 5043 | + typescript: 4.5.3 |
5047 | dev: true | 5044 | dev: true |
5048 | 5045 | ||
5049 | /esbuild-openbsd-64/0.13.15: | 5046 | /esbuild-openbsd-64/0.13.15: |
@@ -5172,13 +5169,13 @@ packages: | @@ -5172,13 +5169,13 @@ packages: | ||
5172 | source-map: 0.6.1 | 5169 | source-map: 0.6.1 |
5173 | dev: true | 5170 | dev: true |
5174 | 5171 | ||
5175 | - /eslint-config-prettier/8.3.0_eslint@8.3.0: | 5172 | + /eslint-config-prettier/8.3.0_eslint@8.4.1: |
5176 | resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} | 5173 | resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} |
5177 | hasBin: true | 5174 | hasBin: true |
5178 | peerDependencies: | 5175 | peerDependencies: |
5179 | eslint: '>=7.0.0' | 5176 | eslint: '>=7.0.0' |
5180 | dependencies: | 5177 | dependencies: |
5181 | - eslint: 8.3.0 | 5178 | + eslint: 8.4.1 |
5182 | dev: true | 5179 | dev: true |
5183 | 5180 | ||
5184 | /eslint-define-config/1.2.0: | 5181 | /eslint-define-config/1.2.0: |
@@ -5186,7 +5183,7 @@ packages: | @@ -5186,7 +5183,7 @@ packages: | ||
5186 | engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'} | 5183 | engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'} |
5187 | dev: true | 5184 | dev: true |
5188 | 5185 | ||
5189 | - /eslint-plugin-jest/25.3.0_b55ff52341332b12d19d2792732d1abe: | 5186 | + /eslint-plugin-jest/25.3.0_c2016be38cd9c86f14ab366f546e0879: |
5190 | resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} | 5187 | resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} |
5191 | engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} | 5188 | engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} |
5192 | peerDependencies: | 5189 | peerDependencies: |
@@ -5199,16 +5196,16 @@ packages: | @@ -5199,16 +5196,16 @@ packages: | ||
5199 | jest: | 5196 | jest: |
5200 | optional: true | 5197 | optional: true |
5201 | dependencies: | 5198 | dependencies: |
5202 | - '@typescript-eslint/eslint-plugin': 5.5.0_2a935f58a3cc0b0f42856ccf18d8367f | ||
5203 | - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.3.0+typescript@4.5.2 | ||
5204 | - eslint: 8.3.0 | ||
5205 | - jest: 27.4.2_ts-node@10.4.0 | 5199 | + '@typescript-eslint/eslint-plugin': 5.6.0_0d0cecf582ba45923647a091322795b0 |
5200 | + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.4.1+typescript@4.5.3 | ||
5201 | + eslint: 8.4.1 | ||
5202 | + jest: 27.4.4_ts-node@10.4.0 | ||
5206 | transitivePeerDependencies: | 5203 | transitivePeerDependencies: |
5207 | - supports-color | 5204 | - supports-color |
5208 | - typescript | 5205 | - typescript |
5209 | dev: true | 5206 | dev: true |
5210 | 5207 | ||
5211 | - /eslint-plugin-prettier/4.0.0_d8c6a2a4ba8850181fffb74d8e835cec: | 5208 | + /eslint-plugin-prettier/4.0.0_90bd2ba582f6d1348d73031482d782e2: |
5212 | resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} | 5209 | resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} |
5213 | engines: {node: '>=6.0.0'} | 5210 | engines: {node: '>=6.0.0'} |
5214 | peerDependencies: | 5211 | peerDependencies: |
@@ -5219,23 +5216,23 @@ packages: | @@ -5219,23 +5216,23 @@ packages: | ||
5219 | eslint-config-prettier: | 5216 | eslint-config-prettier: |
5220 | optional: true | 5217 | optional: true |
5221 | dependencies: | 5218 | dependencies: |
5222 | - eslint: 8.3.0 | ||
5223 | - eslint-config-prettier: 8.3.0_eslint@8.3.0 | ||
5224 | - prettier: 2.5.0 | 5219 | + eslint: 8.4.1 |
5220 | + eslint-config-prettier: 8.3.0_eslint@8.4.1 | ||
5221 | + prettier: 2.5.1 | ||
5225 | prettier-linter-helpers: 1.0.0 | 5222 | prettier-linter-helpers: 1.0.0 |
5226 | dev: true | 5223 | dev: true |
5227 | 5224 | ||
5228 | - /eslint-plugin-vue/8.1.1_eslint@8.3.0: | ||
5229 | - resolution: {integrity: sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==} | 5225 | + /eslint-plugin-vue/8.2.0_eslint@8.4.1: |
5226 | + resolution: {integrity: sha512-cLIdTuOAMXyHeQ4drYKcZfoyzdwdBpH279X8/N0DgmotEI9yFKb5O/cAgoie/CkQZCH/MOmh0xw/KEfS90zY2A==} | ||
5230 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 5227 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5231 | peerDependencies: | 5228 | peerDependencies: |
5232 | eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 | 5229 | eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 |
5233 | dependencies: | 5230 | dependencies: |
5234 | - eslint: 8.3.0 | ||
5235 | - eslint-utils: 3.0.0_eslint@8.3.0 | 5231 | + eslint: 8.4.1 |
5232 | + eslint-utils: 3.0.0_eslint@8.4.1 | ||
5236 | natural-compare: 1.4.0 | 5233 | natural-compare: 1.4.0 |
5237 | semver: 7.3.5 | 5234 | semver: 7.3.5 |
5238 | - vue-eslint-parser: 8.0.1_eslint@8.3.0 | 5235 | + vue-eslint-parser: 8.0.1_eslint@8.4.1 |
5239 | transitivePeerDependencies: | 5236 | transitivePeerDependencies: |
5240 | - supports-color | 5237 | - supports-color |
5241 | dev: true | 5238 | dev: true |
@@ -5264,13 +5261,13 @@ packages: | @@ -5264,13 +5261,13 @@ packages: | ||
5264 | estraverse: 5.3.0 | 5261 | estraverse: 5.3.0 |
5265 | dev: true | 5262 | dev: true |
5266 | 5263 | ||
5267 | - /eslint-utils/3.0.0_eslint@8.3.0: | 5264 | + /eslint-utils/3.0.0_eslint@8.4.1: |
5268 | resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} | 5265 | resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} |
5269 | engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} | 5266 | engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} |
5270 | peerDependencies: | 5267 | peerDependencies: |
5271 | eslint: '>=5' | 5268 | eslint: '>=5' |
5272 | dependencies: | 5269 | dependencies: |
5273 | - eslint: 8.3.0 | 5270 | + eslint: 8.4.1 |
5274 | eslint-visitor-keys: 2.1.0 | 5271 | eslint-visitor-keys: 2.1.0 |
5275 | dev: true | 5272 | dev: true |
5276 | 5273 | ||
@@ -5284,24 +5281,24 @@ packages: | @@ -5284,24 +5281,24 @@ packages: | ||
5284 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 5281 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5285 | dev: true | 5282 | dev: true |
5286 | 5283 | ||
5287 | - /eslint/8.3.0: | ||
5288 | - resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==} | 5284 | + /eslint/8.4.1: |
5285 | + resolution: {integrity: sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==} | ||
5289 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 5286 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5290 | hasBin: true | 5287 | hasBin: true |
5291 | dependencies: | 5288 | dependencies: |
5292 | - '@eslint/eslintrc': 1.0.4 | ||
5293 | - '@humanwhocodes/config-array': 0.6.0 | 5289 | + '@eslint/eslintrc': 1.0.5 |
5290 | + '@humanwhocodes/config-array': 0.9.2 | ||
5294 | ajv: 6.12.6 | 5291 | ajv: 6.12.6 |
5295 | chalk: 4.1.2 | 5292 | chalk: 4.1.2 |
5296 | cross-spawn: 7.0.3 | 5293 | cross-spawn: 7.0.3 |
5297 | - debug: 4.3.2 | 5294 | + debug: 4.3.3 |
5298 | doctrine: 3.0.0 | 5295 | doctrine: 3.0.0 |
5299 | enquirer: 2.3.6 | 5296 | enquirer: 2.3.6 |
5300 | escape-string-regexp: 4.0.0 | 5297 | escape-string-regexp: 4.0.0 |
5301 | eslint-scope: 7.1.0 | 5298 | eslint-scope: 7.1.0 |
5302 | - eslint-utils: 3.0.0_eslint@8.3.0 | 5299 | + eslint-utils: 3.0.0_eslint@8.4.1 |
5303 | eslint-visitor-keys: 3.1.0 | 5300 | eslint-visitor-keys: 3.1.0 |
5304 | - espree: 9.1.0 | 5301 | + espree: 9.2.0 |
5305 | esquery: 1.4.0 | 5302 | esquery: 1.4.0 |
5306 | esutils: 2.0.3 | 5303 | esutils: 2.0.3 |
5307 | fast-deep-equal: 3.1.3 | 5304 | fast-deep-equal: 3.1.3 |
@@ -5331,13 +5328,13 @@ packages: | @@ -5331,13 +5328,13 @@ packages: | ||
5331 | - supports-color | 5328 | - supports-color |
5332 | dev: true | 5329 | dev: true |
5333 | 5330 | ||
5334 | - /esno/0.12.1_typescript@4.5.2: | 5331 | + /esno/0.12.1_typescript@4.5.3: |
5335 | resolution: {integrity: sha512-OmPcnNEXVmfiGANoPxsUZHYs+USGgWveC+RVVbvyFXRtwwoBQa7K2TjRe9o2FCkfLB56ewq/0MiEmowyCE3ARA==} | 5332 | resolution: {integrity: sha512-OmPcnNEXVmfiGANoPxsUZHYs+USGgWveC+RVVbvyFXRtwwoBQa7K2TjRe9o2FCkfLB56ewq/0MiEmowyCE3ARA==} |
5336 | hasBin: true | 5333 | hasBin: true |
5337 | dependencies: | 5334 | dependencies: |
5338 | cross-spawn: 7.0.3 | 5335 | cross-spawn: 7.0.3 |
5339 | esbuild: 0.13.15 | 5336 | esbuild: 0.13.15 |
5340 | - esbuild-node-loader: 0.6.3_typescript@4.5.2 | 5337 | + esbuild-node-loader: 0.6.3_typescript@4.5.3 |
5341 | esbuild-register: 3.2.0_esbuild@0.13.15 | 5338 | esbuild-register: 3.2.0_esbuild@0.13.15 |
5342 | import-meta-resolve: 1.1.1 | 5339 | import-meta-resolve: 1.1.1 |
5343 | transitivePeerDependencies: | 5340 | transitivePeerDependencies: |
@@ -5353,6 +5350,15 @@ packages: | @@ -5353,6 +5350,15 @@ packages: | ||
5353 | eslint-visitor-keys: 3.1.0 | 5350 | eslint-visitor-keys: 3.1.0 |
5354 | dev: true | 5351 | dev: true |
5355 | 5352 | ||
5353 | + /espree/9.2.0: | ||
5354 | + resolution: {integrity: sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==} | ||
5355 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | ||
5356 | + dependencies: | ||
5357 | + acorn: 8.6.0 | ||
5358 | + acorn-jsx: 5.3.2_acorn@8.6.0 | ||
5359 | + eslint-visitor-keys: 3.1.0 | ||
5360 | + dev: true | ||
5361 | + | ||
5356 | /esprima/4.0.1: | 5362 | /esprima/4.0.1: |
5357 | resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} | 5363 | resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} |
5358 | engines: {node: '>=4'} | 5364 | engines: {node: '>=4'} |
@@ -7153,14 +7159,14 @@ packages: | @@ -7153,14 +7159,14 @@ packages: | ||
7153 | throat: 6.0.1 | 7159 | throat: 6.0.1 |
7154 | dev: true | 7160 | dev: true |
7155 | 7161 | ||
7156 | - /jest-circus/27.4.2: | ||
7157 | - resolution: {integrity: sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A==} | 7162 | + /jest-circus/27.4.4: |
7163 | + resolution: {integrity: sha512-4DWhvQerDq5X4GaqhEUoZiBhuNdKDGr0geW0iJwarbDljAmGaGOErKQG+z2PBr0vgN05z7tsGSY51mdWr8E4xg==} | ||
7158 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7164 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7159 | dependencies: | 7165 | dependencies: |
7160 | - '@jest/environment': 27.4.2 | 7166 | + '@jest/environment': 27.4.4 |
7161 | '@jest/test-result': 27.4.2 | 7167 | '@jest/test-result': 27.4.2 |
7162 | '@jest/types': 27.4.2 | 7168 | '@jest/types': 27.4.2 |
7163 | - '@types/node': 16.11.11 | 7169 | + '@types/node': 16.11.12 |
7164 | chalk: 4.1.2 | 7170 | chalk: 4.1.2 |
7165 | co: 4.6.0 | 7171 | co: 4.6.0 |
7166 | dedent: 0.7.0 | 7172 | dedent: 0.7.0 |
@@ -7169,8 +7175,8 @@ packages: | @@ -7169,8 +7175,8 @@ packages: | ||
7169 | jest-each: 27.4.2 | 7175 | jest-each: 27.4.2 |
7170 | jest-matcher-utils: 27.4.2 | 7176 | jest-matcher-utils: 27.4.2 |
7171 | jest-message-util: 27.4.2 | 7177 | jest-message-util: 27.4.2 |
7172 | - jest-runtime: 27.4.2 | ||
7173 | - jest-snapshot: 27.4.2 | 7178 | + jest-runtime: 27.4.4 |
7179 | + jest-snapshot: 27.4.4 | ||
7174 | jest-util: 27.4.2 | 7180 | jest-util: 27.4.2 |
7175 | pretty-format: 27.4.2 | 7181 | pretty-format: 27.4.2 |
7176 | slash: 3.0.0 | 7182 | slash: 3.0.0 |
@@ -7180,8 +7186,8 @@ packages: | @@ -7180,8 +7186,8 @@ packages: | ||
7180 | - supports-color | 7186 | - supports-color |
7181 | dev: true | 7187 | dev: true |
7182 | 7188 | ||
7183 | - /jest-cli/27.4.2_ts-node@10.4.0: | ||
7184 | - resolution: {integrity: sha512-Ex2WhCj4s0XFntTKTnyLgV/CZKgQaZBYrKz02XOZ4nUjFD+26Fji/M1SgHm+2IWEIsQqoipNRx9RJH56p8d7MQ==} | 7189 | + /jest-cli/27.4.4_ts-node@10.4.0: |
7190 | + resolution: {integrity: sha512-+MfsHnZPUOBigCBURuQFRpgYoPCgmIFkICkqt4SrramZCUp/UAuWcst4pMZb84O3VU8JyKJmnpGG4qH8ClQloA==} | ||
7185 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7191 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7186 | hasBin: true | 7192 | hasBin: true |
7187 | peerDependencies: | 7193 | peerDependencies: |
@@ -7190,14 +7196,14 @@ packages: | @@ -7190,14 +7196,14 @@ packages: | ||
7190 | node-notifier: | 7196 | node-notifier: |
7191 | optional: true | 7197 | optional: true |
7192 | dependencies: | 7198 | dependencies: |
7193 | - '@jest/core': 27.4.2_ts-node@10.4.0 | 7199 | + '@jest/core': 27.4.4_ts-node@10.4.0 |
7194 | '@jest/test-result': 27.4.2 | 7200 | '@jest/test-result': 27.4.2 |
7195 | '@jest/types': 27.4.2 | 7201 | '@jest/types': 27.4.2 |
7196 | chalk: 4.1.2 | 7202 | chalk: 4.1.2 |
7197 | exit: 0.1.2 | 7203 | exit: 0.1.2 |
7198 | graceful-fs: 4.2.8 | 7204 | graceful-fs: 4.2.8 |
7199 | import-local: 3.0.3 | 7205 | import-local: 3.0.3 |
7200 | - jest-config: 27.4.2_ts-node@10.4.0 | 7206 | + jest-config: 27.4.4_ts-node@10.4.0 |
7201 | jest-util: 27.4.2 | 7207 | jest-util: 27.4.2 |
7202 | jest-validate: 27.4.2 | 7208 | jest-validate: 27.4.2 |
7203 | prompts: 2.4.2 | 7209 | prompts: 2.4.2 |
@@ -7210,8 +7216,8 @@ packages: | @@ -7210,8 +7216,8 @@ packages: | ||
7210 | - utf-8-validate | 7216 | - utf-8-validate |
7211 | dev: true | 7217 | dev: true |
7212 | 7218 | ||
7213 | - /jest-config/27.4.2_ts-node@10.4.0: | ||
7214 | - resolution: {integrity: sha512-2vKqelsfHPnIzrPTpE9hImqxZLp5l9Vszpci19RdVB2i5OwoM+OkPExZMQb8aGrpEGXoKtlzvdqCL1GObiz8JQ==} | 7219 | + /jest-config/27.4.4_ts-node@10.4.0: |
7220 | + resolution: {integrity: sha512-6lxg0ugO6KS2zKEbpdDwBzu1IT0Xg4/VhxXMuBu+z/5FvBjLCEMTaWQm3bCaGCZUR9j9FK4DzUIxyhIgn6kVEg==} | ||
7215 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7221 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7216 | peerDependencies: | 7222 | peerDependencies: |
7217 | ts-node: '>=9.0.0' | 7223 | ts-node: '>=9.0.0' |
@@ -7220,28 +7226,28 @@ packages: | @@ -7220,28 +7226,28 @@ packages: | ||
7220 | optional: true | 7226 | optional: true |
7221 | dependencies: | 7227 | dependencies: |
7222 | '@babel/core': 7.16.0 | 7228 | '@babel/core': 7.16.0 |
7223 | - '@jest/test-sequencer': 27.4.2 | 7229 | + '@jest/test-sequencer': 27.4.4 |
7224 | '@jest/types': 27.4.2 | 7230 | '@jest/types': 27.4.2 |
7225 | - babel-jest: 27.4.2_@babel+core@7.16.0 | 7231 | + babel-jest: 27.4.4_@babel+core@7.16.0 |
7226 | chalk: 4.1.2 | 7232 | chalk: 4.1.2 |
7227 | ci-info: 3.3.0 | 7233 | ci-info: 3.3.0 |
7228 | deepmerge: 4.2.2 | 7234 | deepmerge: 4.2.2 |
7229 | glob: 7.2.0 | 7235 | glob: 7.2.0 |
7230 | graceful-fs: 4.2.8 | 7236 | graceful-fs: 4.2.8 |
7231 | - jest-circus: 27.4.2 | ||
7232 | - jest-environment-jsdom: 27.4.2 | ||
7233 | - jest-environment-node: 27.4.2 | 7237 | + jest-circus: 27.4.4 |
7238 | + jest-environment-jsdom: 27.4.4 | ||
7239 | + jest-environment-node: 27.4.4 | ||
7234 | jest-get-type: 27.4.0 | 7240 | jest-get-type: 27.4.0 |
7235 | - jest-jasmine2: 27.4.2 | 7241 | + jest-jasmine2: 27.4.4 |
7236 | jest-regex-util: 27.4.0 | 7242 | jest-regex-util: 27.4.0 |
7237 | - jest-resolve: 27.4.2 | ||
7238 | - jest-runner: 27.4.2 | 7243 | + jest-resolve: 27.4.4 |
7244 | + jest-runner: 27.4.4 | ||
7239 | jest-util: 27.4.2 | 7245 | jest-util: 27.4.2 |
7240 | jest-validate: 27.4.2 | 7246 | jest-validate: 27.4.2 |
7241 | micromatch: 4.0.4 | 7247 | micromatch: 4.0.4 |
7242 | pretty-format: 27.4.2 | 7248 | pretty-format: 27.4.2 |
7243 | slash: 3.0.0 | 7249 | slash: 3.0.0 |
7244 | - ts-node: 10.4.0_68212d3c5f342a0c59715bbaaf1875e7 | 7250 | + ts-node: 10.4.0_74e588db5264178750052e53ffe97b8f |
7245 | transitivePeerDependencies: | 7251 | transitivePeerDependencies: |
7246 | - bufferutil | 7252 | - bufferutil |
7247 | - canvas | 7253 | - canvas |
@@ -7287,15 +7293,14 @@ packages: | @@ -7287,15 +7293,14 @@ packages: | ||
7287 | pretty-format: 27.4.2 | 7293 | pretty-format: 27.4.2 |
7288 | dev: true | 7294 | dev: true |
7289 | 7295 | ||
7290 | - /jest-environment-jsdom/27.4.2: | ||
7291 | - resolution: {integrity: sha512-L0dV4oq4+Ll7hZ8QCGvSELn8uOr938/QKOg6o70kMHiZOpWOjAqSf7fMVAtGhG/BVSvk1GTzhGJNOWsxtH5KbQ==} | 7296 | + /jest-environment-jsdom/27.4.4: |
7297 | + resolution: {integrity: sha512-cYR3ndNfHBqQgFvS1RL7dNqSvD//K56j/q1s2ygNHcfTCAp12zfIromO1w3COmXrxS8hWAh7+CmZmGCIoqGcGA==} | ||
7292 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7298 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7293 | dependencies: | 7299 | dependencies: |
7294 | - '@jest/environment': 27.4.2 | 7300 | + '@jest/environment': 27.4.4 |
7295 | '@jest/fake-timers': 27.4.2 | 7301 | '@jest/fake-timers': 27.4.2 |
7296 | '@jest/types': 27.4.2 | 7302 | '@jest/types': 27.4.2 |
7297 | - '@types/jsdom': 16.2.13 | ||
7298 | - '@types/node': 16.11.11 | 7303 | + '@types/node': 16.11.12 |
7299 | jest-mock: 27.4.2 | 7304 | jest-mock: 27.4.2 |
7300 | jest-util: 27.4.2 | 7305 | jest-util: 27.4.2 |
7301 | jsdom: 16.7.0 | 7306 | jsdom: 16.7.0 |
@@ -7306,14 +7311,14 @@ packages: | @@ -7306,14 +7311,14 @@ packages: | ||
7306 | - utf-8-validate | 7311 | - utf-8-validate |
7307 | dev: true | 7312 | dev: true |
7308 | 7313 | ||
7309 | - /jest-environment-node/27.4.2: | ||
7310 | - resolution: {integrity: sha512-nzTZ5nJ+FabuZPH2YVci7SZIHpvtNRHPt8+vipLkCnAgXGjVzHm7XJWdnNqXbAkExIgiKeVEkVMNZOZE/LeiIg==} | 7314 | + /jest-environment-node/27.4.4: |
7315 | + resolution: {integrity: sha512-D+v3lbJ2GjQTQR23TK0kY3vFVmSeea05giInI41HHOaJnAwOnmUHTZgUaZL+VxUB43pIzoa7PMwWtCVlIUoVoA==} | ||
7311 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7316 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7312 | dependencies: | 7317 | dependencies: |
7313 | - '@jest/environment': 27.4.2 | 7318 | + '@jest/environment': 27.4.4 |
7314 | '@jest/fake-timers': 27.4.2 | 7319 | '@jest/fake-timers': 27.4.2 |
7315 | '@jest/types': 27.4.2 | 7320 | '@jest/types': 27.4.2 |
7316 | - '@types/node': 16.11.11 | 7321 | + '@types/node': 16.11.12 |
7317 | jest-mock: 27.4.2 | 7322 | jest-mock: 27.4.2 |
7318 | jest-util: 27.4.2 | 7323 | jest-util: 27.4.2 |
7319 | dev: true | 7324 | dev: true |
@@ -7328,36 +7333,36 @@ packages: | @@ -7328,36 +7333,36 @@ packages: | ||
7328 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7333 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7329 | dev: true | 7334 | dev: true |
7330 | 7335 | ||
7331 | - /jest-haste-map/27.4.2: | ||
7332 | - resolution: {integrity: sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==} | 7336 | + /jest-haste-map/27.4.4: |
7337 | + resolution: {integrity: sha512-kvspmHmgPIZoDaqUsvsJFTaspuxhATvdO6wsFNGNSi8kfdiOCEEvECNbht8xG+eE5Ol88JyJmp2D7RF4dYo85Q==} | ||
7333 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7338 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7334 | dependencies: | 7339 | dependencies: |
7335 | '@jest/types': 27.4.2 | 7340 | '@jest/types': 27.4.2 |
7336 | '@types/graceful-fs': 4.1.5 | 7341 | '@types/graceful-fs': 4.1.5 |
7337 | - '@types/node': 16.11.11 | 7342 | + '@types/node': 16.11.12 |
7338 | anymatch: 3.1.2 | 7343 | anymatch: 3.1.2 |
7339 | fb-watchman: 2.0.1 | 7344 | fb-watchman: 2.0.1 |
7340 | graceful-fs: 4.2.8 | 7345 | graceful-fs: 4.2.8 |
7341 | jest-regex-util: 27.4.0 | 7346 | jest-regex-util: 27.4.0 |
7342 | jest-serializer: 27.4.0 | 7347 | jest-serializer: 27.4.0 |
7343 | jest-util: 27.4.2 | 7348 | jest-util: 27.4.2 |
7344 | - jest-worker: 27.4.2 | 7349 | + jest-worker: 27.4.4 |
7345 | micromatch: 4.0.4 | 7350 | micromatch: 4.0.4 |
7346 | walker: 1.0.8 | 7351 | walker: 1.0.8 |
7347 | optionalDependencies: | 7352 | optionalDependencies: |
7348 | fsevents: 2.3.2 | 7353 | fsevents: 2.3.2 |
7349 | dev: true | 7354 | dev: true |
7350 | 7355 | ||
7351 | - /jest-jasmine2/27.4.2: | ||
7352 | - resolution: {integrity: sha512-VO/fyAJSH9u0THjbteFiL8qc93ufU+yW+bdieDc8tzTCWwlWzO53UHS5nFK1qmE8izb5Smkn+XHlVt6/l06MKQ==} | 7356 | + /jest-jasmine2/27.4.4: |
7357 | + resolution: {integrity: sha512-ygk2tUgtLeN3ouj4KEYw9p81GLI1EKrnvourPULN5gdgB482PH5op9gqaRG0IenbJhBbbRwiSvh5NoBoQZSqdA==} | ||
7353 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7358 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7354 | dependencies: | 7359 | dependencies: |
7355 | '@babel/traverse': 7.16.3 | 7360 | '@babel/traverse': 7.16.3 |
7356 | - '@jest/environment': 27.4.2 | 7361 | + '@jest/environment': 27.4.4 |
7357 | '@jest/source-map': 27.4.0 | 7362 | '@jest/source-map': 27.4.0 |
7358 | '@jest/test-result': 27.4.2 | 7363 | '@jest/test-result': 27.4.2 |
7359 | '@jest/types': 27.4.2 | 7364 | '@jest/types': 27.4.2 |
7360 | - '@types/node': 16.11.11 | 7365 | + '@types/node': 16.11.12 |
7361 | chalk: 4.1.2 | 7366 | chalk: 4.1.2 |
7362 | co: 4.6.0 | 7367 | co: 4.6.0 |
7363 | expect: 27.4.2 | 7368 | expect: 27.4.2 |
@@ -7365,8 +7370,8 @@ packages: | @@ -7365,8 +7370,8 @@ packages: | ||
7365 | jest-each: 27.4.2 | 7370 | jest-each: 27.4.2 |
7366 | jest-matcher-utils: 27.4.2 | 7371 | jest-matcher-utils: 27.4.2 |
7367 | jest-message-util: 27.4.2 | 7372 | jest-message-util: 27.4.2 |
7368 | - jest-runtime: 27.4.2 | ||
7369 | - jest-snapshot: 27.4.2 | 7373 | + jest-runtime: 27.4.4 |
7374 | + jest-snapshot: 27.4.4 | ||
7370 | jest-util: 27.4.2 | 7375 | jest-util: 27.4.2 |
7371 | pretty-format: 27.4.2 | 7376 | pretty-format: 27.4.2 |
7372 | throat: 6.0.1 | 7377 | throat: 6.0.1 |
@@ -7412,10 +7417,10 @@ packages: | @@ -7412,10 +7417,10 @@ packages: | ||
7412 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7417 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7413 | dependencies: | 7418 | dependencies: |
7414 | '@jest/types': 27.4.2 | 7419 | '@jest/types': 27.4.2 |
7415 | - '@types/node': 16.11.11 | 7420 | + '@types/node': 16.11.12 |
7416 | dev: true | 7421 | dev: true |
7417 | 7422 | ||
7418 | - /jest-pnp-resolver/1.2.2_jest-resolve@27.4.2: | 7423 | + /jest-pnp-resolver/1.2.2_jest-resolve@27.4.4: |
7419 | resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} | 7424 | resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} |
7420 | engines: {node: '>=6'} | 7425 | engines: {node: '>=6'} |
7421 | peerDependencies: | 7426 | peerDependencies: |
@@ -7424,7 +7429,7 @@ packages: | @@ -7424,7 +7429,7 @@ packages: | ||
7424 | jest-resolve: | 7429 | jest-resolve: |
7425 | optional: true | 7430 | optional: true |
7426 | dependencies: | 7431 | dependencies: |
7427 | - jest-resolve: 27.4.2 | 7432 | + jest-resolve: 27.4.4 |
7428 | dev: true | 7433 | dev: true |
7429 | 7434 | ||
7430 | /jest-regex-util/27.4.0: | 7435 | /jest-regex-util/27.4.0: |
@@ -7432,26 +7437,26 @@ packages: | @@ -7432,26 +7437,26 @@ packages: | ||
7432 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7437 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7433 | dev: true | 7438 | dev: true |
7434 | 7439 | ||
7435 | - /jest-resolve-dependencies/27.4.2: | ||
7436 | - resolution: {integrity: sha512-hb++cTpqvOWfU49MCP/JQkxmnrhKoAVqXWFjgYXswRSVGk8Q6bDTSvhbCeYXDtXaymY0y7WrrSIlKogClcKJuw==} | 7440 | + /jest-resolve-dependencies/27.4.4: |
7441 | + resolution: {integrity: sha512-iAnpCXh81sd9nbyqySvm5/aV9X6JZKE0dQyFXTC8tptXcdrgS0vjPFy+mEgzPHxXw+tq4TQupuTa0n8OXwRIxw==} | ||
7437 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7442 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7438 | dependencies: | 7443 | dependencies: |
7439 | '@jest/types': 27.4.2 | 7444 | '@jest/types': 27.4.2 |
7440 | jest-regex-util: 27.4.0 | 7445 | jest-regex-util: 27.4.0 |
7441 | - jest-snapshot: 27.4.2 | 7446 | + jest-snapshot: 27.4.4 |
7442 | transitivePeerDependencies: | 7447 | transitivePeerDependencies: |
7443 | - supports-color | 7448 | - supports-color |
7444 | dev: true | 7449 | dev: true |
7445 | 7450 | ||
7446 | - /jest-resolve/27.4.2: | ||
7447 | - resolution: {integrity: sha512-d/zqPjxCzMqHlOdRTg8cTpO9jY+1/T74KazT8Ws/LwmwxV5sRMWOkiLjmzUCDj/5IqA5XHNK4Hkmlq9Kdpb9Sg==} | 7451 | + /jest-resolve/27.4.4: |
7452 | + resolution: {integrity: sha512-Yh5jK3PBmDbm01Rc8pT0XqpBlTPEGwWp7cN61ijJuwony/tR2Taof3TLy6yfNiuRS8ucUOPO7NBYm3ei38kkcg==} | ||
7448 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7453 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7449 | dependencies: | 7454 | dependencies: |
7450 | '@jest/types': 27.4.2 | 7455 | '@jest/types': 27.4.2 |
7451 | chalk: 4.1.2 | 7456 | chalk: 4.1.2 |
7452 | graceful-fs: 4.2.8 | 7457 | graceful-fs: 4.2.8 |
7453 | - jest-haste-map: 27.4.2 | ||
7454 | - jest-pnp-resolver: 1.2.2_jest-resolve@27.4.2 | 7458 | + jest-haste-map: 27.4.4 |
7459 | + jest-pnp-resolver: 1.2.2_jest-resolve@27.4.4 | ||
7455 | jest-util: 27.4.2 | 7460 | jest-util: 27.4.2 |
7456 | jest-validate: 27.4.2 | 7461 | jest-validate: 27.4.2 |
7457 | resolve: 1.20.0 | 7462 | resolve: 1.20.0 |
@@ -7459,30 +7464,30 @@ packages: | @@ -7459,30 +7464,30 @@ packages: | ||
7459 | slash: 3.0.0 | 7464 | slash: 3.0.0 |
7460 | dev: true | 7465 | dev: true |
7461 | 7466 | ||
7462 | - /jest-runner/27.4.2: | ||
7463 | - resolution: {integrity: sha512-YsgbYKk8V7J5BQPINXhdzNLoqIwUWrJkV9h6/ccsn6fbmC3n3ax1K5cDWzAU9qXyaQhetwFqPpHmAHIACscRKQ==} | 7467 | + /jest-runner/27.4.4: |
7468 | + resolution: {integrity: sha512-AXv/8Q0Xf1puWnDf52m7oLrK7sXcv6re0V/kItwTSVHJbX7Oebm07oGFQqGmq0R0mhO1zpmB3OpqRuaCN2elPA==} | ||
7464 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7469 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7465 | dependencies: | 7470 | dependencies: |
7466 | '@jest/console': 27.4.2 | 7471 | '@jest/console': 27.4.2 |
7467 | - '@jest/environment': 27.4.2 | 7472 | + '@jest/environment': 27.4.4 |
7468 | '@jest/test-result': 27.4.2 | 7473 | '@jest/test-result': 27.4.2 |
7469 | - '@jest/transform': 27.4.2 | 7474 | + '@jest/transform': 27.4.4 |
7470 | '@jest/types': 27.4.2 | 7475 | '@jest/types': 27.4.2 |
7471 | - '@types/node': 16.11.11 | 7476 | + '@types/node': 16.11.12 |
7472 | chalk: 4.1.2 | 7477 | chalk: 4.1.2 |
7473 | emittery: 0.8.1 | 7478 | emittery: 0.8.1 |
7474 | exit: 0.1.2 | 7479 | exit: 0.1.2 |
7475 | graceful-fs: 4.2.8 | 7480 | graceful-fs: 4.2.8 |
7476 | jest-docblock: 27.4.0 | 7481 | jest-docblock: 27.4.0 |
7477 | - jest-environment-jsdom: 27.4.2 | ||
7478 | - jest-environment-node: 27.4.2 | ||
7479 | - jest-haste-map: 27.4.2 | 7482 | + jest-environment-jsdom: 27.4.4 |
7483 | + jest-environment-node: 27.4.4 | ||
7484 | + jest-haste-map: 27.4.4 | ||
7480 | jest-leak-detector: 27.4.2 | 7485 | jest-leak-detector: 27.4.2 |
7481 | jest-message-util: 27.4.2 | 7486 | jest-message-util: 27.4.2 |
7482 | - jest-resolve: 27.4.2 | ||
7483 | - jest-runtime: 27.4.2 | 7487 | + jest-resolve: 27.4.4 |
7488 | + jest-runtime: 27.4.4 | ||
7484 | jest-util: 27.4.2 | 7489 | jest-util: 27.4.2 |
7485 | - jest-worker: 27.4.2 | 7490 | + jest-worker: 27.4.4 |
7486 | source-map-support: 0.5.21 | 7491 | source-map-support: 0.5.21 |
7487 | throat: 6.0.1 | 7492 | throat: 6.0.1 |
7488 | transitivePeerDependencies: | 7493 | transitivePeerDependencies: |
@@ -7492,16 +7497,16 @@ packages: | @@ -7492,16 +7497,16 @@ packages: | ||
7492 | - utf-8-validate | 7497 | - utf-8-validate |
7493 | dev: true | 7498 | dev: true |
7494 | 7499 | ||
7495 | - /jest-runtime/27.4.2: | ||
7496 | - resolution: {integrity: sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ==} | 7500 | + /jest-runtime/27.4.4: |
7501 | + resolution: {integrity: sha512-tZGay6P6vXJq8t4jVFAUzYHx+lzIHXjz+rj1XBk6mAR1Lwtf5kz0Uun7qNuU+oqpZu4+hhuxpUfXb6j30bEPqA==} | ||
7497 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7502 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7498 | dependencies: | 7503 | dependencies: |
7499 | '@jest/console': 27.4.2 | 7504 | '@jest/console': 27.4.2 |
7500 | - '@jest/environment': 27.4.2 | ||
7501 | - '@jest/globals': 27.4.2 | 7505 | + '@jest/environment': 27.4.4 |
7506 | + '@jest/globals': 27.4.4 | ||
7502 | '@jest/source-map': 27.4.0 | 7507 | '@jest/source-map': 27.4.0 |
7503 | '@jest/test-result': 27.4.2 | 7508 | '@jest/test-result': 27.4.2 |
7504 | - '@jest/transform': 27.4.2 | 7509 | + '@jest/transform': 27.4.4 |
7505 | '@jest/types': 27.4.2 | 7510 | '@jest/types': 27.4.2 |
7506 | '@types/yargs': 16.0.4 | 7511 | '@types/yargs': 16.0.4 |
7507 | chalk: 4.1.2 | 7512 | chalk: 4.1.2 |
@@ -7511,12 +7516,12 @@ packages: | @@ -7511,12 +7516,12 @@ packages: | ||
7511 | exit: 0.1.2 | 7516 | exit: 0.1.2 |
7512 | glob: 7.2.0 | 7517 | glob: 7.2.0 |
7513 | graceful-fs: 4.2.8 | 7518 | graceful-fs: 4.2.8 |
7514 | - jest-haste-map: 27.4.2 | 7519 | + jest-haste-map: 27.4.4 |
7515 | jest-message-util: 27.4.2 | 7520 | jest-message-util: 27.4.2 |
7516 | jest-mock: 27.4.2 | 7521 | jest-mock: 27.4.2 |
7517 | jest-regex-util: 27.4.0 | 7522 | jest-regex-util: 27.4.0 |
7518 | - jest-resolve: 27.4.2 | ||
7519 | - jest-snapshot: 27.4.2 | 7523 | + jest-resolve: 27.4.4 |
7524 | + jest-snapshot: 27.4.4 | ||
7520 | jest-util: 27.4.2 | 7525 | jest-util: 27.4.2 |
7521 | jest-validate: 27.4.2 | 7526 | jest-validate: 27.4.2 |
7522 | slash: 3.0.0 | 7527 | slash: 3.0.0 |
@@ -7530,12 +7535,12 @@ packages: | @@ -7530,12 +7535,12 @@ packages: | ||
7530 | resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} | 7535 | resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} |
7531 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7536 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7532 | dependencies: | 7537 | dependencies: |
7533 | - '@types/node': 16.11.11 | 7538 | + '@types/node': 16.11.12 |
7534 | graceful-fs: 4.2.8 | 7539 | graceful-fs: 4.2.8 |
7535 | dev: true | 7540 | dev: true |
7536 | 7541 | ||
7537 | - /jest-snapshot/27.4.2: | ||
7538 | - resolution: {integrity: sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ==} | 7542 | + /jest-snapshot/27.4.4: |
7543 | + resolution: {integrity: sha512-yy+rpCvYMOjTl7IMuaMI9OP9WT229zi8BhdNHm6e6mttAOIzvIiCxFoZ6yRxaV3HDPPgMryi+ReX2b8+IQJdPA==} | ||
7539 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7544 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7540 | dependencies: | 7545 | dependencies: |
7541 | '@babel/core': 7.16.0 | 7546 | '@babel/core': 7.16.0 |
@@ -7544,7 +7549,7 @@ packages: | @@ -7544,7 +7549,7 @@ packages: | ||
7544 | '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 | 7549 | '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 |
7545 | '@babel/traverse': 7.16.3 | 7550 | '@babel/traverse': 7.16.3 |
7546 | '@babel/types': 7.16.0 | 7551 | '@babel/types': 7.16.0 |
7547 | - '@jest/transform': 27.4.2 | 7552 | + '@jest/transform': 27.4.4 |
7548 | '@jest/types': 27.4.2 | 7553 | '@jest/types': 27.4.2 |
7549 | '@types/babel__traverse': 7.14.2 | 7554 | '@types/babel__traverse': 7.14.2 |
7550 | '@types/prettier': 2.4.2 | 7555 | '@types/prettier': 2.4.2 |
@@ -7554,10 +7559,10 @@ packages: | @@ -7554,10 +7559,10 @@ packages: | ||
7554 | graceful-fs: 4.2.8 | 7559 | graceful-fs: 4.2.8 |
7555 | jest-diff: 27.4.2 | 7560 | jest-diff: 27.4.2 |
7556 | jest-get-type: 27.4.0 | 7561 | jest-get-type: 27.4.0 |
7557 | - jest-haste-map: 27.4.2 | 7562 | + jest-haste-map: 27.4.4 |
7558 | jest-matcher-utils: 27.4.2 | 7563 | jest-matcher-utils: 27.4.2 |
7559 | jest-message-util: 27.4.2 | 7564 | jest-message-util: 27.4.2 |
7560 | - jest-resolve: 27.4.2 | 7565 | + jest-resolve: 27.4.4 |
7561 | jest-util: 27.4.2 | 7566 | jest-util: 27.4.2 |
7562 | natural-compare: 1.4.0 | 7567 | natural-compare: 1.4.0 |
7563 | pretty-format: 27.4.2 | 7568 | pretty-format: 27.4.2 |
@@ -7566,24 +7571,12 @@ packages: | @@ -7566,24 +7571,12 @@ packages: | ||
7566 | - supports-color | 7571 | - supports-color |
7567 | dev: true | 7572 | dev: true |
7568 | 7573 | ||
7569 | - /jest-util/27.3.1: | ||
7570 | - resolution: {integrity: sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw==} | ||
7571 | - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | ||
7572 | - dependencies: | ||
7573 | - '@jest/types': 27.2.5 | ||
7574 | - '@types/node': 16.11.11 | ||
7575 | - chalk: 4.1.2 | ||
7576 | - ci-info: 3.3.0 | ||
7577 | - graceful-fs: 4.2.8 | ||
7578 | - picomatch: 2.3.0 | ||
7579 | - dev: true | ||
7580 | - | ||
7581 | /jest-util/27.4.2: | 7574 | /jest-util/27.4.2: |
7582 | resolution: {integrity: sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==} | 7575 | resolution: {integrity: sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==} |
7583 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7576 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7584 | dependencies: | 7577 | dependencies: |
7585 | '@jest/types': 27.4.2 | 7578 | '@jest/types': 27.4.2 |
7586 | - '@types/node': 16.11.11 | 7579 | + '@types/node': 16.11.12 |
7587 | chalk: 4.1.2 | 7580 | chalk: 4.1.2 |
7588 | ci-info: 3.3.0 | 7581 | ci-info: 3.3.0 |
7589 | graceful-fs: 4.2.8 | 7582 | graceful-fs: 4.2.8 |
@@ -7608,7 +7601,7 @@ packages: | @@ -7608,7 +7601,7 @@ packages: | ||
7608 | dependencies: | 7601 | dependencies: |
7609 | '@jest/test-result': 27.4.2 | 7602 | '@jest/test-result': 27.4.2 |
7610 | '@jest/types': 27.4.2 | 7603 | '@jest/types': 27.4.2 |
7611 | - '@types/node': 16.11.11 | 7604 | + '@types/node': 16.11.12 |
7612 | ansi-escapes: 4.3.2 | 7605 | ansi-escapes: 4.3.2 |
7613 | chalk: 4.1.2 | 7606 | chalk: 4.1.2 |
7614 | jest-util: 27.4.2 | 7607 | jest-util: 27.4.2 |
@@ -7619,22 +7612,22 @@ packages: | @@ -7619,22 +7612,22 @@ packages: | ||
7619 | resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} | 7612 | resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} |
7620 | engines: {node: '>= 10.13.0'} | 7613 | engines: {node: '>= 10.13.0'} |
7621 | dependencies: | 7614 | dependencies: |
7622 | - '@types/node': 16.11.11 | 7615 | + '@types/node': 16.11.12 |
7623 | merge-stream: 2.0.0 | 7616 | merge-stream: 2.0.0 |
7624 | supports-color: 7.2.0 | 7617 | supports-color: 7.2.0 |
7625 | dev: true | 7618 | dev: true |
7626 | 7619 | ||
7627 | - /jest-worker/27.4.2: | ||
7628 | - resolution: {integrity: sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==} | 7620 | + /jest-worker/27.4.4: |
7621 | + resolution: {integrity: sha512-jfwxYJvfua1b1XkyuyPh01ATmgg4e5fPM/muLmhy9Qc6dmiwacQB0MLHaU6IjEsv/+nAixHGxTn8WllA27Pn0w==} | ||
7629 | engines: {node: '>= 10.13.0'} | 7622 | engines: {node: '>= 10.13.0'} |
7630 | dependencies: | 7623 | dependencies: |
7631 | - '@types/node': 16.11.11 | 7624 | + '@types/node': 16.11.12 |
7632 | merge-stream: 2.0.0 | 7625 | merge-stream: 2.0.0 |
7633 | supports-color: 8.1.1 | 7626 | supports-color: 8.1.1 |
7634 | dev: true | 7627 | dev: true |
7635 | 7628 | ||
7636 | - /jest/27.4.2_ts-node@10.4.0: | ||
7637 | - resolution: {integrity: sha512-TAReynFYCfHNcrL+8Z74WPGafLFLF++bGkrpcsk6cO5G9S2VuJGhu2c44YFForMgF0GlYmtbpmeznkvZpNgTxg==} | 7629 | + /jest/27.4.4_ts-node@10.4.0: |
7630 | + resolution: {integrity: sha512-AXwEIFa58Uf1Jno3/KSo5HZZ0/2Xwqvfrz0/3bmTwImkFlbOvz5vARAW9nTrxRLkojjkitaZ1KNKAtw3JRFAaA==} | ||
7638 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 7631 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7639 | hasBin: true | 7632 | hasBin: true |
7640 | peerDependencies: | 7633 | peerDependencies: |
@@ -7643,9 +7636,9 @@ packages: | @@ -7643,9 +7636,9 @@ packages: | ||
7643 | node-notifier: | 7636 | node-notifier: |
7644 | optional: true | 7637 | optional: true |
7645 | dependencies: | 7638 | dependencies: |
7646 | - '@jest/core': 27.4.2_ts-node@10.4.0 | 7639 | + '@jest/core': 27.4.4_ts-node@10.4.0 |
7647 | import-local: 3.0.3 | 7640 | import-local: 3.0.3 |
7648 | - jest-cli: 27.4.2_ts-node@10.4.0 | 7641 | + jest-cli: 27.4.4_ts-node@10.4.0 |
7649 | transitivePeerDependencies: | 7642 | transitivePeerDependencies: |
7650 | - bufferutil | 7643 | - bufferutil |
7651 | - canvas | 7644 | - canvas |
@@ -7769,8 +7762,8 @@ packages: | @@ -7769,8 +7762,8 @@ packages: | ||
7769 | resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} | 7762 | resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} |
7770 | dev: true | 7763 | dev: true |
7771 | 7764 | ||
7772 | - /json-schema/0.3.0: | ||
7773 | - resolution: {integrity: sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==} | 7765 | + /json-schema/0.4.0: |
7766 | + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} | ||
7774 | dev: true | 7767 | dev: true |
7775 | 7768 | ||
7776 | /json-stable-stringify-without-jsonify/1.0.1: | 7769 | /json-stable-stringify-without-jsonify/1.0.1: |
@@ -9065,11 +9058,11 @@ packages: | @@ -9065,11 +9058,11 @@ packages: | ||
9065 | engines: {node: '>=6'} | 9058 | engines: {node: '>=6'} |
9066 | dev: true | 9059 | dev: true |
9067 | 9060 | ||
9068 | - /pinia/2.0.4_typescript@4.5.2+vue@3.2.23: | ||
9069 | - resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==} | 9061 | + /pinia/2.0.6_typescript@4.5.3+vue@3.2.26: |
9062 | + resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} | ||
9070 | peerDependencies: | 9063 | peerDependencies: |
9071 | '@vue/composition-api': ^1.4.0 | 9064 | '@vue/composition-api': ^1.4.0 |
9072 | - typescript: ^4.4.4 | 9065 | + typescript: '>=4.4.4' |
9073 | vue: ^2.6.14 || ^3.2.0 | 9066 | vue: ^2.6.14 || ^3.2.0 |
9074 | peerDependenciesMeta: | 9067 | peerDependenciesMeta: |
9075 | '@vue/composition-api': | 9068 | '@vue/composition-api': |
@@ -9078,9 +9071,9 @@ packages: | @@ -9078,9 +9071,9 @@ packages: | ||
9078 | optional: true | 9071 | optional: true |
9079 | dependencies: | 9072 | dependencies: |
9080 | '@vue/devtools-api': 6.0.0-beta.20.1 | 9073 | '@vue/devtools-api': 6.0.0-beta.20.1 |
9081 | - typescript: 4.5.2 | ||
9082 | - vue: 3.2.23 | ||
9083 | - vue-demi: 0.12.1_vue@3.2.23 | 9074 | + typescript: 4.5.3 |
9075 | + vue: 3.2.26 | ||
9076 | + vue-demi: 0.12.1_vue@3.2.26 | ||
9084 | dev: false | 9077 | dev: false |
9085 | 9078 | ||
9086 | /pinkie-promise/2.0.1: | 9079 | /pinkie-promise/2.0.1: |
@@ -9271,8 +9264,8 @@ packages: | @@ -9271,8 +9264,8 @@ packages: | ||
9271 | fast-diff: 1.2.0 | 9264 | fast-diff: 1.2.0 |
9272 | dev: true | 9265 | dev: true |
9273 | 9266 | ||
9274 | - /prettier/2.5.0: | ||
9275 | - resolution: {integrity: sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==} | 9267 | + /prettier/2.5.1: |
9268 | + resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==} | ||
9276 | engines: {node: '>=10.13.0'} | 9269 | engines: {node: '>=10.13.0'} |
9277 | hasBin: true | 9270 | hasBin: true |
9278 | dev: true | 9271 | dev: true |
@@ -9483,8 +9476,8 @@ packages: | @@ -9483,8 +9476,8 @@ packages: | ||
9483 | yargs: 15.4.1 | 9476 | yargs: 15.4.1 |
9484 | dev: false | 9477 | dev: false |
9485 | 9478 | ||
9486 | - /qs/6.10.1: | ||
9487 | - resolution: {integrity: sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==} | 9479 | + /qs/6.10.2: |
9480 | + resolution: {integrity: sha512-mSIdjzqznWgfd4pMii7sHtaYF8rx8861hBO80SraY5GT0XQibWZWJSid0avzHGkDIZLImux2S5mXO0Hfct2QCw==} | ||
9488 | engines: {node: '>=0.6'} | 9481 | engines: {node: '>=0.6'} |
9489 | dependencies: | 9482 | dependencies: |
9490 | side-channel: 1.0.4 | 9483 | side-channel: 1.0.4 |
@@ -10944,14 +10937,15 @@ packages: | @@ -10944,14 +10937,15 @@ packages: | ||
10944 | escape-string-regexp: 1.0.5 | 10937 | escape-string-regexp: 1.0.5 |
10945 | dev: true | 10938 | dev: true |
10946 | 10939 | ||
10947 | - /ts-jest/27.0.7_4ea97a3f85990082324bce850aef6ad5: | ||
10948 | - resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} | 10940 | + /ts-jest/27.1.1_dc33159234d58f1c7ac35b6119da0e94: |
10941 | + resolution: {integrity: sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==} | ||
10949 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 10942 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
10950 | hasBin: true | 10943 | hasBin: true |
10951 | peerDependencies: | 10944 | peerDependencies: |
10952 | '@babel/core': '>=7.0.0-beta.0 <8' | 10945 | '@babel/core': '>=7.0.0-beta.0 <8' |
10953 | '@types/jest': ^27.0.0 | 10946 | '@types/jest': ^27.0.0 |
10954 | babel-jest: '>=27.0.0 <28' | 10947 | babel-jest: '>=27.0.0 <28' |
10948 | + esbuild: ~0.14.0 | ||
10955 | jest: ^27.0.0 | 10949 | jest: ^27.0.0 |
10956 | typescript: '>=3.8 <5.0' | 10950 | typescript: '>=3.8 <5.0' |
10957 | peerDependenciesMeta: | 10951 | peerDependenciesMeta: |
@@ -10961,21 +10955,23 @@ packages: | @@ -10961,21 +10955,23 @@ packages: | ||
10961 | optional: true | 10955 | optional: true |
10962 | babel-jest: | 10956 | babel-jest: |
10963 | optional: true | 10957 | optional: true |
10958 | + esbuild: | ||
10959 | + optional: true | ||
10964 | dependencies: | 10960 | dependencies: |
10965 | '@types/jest': 27.0.3 | 10961 | '@types/jest': 27.0.3 |
10966 | bs-logger: 0.2.6 | 10962 | bs-logger: 0.2.6 |
10967 | fast-json-stable-stringify: 2.1.0 | 10963 | fast-json-stable-stringify: 2.1.0 |
10968 | - jest: 27.4.2_ts-node@10.4.0 | ||
10969 | - jest-util: 27.3.1 | 10964 | + jest: 27.4.4_ts-node@10.4.0 |
10965 | + jest-util: 27.4.2 | ||
10970 | json5: 2.2.0 | 10966 | json5: 2.2.0 |
10971 | lodash.memoize: 4.1.2 | 10967 | lodash.memoize: 4.1.2 |
10972 | make-error: 1.3.6 | 10968 | make-error: 1.3.6 |
10973 | semver: 7.3.5 | 10969 | semver: 7.3.5 |
10974 | - typescript: 4.5.2 | 10970 | + typescript: 4.5.3 |
10975 | yargs-parser: 20.2.9 | 10971 | yargs-parser: 20.2.9 |
10976 | dev: true | 10972 | dev: true |
10977 | 10973 | ||
10978 | - /ts-node/10.4.0_68212d3c5f342a0c59715bbaaf1875e7: | 10974 | + /ts-node/10.4.0_74e588db5264178750052e53ffe97b8f: |
10979 | resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} | 10975 | resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} |
10980 | hasBin: true | 10976 | hasBin: true |
10981 | peerDependencies: | 10977 | peerDependencies: |
@@ -10994,18 +10990,18 @@ packages: | @@ -10994,18 +10990,18 @@ packages: | ||
10994 | '@tsconfig/node12': 1.0.9 | 10990 | '@tsconfig/node12': 1.0.9 |
10995 | '@tsconfig/node14': 1.0.1 | 10991 | '@tsconfig/node14': 1.0.1 |
10996 | '@tsconfig/node16': 1.0.2 | 10992 | '@tsconfig/node16': 1.0.2 |
10997 | - '@types/node': 16.11.11 | 10993 | + '@types/node': 16.11.12 |
10998 | acorn: 8.6.0 | 10994 | acorn: 8.6.0 |
10999 | acorn-walk: 8.2.0 | 10995 | acorn-walk: 8.2.0 |
11000 | arg: 4.1.3 | 10996 | arg: 4.1.3 |
11001 | create-require: 1.1.1 | 10997 | create-require: 1.1.1 |
11002 | diff: 4.0.2 | 10998 | diff: 4.0.2 |
11003 | make-error: 1.3.6 | 10999 | make-error: 1.3.6 |
11004 | - typescript: 4.5.2 | 11000 | + typescript: 4.5.3 |
11005 | yn: 3.1.1 | 11001 | yn: 3.1.1 |
11006 | dev: true | 11002 | dev: true |
11007 | 11003 | ||
11008 | - /ts-node/9.1.1_typescript@4.5.2: | 11004 | + /ts-node/9.1.1_typescript@4.5.3: |
11009 | resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} | 11005 | resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} |
11010 | engines: {node: '>=10.0.0'} | 11006 | engines: {node: '>=10.0.0'} |
11011 | hasBin: true | 11007 | hasBin: true |
@@ -11017,7 +11013,7 @@ packages: | @@ -11017,7 +11013,7 @@ packages: | ||
11017 | diff: 4.0.2 | 11013 | diff: 4.0.2 |
11018 | make-error: 1.3.6 | 11014 | make-error: 1.3.6 |
11019 | source-map-support: 0.5.21 | 11015 | source-map-support: 0.5.21 |
11020 | - typescript: 4.5.2 | 11016 | + typescript: 4.5.3 |
11021 | yn: 3.1.1 | 11017 | yn: 3.1.1 |
11022 | dev: true | 11018 | dev: true |
11023 | 11019 | ||
@@ -11037,14 +11033,14 @@ packages: | @@ -11037,14 +11033,14 @@ packages: | ||
11037 | resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} | 11033 | resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} |
11038 | dev: true | 11034 | dev: true |
11039 | 11035 | ||
11040 | - /tsutils/3.21.0_typescript@4.5.2: | 11036 | + /tsutils/3.21.0_typescript@4.5.3: |
11041 | resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} | 11037 | resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} |
11042 | engines: {node: '>= 6'} | 11038 | engines: {node: '>= 6'} |
11043 | peerDependencies: | 11039 | peerDependencies: |
11044 | typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' | 11040 | typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' |
11045 | dependencies: | 11041 | dependencies: |
11046 | tslib: 1.14.1 | 11042 | tslib: 1.14.1 |
11047 | - typescript: 4.5.2 | 11043 | + typescript: 4.5.3 |
11048 | dev: true | 11044 | dev: true |
11049 | 11045 | ||
11050 | /tunnel-agent/0.6.0: | 11046 | /tunnel-agent/0.6.0: |
@@ -11113,8 +11109,8 @@ packages: | @@ -11113,8 +11109,8 @@ packages: | ||
11113 | is-typedarray: 1.0.0 | 11109 | is-typedarray: 1.0.0 |
11114 | dev: true | 11110 | dev: true |
11115 | 11111 | ||
11116 | - /typescript/4.5.2: | ||
11117 | - resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} | 11112 | + /typescript/4.5.3: |
11113 | + resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==} | ||
11118 | engines: {node: '>=4.2.0'} | 11114 | engines: {node: '>=4.2.0'} |
11119 | hasBin: true | 11115 | hasBin: true |
11120 | dev: true | 11116 | dev: true |
@@ -11303,13 +11299,13 @@ packages: | @@ -11303,13 +11299,13 @@ packages: | ||
11303 | engines: {node: '>= 0.8'} | 11299 | engines: {node: '>= 0.8'} |
11304 | dev: true | 11300 | dev: true |
11305 | 11301 | ||
11306 | - /vditor/3.8.7: | ||
11307 | - resolution: {integrity: sha512-7loYmcj1TCkJV86qwstxzAy33GweFKdJnpiSzGGPqUzDaOcUAiaiFAjIQjxwJ3/sx7pNZf1NWLhXKabXEN7xzQ==} | 11302 | + /vditor/3.8.8: |
11303 | + resolution: {integrity: sha512-qaZcxx7SDUkxTTnoBNVzhhLFHXPnaE+DCPUX07K7kBhvgOrJS06TkclbffL+i2U1edEkY8QBkGJU3AtNB90OzA==} | ||
11308 | dependencies: | 11304 | dependencies: |
11309 | diff-match-patch: 1.0.5 | 11305 | diff-match-patch: 1.0.5 |
11310 | dev: false | 11306 | dev: false |
11311 | 11307 | ||
11312 | - /vite-plugin-compression/0.3.6_vite@2.7.0-beta.9: | 11308 | + /vite-plugin-compression/0.3.6_vite@2.7.1: |
11313 | resolution: {integrity: sha512-aSskQCJsP3VQ8PsnY+vO7UfD5qoFMOEuzg0PG2E9Zqyx+ARmc3wr9KCgOFraZOFW1Y4UAa5BR0SMTjoxHRMJoQ==} | 11309 | resolution: {integrity: sha512-aSskQCJsP3VQ8PsnY+vO7UfD5qoFMOEuzg0PG2E9Zqyx+ARmc3wr9KCgOFraZOFW1Y4UAa5BR0SMTjoxHRMJoQ==} |
11314 | peerDependencies: | 11310 | peerDependencies: |
11315 | vite: '>=2.0.0' | 11311 | vite: '>=2.0.0' |
@@ -11317,12 +11313,12 @@ packages: | @@ -11317,12 +11313,12 @@ packages: | ||
11317 | chalk: 4.1.2 | 11313 | chalk: 4.1.2 |
11318 | debug: 4.3.2 | 11314 | debug: 4.3.2 |
11319 | fs-extra: 10.0.0 | 11315 | fs-extra: 10.0.0 |
11320 | - vite: 2.7.0-beta.9_less@4.1.2 | 11316 | + vite: 2.7.1_less@4.1.2 |
11321 | transitivePeerDependencies: | 11317 | transitivePeerDependencies: |
11322 | - supports-color | 11318 | - supports-color |
11323 | dev: true | 11319 | dev: true |
11324 | 11320 | ||
11325 | - /vite-plugin-html/2.1.1_vite@2.7.0-beta.9: | 11321 | + /vite-plugin-html/2.1.1_vite@2.7.1: |
11326 | resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==} | 11322 | resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==} |
11327 | peerDependencies: | 11323 | peerDependencies: |
11328 | vite: '>=2.0.0' | 11324 | vite: '>=2.0.0' |
@@ -11333,10 +11329,10 @@ packages: | @@ -11333,10 +11329,10 @@ packages: | ||
11333 | ejs: 3.1.6 | 11329 | ejs: 3.1.6 |
11334 | fs-extra: 10.0.0 | 11330 | fs-extra: 10.0.0 |
11335 | html-minifier-terser: 5.1.1 | 11331 | html-minifier-terser: 5.1.1 |
11336 | - vite: 2.7.0-beta.9_less@4.1.2 | 11332 | + vite: 2.7.1_less@4.1.2 |
11337 | dev: true | 11333 | dev: true |
11338 | 11334 | ||
11339 | - /vite-plugin-imagemin/0.4.6_vite@2.7.0-beta.9: | 11335 | + /vite-plugin-imagemin/0.4.6_vite@2.7.1: |
11340 | resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==} | 11336 | resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==} |
11341 | peerDependencies: | 11337 | peerDependencies: |
11342 | vite: '>=2.0.0' | 11338 | vite: '>=2.0.0' |
@@ -11361,12 +11357,12 @@ packages: | @@ -11361,12 +11357,12 @@ packages: | ||
11361 | imagemin-pngquant: 9.0.2 | 11357 | imagemin-pngquant: 9.0.2 |
11362 | imagemin-svgo: 9.0.0 | 11358 | imagemin-svgo: 9.0.0 |
11363 | imagemin-webp: 6.0.0 | 11359 | imagemin-webp: 6.0.0 |
11364 | - vite: 2.7.0-beta.9_less@4.1.2 | 11360 | + vite: 2.7.1_less@4.1.2 |
11365 | transitivePeerDependencies: | 11361 | transitivePeerDependencies: |
11366 | - supports-color | 11362 | - supports-color |
11367 | dev: true | 11363 | dev: true |
11368 | 11364 | ||
11369 | - /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.0-beta.9: | 11365 | + /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.1: |
11370 | resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} | 11366 | resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} |
11371 | engines: {node: '>=12.0.0'} | 11367 | engines: {node: '>=12.0.0'} |
11372 | peerDependencies: | 11368 | peerDependencies: |
@@ -11383,13 +11379,13 @@ packages: | @@ -11383,13 +11379,13 @@ packages: | ||
11383 | fast-glob: 3.2.7 | 11379 | fast-glob: 3.2.7 |
11384 | mockjs: 1.1.0 | 11380 | mockjs: 1.1.0 |
11385 | path-to-regexp: 6.2.0 | 11381 | path-to-regexp: 6.2.0 |
11386 | - vite: 2.7.0-beta.9_less@4.1.2 | 11382 | + vite: 2.7.1_less@4.1.2 |
11387 | transitivePeerDependencies: | 11383 | transitivePeerDependencies: |
11388 | - rollup | 11384 | - rollup |
11389 | - supports-color | 11385 | - supports-color |
11390 | dev: true | 11386 | dev: true |
11391 | 11387 | ||
11392 | - /vite-plugin-purge-icons/0.7.0_vite@2.7.0-beta.9: | 11388 | + /vite-plugin-purge-icons/0.7.0_vite@2.7.1: |
11393 | resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} | 11389 | resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} |
11394 | engines: {node: '>= 12'} | 11390 | engines: {node: '>= 12'} |
11395 | peerDependencies: | 11391 | peerDependencies: |
@@ -11398,31 +11394,30 @@ packages: | @@ -11398,31 +11394,30 @@ packages: | ||
11398 | '@purge-icons/core': 0.7.0 | 11394 | '@purge-icons/core': 0.7.0 |
11399 | '@purge-icons/generated': 0.7.0 | 11395 | '@purge-icons/generated': 0.7.0 |
11400 | rollup-plugin-purge-icons: 0.7.0 | 11396 | rollup-plugin-purge-icons: 0.7.0 |
11401 | - vite: 2.7.0-beta.9_less@4.1.2 | 11397 | + vite: 2.7.1_less@4.1.2 |
11402 | transitivePeerDependencies: | 11398 | transitivePeerDependencies: |
11403 | - supports-color | 11399 | - supports-color |
11404 | dev: true | 11400 | dev: true |
11405 | 11401 | ||
11406 | - /vite-plugin-pwa/0.11.9_vite@2.7.0-beta.9: | ||
11407 | - resolution: {integrity: sha512-w2rWd91Kw/UrwJurrnkGCuPlDiLYdNCe4B29smcACoEgopgM/rw2AVsNhaKeut6nHlzKEyu9tnGd4YN80N4R1g==} | 11402 | + /vite-plugin-pwa/0.11.11_vite@2.7.1: |
11403 | + resolution: {integrity: sha512-/nSLS7VfGN5UrL4a1ALGEQAyga/H0hYZjEkwPehiEFW1PM1DTi1A8GkPCsmevKwR6vt10P+5wS1wrvSgwQemzw==} | ||
11408 | peerDependencies: | 11404 | peerDependencies: |
11409 | vite: ^2.0.0 | 11405 | vite: ^2.0.0 |
11410 | dependencies: | 11406 | dependencies: |
11411 | - chalk: 4.1.2 | ||
11412 | debug: 4.3.3 | 11407 | debug: 4.3.3 |
11413 | fast-glob: 3.2.7 | 11408 | fast-glob: 3.2.7 |
11414 | pretty-bytes: 5.6.0 | 11409 | pretty-bytes: 5.6.0 |
11415 | rollup: 2.60.1 | 11410 | rollup: 2.60.1 |
11416 | - vite: 2.7.0-beta.9_less@4.1.2 | ||
11417 | - workbox-build: 6.4.1 | ||
11418 | - workbox-window: 6.4.1 | 11411 | + vite: 2.7.1_less@4.1.2 |
11412 | + workbox-build: 6.4.2 | ||
11413 | + workbox-window: 6.4.2 | ||
11419 | transitivePeerDependencies: | 11414 | transitivePeerDependencies: |
11420 | - '@types/babel__core' | 11415 | - '@types/babel__core' |
11421 | - acorn | 11416 | - acorn |
11422 | - supports-color | 11417 | - supports-color |
11423 | dev: true | 11418 | dev: true |
11424 | 11419 | ||
11425 | - /vite-plugin-style-import/1.4.0_vite@2.7.0-beta.9: | 11420 | + /vite-plugin-style-import/1.4.0_vite@2.7.1: |
11426 | resolution: {integrity: sha512-EGAx0zVGUkwAwvDaC66zxgzXyHE0CwAXp4O1xGKnpMcrDT9L1nlojiCjjLRQzL8C3zwY1jn9ilq+m0VABKiiLg==} | 11421 | resolution: {integrity: sha512-EGAx0zVGUkwAwvDaC66zxgzXyHE0CwAXp4O1xGKnpMcrDT9L1nlojiCjjLRQzL8C3zwY1jn9ilq+m0VABKiiLg==} |
11427 | peerDependencies: | 11422 | peerDependencies: |
11428 | vite: '>=2.0.0' | 11423 | vite: '>=2.0.0' |
@@ -11433,12 +11428,12 @@ packages: | @@ -11433,12 +11428,12 @@ packages: | ||
11433 | es-module-lexer: 0.9.3 | 11428 | es-module-lexer: 0.9.3 |
11434 | fs-extra: 10.0.0 | 11429 | fs-extra: 10.0.0 |
11435 | magic-string: 0.25.7 | 11430 | magic-string: 0.25.7 |
11436 | - vite: 2.7.0-beta.9_less@4.1.2 | 11431 | + vite: 2.7.1_less@4.1.2 |
11437 | transitivePeerDependencies: | 11432 | transitivePeerDependencies: |
11438 | - supports-color | 11433 | - supports-color |
11439 | dev: true | 11434 | dev: true |
11440 | 11435 | ||
11441 | - /vite-plugin-svg-icons/1.0.5_vite@2.7.0-beta.9: | 11436 | + /vite-plugin-svg-icons/1.0.5_vite@2.7.1: |
11442 | resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} | 11437 | resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} |
11443 | peerDependencies: | 11438 | peerDependencies: |
11444 | vite: '>=2.0.0' | 11439 | vite: '>=2.0.0' |
@@ -11450,12 +11445,12 @@ packages: | @@ -11450,12 +11445,12 @@ packages: | ||
11450 | fs-extra: 10.0.0 | 11445 | fs-extra: 10.0.0 |
11451 | svg-baker: 1.7.0 | 11446 | svg-baker: 1.7.0 |
11452 | svgo: 2.8.0 | 11447 | svgo: 2.8.0 |
11453 | - vite: 2.7.0-beta.9_less@4.1.2 | 11448 | + vite: 2.7.1_less@4.1.2 |
11454 | transitivePeerDependencies: | 11449 | transitivePeerDependencies: |
11455 | - supports-color | 11450 | - supports-color |
11456 | dev: true | 11451 | dev: true |
11457 | 11452 | ||
11458 | - /vite-plugin-theme/0.8.1_vite@2.7.0-beta.9: | 11453 | + /vite-plugin-theme/0.8.1_vite@2.7.1: |
11459 | resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} | 11454 | resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} |
11460 | peerDependencies: | 11455 | peerDependencies: |
11461 | vite: '>=2.0.0-beta.49' | 11456 | vite: '>=2.0.0-beta.49' |
@@ -11468,37 +11463,37 @@ packages: | @@ -11468,37 +11463,37 @@ packages: | ||
11468 | esbuild: 0.11.23 | 11463 | esbuild: 0.11.23 |
11469 | esbuild-plugin-alias: 0.1.2 | 11464 | esbuild-plugin-alias: 0.1.2 |
11470 | tinycolor2: 1.4.2 | 11465 | tinycolor2: 1.4.2 |
11471 | - vite: 2.7.0-beta.9_less@4.1.2 | 11466 | + vite: 2.7.1_less@4.1.2 |
11472 | transitivePeerDependencies: | 11467 | transitivePeerDependencies: |
11473 | - supports-color | 11468 | - supports-color |
11474 | dev: true | 11469 | dev: true |
11475 | 11470 | ||
11476 | - /vite-plugin-vue-setup-extend/0.1.0_vite@2.7.0-beta.9: | 11471 | + /vite-plugin-vue-setup-extend/0.1.0_vite@2.7.1: |
11477 | resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==} | 11472 | resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==} |
11478 | peerDependencies: | 11473 | peerDependencies: |
11479 | vite: '>=2.0.0' | 11474 | vite: '>=2.0.0' |
11480 | dependencies: | 11475 | dependencies: |
11481 | - '@vue/compiler-sfc': 3.2.23 | 11476 | + '@vue/compiler-sfc': 3.2.26 |
11482 | magic-string: 0.25.7 | 11477 | magic-string: 0.25.7 |
11483 | - vite: 2.7.0-beta.9_less@4.1.2 | 11478 | + vite: 2.7.1_less@4.1.2 |
11484 | dev: true | 11479 | dev: true |
11485 | 11480 | ||
11486 | - /vite-plugin-windicss/1.5.3_vite@2.7.0-beta.9: | ||
11487 | - resolution: {integrity: sha512-t9iu+fs1egguTK/+RdV/UCp11R69EQhVvvGcrNhCMt43DQF/RU19gHZUXB8wspm0V02Bz+rSmtqy/h3laJ9Z5Q==} | 11481 | + /vite-plugin-windicss/1.5.4_vite@2.7.1: |
11482 | + resolution: {integrity: sha512-bG2IERA9J50MGq1QEbGC/PjrkVIaq2b3LilCeidyIpmFV/4aR14/wGDe83SobF+8coIeJ+23S0uDK/fXX5X0pQ==} | ||
11488 | peerDependencies: | 11483 | peerDependencies: |
11489 | vite: ^2.0.1 | 11484 | vite: ^2.0.1 |
11490 | dependencies: | 11485 | dependencies: |
11491 | - '@windicss/plugin-utils': 1.5.3 | 11486 | + '@windicss/plugin-utils': 1.5.4 |
11492 | debug: 4.3.3 | 11487 | debug: 4.3.3 |
11493 | kolorist: 1.5.0 | 11488 | kolorist: 1.5.0 |
11494 | - vite: 2.7.0-beta.9_less@4.1.2 | 11489 | + vite: 2.7.1_less@4.1.2 |
11495 | windicss: 3.2.1 | 11490 | windicss: 3.2.1 |
11496 | transitivePeerDependencies: | 11491 | transitivePeerDependencies: |
11497 | - supports-color | 11492 | - supports-color |
11498 | dev: true | 11493 | dev: true |
11499 | 11494 | ||
11500 | - /vite/2.7.0-beta.9_less@4.1.2: | ||
11501 | - resolution: {integrity: sha512-4hVJC8iNGYLHdC2OjS9jSu5Dp3q7gtyz2+98XZsb46qVjdZHZPQBZAKpycPj1EcbGDiiJpY6XIaBKknxCQ+cKA==} | 11495 | + /vite/2.7.1_less@4.1.2: |
11496 | + resolution: {integrity: sha512-TDXXhcu5lyQ6uosK4ZWaOyB4VzOiizk0biitRzDzaEtgSUi8rVYPc4k1xgOjLSf0OuceDJmojFKXHOX9DB1WuQ==} | ||
11502 | engines: {node: '>=12.2.0'} | 11497 | engines: {node: '>=12.2.0'} |
11503 | hasBin: true | 11498 | hasBin: true |
11504 | peerDependencies: | 11499 | peerDependencies: |
@@ -11631,7 +11626,7 @@ packages: | @@ -11631,7 +11626,7 @@ packages: | ||
11631 | '@volar/vue-code-gen': 0.29.8 | 11626 | '@volar/vue-code-gen': 0.29.8 |
11632 | '@vscode/emmet-helper': 2.8.2 | 11627 | '@vscode/emmet-helper': 2.8.2 |
11633 | '@vue/reactivity': 3.2.23 | 11628 | '@vue/reactivity': 3.2.23 |
11634 | - '@vue/shared': 3.2.23 | 11629 | + '@vue/shared': 3.2.26 |
11635 | request-light: 0.5.5 | 11630 | request-light: 0.5.5 |
11636 | upath: 2.0.1 | 11631 | upath: 2.0.1 |
11637 | vscode-css-languageservice: 5.1.8 | 11632 | vscode-css-languageservice: 5.1.8 |
@@ -11643,7 +11638,7 @@ packages: | @@ -11643,7 +11638,7 @@ packages: | ||
11643 | vscode-typescript-languageservice: 0.29.8 | 11638 | vscode-typescript-languageservice: 0.29.8 |
11644 | dev: true | 11639 | dev: true |
11645 | 11640 | ||
11646 | - /vue-demi/0.12.1_vue@3.2.23: | 11641 | + /vue-demi/0.12.1_vue@3.2.26: |
11647 | resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} | 11642 | resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} |
11648 | engines: {node: '>=12'} | 11643 | engines: {node: '>=12'} |
11649 | hasBin: true | 11644 | hasBin: true |
@@ -11655,17 +11650,17 @@ packages: | @@ -11655,17 +11650,17 @@ packages: | ||
11655 | '@vue/composition-api': | 11650 | '@vue/composition-api': |
11656 | optional: true | 11651 | optional: true |
11657 | dependencies: | 11652 | dependencies: |
11658 | - vue: 3.2.23 | 11653 | + vue: 3.2.26 |
11659 | dev: false | 11654 | dev: false |
11660 | 11655 | ||
11661 | - /vue-eslint-parser/8.0.1_eslint@8.3.0: | 11656 | + /vue-eslint-parser/8.0.1_eslint@8.4.1: |
11662 | resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} | 11657 | resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} |
11663 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 11658 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
11664 | peerDependencies: | 11659 | peerDependencies: |
11665 | eslint: '>=6.0.0' | 11660 | eslint: '>=6.0.0' |
11666 | dependencies: | 11661 | dependencies: |
11667 | debug: 4.3.2 | 11662 | debug: 4.3.2 |
11668 | - eslint: 8.3.0 | 11663 | + eslint: 8.4.1 |
11669 | eslint-scope: 6.0.0 | 11664 | eslint-scope: 6.0.0 |
11670 | eslint-visitor-keys: 3.1.0 | 11665 | eslint-visitor-keys: 3.1.0 |
11671 | espree: 9.1.0 | 11666 | espree: 9.1.0 |
@@ -11676,7 +11671,7 @@ packages: | @@ -11676,7 +11671,7 @@ packages: | ||
11676 | - supports-color | 11671 | - supports-color |
11677 | dev: true | 11672 | dev: true |
11678 | 11673 | ||
11679 | - /vue-i18n/9.1.9_vue@3.2.23: | 11674 | + /vue-i18n/9.1.9_vue@3.2.26: |
11680 | resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} | 11675 | resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} |
11681 | engines: {node: '>= 10'} | 11676 | engines: {node: '>= 10'} |
11682 | peerDependencies: | 11677 | peerDependencies: |
@@ -11686,66 +11681,66 @@ packages: | @@ -11686,66 +11681,66 @@ packages: | ||
11686 | '@intlify/shared': 9.1.9 | 11681 | '@intlify/shared': 9.1.9 |
11687 | '@intlify/vue-devtools': 9.1.9 | 11682 | '@intlify/vue-devtools': 9.1.9 |
11688 | '@vue/devtools-api': 6.0.0-beta.20.1 | 11683 | '@vue/devtools-api': 6.0.0-beta.20.1 |
11689 | - vue: 3.2.23 | 11684 | + vue: 3.2.26 |
11690 | dev: false | 11685 | dev: false |
11691 | 11686 | ||
11692 | - /vue-json-pretty/2.0.6_vue@3.2.23: | 11687 | + /vue-json-pretty/2.0.6_vue@3.2.26: |
11693 | resolution: {integrity: sha512-aVdxw8ZRGR/Uj8GEaJ1/W2Ks/MdCfv5t2HRbbd+ICp3nL7msKRLN+1qOkSzaMvDygbDPxGhwUHBxZz8nxP+r3A==} | 11688 | resolution: {integrity: sha512-aVdxw8ZRGR/Uj8GEaJ1/W2Ks/MdCfv5t2HRbbd+ICp3nL7msKRLN+1qOkSzaMvDygbDPxGhwUHBxZz8nxP+r3A==} |
11694 | engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} | 11689 | engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} |
11695 | peerDependencies: | 11690 | peerDependencies: |
11696 | vue: '>=3.0.0' | 11691 | vue: '>=3.0.0' |
11697 | dependencies: | 11692 | dependencies: |
11698 | - vue: 3.2.23 | 11693 | + vue: 3.2.26 |
11699 | dev: false | 11694 | dev: false |
11700 | 11695 | ||
11701 | - /vue-router/4.0.12_vue@3.2.23: | 11696 | + /vue-router/4.0.12_vue@3.2.26: |
11702 | resolution: {integrity: sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==} | 11697 | resolution: {integrity: sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==} |
11703 | peerDependencies: | 11698 | peerDependencies: |
11704 | vue: ^3.0.0 | 11699 | vue: ^3.0.0 |
11705 | dependencies: | 11700 | dependencies: |
11706 | '@vue/devtools-api': 6.0.0-beta.20.1 | 11701 | '@vue/devtools-api': 6.0.0-beta.20.1 |
11707 | - vue: 3.2.23 | 11702 | + vue: 3.2.26 |
11708 | dev: false | 11703 | dev: false |
11709 | 11704 | ||
11710 | - /vue-tsc/0.29.8_typescript@4.5.2: | 11705 | + /vue-tsc/0.29.8_typescript@4.5.3: |
11711 | resolution: {integrity: sha512-pT0wLRjvRuSmB+J4WJT6uuV9mO0KtSSXEAtaVXZQzyk5+DJdbLIQTbRce/TXSkfqt1l1WogO78RjtOJFiMCgfQ==} | 11706 | resolution: {integrity: sha512-pT0wLRjvRuSmB+J4WJT6uuV9mO0KtSSXEAtaVXZQzyk5+DJdbLIQTbRce/TXSkfqt1l1WogO78RjtOJFiMCgfQ==} |
11712 | hasBin: true | 11707 | hasBin: true |
11713 | peerDependencies: | 11708 | peerDependencies: |
11714 | typescript: '*' | 11709 | typescript: '*' |
11715 | dependencies: | 11710 | dependencies: |
11716 | '@volar/shared': 0.29.8 | 11711 | '@volar/shared': 0.29.8 |
11717 | - typescript: 4.5.2 | 11712 | + typescript: 4.5.3 |
11718 | vscode-vue-languageservice: 0.29.8 | 11713 | vscode-vue-languageservice: 0.29.8 |
11719 | dev: true | 11714 | dev: true |
11720 | 11715 | ||
11721 | - /vue-types/3.0.2_vue@3.2.23: | 11716 | + /vue-types/3.0.2_vue@3.2.26: |
11722 | resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==} | 11717 | resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==} |
11723 | engines: {node: '>=10.15.0'} | 11718 | engines: {node: '>=10.15.0'} |
11724 | peerDependencies: | 11719 | peerDependencies: |
11725 | vue: ^3.0.0 | 11720 | vue: ^3.0.0 |
11726 | dependencies: | 11721 | dependencies: |
11727 | is-plain-object: 3.0.1 | 11722 | is-plain-object: 3.0.1 |
11728 | - vue: 3.2.23 | 11723 | + vue: 3.2.26 |
11729 | dev: false | 11724 | dev: false |
11730 | 11725 | ||
11731 | - /vue-types/4.1.1_vue@3.2.23: | 11726 | + /vue-types/4.1.1_vue@3.2.26: |
11732 | resolution: {integrity: sha512-Jq2GZ/w6rExJbLA/h7nHBFLciu+YNekgox0DB64wN1snZ4IIJMq+qnqp1/vE4fc7vEjZcP5KGhLzkkSjIHLRzw==} | 11727 | resolution: {integrity: sha512-Jq2GZ/w6rExJbLA/h7nHBFLciu+YNekgox0DB64wN1snZ4IIJMq+qnqp1/vE4fc7vEjZcP5KGhLzkkSjIHLRzw==} |
11733 | engines: {node: '>=12.16.0'} | 11728 | engines: {node: '>=12.16.0'} |
11734 | peerDependencies: | 11729 | peerDependencies: |
11735 | vue: ^2.0.0 || ^3.0.0 | 11730 | vue: ^2.0.0 || ^3.0.0 |
11736 | dependencies: | 11731 | dependencies: |
11737 | is-plain-object: 5.0.0 | 11732 | is-plain-object: 5.0.0 |
11738 | - vue: 3.2.23 | 11733 | + vue: 3.2.26 |
11739 | dev: false | 11734 | dev: false |
11740 | 11735 | ||
11741 | - /vue/3.2.23: | ||
11742 | - resolution: {integrity: sha512-MGp9JZC37lzGhwSu6c1tQxrQbXbw7XKFqtYh7SFwNrNK899FPxGAHwSHMZijMChTSC3uZrD2BGO/3EHOgMJ0cw==} | 11736 | + /vue/3.2.26: |
11737 | + resolution: {integrity: sha512-KD4lULmskL5cCsEkfhERVRIOEDrfEL9CwAsLYpzptOGjaGFNWo3BQ9g8MAb7RaIO71rmVOziZ/uEN/rHwcUIhg==} | ||
11743 | dependencies: | 11738 | dependencies: |
11744 | - '@vue/compiler-dom': 3.2.23 | ||
11745 | - '@vue/compiler-sfc': 3.2.23 | ||
11746 | - '@vue/runtime-dom': 3.2.23 | ||
11747 | - '@vue/server-renderer': 3.2.23_vue@3.2.23 | ||
11748 | - '@vue/shared': 3.2.23 | 11739 | + '@vue/compiler-dom': 3.2.26 |
11740 | + '@vue/compiler-sfc': 3.2.26 | ||
11741 | + '@vue/runtime-dom': 3.2.26 | ||
11742 | + '@vue/server-renderer': 3.2.26_vue@3.2.26 | ||
11743 | + '@vue/shared': 3.2.26 | ||
11749 | dev: false | 11744 | dev: false |
11750 | 11745 | ||
11751 | /w3c-hr-time/1.0.2: | 11746 | /w3c-hr-time/1.0.2: |
@@ -11884,24 +11879,24 @@ packages: | @@ -11884,24 +11879,24 @@ packages: | ||
11884 | resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} | 11879 | resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} |
11885 | dev: true | 11880 | dev: true |
11886 | 11881 | ||
11887 | - /workbox-background-sync/6.4.1: | ||
11888 | - resolution: {integrity: sha512-GiDklRhDF/oJ+WJhb6jO00wA+fjOZlY4SomqpumXP6OXp1WodmKu7xv75hpum0Kx4Fh3MZrj+9Ae+dIYlq21dA==} | 11882 | + /workbox-background-sync/6.4.2: |
11883 | + resolution: {integrity: sha512-P7c8uG5X2k+DMICH9xeSA9eUlCOjHHYoB42Rq+RtUpuwBxUOflAXR1zdsMWj81LopE4gjKXlTw7BFd1BDAHo7g==} | ||
11889 | dependencies: | 11884 | dependencies: |
11890 | idb: 6.1.5 | 11885 | idb: 6.1.5 |
11891 | - workbox-core: 6.4.1 | 11886 | + workbox-core: 6.4.2 |
11892 | dev: true | 11887 | dev: true |
11893 | 11888 | ||
11894 | - /workbox-broadcast-update/6.4.1: | ||
11895 | - resolution: {integrity: sha512-oz1WAEppIatucgIc49zXPsyQG6004eoKsyiJVGDyN94LIFpUDfGa+cykN32X0PaqOC9bdlj+4EjVBi0OuwkIHA==} | 11889 | + /workbox-broadcast-update/6.4.2: |
11890 | + resolution: {integrity: sha512-qnBwQyE0+PWFFc/n4ISXINE49m44gbEreJUYt2ldGH3+CNrLmJ1egJOOyUqqu9R4Eb7QrXcmB34ClXG7S37LbA==} | ||
11896 | dependencies: | 11891 | dependencies: |
11897 | - workbox-core: 6.4.1 | 11892 | + workbox-core: 6.4.2 |
11898 | dev: true | 11893 | dev: true |
11899 | 11894 | ||
11900 | - /workbox-build/6.4.1: | ||
11901 | - resolution: {integrity: sha512-cvH74tEO8SrziFrCntZ/35B0uaMZFKG+gnk3vZmKLSUTab/6MlhL+UwYXf1sMV5SD/W/v7pnFKZbdAOAg5Ne2w==} | 11895 | + /workbox-build/6.4.2: |
11896 | + resolution: {integrity: sha512-WMdYLhDIsuzViOTXDH+tJ1GijkFp5khSYolnxR/11zmfhNDtuo7jof72xPGFy+KRpsz6tug39RhivCj77qqO0w==} | ||
11902 | engines: {node: '>=10.0.0'} | 11897 | engines: {node: '>=10.0.0'} |
11903 | dependencies: | 11898 | dependencies: |
11904 | - '@apideck/better-ajv-errors': 0.2.7_ajv@8.8.2 | 11899 | + '@apideck/better-ajv-errors': 0.3.1_ajv@8.8.2 |
11905 | '@babel/core': 7.16.0 | 11900 | '@babel/core': 7.16.0 |
11906 | '@babel/preset-env': 7.16.4_@babel+core@7.16.0 | 11901 | '@babel/preset-env': 7.16.4_@babel+core@7.16.0 |
11907 | '@babel/runtime': 7.16.3 | 11902 | '@babel/runtime': 7.16.3 |
@@ -11924,112 +11919,112 @@ packages: | @@ -11924,112 +11919,112 @@ packages: | ||
11924 | strip-comments: 2.0.1 | 11919 | strip-comments: 2.0.1 |
11925 | tempy: 0.6.0 | 11920 | tempy: 0.6.0 |
11926 | upath: 1.2.0 | 11921 | upath: 1.2.0 |
11927 | - workbox-background-sync: 6.4.1 | ||
11928 | - workbox-broadcast-update: 6.4.1 | ||
11929 | - workbox-cacheable-response: 6.4.1 | ||
11930 | - workbox-core: 6.4.1 | ||
11931 | - workbox-expiration: 6.4.1 | ||
11932 | - workbox-google-analytics: 6.4.1 | ||
11933 | - workbox-navigation-preload: 6.4.1 | ||
11934 | - workbox-precaching: 6.4.1 | ||
11935 | - workbox-range-requests: 6.4.1 | ||
11936 | - workbox-recipes: 6.4.1 | ||
11937 | - workbox-routing: 6.4.1 | ||
11938 | - workbox-strategies: 6.4.1 | ||
11939 | - workbox-streams: 6.4.1 | ||
11940 | - workbox-sw: 6.4.1 | ||
11941 | - workbox-window: 6.4.1 | 11922 | + workbox-background-sync: 6.4.2 |
11923 | + workbox-broadcast-update: 6.4.2 | ||
11924 | + workbox-cacheable-response: 6.4.2 | ||
11925 | + workbox-core: 6.4.2 | ||
11926 | + workbox-expiration: 6.4.2 | ||
11927 | + workbox-google-analytics: 6.4.2 | ||
11928 | + workbox-navigation-preload: 6.4.2 | ||
11929 | + workbox-precaching: 6.4.2 | ||
11930 | + workbox-range-requests: 6.4.2 | ||
11931 | + workbox-recipes: 6.4.2 | ||
11932 | + workbox-routing: 6.4.2 | ||
11933 | + workbox-strategies: 6.4.2 | ||
11934 | + workbox-streams: 6.4.2 | ||
11935 | + workbox-sw: 6.4.2 | ||
11936 | + workbox-window: 6.4.2 | ||
11942 | transitivePeerDependencies: | 11937 | transitivePeerDependencies: |
11943 | - '@types/babel__core' | 11938 | - '@types/babel__core' |
11944 | - acorn | 11939 | - acorn |
11945 | - supports-color | 11940 | - supports-color |
11946 | dev: true | 11941 | dev: true |
11947 | 11942 | ||
11948 | - /workbox-cacheable-response/6.4.1: | ||
11949 | - resolution: {integrity: sha512-omXplP3miJhQwx+jfFnqO9xWgNc8CLG6EWRvTyc8R81cA/4zhqh87yj9UVH+fGUmuIXOUBPAuulSazXUsvKFWg==} | 11943 | + /workbox-cacheable-response/6.4.2: |
11944 | + resolution: {integrity: sha512-9FE1W/cKffk1AJzImxgEN0ceWpyz1tqNjZVtA3/LAvYL3AC5SbIkhc7ZCO82WmO9IjTfu8Vut2X/C7ViMSF7TA==} | ||
11950 | dependencies: | 11945 | dependencies: |
11951 | - workbox-core: 6.4.1 | 11946 | + workbox-core: 6.4.2 |
11952 | dev: true | 11947 | dev: true |
11953 | 11948 | ||
11954 | - /workbox-core/6.4.1: | ||
11955 | - resolution: {integrity: sha512-5hosqpSK+48jHlj+5EHN5dtH1Ade4fqTe4+xX3U9wWK1SDaXEqXpVxdHuBqYfg75UE1PUINA0rhMZWTqeGoLFg==} | 11949 | + /workbox-core/6.4.2: |
11950 | + resolution: {integrity: sha512-1U6cdEYPcajRXiboSlpJx6U7TvhIKbxRRerfepAJu2hniKwJ3DHILjpU/zx3yvzSBCWcNJDoFalf7Vgd7ey/rw==} | ||
11956 | dev: true | 11951 | dev: true |
11957 | 11952 | ||
11958 | - /workbox-expiration/6.4.1: | ||
11959 | - resolution: {integrity: sha512-N912AGhi95vhf2vebE3wPhnGjnR+t5W4yALDY7Pl6bcuhySNbwkkp2RjQcBB+dxrdiX2rOvavvdcf/q1LSnEyg==} | 11953 | + /workbox-expiration/6.4.2: |
11954 | + resolution: {integrity: sha512-0hbpBj0tDnW+DZOUmwZqntB/8xrXOgO34i7s00Si/VlFJvvpRKg1leXdHHU8ykoSBd6+F2KDcMP3swoCi5guLw==} | ||
11960 | dependencies: | 11955 | dependencies: |
11961 | idb: 6.1.5 | 11956 | idb: 6.1.5 |
11962 | - workbox-core: 6.4.1 | 11957 | + workbox-core: 6.4.2 |
11963 | dev: true | 11958 | dev: true |
11964 | 11959 | ||
11965 | - /workbox-google-analytics/6.4.1: | ||
11966 | - resolution: {integrity: sha512-L1JQISg1CxMAlqw3HXpWB2gRYsmJ9F9OgC2/UNAZLyOJTFk1faZziPS4eXe+UaHevZ+Ma66Z2zfYxPUTr5znjQ==} | 11960 | + /workbox-google-analytics/6.4.2: |
11961 | + resolution: {integrity: sha512-u+gxs3jXovPb1oul4CTBOb+T9fS1oZG+ZE6AzS7l40vnyfJV79DaLBvlpEZfXGv3CjMdV1sT/ltdOrKzo7HcGw==} | ||
11967 | dependencies: | 11962 | dependencies: |
11968 | - workbox-background-sync: 6.4.1 | ||
11969 | - workbox-core: 6.4.1 | ||
11970 | - workbox-routing: 6.4.1 | ||
11971 | - workbox-strategies: 6.4.1 | 11963 | + workbox-background-sync: 6.4.2 |
11964 | + workbox-core: 6.4.2 | ||
11965 | + workbox-routing: 6.4.2 | ||
11966 | + workbox-strategies: 6.4.2 | ||
11972 | dev: true | 11967 | dev: true |
11973 | 11968 | ||
11974 | - /workbox-navigation-preload/6.4.1: | ||
11975 | - resolution: {integrity: sha512-npgZYoeaE+teQvpWqZLgJDJ6I3qxwqAfnSIa8yrNQ2sLR1A88uWGGsiRzfUsIdKjVCLPQVZ+clwb6XU1vyW9Lw==} | 11969 | + /workbox-navigation-preload/6.4.2: |
11970 | + resolution: {integrity: sha512-viyejlCtlKsbJCBHwhSBbWc57MwPXvUrc8P7d+87AxBGPU+JuWkT6nvBANgVgFz6FUhCvRC8aYt+B1helo166g==} | ||
11976 | dependencies: | 11971 | dependencies: |
11977 | - workbox-core: 6.4.1 | 11972 | + workbox-core: 6.4.2 |
11978 | dev: true | 11973 | dev: true |
11979 | 11974 | ||
11980 | - /workbox-precaching/6.4.1: | ||
11981 | - resolution: {integrity: sha512-Sq8d+/wfcXFjwuVwKe2VxD4QddRBgkO6pJVgpHbk5WFynR8dc8Zj3BlJ38e4nMlRuBZ8996TIgAmk/U6Rr5YHQ==} | 11975 | + /workbox-precaching/6.4.2: |
11976 | + resolution: {integrity: sha512-CZ6uwFN/2wb4noHVlALL7UqPFbLfez/9S2GAzGAb0Sk876ul9ukRKPJJ6gtsxfE2HSTwqwuyNVa6xWyeyJ1XSA==} | ||
11982 | dependencies: | 11977 | dependencies: |
11983 | - workbox-core: 6.4.1 | ||
11984 | - workbox-routing: 6.4.1 | ||
11985 | - workbox-strategies: 6.4.1 | 11978 | + workbox-core: 6.4.2 |
11979 | + workbox-routing: 6.4.2 | ||
11980 | + workbox-strategies: 6.4.2 | ||
11986 | dev: true | 11981 | dev: true |
11987 | 11982 | ||
11988 | - /workbox-range-requests/6.4.1: | ||
11989 | - resolution: {integrity: sha512-X/asYHeuWIKg5Tk+dfmiEOo9hlkQ1K737dnENj8zL97kZDdcfokPT5CuXgM2xqX7NMoahONq1Eo2UoFfJNjZzg==} | 11983 | + /workbox-range-requests/6.4.2: |
11984 | + resolution: {integrity: sha512-SowF3z69hr3Po/w7+xarWfzxJX/3Fo0uSG72Zg4g5FWWnHpq2zPvgbWerBZIa81zpJVUdYpMa3akJJsv+LaO1Q==} | ||
11990 | dependencies: | 11985 | dependencies: |
11991 | - workbox-core: 6.4.1 | 11986 | + workbox-core: 6.4.2 |
11992 | dev: true | 11987 | dev: true |
11993 | 11988 | ||
11994 | - /workbox-recipes/6.4.1: | ||
11995 | - resolution: {integrity: sha512-Yu9tLmgD25NorZPO3FHJUii/Y2ghrx2jD2QKMaWBBplshw1MFokqlmr3Dz3O6NI8jBBUnK5Dtbl0+SCwVGSCqg==} | 11989 | + /workbox-recipes/6.4.2: |
11990 | + resolution: {integrity: sha512-/oVxlZFpAjFVbY+3PoGEXe8qyvtmqMrTdWhbOfbwokNFtUZ/JCtanDKgwDv9x3AebqGAoJRvQNSru0F4nG+gWA==} | ||
11996 | dependencies: | 11991 | dependencies: |
11997 | - workbox-cacheable-response: 6.4.1 | ||
11998 | - workbox-core: 6.4.1 | ||
11999 | - workbox-expiration: 6.4.1 | ||
12000 | - workbox-precaching: 6.4.1 | ||
12001 | - workbox-routing: 6.4.1 | ||
12002 | - workbox-strategies: 6.4.1 | 11992 | + workbox-cacheable-response: 6.4.2 |
11993 | + workbox-core: 6.4.2 | ||
11994 | + workbox-expiration: 6.4.2 | ||
11995 | + workbox-precaching: 6.4.2 | ||
11996 | + workbox-routing: 6.4.2 | ||
11997 | + workbox-strategies: 6.4.2 | ||
12003 | dev: true | 11998 | dev: true |
12004 | 11999 | ||
12005 | - /workbox-routing/6.4.1: | ||
12006 | - resolution: {integrity: sha512-FIy27mwM3WdDASOTMX10OZ8q3Un47ULeDtDrDAKfWYIP/oTF2xoA1/HtXpOjBlyg5VP/poPX5GDojXHXAXpfzQ==} | 12000 | + /workbox-routing/6.4.2: |
12001 | + resolution: {integrity: sha512-0ss/n9PAcHjTy4Ad7l2puuod4WtsnRYu9BrmHcu6Dk4PgWeJo1t5VnGufPxNtcuyPGQ3OdnMdlmhMJ57sSrrSw==} | ||
12007 | dependencies: | 12002 | dependencies: |
12008 | - workbox-core: 6.4.1 | 12003 | + workbox-core: 6.4.2 |
12009 | dev: true | 12004 | dev: true |
12010 | 12005 | ||
12011 | - /workbox-strategies/6.4.1: | ||
12012 | - resolution: {integrity: sha512-2UQ+7Siy4Z5QG2LebbVhDLmPG3M7bVo/tZqN4LNUGXS6fDlpbTTK6A3Hu0W8gCVwIX0tSg7U3mVhDntH4qt3Dg==} | 12006 | + /workbox-strategies/6.4.2: |
12007 | + resolution: {integrity: sha512-YXh9E9dZGEO1EiPC3jPe2CbztO5WT8Ruj8wiYZM56XqEJp5YlGTtqRjghV+JovWOqkWdR+amJpV31KPWQUvn1Q==} | ||
12013 | dependencies: | 12008 | dependencies: |
12014 | - workbox-core: 6.4.1 | 12009 | + workbox-core: 6.4.2 |
12015 | dev: true | 12010 | dev: true |
12016 | 12011 | ||
12017 | - /workbox-streams/6.4.1: | ||
12018 | - resolution: {integrity: sha512-0t3QKBml3Qi37JniDfEn0FfN4JRgMK6sEcjGxvmMGwlHAyKukZr0Gj58ax1o1KYGGJr72RDBK+YXI9Sk9cKifw==} | 12012 | + /workbox-streams/6.4.2: |
12013 | + resolution: {integrity: sha512-ROEGlZHGVEgpa5bOZefiJEVsi5PsFjJG9Xd+wnDbApsCO9xq9rYFopF+IRq9tChyYzhBnyk2hJxbQVWphz3sog==} | ||
12019 | dependencies: | 12014 | dependencies: |
12020 | - workbox-core: 6.4.1 | ||
12021 | - workbox-routing: 6.4.1 | 12015 | + workbox-core: 6.4.2 |
12016 | + workbox-routing: 6.4.2 | ||
12022 | dev: true | 12017 | dev: true |
12023 | 12018 | ||
12024 | - /workbox-sw/6.4.1: | ||
12025 | - resolution: {integrity: sha512-IJNYcNbjugMB9v+Yx7uswohjOaYoimw5dI0Gcaj2zrJHKjV0bom+BPRCdijmttN/3uVbX57jhNe8SMzWMj7fHw==} | 12019 | + /workbox-sw/6.4.2: |
12020 | + resolution: {integrity: sha512-A2qdu9TLktfIM5NE/8+yYwfWu+JgDaCkbo5ikrky2c7r9v2X6DcJ+zSLphNHHLwM/0eVk5XVf1mC5HGhYpMhhg==} | ||
12026 | dev: true | 12021 | dev: true |
12027 | 12022 | ||
12028 | - /workbox-window/6.4.1: | ||
12029 | - resolution: {integrity: sha512-v5G1U+NN0sHErvE9fzHRA75FrfRFj/0dihFnvno5yqHZZIb9G4U2AarodSDRBC3t6CsnLO68l1Bj1gsHqsM9Qw==} | 12023 | + /workbox-window/6.4.2: |
12024 | + resolution: {integrity: sha512-KVyRKmrJg7iB+uym/B/CnEUEFG9CvnTU1Bq5xpXHbtgD9l+ShDekSl1wYpqw/O0JfeeQVOFb8CiNfvnwWwqnWQ==} | ||
12030 | dependencies: | 12025 | dependencies: |
12031 | '@types/trusted-types': 2.0.2 | 12026 | '@types/trusted-types': 2.0.2 |
12032 | - workbox-core: 6.4.1 | 12027 | + workbox-core: 6.4.2 |
12033 | dev: true | 12028 | dev: true |
12034 | 12029 | ||
12035 | /wrap-ansi/5.1.0: | 12030 | /wrap-ansi/5.1.0: |
src/components/ContextMenu/src/ContextMenu.vue
@@ -60,6 +60,7 @@ | @@ -60,6 +60,7 @@ | ||
60 | const top = body.clientHeight < y + menuHeight ? y - menuHeight : y; | 60 | const top = body.clientHeight < y + menuHeight ? y - menuHeight : y; |
61 | return { | 61 | return { |
62 | ...styles, | 62 | ...styles, |
63 | + position: 'absolute', | ||
63 | width: `${width}px`, | 64 | width: `${width}px`, |
64 | left: `${left + 1}px`, | 65 | left: `${left + 1}px`, |
65 | top: `${top + 1}px`, | 66 | top: `${top + 1}px`, |
@@ -124,15 +125,11 @@ | @@ -124,15 +125,11 @@ | ||
124 | } | 125 | } |
125 | const { items } = props; | 126 | const { items } = props; |
126 | return ( | 127 | return ( |
127 | - <Menu | ||
128 | - inlineIndent={12} | ||
129 | - mode="vertical" | ||
130 | - class={prefixCls} | ||
131 | - ref={wrapRef} | ||
132 | - style={unref(getStyle)} | ||
133 | - > | ||
134 | - {renderMenuItem(items)} | ||
135 | - </Menu> | 128 | + <div class={prefixCls}> |
129 | + <Menu inlineIndent={12} mode="vertical" ref={wrapRef} style={unref(getStyle)}> | ||
130 | + {renderMenuItem(items)} | ||
131 | + </Menu> | ||
132 | + </div> | ||
136 | ); | 133 | ); |
137 | }; | 134 | }; |
138 | }, | 135 | }, |
@@ -185,6 +182,9 @@ | @@ -185,6 +182,9 @@ | ||
185 | background-clip: padding-box; | 182 | background-clip: padding-box; |
186 | user-select: none; | 183 | user-select: none; |
187 | 184 | ||
185 | + &__item { | ||
186 | + margin: 0 !important; | ||
187 | + } | ||
188 | .item-style(); | 188 | .item-style(); |
189 | 189 | ||
190 | .ant-divider { | 190 | .ant-divider { |
src/components/Tree/src/Tree.vue
@@ -386,8 +386,8 @@ | @@ -386,8 +386,8 @@ | ||
386 | class={`${bem('title')} pl-2`} | 386 | class={`${bem('title')} pl-2`} |
387 | onClick={handleClickNode.bind(null, item[keyField], item[childrenField])} | 387 | onClick={handleClickNode.bind(null, item[keyField], item[childrenField])} |
388 | > | 388 | > |
389 | - {item.slots?.title ? ( | ||
390 | - getSlot(slots, item.slots?.title, item) | 389 | + {slots?.title ? ( |
390 | + getSlot(slots, 'title', item) | ||
391 | ) : ( | 391 | ) : ( |
392 | <> | 392 | <> |
393 | {icon && <TreeIcon icon={icon} />} | 393 | {icon && <TreeIcon icon={icon} />} |
src/components/Tree/style/index.less
src/views/demo/tree/data.ts
@@ -38,21 +38,21 @@ export const treeData2: any[] = [ | @@ -38,21 +38,21 @@ export const treeData2: any[] = [ | ||
38 | { | 38 | { |
39 | name: 'parent ', | 39 | name: 'parent ', |
40 | id: '0-0', | 40 | id: '0-0', |
41 | - slots: { title: 'title' }, | 41 | + |
42 | children: [ | 42 | children: [ |
43 | - { name: 'leaf', id: '0-0-0', slots: { title: 'title' } }, | 43 | + { name: 'leaf', id: '0-0-0' }, |
44 | { | 44 | { |
45 | name: 'leaf', | 45 | name: 'leaf', |
46 | id: '0-0-1', | 46 | id: '0-0-1', |
47 | - slots: { title: 'title' }, | 47 | + |
48 | children: [ | 48 | children: [ |
49 | { | 49 | { |
50 | name: 'leaf', | 50 | name: 'leaf', |
51 | - slots: { title: 'title' }, | 51 | + |
52 | id: '0-0-0-0', | 52 | id: '0-0-0-0', |
53 | - children: [{ name: 'leaf', id: '0-0-0-0-1', slots: { title: 'title' } }], | 53 | + children: [{ name: 'leaf', id: '0-0-0-0-1' }], |
54 | }, | 54 | }, |
55 | - { name: 'leaf', slots: { title: 'title' }, id: '0-0-0-1' }, | 55 | + { name: 'leaf', id: '0-0-0-1' }, |
56 | ], | 56 | ], |
57 | }, | 57 | }, |
58 | ], | 58 | ], |
@@ -60,19 +60,19 @@ export const treeData2: any[] = [ | @@ -60,19 +60,19 @@ export const treeData2: any[] = [ | ||
60 | { | 60 | { |
61 | name: 'parent 2', | 61 | name: 'parent 2', |
62 | id: '1-1', | 62 | id: '1-1', |
63 | - slots: { title: 'title' }, | 63 | + |
64 | children: [ | 64 | children: [ |
65 | - { name: 'leaf', slots: { title: 'title' }, id: '1-1-0' }, | ||
66 | - { name: 'leaf', slots: { title: 'title' }, id: '1-1-1' }, | 65 | + { name: 'leaf', id: '1-1-0' }, |
66 | + { name: 'leaf', id: '1-1-1' }, | ||
67 | ], | 67 | ], |
68 | }, | 68 | }, |
69 | { | 69 | { |
70 | name: 'parent 3', | 70 | name: 'parent 3', |
71 | id: '2-2', | 71 | id: '2-2', |
72 | - slots: { title: 'title' }, | 72 | + |
73 | children: [ | 73 | children: [ |
74 | - { name: 'leaf', slots: { title: 'title' }, id: '2-2-0' }, | ||
75 | - { name: 'leaf', slots: { title: 'title' }, id: '2-2-1' }, | 74 | + { name: 'leaf', id: '2-2-0' }, |
75 | + { name: 'leaf', id: '2-2-1' }, | ||
76 | ], | 76 | ], |
77 | }, | 77 | }, |
78 | ]; | 78 | ]; |
@@ -81,21 +81,18 @@ export const treeData3: any[] = [ | @@ -81,21 +81,18 @@ export const treeData3: any[] = [ | ||
81 | { | 81 | { |
82 | name: 'parent ', | 82 | name: 'parent ', |
83 | key: '0-0', | 83 | key: '0-0', |
84 | - slots: { title: 'title' }, | ||
85 | children: [ | 84 | children: [ |
86 | - { name: 'leaf', key: '0-0-0', slots: { title: 'title' } }, | 85 | + { name: 'leaf', key: '0-0-0' }, |
87 | { | 86 | { |
88 | name: 'leaf', | 87 | name: 'leaf', |
89 | key: '0-0-1', | 88 | key: '0-0-1', |
90 | - slots: { title: 'title' }, | ||
91 | children: [ | 89 | children: [ |
92 | { | 90 | { |
93 | name: 'leaf', | 91 | name: 'leaf', |
94 | - slots: { title: 'title' }, | ||
95 | key: '0-0-0-0', | 92 | key: '0-0-0-0', |
96 | - children: [{ name: 'leaf', key: '0-0-0-0-1', slots: { title: 'title' } }], | 93 | + children: [{ name: 'leaf', key: '0-0-0-0-1' }], |
97 | }, | 94 | }, |
98 | - { name: 'leaf', slots: { title: 'title' }, key: '0-0-0-1' }, | 95 | + { name: 'leaf', key: '0-0-0-1' }, |
99 | ], | 96 | ], |
100 | }, | 97 | }, |
101 | ], | 98 | ], |
@@ -103,19 +100,19 @@ export const treeData3: any[] = [ | @@ -103,19 +100,19 @@ export const treeData3: any[] = [ | ||
103 | { | 100 | { |
104 | name: 'parent 2', | 101 | name: 'parent 2', |
105 | key: '1-1', | 102 | key: '1-1', |
106 | - slots: { title: 'title' }, | 103 | + |
107 | children: [ | 104 | children: [ |
108 | - { name: 'leaf', slots: { title: 'title' }, key: '1-1-0' }, | ||
109 | - { name: 'leaf', slots: { title: 'title' }, key: '1-1-1' }, | 105 | + { name: 'leaf', key: '1-1-0' }, |
106 | + { name: 'leaf', key: '1-1-1' }, | ||
110 | ], | 107 | ], |
111 | }, | 108 | }, |
112 | { | 109 | { |
113 | name: 'parent 3', | 110 | name: 'parent 3', |
114 | key: '2-2', | 111 | key: '2-2', |
115 | - slots: { title: 'title' }, | 112 | + |
116 | children: [ | 113 | children: [ |
117 | - { name: 'leaf', slots: { title: 'title' }, key: '2-2-0' }, | ||
118 | - { name: 'leaf', slots: { title: 'title' }, key: '2-2-1' }, | 114 | + { name: 'leaf', key: '2-2-0' }, |
115 | + { name: 'leaf', key: '2-2-1' }, | ||
119 | ], | 116 | ], |
120 | }, | 117 | }, |
121 | ]; | 118 | ]; |
src/views/demo/tree/index.vue
@@ -2,7 +2,9 @@ | @@ -2,7 +2,9 @@ | ||
2 | <PageWrapper title="Tree基础示例"> | 2 | <PageWrapper title="Tree基础示例"> |
3 | <Row :gutter="[16, 16]"> | 3 | <Row :gutter="[16, 16]"> |
4 | <Col :span="8"> | 4 | <Col :span="8"> |
5 | - <BasicTree title="基础示例,默认展开第一层" :treeData="treeData" defaultExpandLevel="1" /> | 5 | + <BasicTree title="基础示例,默认展开第一层" :treeData="treeData" defaultExpandLevel="1"> |
6 | + <template #title> 123123 </template> | ||
7 | + </BasicTree> | ||
6 | </Col> | 8 | </Col> |
7 | <Col :span="8"> | 9 | <Col :span="8"> |
8 | <BasicTree | 10 | <BasicTree |
tests/server/package.json
@@ -24,13 +24,13 @@ | @@ -24,13 +24,13 @@ | ||
24 | "@types/koa": "^2.13.4", | 24 | "@types/koa": "^2.13.4", |
25 | "@types/koa-bodyparser": "^5.0.2", | 25 | "@types/koa-bodyparser": "^5.0.2", |
26 | "@types/koa-router": "^7.4.4", | 26 | "@types/koa-router": "^7.4.4", |
27 | - "@types/node": "^16.11.11", | 27 | + "@types/node": "^16.11.12", |
28 | "nodemon": "^2.0.15", | 28 | "nodemon": "^2.0.15", |
29 | "pm2": "^5.1.2", | 29 | "pm2": "^5.1.2", |
30 | "rimraf": "^3.0.2", | 30 | "rimraf": "^3.0.2", |
31 | "ts-node": "^10.4.0", | 31 | "ts-node": "^10.4.0", |
32 | "tsconfig-paths": "^3.12.0", | 32 | "tsconfig-paths": "^3.12.0", |
33 | - "tsup": "^5.10.0", | ||
34 | - "typescript": "^4.5.2" | 33 | + "tsup": "^5.11.1", |
34 | + "typescript": "^4.5.3" | ||
35 | } | 35 | } |
36 | } | 36 | } |