Commit 83921284a60c327ba7d5c3dc63ce7a7fc9adcb36
1 parent
59b309aa
chore: update deps
Showing
6 changed files
with
337 additions
and
325 deletions
.gitpod.yml
.yarnclean deleted
100644 → 0
1 | -# test directories | |
2 | -__tests__ | |
3 | -test | |
4 | -tests | |
5 | -powered-test | |
6 | - | |
7 | -# asset directories | |
8 | -docs | |
9 | -doc | |
10 | -website | |
11 | -images | |
12 | -assets | |
13 | - | |
14 | -# examples | |
15 | -example | |
16 | -examples | |
17 | - | |
18 | -# code coverage directories | |
19 | -coverage | |
20 | -.nyc_output | |
21 | - | |
22 | -# build scripts | |
23 | -Makefile | |
24 | -Gulpfile.js | |
25 | -Gruntfile.js | |
26 | - | |
27 | -# configs | |
28 | -appveyor.yml | |
29 | -circle.yml | |
30 | -codeship-services.yml | |
31 | -codeship-steps.yml | |
32 | -wercker.yml | |
33 | -.tern-project | |
34 | -.gitattributes | |
35 | -.editorconfig | |
36 | -.*ignore | |
37 | -.eslintrc | |
38 | -.jshintrc | |
39 | -.flowconfig | |
40 | -.documentup.json | |
41 | -.yarn-metadata.json | |
42 | -.travis.yml | |
43 | - | |
44 | -# misc | |
45 | -*.md | |
46 | - | |
47 | -!istanbul-reports/lib/html/assets | |
48 | -!istanbul-api/node_modules/istanbul-reports/lib/html/assets |
package.json
... | ... | @@ -36,35 +36,35 @@ |
36 | 36 | "@ant-design/colors": "^6.0.0", |
37 | 37 | "@ant-design/icons-vue": "^6.0.1", |
38 | 38 | "@iconify/iconify": "^2.0.4", |
39 | - "@logicflow/core": "^0.7.2", | |
40 | - "@logicflow/extension": "^0.7.2", | |
41 | - "@vueuse/core": "^6.7.4", | |
42 | - "@vueuse/shared": "^6.7.4", | |
43 | - "@zxcvbn-ts/core": "^1.0.0-beta.0", | |
39 | + "@logicflow/core": "^0.7.5", | |
40 | + "@logicflow/extension": "^0.7.5", | |
41 | + "@vueuse/core": "^6.8.0", | |
42 | + "@vueuse/shared": "^6.8.0", | |
43 | + "@zxcvbn-ts/core": "^1.0.0", | |
44 | 44 | "ant-design-vue": "2.2.8", |
45 | 45 | "axios": "^0.24.0", |
46 | 46 | "codemirror": "^5.63.3", |
47 | 47 | "cropperjs": "^1.5.12", |
48 | 48 | "crypto-js": "^4.1.1", |
49 | 49 | "echarts": "^5.2.2", |
50 | - "intro.js": "^4.2.2", | |
50 | + "intro.js": "^4.3.0", | |
51 | 51 | "lodash-es": "^4.17.21", |
52 | 52 | "mockjs": "^1.1.0", |
53 | 53 | "moment": "^2.29.1", |
54 | 54 | "nprogress": "^0.2.0", |
55 | 55 | "path-to-regexp": "^6.2.0", |
56 | - "pinia": "2.0.0", | |
56 | + "pinia": "2.0.2", | |
57 | 57 | "print-js": "^1.6.0", |
58 | 58 | "qrcode": "^1.4.4", |
59 | 59 | "qs": "^6.10.1", |
60 | 60 | "resize-observer-polyfill": "^1.5.1", |
61 | 61 | "showdown": "^1.9.1", |
62 | 62 | "sortablejs": "^1.14.0", |
63 | - "tinymce": "^5.10.0", | |
63 | + "tinymce": "^5.10.1", | |
64 | 64 | "vditor": "^3.8.7", |
65 | 65 | "vue": "^3.2.21", |
66 | 66 | "vue-i18n": "^9.1.9", |
67 | - "vue-json-pretty": "^2.0.4", | |
67 | + "vue-json-pretty": "^2.0.5", | |
68 | 68 | "vue-router": "^4.0.12", |
69 | 69 | "vue-types": "^4.1.1", |
70 | 70 | "xlsx": "^0.17.3" |
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | "devDependencies": { |
73 | 73 | "@commitlint/cli": "^14.1.0", |
74 | 74 | "@commitlint/config-conventional": "^14.1.0", |
75 | - "@iconify/json": "^1.1.422", | |
75 | + "@iconify/json": "^1.1.426", | |
76 | 76 | "@purge-icons/generated": "^0.7.0", |
77 | 77 | "@types/codemirror": "^5.60.5", |
78 | 78 | "@types/crypto-js": "^4.0.2", |
... | ... | @@ -82,14 +82,14 @@ |
82 | 82 | "@types/jest": "^27.0.2", |
83 | 83 | "@types/lodash-es": "^4.17.5", |
84 | 84 | "@types/mockjs": "^1.0.4", |
85 | - "@types/node": "^16.11.6", | |
85 | + "@types/node": "^16.11.7", | |
86 | 86 | "@types/nprogress": "^0.2.0", |
87 | 87 | "@types/qrcode": "^1.4.1", |
88 | 88 | "@types/qs": "^6.9.7", |
89 | 89 | "@types/showdown": "^1.9.4", |
90 | 90 | "@types/sortablejs": "^1.10.7", |
91 | - "@typescript-eslint/eslint-plugin": "^5.3.0", | |
92 | - "@typescript-eslint/parser": "^5.3.0", | |
91 | + "@typescript-eslint/eslint-plugin": "^5.3.1", | |
92 | + "@typescript-eslint/parser": "^5.3.1", | |
93 | 93 | "@vitejs/plugin-legacy": "^1.6.2", |
94 | 94 | "@vitejs/plugin-vue": "^1.9.4", |
95 | 95 | "@vitejs/plugin-vue-jsx": "^1.2.0", |
... | ... | @@ -100,13 +100,13 @@ |
100 | 100 | "conventional-changelog-cli": "^2.1.1", |
101 | 101 | "cross-env": "^7.0.3", |
102 | 102 | "dotenv": "^10.0.0", |
103 | - "eslint": "^8.1.0", | |
103 | + "eslint": "^8.2.0", | |
104 | 104 | "eslint-config-prettier": "^8.3.0", |
105 | - "eslint-define-config": "^1.1.2", | |
106 | - "eslint-plugin-jest": "^25.2.2", | |
105 | + "eslint-define-config": "^1.1.3", | |
106 | + "eslint-plugin-jest": "^25.2.4", | |
107 | 107 | "eslint-plugin-prettier": "^4.0.0", |
108 | 108 | "eslint-plugin-vue": "^8.0.3", |
109 | - "esno": "^0.10.1", | |
109 | + "esno": "^0.12.0", | |
110 | 110 | "fs-extra": "^10.0.0", |
111 | 111 | "husky": "^7.0.4", |
112 | 112 | "inquirer": "^8.2.0", |
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 | "ts-jest": "^27.0.7", |
129 | 129 | "ts-node": "^10.4.0", |
130 | 130 | "typescript": "^4.4.4", |
131 | - "vite": "^2.6.13", | |
131 | + "vite": "^2.6.14", | |
132 | 132 | "vite-plugin-compression": "^0.3.5", |
133 | 133 | "vite-plugin-html": "^2.1.1", |
134 | 134 | "vite-plugin-imagemin": "^0.4.6", |
... | ... | @@ -139,9 +139,9 @@ |
139 | 139 | "vite-plugin-svg-icons": "^1.0.5", |
140 | 140 | "vite-plugin-theme": "^0.8.1", |
141 | 141 | "vite-plugin-vue-setup-extend": "^0.1.0", |
142 | - "vite-plugin-windicss": "^1.4.12", | |
142 | + "vite-plugin-windicss": "^1.5.1", | |
143 | 143 | "vue-eslint-parser": "^8.0.1", |
144 | - "vue-tsc": "^0.28.10" | |
144 | + "vue-tsc": "^0.29.3" | |
145 | 145 | }, |
146 | 146 | "resolutions": { |
147 | 147 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | ... | ... |
pnpm-lock.yaml
... | ... | @@ -11,9 +11,9 @@ specifiers: |
11 | 11 | '@commitlint/cli': ^14.1.0 |
12 | 12 | '@commitlint/config-conventional': ^14.1.0 |
13 | 13 | '@iconify/iconify': ^2.0.4 |
14 | - '@iconify/json': ^1.1.422 | |
15 | - '@logicflow/core': ^0.7.2 | |
16 | - '@logicflow/extension': ^0.7.2 | |
14 | + '@iconify/json': ^1.1.426 | |
15 | + '@logicflow/core': ^0.7.5 | |
16 | + '@logicflow/extension': ^0.7.5 | |
17 | 17 | '@purge-icons/generated': ^0.7.0 |
18 | 18 | '@types/codemirror': ^5.60.5 |
19 | 19 | '@types/crypto-js': ^4.0.2 |
... | ... | @@ -23,22 +23,22 @@ specifiers: |
23 | 23 | '@types/jest': ^27.0.2 |
24 | 24 | '@types/lodash-es': ^4.17.5 |
25 | 25 | '@types/mockjs': ^1.0.4 |
26 | - '@types/node': ^16.11.6 | |
26 | + '@types/node': ^16.11.7 | |
27 | 27 | '@types/nprogress': ^0.2.0 |
28 | 28 | '@types/qrcode': ^1.4.1 |
29 | 29 | '@types/qs': ^6.9.7 |
30 | 30 | '@types/showdown': ^1.9.4 |
31 | 31 | '@types/sortablejs': ^1.10.7 |
32 | - '@typescript-eslint/eslint-plugin': ^5.3.0 | |
33 | - '@typescript-eslint/parser': ^5.3.0 | |
32 | + '@typescript-eslint/eslint-plugin': ^5.3.1 | |
33 | + '@typescript-eslint/parser': ^5.3.1 | |
34 | 34 | '@vitejs/plugin-legacy': ^1.6.2 |
35 | 35 | '@vitejs/plugin-vue': ^1.9.4 |
36 | 36 | '@vitejs/plugin-vue-jsx': ^1.2.0 |
37 | 37 | '@vue/compiler-sfc': 3.2.21 |
38 | 38 | '@vue/test-utils': ^2.0.0-rc.16 |
39 | - '@vueuse/core': ^6.7.4 | |
40 | - '@vueuse/shared': ^6.7.4 | |
41 | - '@zxcvbn-ts/core': ^1.0.0-beta.0 | |
39 | + '@vueuse/core': ^6.8.0 | |
40 | + '@vueuse/shared': ^6.8.0 | |
41 | + '@zxcvbn-ts/core': ^1.0.0 | |
42 | 42 | ant-design-vue: 2.2.8 |
43 | 43 | autoprefixer: ^10.4.0 |
44 | 44 | axios: ^0.24.0 |
... | ... | @@ -50,17 +50,17 @@ specifiers: |
50 | 50 | crypto-js: ^4.1.1 |
51 | 51 | dotenv: ^10.0.0 |
52 | 52 | echarts: ^5.2.2 |
53 | - eslint: ^8.1.0 | |
53 | + eslint: ^8.2.0 | |
54 | 54 | eslint-config-prettier: ^8.3.0 |
55 | - eslint-define-config: ^1.1.2 | |
56 | - eslint-plugin-jest: ^25.2.2 | |
55 | + eslint-define-config: ^1.1.3 | |
56 | + eslint-plugin-jest: ^25.2.4 | |
57 | 57 | eslint-plugin-prettier: ^4.0.0 |
58 | 58 | eslint-plugin-vue: ^8.0.3 |
59 | - esno: ^0.10.1 | |
59 | + esno: ^0.12.0 | |
60 | 60 | fs-extra: ^10.0.0 |
61 | 61 | husky: ^7.0.4 |
62 | 62 | inquirer: ^8.2.0 |
63 | - intro.js: ^4.2.2 | |
63 | + intro.js: ^4.3.0 | |
64 | 64 | jest: ^27.3.1 |
65 | 65 | less: ^4.1.2 |
66 | 66 | lint-staged: 11.2.6 |
... | ... | @@ -70,7 +70,7 @@ specifiers: |
70 | 70 | npm-run-all: ^4.1.5 |
71 | 71 | nprogress: ^0.2.0 |
72 | 72 | path-to-regexp: ^6.2.0 |
73 | - pinia: 2.0.0 | |
73 | + pinia: 2.0.2 | |
74 | 74 | postcss: ^8.3.11 |
75 | 75 | postcss-html: ^1.2.0 |
76 | 76 | postcss-less: ^5.0.0 |
... | ... | @@ -88,12 +88,12 @@ specifiers: |
88 | 88 | stylelint-config-prettier: ^9.0.3 |
89 | 89 | stylelint-config-standard: ^23.0.0 |
90 | 90 | stylelint-order: ^5.0.0 |
91 | - tinymce: ^5.10.0 | |
91 | + tinymce: ^5.10.1 | |
92 | 92 | ts-jest: ^27.0.7 |
93 | 93 | ts-node: ^10.4.0 |
94 | 94 | typescript: ^4.4.4 |
95 | 95 | vditor: ^3.8.7 |
96 | - vite: ^2.6.13 | |
96 | + vite: ^2.6.14 | |
97 | 97 | vite-plugin-compression: ^0.3.5 |
98 | 98 | vite-plugin-html: ^2.1.1 |
99 | 99 | vite-plugin-imagemin: ^0.4.6 |
... | ... | @@ -104,13 +104,13 @@ specifiers: |
104 | 104 | vite-plugin-svg-icons: ^1.0.5 |
105 | 105 | vite-plugin-theme: ^0.8.1 |
106 | 106 | vite-plugin-vue-setup-extend: ^0.1.0 |
107 | - vite-plugin-windicss: ^1.4.12 | |
107 | + vite-plugin-windicss: ^1.5.1 | |
108 | 108 | vue: ^3.2.21 |
109 | 109 | vue-eslint-parser: ^8.0.1 |
110 | 110 | vue-i18n: ^9.1.9 |
111 | - vue-json-pretty: ^2.0.4 | |
111 | + vue-json-pretty: ^2.0.5 | |
112 | 112 | vue-router: ^4.0.12 |
113 | - vue-tsc: ^0.28.10 | |
113 | + vue-tsc: ^0.29.3 | |
114 | 114 | vue-types: ^4.1.1 |
115 | 115 | xlsx: ^0.17.3 |
116 | 116 | |
... | ... | @@ -118,35 +118,35 @@ dependencies: |
118 | 118 | '@ant-design/colors': 6.0.0 |
119 | 119 | '@ant-design/icons-vue': 6.0.1_vue@3.2.21 |
120 | 120 | '@iconify/iconify': 2.0.4 |
121 | - '@logicflow/core': 0.7.2 | |
122 | - '@logicflow/extension': 0.7.2 | |
123 | - '@vueuse/core': 6.7.4_vue@3.2.21 | |
124 | - '@vueuse/shared': 6.7.4_vue@3.2.21 | |
125 | - '@zxcvbn-ts/core': 1.0.0-beta.0 | |
121 | + '@logicflow/core': 0.7.5 | |
122 | + '@logicflow/extension': 0.7.5 | |
123 | + '@vueuse/core': 6.8.0_vue@3.2.21 | |
124 | + '@vueuse/shared': 6.8.0_vue@3.2.21 | |
125 | + '@zxcvbn-ts/core': 1.0.0 | |
126 | 126 | ant-design-vue: 2.2.8_076477a87ad5f7673ec470dd8ffa7935 |
127 | 127 | axios: 0.24.0 |
128 | 128 | codemirror: 5.63.3 |
129 | 129 | cropperjs: 1.5.12 |
130 | 130 | crypto-js: 4.1.1 |
131 | 131 | echarts: 5.2.2 |
132 | - intro.js: 4.2.2 | |
132 | + intro.js: 4.3.0 | |
133 | 133 | lodash-es: 4.17.21 |
134 | 134 | mockjs: 1.1.0 |
135 | 135 | moment: 2.29.1 |
136 | 136 | nprogress: 0.2.0 |
137 | 137 | path-to-regexp: 6.2.0 |
138 | - pinia: 2.0.0_typescript@4.4.4+vue@3.2.21 | |
138 | + pinia: 2.0.2_typescript@4.4.4+vue@3.2.21 | |
139 | 139 | print-js: 1.6.0 |
140 | 140 | qrcode: 1.4.4 |
141 | 141 | qs: 6.10.1 |
142 | 142 | resize-observer-polyfill: 1.5.1 |
143 | 143 | showdown: 1.9.1 |
144 | 144 | sortablejs: 1.14.0 |
145 | - tinymce: 5.10.0 | |
145 | + tinymce: 5.10.1 | |
146 | 146 | vditor: 3.8.7 |
147 | 147 | vue: 3.2.21 |
148 | 148 | vue-i18n: 9.1.9_vue@3.2.21 |
149 | - vue-json-pretty: 2.0.4_vue@3.2.21 | |
149 | + vue-json-pretty: 2.0.5_vue@3.2.21 | |
150 | 150 | vue-router: 4.0.12_vue@3.2.21 |
151 | 151 | vue-types: 4.1.1_vue@3.2.21 |
152 | 152 | xlsx: 0.17.3 |
... | ... | @@ -154,7 +154,7 @@ dependencies: |
154 | 154 | devDependencies: |
155 | 155 | '@commitlint/cli': 14.1.0 |
156 | 156 | '@commitlint/config-conventional': 14.1.0 |
157 | - '@iconify/json': 1.1.422 | |
157 | + '@iconify/json': 1.1.426 | |
158 | 158 | '@purge-icons/generated': 0.7.0 |
159 | 159 | '@types/codemirror': 5.60.5 |
160 | 160 | '@types/crypto-js': 4.0.2 |
... | ... | @@ -164,16 +164,16 @@ devDependencies: |
164 | 164 | '@types/jest': 27.0.2 |
165 | 165 | '@types/lodash-es': 4.17.5 |
166 | 166 | '@types/mockjs': 1.0.4 |
167 | - '@types/node': 16.11.6 | |
167 | + '@types/node': 16.11.7 | |
168 | 168 | '@types/nprogress': 0.2.0 |
169 | 169 | '@types/qrcode': 1.4.1 |
170 | 170 | '@types/qs': 6.9.7 |
171 | 171 | '@types/showdown': 1.9.4 |
172 | 172 | '@types/sortablejs': 1.10.7 |
173 | - '@typescript-eslint/eslint-plugin': 5.3.0_f8873316f48f7781ccc3e081fc76e214 | |
174 | - '@typescript-eslint/parser': 5.3.0_eslint@8.1.0+typescript@4.4.4 | |
175 | - '@vitejs/plugin-legacy': 1.6.2_vite@2.6.13 | |
176 | - '@vitejs/plugin-vue': 1.9.4_vite@2.6.13 | |
173 | + '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 | |
174 | + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
175 | + '@vitejs/plugin-legacy': 1.6.2_vite@2.6.14 | |
176 | + '@vitejs/plugin-vue': 1.9.4_vite@2.6.14 | |
177 | 177 | '@vitejs/plugin-vue-jsx': 1.2.0 |
178 | 178 | '@vue/compiler-sfc': 3.2.21 |
179 | 179 | '@vue/test-utils': 2.0.0-rc.16_vue@3.2.21 |
... | ... | @@ -182,13 +182,13 @@ devDependencies: |
182 | 182 | conventional-changelog-cli: 2.1.1 |
183 | 183 | cross-env: 7.0.3 |
184 | 184 | dotenv: 10.0.0 |
185 | - eslint: 8.1.0 | |
186 | - eslint-config-prettier: 8.3.0_eslint@8.1.0 | |
187 | - eslint-define-config: 1.1.2 | |
188 | - eslint-plugin-jest: 25.2.2_8b83960a909347b56897443063930486 | |
189 | - eslint-plugin-prettier: 4.0.0_850528f9ec3c0797b9b19a94a36b5ba3 | |
190 | - eslint-plugin-vue: 8.0.3_eslint@8.1.0 | |
191 | - esno: 0.10.1 | |
185 | + eslint: 8.2.0 | |
186 | + eslint-config-prettier: 8.3.0_eslint@8.2.0 | |
187 | + eslint-define-config: 1.1.3 | |
188 | + eslint-plugin-jest: 25.2.4_55428d41374ee1814ab5869f06c1f98b | |
189 | + eslint-plugin-prettier: 4.0.0_307f015733298e29da9050ea0cee5b9e | |
190 | + eslint-plugin-vue: 8.0.3_eslint@8.2.0 | |
191 | + esno: 0.12.0_typescript@4.4.4 | |
192 | 192 | fs-extra: 10.0.0 |
193 | 193 | husky: 7.0.4 |
194 | 194 | inquirer: 8.2.0 |
... | ... | @@ -208,22 +208,22 @@ devDependencies: |
208 | 208 | stylelint-config-standard: 23.0.0_stylelint@14.0.1 |
209 | 209 | stylelint-order: 5.0.0_stylelint@14.0.1 |
210 | 210 | ts-jest: 27.0.7_2c4ca6574207836d1023f54689cc81ac |
211 | - ts-node: 10.4.0_0cb88d80cb04d25b21fa3ec194608c65 | |
211 | + ts-node: 10.4.0_ee928ac548ac44c173bf0d4654ae2c29 | |
212 | 212 | typescript: 4.4.4 |
213 | - vite: 2.6.13_less@4.1.2 | |
214 | - vite-plugin-compression: 0.3.5_vite@2.6.13 | |
215 | - vite-plugin-html: 2.1.1_vite@2.6.13 | |
216 | - vite-plugin-imagemin: 0.4.6_vite@2.6.13 | |
217 | - vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.6.13 | |
218 | - vite-plugin-purge-icons: 0.7.0_vite@2.6.13 | |
219 | - vite-plugin-pwa: 0.11.3_vite@2.6.13 | |
220 | - vite-plugin-style-import: 1.3.0_vite@2.6.13 | |
221 | - vite-plugin-svg-icons: 1.0.5_vite@2.6.13 | |
222 | - vite-plugin-theme: 0.8.1_vite@2.6.13 | |
223 | - vite-plugin-vue-setup-extend: 0.1.0_vite@2.6.13 | |
224 | - vite-plugin-windicss: 1.4.12_vite@2.6.13 | |
225 | - vue-eslint-parser: 8.0.1_eslint@8.1.0 | |
226 | - vue-tsc: 0.28.10_typescript@4.4.4 | |
213 | + vite: 2.6.14_less@4.1.2 | |
214 | + vite-plugin-compression: 0.3.5_vite@2.6.14 | |
215 | + vite-plugin-html: 2.1.1_vite@2.6.14 | |
216 | + vite-plugin-imagemin: 0.4.6_vite@2.6.14 | |
217 | + vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.6.14 | |
218 | + vite-plugin-purge-icons: 0.7.0_vite@2.6.14 | |
219 | + vite-plugin-pwa: 0.11.3_vite@2.6.14 | |
220 | + vite-plugin-style-import: 1.3.0_vite@2.6.14 | |
221 | + vite-plugin-svg-icons: 1.0.5_vite@2.6.14 | |
222 | + vite-plugin-theme: 0.8.1_vite@2.6.14 | |
223 | + vite-plugin-vue-setup-extend: 0.1.0_vite@2.6.14 | |
224 | + vite-plugin-windicss: 1.5.1_vite@2.6.14 | |
225 | + vue-eslint-parser: 8.0.1_eslint@8.2.0 | |
226 | + vue-tsc: 0.29.3_typescript@4.4.4 | |
227 | 227 | |
228 | 228 | packages: |
229 | 229 | |
... | ... | @@ -1634,8 +1634,8 @@ packages: |
1634 | 1634 | - typescript |
1635 | 1635 | dev: true |
1636 | 1636 | |
1637 | - /@eslint/eslintrc/1.0.3: | |
1638 | - resolution: {integrity: sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==} | |
1637 | + /@eslint/eslintrc/1.0.4: | |
1638 | + resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} | |
1639 | 1639 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
1640 | 1640 | dependencies: |
1641 | 1641 | ajv: 6.12.6 |
... | ... | @@ -1644,7 +1644,7 @@ packages: |
1644 | 1644 | globals: 13.12.0 |
1645 | 1645 | ignore: 4.0.6 |
1646 | 1646 | import-fresh: 3.3.0 |
1647 | - js-yaml: 3.14.1 | |
1647 | + js-yaml: 4.1.0 | |
1648 | 1648 | minimatch: 3.0.4 |
1649 | 1649 | strip-json-comments: 3.1.1 |
1650 | 1650 | transitivePeerDependencies: |
... | ... | @@ -1682,8 +1682,8 @@ packages: |
1682 | 1682 | dependencies: |
1683 | 1683 | cross-fetch: 3.1.4 |
1684 | 1684 | |
1685 | - /@iconify/json/1.1.422: | |
1686 | - resolution: {integrity: sha512-yxIjzblsWIRZfXK+bfBWtm1LDD7+QlBXO/K7xnqU+LiOk6rJXvh+Veks/LgDD2wAi3PYQHVzCZBqp6OGGz6K/Q==} | |
1685 | + /@iconify/json/1.1.426: | |
1686 | + resolution: {integrity: sha512-hY0VC4JAnHaXdHkUzNuoSGKS493TN+tu6BVFmT/olNVZgl2ovwiOjNhpEhBHEcOb9DRV6cV5kZH9YeNzMlVTog==} | |
1687 | 1687 | dev: true |
1688 | 1688 | |
1689 | 1689 | /@intlify/core-base/9.1.9: |
... | ... | @@ -1763,7 +1763,7 @@ packages: |
1763 | 1763 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1764 | 1764 | dependencies: |
1765 | 1765 | '@jest/types': 27.2.5 |
1766 | - '@types/node': 16.11.6 | |
1766 | + '@types/node': 16.11.7 | |
1767 | 1767 | chalk: 4.1.2 |
1768 | 1768 | jest-message-util: 27.3.1 |
1769 | 1769 | jest-util: 27.3.1 |
... | ... | @@ -1784,7 +1784,7 @@ packages: |
1784 | 1784 | '@jest/test-result': 27.3.1 |
1785 | 1785 | '@jest/transform': 27.3.1 |
1786 | 1786 | '@jest/types': 27.2.5 |
1787 | - '@types/node': 16.11.6 | |
1787 | + '@types/node': 16.11.7 | |
1788 | 1788 | ansi-escapes: 4.3.2 |
1789 | 1789 | chalk: 4.1.2 |
1790 | 1790 | emittery: 0.8.1 |
... | ... | @@ -1821,7 +1821,7 @@ packages: |
1821 | 1821 | dependencies: |
1822 | 1822 | '@jest/fake-timers': 27.3.1 |
1823 | 1823 | '@jest/types': 27.2.5 |
1824 | - '@types/node': 16.11.6 | |
1824 | + '@types/node': 16.11.7 | |
1825 | 1825 | jest-mock: 27.3.0 |
1826 | 1826 | dev: true |
1827 | 1827 | |
... | ... | @@ -1831,7 +1831,7 @@ packages: |
1831 | 1831 | dependencies: |
1832 | 1832 | '@jest/types': 27.2.5 |
1833 | 1833 | '@sinonjs/fake-timers': 8.0.1 |
1834 | - '@types/node': 16.11.6 | |
1834 | + '@types/node': 16.11.7 | |
1835 | 1835 | jest-message-util: 27.3.1 |
1836 | 1836 | jest-mock: 27.3.0 |
1837 | 1837 | jest-util: 27.3.1 |
... | ... | @@ -1860,7 +1860,7 @@ packages: |
1860 | 1860 | '@jest/test-result': 27.3.1 |
1861 | 1861 | '@jest/transform': 27.3.1 |
1862 | 1862 | '@jest/types': 27.2.5 |
1863 | - '@types/node': 16.11.6 | |
1863 | + '@types/node': 16.11.7 | |
1864 | 1864 | chalk: 4.1.2 |
1865 | 1865 | collect-v8-coverage: 1.0.1 |
1866 | 1866 | exit: 0.1.2 |
... | ... | @@ -1944,23 +1944,23 @@ packages: |
1944 | 1944 | dependencies: |
1945 | 1945 | '@types/istanbul-lib-coverage': 2.0.3 |
1946 | 1946 | '@types/istanbul-reports': 3.0.1 |
1947 | - '@types/node': 16.11.6 | |
1947 | + '@types/node': 16.11.7 | |
1948 | 1948 | '@types/yargs': 16.0.4 |
1949 | 1949 | chalk: 4.1.2 |
1950 | 1950 | dev: true |
1951 | 1951 | |
1952 | - /@logicflow/core/0.7.2: | |
1953 | - resolution: {integrity: sha512-wROAyCWXHk9pplKvzevpjYTqaeZvtj6NhQiR43uB0lmq4hunIzHQ7l3CevvjSwMLi6Vv745/ZAy+YY0L9Dd+1w==} | |
1952 | + /@logicflow/core/0.7.5: | |
1953 | + resolution: {integrity: sha512-PDQf5+NejfRL8Yjt7eTbCqzv5nPMnN1jKQ5tPbUD8HoRfUdZBzr52eSa8Y7OUt9hbEuj1aWnR6JAoTwOL/uJ2g==} | |
1954 | 1954 | dependencies: |
1955 | 1955 | '@types/mousetrap': 1.6.8 |
1956 | 1956 | mousetrap: 1.6.5 |
1957 | 1957 | preact: 10.5.15 |
1958 | 1958 | dev: false |
1959 | 1959 | |
1960 | - /@logicflow/extension/0.7.2: | |
1961 | - resolution: {integrity: sha512-ftq2Dsh5jLK76Xw2UrfAcfmtLP6VPDNwW+J/APz1uqrHfcPUTav1usRzukcaJz9WaooAhGT/6jeY16o/Bwv3UA==} | |
1960 | + /@logicflow/extension/0.7.5: | |
1961 | + resolution: {integrity: sha512-bIKrV5cT4qeWJ1JL1UFvqkhj3p8d+LSIg2GgKx1QCv0DaKKmnHnkxizRpP9HwFJn7N56MxFit0VT4gYF9F3Gxg==} | |
1962 | 1962 | dependencies: |
1963 | - '@logicflow/core': 0.7.2 | |
1963 | + '@logicflow/core': 0.7.5 | |
1964 | 1964 | ids: 1.0.0 |
1965 | 1965 | preact: 10.5.15 |
1966 | 1966 | dev: false |
... | ... | @@ -2060,6 +2060,19 @@ packages: |
2060 | 2060 | rollup: 2.59.0 |
2061 | 2061 | dev: true |
2062 | 2062 | |
2063 | + /@rollup/plugin-typescript/8.3.0_typescript@4.4.4: | |
2064 | + resolution: {integrity: sha512-I5FpSvLbtAdwJ+naznv+B4sjXZUcIvLLceYpITAn7wAP8W0wqc5noLdGIp9HGVntNhRWXctwPYrSSFQxtl0FPA==} | |
2065 | + engines: {node: '>=8.0.0'} | |
2066 | + peerDependencies: | |
2067 | + rollup: ^2.14.0 | |
2068 | + tslib: '*' | |
2069 | + typescript: '>=3.7.0' | |
2070 | + dependencies: | |
2071 | + '@rollup/pluginutils': 3.1.0 | |
2072 | + resolve: 1.20.0 | |
2073 | + typescript: 4.4.4 | |
2074 | + dev: true | |
2075 | + | |
2063 | 2076 | /@rollup/pluginutils/3.1.0: |
2064 | 2077 | resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} |
2065 | 2078 | engines: {node: '>= 8.0.0'} |
... | ... | @@ -2198,20 +2211,20 @@ packages: |
2198 | 2211 | /@types/fs-extra/9.0.13: |
2199 | 2212 | resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} |
2200 | 2213 | dependencies: |
2201 | - '@types/node': 16.11.6 | |
2214 | + '@types/node': 16.11.7 | |
2202 | 2215 | dev: true |
2203 | 2216 | |
2204 | 2217 | /@types/glob/7.2.0: |
2205 | 2218 | resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} |
2206 | 2219 | dependencies: |
2207 | 2220 | '@types/minimatch': 3.0.5 |
2208 | - '@types/node': 16.11.6 | |
2221 | + '@types/node': 16.11.7 | |
2209 | 2222 | dev: true |
2210 | 2223 | |
2211 | 2224 | /@types/graceful-fs/4.1.5: |
2212 | 2225 | resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} |
2213 | 2226 | dependencies: |
2214 | - '@types/node': 16.11.6 | |
2227 | + '@types/node': 16.11.7 | |
2215 | 2228 | dev: true |
2216 | 2229 | |
2217 | 2230 | /@types/imagemin-gifsicle/7.0.1: |
... | ... | @@ -2254,7 +2267,7 @@ packages: |
2254 | 2267 | /@types/imagemin/7.0.1: |
2255 | 2268 | resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} |
2256 | 2269 | dependencies: |
2257 | - '@types/node': 16.11.6 | |
2270 | + '@types/node': 16.11.7 | |
2258 | 2271 | dev: true |
2259 | 2272 | |
2260 | 2273 | /@types/inquirer/8.1.3: |
... | ... | @@ -2324,8 +2337,8 @@ packages: |
2324 | 2337 | resolution: {integrity: sha512-JcII3D5/OapPGx+eJ+Ik1SQGyt6WvuqdRfh9jUwL6/iHGjmyOriBDciBUu7lEIBTL2ijxwrR70WUnw5AEDmFvQ==} |
2325 | 2338 | dev: true |
2326 | 2339 | |
2327 | - /@types/node/16.11.6: | |
2328 | - resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==} | |
2340 | + /@types/node/16.11.7: | |
2341 | + resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==} | |
2329 | 2342 | dev: true |
2330 | 2343 | |
2331 | 2344 | /@types/normalize-package-data/2.4.1: |
... | ... | @@ -2347,7 +2360,7 @@ packages: |
2347 | 2360 | /@types/qrcode/1.4.1: |
2348 | 2361 | resolution: {integrity: sha512-vxMyr7JM7tYPxu8vUE83NiosWX5DZieCyYeJRoOIg0pAkyofCBzknJ2ycUZkPGDFis2RS8GN/BeJLnRnAPxeCA==} |
2349 | 2362 | dependencies: |
2350 | - '@types/node': 16.11.6 | |
2363 | + '@types/node': 16.11.7 | |
2351 | 2364 | dev: true |
2352 | 2365 | |
2353 | 2366 | /@types/qs/6.9.7: |
... | ... | @@ -2357,7 +2370,7 @@ packages: |
2357 | 2370 | /@types/resolve/1.17.1: |
2358 | 2371 | resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} |
2359 | 2372 | dependencies: |
2360 | - '@types/node': 16.11.6 | |
2373 | + '@types/node': 16.11.7 | |
2361 | 2374 | dev: true |
2362 | 2375 | |
2363 | 2376 | /@types/showdown/1.9.4: |
... | ... | @@ -2379,7 +2392,7 @@ packages: |
2379 | 2392 | /@types/svgo/2.6.0: |
2380 | 2393 | resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} |
2381 | 2394 | dependencies: |
2382 | - '@types/node': 16.11.6 | |
2395 | + '@types/node': 16.11.7 | |
2383 | 2396 | dev: true |
2384 | 2397 | |
2385 | 2398 | /@types/tern/0.23.4: |
... | ... | @@ -2395,7 +2408,7 @@ packages: |
2395 | 2408 | /@types/through/0.0.30: |
2396 | 2409 | resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} |
2397 | 2410 | dependencies: |
2398 | - '@types/node': 16.11.6 | |
2411 | + '@types/node': 16.11.7 | |
2399 | 2412 | dev: true |
2400 | 2413 | |
2401 | 2414 | /@types/tinycolor2/1.4.3: |
... | ... | @@ -2416,8 +2429,8 @@ packages: |
2416 | 2429 | '@types/yargs-parser': 20.2.1 |
2417 | 2430 | dev: true |
2418 | 2431 | |
2419 | - /@typescript-eslint/eslint-plugin/5.3.0_f8873316f48f7781ccc3e081fc76e214: | |
2420 | - resolution: {integrity: sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==} | |
2432 | + /@typescript-eslint/eslint-plugin/5.3.1_4653b7803b7453f5f37717b7e1448517: | |
2433 | + resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==} | |
2421 | 2434 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2422 | 2435 | peerDependencies: |
2423 | 2436 | '@typescript-eslint/parser': ^5.0.0 |
... | ... | @@ -2427,11 +2440,11 @@ packages: |
2427 | 2440 | typescript: |
2428 | 2441 | optional: true |
2429 | 2442 | dependencies: |
2430 | - '@typescript-eslint/experimental-utils': 5.3.0_eslint@8.1.0+typescript@4.4.4 | |
2431 | - '@typescript-eslint/parser': 5.3.0_eslint@8.1.0+typescript@4.4.4 | |
2432 | - '@typescript-eslint/scope-manager': 5.3.0 | |
2443 | + '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
2444 | + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
2445 | + '@typescript-eslint/scope-manager': 5.3.1 | |
2433 | 2446 | debug: 4.3.2 |
2434 | - eslint: 8.1.0 | |
2447 | + eslint: 8.2.0 | |
2435 | 2448 | functional-red-black-tree: 1.0.1 |
2436 | 2449 | ignore: 5.1.8 |
2437 | 2450 | regexpp: 3.2.0 |
... | ... | @@ -2442,26 +2455,26 @@ packages: |
2442 | 2455 | - supports-color |
2443 | 2456 | dev: true |
2444 | 2457 | |
2445 | - /@typescript-eslint/experimental-utils/5.3.0_eslint@8.1.0+typescript@4.4.4: | |
2446 | - resolution: {integrity: sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==} | |
2458 | + /@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.4.4: | |
2459 | + resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==} | |
2447 | 2460 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2448 | 2461 | peerDependencies: |
2449 | 2462 | eslint: '*' |
2450 | 2463 | dependencies: |
2451 | 2464 | '@types/json-schema': 7.0.9 |
2452 | - '@typescript-eslint/scope-manager': 5.3.0 | |
2453 | - '@typescript-eslint/types': 5.3.0 | |
2454 | - '@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4 | |
2455 | - eslint: 8.1.0 | |
2465 | + '@typescript-eslint/scope-manager': 5.3.1 | |
2466 | + '@typescript-eslint/types': 5.3.1 | |
2467 | + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 | |
2468 | + eslint: 8.2.0 | |
2456 | 2469 | eslint-scope: 5.1.1 |
2457 | - eslint-utils: 3.0.0_eslint@8.1.0 | |
2470 | + eslint-utils: 3.0.0_eslint@8.2.0 | |
2458 | 2471 | transitivePeerDependencies: |
2459 | 2472 | - supports-color |
2460 | 2473 | - typescript |
2461 | 2474 | dev: true |
2462 | 2475 | |
2463 | - /@typescript-eslint/parser/5.3.0_eslint@8.1.0+typescript@4.4.4: | |
2464 | - resolution: {integrity: sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==} | |
2476 | + /@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.4.4: | |
2477 | + resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==} | |
2465 | 2478 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2466 | 2479 | peerDependencies: |
2467 | 2480 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 |
... | ... | @@ -2470,31 +2483,31 @@ packages: |
2470 | 2483 | typescript: |
2471 | 2484 | optional: true |
2472 | 2485 | dependencies: |
2473 | - '@typescript-eslint/scope-manager': 5.3.0 | |
2474 | - '@typescript-eslint/types': 5.3.0 | |
2475 | - '@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4 | |
2486 | + '@typescript-eslint/scope-manager': 5.3.1 | |
2487 | + '@typescript-eslint/types': 5.3.1 | |
2488 | + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 | |
2476 | 2489 | debug: 4.3.2 |
2477 | - eslint: 8.1.0 | |
2490 | + eslint: 8.2.0 | |
2478 | 2491 | typescript: 4.4.4 |
2479 | 2492 | transitivePeerDependencies: |
2480 | 2493 | - supports-color |
2481 | 2494 | dev: true |
2482 | 2495 | |
2483 | - /@typescript-eslint/scope-manager/5.3.0: | |
2484 | - resolution: {integrity: sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==} | |
2496 | + /@typescript-eslint/scope-manager/5.3.1: | |
2497 | + resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==} | |
2485 | 2498 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2486 | 2499 | dependencies: |
2487 | - '@typescript-eslint/types': 5.3.0 | |
2488 | - '@typescript-eslint/visitor-keys': 5.3.0 | |
2500 | + '@typescript-eslint/types': 5.3.1 | |
2501 | + '@typescript-eslint/visitor-keys': 5.3.1 | |
2489 | 2502 | dev: true |
2490 | 2503 | |
2491 | - /@typescript-eslint/types/5.3.0: | |
2492 | - resolution: {integrity: sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==} | |
2504 | + /@typescript-eslint/types/5.3.1: | |
2505 | + resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==} | |
2493 | 2506 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2494 | 2507 | dev: true |
2495 | 2508 | |
2496 | - /@typescript-eslint/typescript-estree/5.3.0_typescript@4.4.4: | |
2497 | - resolution: {integrity: sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==} | |
2509 | + /@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4: | |
2510 | + resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==} | |
2498 | 2511 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2499 | 2512 | peerDependencies: |
2500 | 2513 | typescript: '*' |
... | ... | @@ -2502,8 +2515,8 @@ packages: |
2502 | 2515 | typescript: |
2503 | 2516 | optional: true |
2504 | 2517 | dependencies: |
2505 | - '@typescript-eslint/types': 5.3.0 | |
2506 | - '@typescript-eslint/visitor-keys': 5.3.0 | |
2518 | + '@typescript-eslint/types': 5.3.1 | |
2519 | + '@typescript-eslint/visitor-keys': 5.3.1 | |
2507 | 2520 | debug: 4.3.2 |
2508 | 2521 | globby: 11.0.4 |
2509 | 2522 | is-glob: 4.0.3 |
... | ... | @@ -2514,15 +2527,15 @@ packages: |
2514 | 2527 | - supports-color |
2515 | 2528 | dev: true |
2516 | 2529 | |
2517 | - /@typescript-eslint/visitor-keys/5.3.0: | |
2518 | - resolution: {integrity: sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==} | |
2530 | + /@typescript-eslint/visitor-keys/5.3.1: | |
2531 | + resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==} | |
2519 | 2532 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2520 | 2533 | dependencies: |
2521 | - '@typescript-eslint/types': 5.3.0 | |
2534 | + '@typescript-eslint/types': 5.3.1 | |
2522 | 2535 | eslint-visitor-keys: 3.0.0 |
2523 | 2536 | dev: true |
2524 | 2537 | |
2525 | - /@vitejs/plugin-legacy/1.6.2_vite@2.6.13: | |
2538 | + /@vitejs/plugin-legacy/1.6.2_vite@2.6.14: | |
2526 | 2539 | resolution: {integrity: sha512-p5Bv/827WUpVN2m95ZYXzmjE3AblFE4CHasVoZ7dIwOPlyNcpg70SehEi5AWqyC0E7C1rHD8Nju9rWoV9uBLiw==} |
2527 | 2540 | engines: {node: '>=12.0.0'} |
2528 | 2541 | peerDependencies: |
... | ... | @@ -2533,7 +2546,7 @@ packages: |
2533 | 2546 | magic-string: 0.25.7 |
2534 | 2547 | regenerator-runtime: 0.13.9 |
2535 | 2548 | systemjs: 6.11.0 |
2536 | - vite: 2.6.13_less@4.1.2 | |
2549 | + vite: 2.6.14_less@4.1.2 | |
2537 | 2550 | dev: true |
2538 | 2551 | |
2539 | 2552 | /@vitejs/plugin-vue-jsx/1.2.0: |
... | ... | @@ -2550,24 +2563,24 @@ packages: |
2550 | 2563 | - supports-color |
2551 | 2564 | dev: true |
2552 | 2565 | |
2553 | - /@vitejs/plugin-vue/1.9.4_vite@2.6.13: | |
2566 | + /@vitejs/plugin-vue/1.9.4_vite@2.6.14: | |
2554 | 2567 | resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==} |
2555 | 2568 | engines: {node: '>=12.0.0'} |
2556 | 2569 | peerDependencies: |
2557 | 2570 | vite: ^2.5.10 |
2558 | 2571 | dependencies: |
2559 | - vite: 2.6.13_less@4.1.2 | |
2572 | + vite: 2.6.14_less@4.1.2 | |
2560 | 2573 | dev: true |
2561 | 2574 | |
2562 | - /@volar/code-gen/0.28.10: | |
2563 | - resolution: {integrity: sha512-MybgBubg1im4MiFoiTUMmxKTC+KZJQfIO5g/TVnysEsCr4ssG0lG1rF3Gg3lbQKefdMiqsH5FNuMyqLC/bsWQg==} | |
2575 | + /@volar/code-gen/0.29.3: | |
2576 | + resolution: {integrity: sha512-qKpmk5E4+yppI3hqXfjUwatRStO5lmv7jBXQ5OutQwr9ZSEivPKDHTlfdhJxjJ2nd+buk/FDTzhFQFPbApTQAg==} | |
2564 | 2577 | dependencies: |
2565 | - '@volar/shared': 0.28.10 | |
2566 | - '@volar/source-map': 0.28.10 | |
2578 | + '@volar/shared': 0.29.3 | |
2579 | + '@volar/source-map': 0.29.3 | |
2567 | 2580 | dev: true |
2568 | 2581 | |
2569 | - /@volar/html2pug/0.28.10: | |
2570 | - resolution: {integrity: sha512-orcNnKyUPZZVb7pRvRHU7R8gk4abKZQELT0zXt2T7EbC5B8usmWNav6Sis9kVzV5Etj5h/IYutv7Df7PiKwLOQ==} | |
2582 | + /@volar/html2pug/0.29.3: | |
2583 | + resolution: {integrity: sha512-6PdonV53ln0xkqUJUxgQ7H//OHK/2lRKiwR+y14hJNmwVQmJo40Uj3Irlqdhiw5+Qq6E02OlxD3Xg+77gFSBDw==} | |
2571 | 2584 | dependencies: |
2572 | 2585 | domelementtype: 2.2.0 |
2573 | 2586 | domhandler: 4.2.2 |
... | ... | @@ -2575,27 +2588,39 @@ packages: |
2575 | 2588 | pug: 3.0.2 |
2576 | 2589 | dev: true |
2577 | 2590 | |
2578 | - /@volar/shared/0.28.10: | |
2579 | - resolution: {integrity: sha512-MzBEfBM5E5q4EfOd8Gkqmo+XTfbXiuT8IEWtfmpS8ax3GVeofkeAgzK/TadkatW/Nb2cKOaCYkmILpFKvDnDRQ==} | |
2591 | + /@volar/shared/0.29.3: | |
2592 | + resolution: {integrity: sha512-K4KXHD9me278reBZE65Wqma5ps4U+5puh0nJ20AcAlMX4ItU6CAfP4Tes87kBPPFjTQVHS2V+idE4h6VpaJdMw==} | |
2580 | 2593 | dependencies: |
2581 | 2594 | upath: 2.0.1 |
2582 | 2595 | vscode-jsonrpc: 8.0.0-next.3 |
2583 | 2596 | vscode-uri: 3.0.2 |
2584 | 2597 | dev: true |
2585 | 2598 | |
2586 | - /@volar/source-map/0.28.10: | |
2587 | - resolution: {integrity: sha512-hQ2gclwP7yvZIdaVEC1LixViDPIO6JGkCBxAS8Erg9p2d0ruTyzazfd0NLaLuHLoMnxExILYNK2W05yQmIpRIA==} | |
2599 | + /@volar/source-map/0.29.3: | |
2600 | + resolution: {integrity: sha512-m0eFr4kM/XEEkANTxDiJmY9Bt/RNeQkMfEhsxBPyIx5fSKs1fLrm+HkkdgdD6fhcXYkIqPXYPWu/2FvpOFxW0g==} | |
2588 | 2601 | dependencies: |
2589 | - '@volar/shared': 0.28.10 | |
2602 | + '@volar/shared': 0.29.3 | |
2590 | 2603 | dev: true |
2591 | 2604 | |
2592 | - /@volar/transforms/0.28.10: | |
2593 | - resolution: {integrity: sha512-GOQN3amI733oFweKKjuBBOEOMwy0e/aEAnnJNavrrHa7LY6Ke/JfNsoWhi9Pb2FAPYd+WyruDDFX8yKHjQE1xw==} | |
2605 | + /@volar/transforms/0.29.3: | |
2606 | + resolution: {integrity: sha512-8VEGzDV1/1iC4SRBkGpKm7iMv1/AcWy0PFcre6QW3Jl0ttId2RX9Y017s/LvL1c3tGq0gxa3Sw6tvmMLw301+Q==} | |
2594 | 2607 | dependencies: |
2595 | - '@volar/shared': 0.28.10 | |
2608 | + '@volar/shared': 0.29.3 | |
2596 | 2609 | vscode-languageserver: 8.0.0-next.3 |
2597 | 2610 | dev: true |
2598 | 2611 | |
2612 | + /@volar/vue-code-gen/0.29.3: | |
2613 | + resolution: {integrity: sha512-pQ+i+7JU90vpQqlQaj1H2wo5oAGQLu7cbTLBtOXfL/ea+UE2Oqb07pFdhDqBnMv6uo0HrDr5bbWVfDYa1Xntnw==} | |
2614 | + dependencies: | |
2615 | + '@volar/code-gen': 0.29.3 | |
2616 | + '@volar/shared': 0.29.3 | |
2617 | + '@volar/source-map': 0.29.3 | |
2618 | + '@vue/compiler-core': 3.2.21 | |
2619 | + '@vue/compiler-dom': 3.2.21 | |
2620 | + '@vue/shared': 3.2.21 | |
2621 | + upath: 2.0.1 | |
2622 | + dev: true | |
2623 | + | |
2599 | 2624 | /@vscode/emmet-helper/2.8.2: |
2600 | 2625 | resolution: {integrity: sha512-A/+pkBYQq2JTow1A2flfTmEOmiF780KpdkoX7VBjQ7wujeA+CFUPd17YdeIa9aim20+J5Jp7SFujPDwVFiQucQ==} |
2601 | 2626 | dependencies: |
... | ... | @@ -2716,8 +2741,8 @@ packages: |
2716 | 2741 | vue: 3.2.21 |
2717 | 2742 | dev: true |
2718 | 2743 | |
2719 | - /@vueuse/core/6.7.4_vue@3.2.21: | |
2720 | - resolution: {integrity: sha512-y39SD+pxDkv7/Fe369c02FQpr/148otQr64ScPDTpw4fGnspc8ONXCNU3gTrvDFRuiylirdPBpXgmt/GDQO7RA==} | |
2744 | + /@vueuse/core/6.8.0_vue@3.2.21: | |
2745 | + resolution: {integrity: sha512-C6KMBus29L/mVtA5eK26WAqj6tyPlugrKaPLi2uLtbV//BHjbxe1uo3gVXCc5SwouDEdc7zswlGPw/l0/++NRg==} | |
2721 | 2746 | peerDependencies: |
2722 | 2747 | '@vue/composition-api': ^1.1.0 |
2723 | 2748 | vue: ^2.6.0 || ^3.2.0 |
... | ... | @@ -2727,13 +2752,13 @@ packages: |
2727 | 2752 | vue: |
2728 | 2753 | optional: true |
2729 | 2754 | dependencies: |
2730 | - '@vueuse/shared': 6.7.4_vue@3.2.21 | |
2755 | + '@vueuse/shared': 6.8.0_vue@3.2.21 | |
2731 | 2756 | vue: 3.2.21 |
2732 | 2757 | vue-demi: 0.12.0_vue@3.2.21 |
2733 | 2758 | dev: false |
2734 | 2759 | |
2735 | - /@vueuse/shared/6.7.4_vue@3.2.21: | |
2736 | - resolution: {integrity: sha512-Lkm8myEiOj0sIqSXck5EXDbu0W705Q10BxydGLMfiV6wAY4U1zu+YgEgR37Wy2/mT1545pwQqiJ7bd3kQQFCMw==} | |
2760 | + /@vueuse/shared/6.8.0_vue@3.2.21: | |
2761 | + resolution: {integrity: sha512-+YjehQ8Qe4Qgyq8iTToVOzp4sZBAZvScv3AGJSMi6HYbe54+nyjrRfS8DN4fA0eUahyftHKZ00WKgMe7TS5N0w==} | |
2737 | 2762 | peerDependencies: |
2738 | 2763 | '@vue/composition-api': ^1.1.0 |
2739 | 2764 | vue: ^2.6.0 || ^3.2.0 |
... | ... | @@ -2747,8 +2772,8 @@ packages: |
2747 | 2772 | vue-demi: 0.12.0_vue@3.2.21 |
2748 | 2773 | dev: false |
2749 | 2774 | |
2750 | - /@windicss/config/1.4.12: | |
2751 | - resolution: {integrity: sha512-+ckfkRoWC8wia5o7iCyDmydiJEkjX6lVEb6a2QVPI9WQ9Mi7hqfgOoStijOsEn0wIz95FDiOfVe5aSb1V4jEtw==} | |
2775 | + /@windicss/config/1.5.1: | |
2776 | + resolution: {integrity: sha512-nWNgvvJj9RcYhLcqwju/Z8FfaHRjyWHDYS3IgY7lWUM+vWTLFuKqhavKfC1589kdYjiO9JeX07Vg+YzfcxP0Yw==} | |
2752 | 2777 | dependencies: |
2753 | 2778 | debug: 4.3.2 |
2754 | 2779 | jiti: 1.12.9 |
... | ... | @@ -2757,11 +2782,11 @@ packages: |
2757 | 2782 | - supports-color |
2758 | 2783 | dev: true |
2759 | 2784 | |
2760 | - /@windicss/plugin-utils/1.4.12: | |
2761 | - resolution: {integrity: sha512-ixYflwELxEjHyh0B9HqTwDp1d3v5IWtUucVY84o41ZU53BkuRw1lKbNlLMqbrtbk8p8rAQxjuwWZkWxFYi77tQ==} | |
2785 | + /@windicss/plugin-utils/1.5.1: | |
2786 | + resolution: {integrity: sha512-gxJiTCMKv1p1x4W2BLG2yfNe+DfIVPc8+aKvfCUCtOpdg5GB5yzhuAC4ROsKiXHxu4QXoojrh7jXH6ELlrELpQ==} | |
2762 | 2787 | dependencies: |
2763 | 2788 | '@antfu/utils': 0.3.0 |
2764 | - '@windicss/config': 1.4.12 | |
2789 | + '@windicss/config': 1.5.1 | |
2765 | 2790 | debug: 4.3.2 |
2766 | 2791 | fast-glob: 3.2.7 |
2767 | 2792 | magic-string: 0.25.7 |
... | ... | @@ -2771,8 +2796,8 @@ packages: |
2771 | 2796 | - supports-color |
2772 | 2797 | dev: true |
2773 | 2798 | |
2774 | - /@zxcvbn-ts/core/1.0.0-beta.0: | |
2775 | - resolution: {integrity: sha512-E2rHy2jrCDzJ62xqY5KteOHR+y7uPqL6FLUPVCDZmeYrAZRgB+CpO0QIQKLVrxwssx0YhApmE23eHmouce+OUA==} | |
2799 | + /@zxcvbn-ts/core/1.0.0: | |
2800 | + resolution: {integrity: sha512-I8yUfdJbwp7oxJAvP6trkq7GJKBAAKCUXzvpZ4e0xnxfyLIxek/+eDTdxZ7CEKfZMuCuCltRTirf9gqgaTYxWA==} | |
2776 | 2801 | dev: false |
2777 | 2802 | |
2778 | 2803 | /JSONStream/1.3.5: |
... | ... | @@ -3434,6 +3459,12 @@ packages: |
3434 | 3459 | engines: {node: '>=6'} |
3435 | 3460 | dev: true |
3436 | 3461 | |
3462 | + /builtins/4.0.0: | |
3463 | + resolution: {integrity: sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw==} | |
3464 | + dependencies: | |
3465 | + semver: 7.3.5 | |
3466 | + dev: true | |
3467 | + | |
3437 | 3468 | /cache-base/1.0.1: |
3438 | 3469 | resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} |
3439 | 3470 | engines: {node: '>=0.10.0'} |
... | ... | @@ -4874,10 +4905,18 @@ packages: |
4874 | 4905 | dev: true |
4875 | 4906 | optional: true |
4876 | 4907 | |
4877 | - /esbuild-node-loader/0.4.3: | |
4878 | - resolution: {integrity: sha512-Jzs+nTsq7z4GqUTwlh8guP03EYTAhoB9r+rwb3JpVcNVG1/2fNE8Tb40syJ2nLY2yam+lZjsoh7FYd+2dGjbjg==} | |
4908 | + /esbuild-node-loader/0.6.1_typescript@4.4.4: | |
4909 | + resolution: {integrity: sha512-MifpVA3LAmf/Yh+H7nVbODqipyjdvIPT+8ZR/Dkw8JEuH682IVhtEiwO4ZSEvqfLIFyQ1lXpSLeqvIjQdq+LaA==} | |
4910 | + peerDependencies: | |
4911 | + typescript: ^4.0 | |
4879 | 4912 | dependencies: |
4913 | + '@rollup/plugin-typescript': 8.3.0_typescript@4.4.4 | |
4880 | 4914 | esbuild: 0.13.12 |
4915 | + joycon: 3.0.1 | |
4916 | + typescript: 4.4.4 | |
4917 | + transitivePeerDependencies: | |
4918 | + - rollup | |
4919 | + - tslib | |
4881 | 4920 | dev: true |
4882 | 4921 | |
4883 | 4922 | /esbuild-openbsd-64/0.13.12: |
... | ... | @@ -4892,8 +4931,8 @@ packages: |
4892 | 4931 | resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==} |
4893 | 4932 | dev: true |
4894 | 4933 | |
4895 | - /esbuild-register/3.0.0_esbuild@0.13.12: | |
4896 | - resolution: {integrity: sha512-No7U3ZUd6gPrrC6gqdb3XFcf2lNqzn8nvQXcgcyOl8szMVuN6YUvOplnmakxWyogI9d8SiJMl0uzBzJck+Aoxw==} | |
4934 | + /esbuild-register/3.1.2_esbuild@0.13.12: | |
4935 | + resolution: {integrity: sha512-RbKnUm/dXQZq6q8j7xfLBP06AhDQHS5g2FAAlAYV2Zw5obMKs8Bk777Jt4WD34pAx/Xyh5oAPESCYYtqhJ8Ufw==} | |
4897 | 4936 | peerDependencies: |
4898 | 4937 | esbuild: '>=0.12 <1' |
4899 | 4938 | dependencies: |
... | ... | @@ -5006,38 +5045,43 @@ packages: |
5006 | 5045 | source-map: 0.6.1 |
5007 | 5046 | dev: true |
5008 | 5047 | |
5009 | - /eslint-config-prettier/8.3.0_eslint@8.1.0: | |
5048 | + /eslint-config-prettier/8.3.0_eslint@8.2.0: | |
5010 | 5049 | resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} |
5011 | 5050 | hasBin: true |
5012 | 5051 | peerDependencies: |
5013 | 5052 | eslint: '>=7.0.0' |
5014 | 5053 | dependencies: |
5015 | - eslint: 8.1.0 | |
5054 | + eslint: 8.2.0 | |
5016 | 5055 | dev: true |
5017 | 5056 | |
5018 | - /eslint-define-config/1.1.2: | |
5019 | - resolution: {integrity: sha512-wf+ATzYNAG3xU1eT4QosuF20E60nGbaAvTwjDARabsTuelRxhmyzJEvk8prO/xJScU427X/gCmUNpzpy6Mc1uQ==} | |
5057 | + /eslint-define-config/1.1.3: | |
5058 | + resolution: {integrity: sha512-QKVZKhZMw+wwjddgHlKM8HZd33RWFDacMfW863a7tNWNHirbKL0vGj5VwF2L4OiiEsK8QqvyAY5DQywyA5IzLw==} | |
5059 | + engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'} | |
5020 | 5060 | dev: true |
5021 | 5061 | |
5022 | - /eslint-plugin-jest/25.2.2_8b83960a909347b56897443063930486: | |
5023 | - resolution: {integrity: sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg==} | |
5062 | + /eslint-plugin-jest/25.2.4_55428d41374ee1814ab5869f06c1f98b: | |
5063 | + resolution: {integrity: sha512-HRyinpgmEdkVr7pNPaYPHCoGqEzpgk79X8pg/xCeoAdurbyQjntJQ4pTzHl7BiVEBlam/F1Qsn+Dk0HtJO7Aaw==} | |
5024 | 5064 | engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} |
5025 | 5065 | peerDependencies: |
5026 | 5066 | '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 |
5027 | 5067 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 |
5068 | + jest: '*' | |
5028 | 5069 | peerDependenciesMeta: |
5029 | 5070 | '@typescript-eslint/eslint-plugin': |
5030 | 5071 | optional: true |
5072 | + jest: | |
5073 | + optional: true | |
5031 | 5074 | dependencies: |
5032 | - '@typescript-eslint/eslint-plugin': 5.3.0_f8873316f48f7781ccc3e081fc76e214 | |
5033 | - '@typescript-eslint/experimental-utils': 5.3.0_eslint@8.1.0+typescript@4.4.4 | |
5034 | - eslint: 8.1.0 | |
5075 | + '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 | |
5076 | + '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4 | |
5077 | + eslint: 8.2.0 | |
5078 | + jest: 27.3.1_ts-node@10.4.0 | |
5035 | 5079 | transitivePeerDependencies: |
5036 | 5080 | - supports-color |
5037 | 5081 | - typescript |
5038 | 5082 | dev: true |
5039 | 5083 | |
5040 | - /eslint-plugin-prettier/4.0.0_850528f9ec3c0797b9b19a94a36b5ba3: | |
5084 | + /eslint-plugin-prettier/4.0.0_307f015733298e29da9050ea0cee5b9e: | |
5041 | 5085 | resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} |
5042 | 5086 | engines: {node: '>=6.0.0'} |
5043 | 5087 | peerDependencies: |
... | ... | @@ -5048,23 +5092,23 @@ packages: |
5048 | 5092 | eslint-config-prettier: |
5049 | 5093 | optional: true |
5050 | 5094 | dependencies: |
5051 | - eslint: 8.1.0 | |
5052 | - eslint-config-prettier: 8.3.0_eslint@8.1.0 | |
5095 | + eslint: 8.2.0 | |
5096 | + eslint-config-prettier: 8.3.0_eslint@8.2.0 | |
5053 | 5097 | prettier: 2.4.1 |
5054 | 5098 | prettier-linter-helpers: 1.0.0 |
5055 | 5099 | dev: true |
5056 | 5100 | |
5057 | - /eslint-plugin-vue/8.0.3_eslint@8.1.0: | |
5101 | + /eslint-plugin-vue/8.0.3_eslint@8.2.0: | |
5058 | 5102 | resolution: {integrity: sha512-Rlhhy5ltzde0sRwSkqHuNePTXLMMaJ5+qsQubM4RYloYsQ8cXlnJT5MDaCzSirkGADipOHtmQXIbbPFAzUrADg==} |
5059 | 5103 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5060 | 5104 | peerDependencies: |
5061 | 5105 | eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 |
5062 | 5106 | dependencies: |
5063 | - eslint: 8.1.0 | |
5064 | - eslint-utils: 3.0.0_eslint@8.1.0 | |
5107 | + eslint: 8.2.0 | |
5108 | + eslint-utils: 3.0.0_eslint@8.2.0 | |
5065 | 5109 | natural-compare: 1.4.0 |
5066 | 5110 | semver: 7.3.5 |
5067 | - vue-eslint-parser: 8.0.1_eslint@8.1.0 | |
5111 | + vue-eslint-parser: 8.0.1_eslint@8.2.0 | |
5068 | 5112 | transitivePeerDependencies: |
5069 | 5113 | - supports-color |
5070 | 5114 | dev: true |
... | ... | @@ -5085,13 +5129,13 @@ packages: |
5085 | 5129 | estraverse: 5.3.0 |
5086 | 5130 | dev: true |
5087 | 5131 | |
5088 | - /eslint-utils/3.0.0_eslint@8.1.0: | |
5132 | + /eslint-utils/3.0.0_eslint@8.2.0: | |
5089 | 5133 | resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} |
5090 | 5134 | engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} |
5091 | 5135 | peerDependencies: |
5092 | 5136 | eslint: '>=5' |
5093 | 5137 | dependencies: |
5094 | - eslint: 8.1.0 | |
5138 | + eslint: 8.2.0 | |
5095 | 5139 | eslint-visitor-keys: 2.1.0 |
5096 | 5140 | dev: true |
5097 | 5141 | |
... | ... | @@ -5105,12 +5149,12 @@ packages: |
5105 | 5149 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5106 | 5150 | dev: true |
5107 | 5151 | |
5108 | - /eslint/8.1.0: | |
5109 | - resolution: {integrity: sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==} | |
5152 | + /eslint/8.2.0: | |
5153 | + resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==} | |
5110 | 5154 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
5111 | 5155 | hasBin: true |
5112 | 5156 | dependencies: |
5113 | - '@eslint/eslintrc': 1.0.3 | |
5157 | + '@eslint/eslintrc': 1.0.4 | |
5114 | 5158 | '@humanwhocodes/config-array': 0.6.0 |
5115 | 5159 | ajv: 6.12.6 |
5116 | 5160 | chalk: 4.1.2 |
... | ... | @@ -5120,7 +5164,7 @@ packages: |
5120 | 5164 | enquirer: 2.3.6 |
5121 | 5165 | escape-string-regexp: 4.0.0 |
5122 | 5166 | eslint-scope: 6.0.0 |
5123 | - eslint-utils: 3.0.0_eslint@8.1.0 | |
5167 | + eslint-utils: 3.0.0_eslint@8.2.0 | |
5124 | 5168 | eslint-visitor-keys: 3.0.0 |
5125 | 5169 | espree: 9.0.0 |
5126 | 5170 | esquery: 1.4.0 |
... | ... | @@ -5152,14 +5196,19 @@ packages: |
5152 | 5196 | - supports-color |
5153 | 5197 | dev: true |
5154 | 5198 | |
5155 | - /esno/0.10.1: | |
5156 | - resolution: {integrity: sha512-wsXUWZxI0O59bvOjggWOGDd6VSwPxG+37Np8aUI1LwORIONN3L2nOOJHT7jZ3xAGkfq/J3YcnZsx+Mmw6BQFmQ==} | |
5199 | + /esno/0.12.0_typescript@4.4.4: | |
5200 | + resolution: {integrity: sha512-EjIr4beAqG3QuIwoHEnIsLGYsRfcYPM//ny+TPrxJSTZP2P0B2OKzJFSvD6sMDv0mIJ+6eKhhMA6ltpbSrVWNA==} | |
5157 | 5201 | hasBin: true |
5158 | 5202 | dependencies: |
5159 | 5203 | cross-spawn: 7.0.3 |
5160 | 5204 | esbuild: 0.13.12 |
5161 | - esbuild-node-loader: 0.4.3 | |
5162 | - esbuild-register: 3.0.0_esbuild@0.13.12 | |
5205 | + esbuild-node-loader: 0.6.1_typescript@4.4.4 | |
5206 | + esbuild-register: 3.1.2_esbuild@0.13.12 | |
5207 | + import-meta-resolve: 1.1.1 | |
5208 | + transitivePeerDependencies: | |
5209 | + - rollup | |
5210 | + - tslib | |
5211 | + - typescript | |
5163 | 5212 | dev: true |
5164 | 5213 | |
5165 | 5214 | /espree/9.0.0: |
... | ... | @@ -6415,6 +6464,12 @@ packages: |
6415 | 6464 | resolve-cwd: 3.0.0 |
6416 | 6465 | dev: true |
6417 | 6466 | |
6467 | + /import-meta-resolve/1.1.1: | |
6468 | + resolution: {integrity: sha512-JiTuIvVyPaUg11eTrNDx5bgQ/yMKMZffc7YSjvQeSMXy58DO2SQ8BtAf3xteZvmzvjYh14wnqNjL8XVeDy2o9A==} | |
6469 | + dependencies: | |
6470 | + builtins: 4.0.0 | |
6471 | + dev: true | |
6472 | + | |
6418 | 6473 | /imurmurhash/0.1.4: |
6419 | 6474 | resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} |
6420 | 6475 | engines: {node: '>=0.8.19'} |
... | ... | @@ -6503,8 +6558,8 @@ packages: |
6503 | 6558 | p-is-promise: 1.1.0 |
6504 | 6559 | dev: true |
6505 | 6560 | |
6506 | - /intro.js/4.2.2: | |
6507 | - resolution: {integrity: sha512-Zgz2e8syCuttJ2vJlDOWCSWPUJBr7AOJkU5Ti3zcvXho+y//q0ixwoT+PkPLJWI7AX35IdgRcxAEWUrOAJYiNQ==} | |
6561 | + /intro.js/4.3.0: | |
6562 | + resolution: {integrity: sha512-F4LXM42QIXcO3/2myGBBFdbbUVUK0lBhK7pAxPLd082u+3HfvigFR+Rptqy05q3OzjG/O0vMFDedrnHdSPi2rQ==} | |
6508 | 6563 | dev: false |
6509 | 6564 | |
6510 | 6565 | /is-accessor-descriptor/0.1.6: |
... | ... | @@ -6975,7 +7030,7 @@ packages: |
6975 | 7030 | '@jest/environment': 27.3.1 |
6976 | 7031 | '@jest/test-result': 27.3.1 |
6977 | 7032 | '@jest/types': 27.2.5 |
6978 | - '@types/node': 16.11.6 | |
7033 | + '@types/node': 16.11.7 | |
6979 | 7034 | chalk: 4.1.2 |
6980 | 7035 | co: 4.6.0 |
6981 | 7036 | dedent: 0.7.0 |
... | ... | @@ -7055,7 +7110,7 @@ packages: |
7055 | 7110 | jest-validate: 27.3.1 |
7056 | 7111 | micromatch: 4.0.4 |
7057 | 7112 | pretty-format: 27.3.1 |
7058 | - ts-node: 10.4.0_0cb88d80cb04d25b21fa3ec194608c65 | |
7113 | + ts-node: 10.4.0_ee928ac548ac44c173bf0d4654ae2c29 | |
7059 | 7114 | transitivePeerDependencies: |
7060 | 7115 | - bufferutil |
7061 | 7116 | - canvas |
... | ... | @@ -7098,7 +7153,7 @@ packages: |
7098 | 7153 | '@jest/environment': 27.3.1 |
7099 | 7154 | '@jest/fake-timers': 27.3.1 |
7100 | 7155 | '@jest/types': 27.2.5 |
7101 | - '@types/node': 16.11.6 | |
7156 | + '@types/node': 16.11.7 | |
7102 | 7157 | jest-mock: 27.3.0 |
7103 | 7158 | jest-util: 27.3.1 |
7104 | 7159 | jsdom: 16.7.0 |
... | ... | @@ -7116,7 +7171,7 @@ packages: |
7116 | 7171 | '@jest/environment': 27.3.1 |
7117 | 7172 | '@jest/fake-timers': 27.3.1 |
7118 | 7173 | '@jest/types': 27.2.5 |
7119 | - '@types/node': 16.11.6 | |
7174 | + '@types/node': 16.11.7 | |
7120 | 7175 | jest-mock: 27.3.0 |
7121 | 7176 | jest-util: 27.3.1 |
7122 | 7177 | dev: true |
... | ... | @@ -7132,7 +7187,7 @@ packages: |
7132 | 7187 | dependencies: |
7133 | 7188 | '@jest/types': 27.2.5 |
7134 | 7189 | '@types/graceful-fs': 4.1.5 |
7135 | - '@types/node': 16.11.6 | |
7190 | + '@types/node': 16.11.7 | |
7136 | 7191 | anymatch: 3.1.2 |
7137 | 7192 | fb-watchman: 2.0.1 |
7138 | 7193 | graceful-fs: 4.2.8 |
... | ... | @@ -7155,7 +7210,7 @@ packages: |
7155 | 7210 | '@jest/source-map': 27.0.6 |
7156 | 7211 | '@jest/test-result': 27.3.1 |
7157 | 7212 | '@jest/types': 27.2.5 |
7158 | - '@types/node': 16.11.6 | |
7213 | + '@types/node': 16.11.7 | |
7159 | 7214 | chalk: 4.1.2 |
7160 | 7215 | co: 4.6.0 |
7161 | 7216 | expect: 27.3.1 |
... | ... | @@ -7210,7 +7265,7 @@ packages: |
7210 | 7265 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7211 | 7266 | dependencies: |
7212 | 7267 | '@jest/types': 27.2.5 |
7213 | - '@types/node': 16.11.6 | |
7268 | + '@types/node': 16.11.7 | |
7214 | 7269 | dev: true |
7215 | 7270 | |
7216 | 7271 | /jest-pnp-resolver/1.2.2_jest-resolve@27.3.1: |
... | ... | @@ -7266,7 +7321,7 @@ packages: |
7266 | 7321 | '@jest/test-result': 27.3.1 |
7267 | 7322 | '@jest/transform': 27.3.1 |
7268 | 7323 | '@jest/types': 27.2.5 |
7269 | - '@types/node': 16.11.6 | |
7324 | + '@types/node': 16.11.7 | |
7270 | 7325 | chalk: 4.1.2 |
7271 | 7326 | emittery: 0.8.1 |
7272 | 7327 | exit: 0.1.2 |
... | ... | @@ -7328,7 +7383,7 @@ packages: |
7328 | 7383 | resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} |
7329 | 7384 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7330 | 7385 | dependencies: |
7331 | - '@types/node': 16.11.6 | |
7386 | + '@types/node': 16.11.7 | |
7332 | 7387 | graceful-fs: 4.2.8 |
7333 | 7388 | dev: true |
7334 | 7389 | |
... | ... | @@ -7369,7 +7424,7 @@ packages: |
7369 | 7424 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7370 | 7425 | dependencies: |
7371 | 7426 | '@jest/types': 27.2.5 |
7372 | - '@types/node': 16.11.6 | |
7427 | + '@types/node': 16.11.7 | |
7373 | 7428 | chalk: 4.1.2 |
7374 | 7429 | ci-info: 3.2.0 |
7375 | 7430 | graceful-fs: 4.2.8 |
... | ... | @@ -7394,7 +7449,7 @@ packages: |
7394 | 7449 | dependencies: |
7395 | 7450 | '@jest/test-result': 27.3.1 |
7396 | 7451 | '@jest/types': 27.2.5 |
7397 | - '@types/node': 16.11.6 | |
7452 | + '@types/node': 16.11.7 | |
7398 | 7453 | ansi-escapes: 4.3.2 |
7399 | 7454 | chalk: 4.1.2 |
7400 | 7455 | jest-util: 27.3.1 |
... | ... | @@ -7405,7 +7460,7 @@ packages: |
7405 | 7460 | resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} |
7406 | 7461 | engines: {node: '>= 10.13.0'} |
7407 | 7462 | dependencies: |
7408 | - '@types/node': 16.11.6 | |
7463 | + '@types/node': 16.11.7 | |
7409 | 7464 | merge-stream: 2.0.0 |
7410 | 7465 | supports-color: 7.2.0 |
7411 | 7466 | dev: true |
... | ... | @@ -7414,7 +7469,7 @@ packages: |
7414 | 7469 | resolution: {integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==} |
7415 | 7470 | engines: {node: '>= 10.13.0'} |
7416 | 7471 | dependencies: |
7417 | - '@types/node': 16.11.6 | |
7472 | + '@types/node': 16.11.7 | |
7418 | 7473 | merge-stream: 2.0.0 |
7419 | 7474 | supports-color: 8.1.1 |
7420 | 7475 | dev: true |
... | ... | @@ -7445,6 +7500,11 @@ packages: |
7445 | 7500 | hasBin: true |
7446 | 7501 | dev: true |
7447 | 7502 | |
7503 | + /joycon/3.0.1: | |
7504 | + resolution: {integrity: sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==} | |
7505 | + engines: {node: '>=10'} | |
7506 | + dev: true | |
7507 | + | |
7448 | 7508 | /jpegtran-bin/5.0.2: |
7449 | 7509 | resolution: {integrity: sha512-4FSmgIcr8d5+V6T1+dHbPZjaFH0ogVyP4UVsE+zri7S9YLO4qAT2our4IN3sW3STVgNTbqPermdIgt2XuAJ4EA==} |
7450 | 7510 | engines: {node: '>=10'} |
... | ... | @@ -8848,10 +8908,10 @@ packages: |
8848 | 8908 | engines: {node: '>=6'} |
8849 | 8909 | dev: true |
8850 | 8910 | |
8851 | - /pinia/2.0.0_typescript@4.4.4+vue@3.2.21: | |
8852 | - resolution: {integrity: sha512-pqnQv1m7oEwYExGl//EtOn9rgFn7gtXECP/hZHy+WicmHXmWWkbsvpR+9z1xxrIgDOmVYuh1eYfRULJklzOKsQ==} | |
8911 | + /pinia/2.0.2_typescript@4.4.4+vue@3.2.21: | |
8912 | + resolution: {integrity: sha512-ljN+9p9XHE8YrMBgxLbpo5rdVPj7Fri4Bl9qswz5dJPeoK6ra66YOLrGpBoCsHjAqu9jOBC3oJeErocicf51oA==} | |
8853 | 8913 | peerDependencies: |
8854 | - '@vue/composition-api': ^1.2.4 | |
8914 | + '@vue/composition-api': ^1.3.0 | |
8855 | 8915 | typescript: ^4.4.4 |
8856 | 8916 | vue: ^2.6.14 || ^3.2.0 |
8857 | 8917 | peerDependenciesMeta: |
... | ... | @@ -10569,8 +10629,8 @@ packages: |
10569 | 10629 | resolution: {integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==} |
10570 | 10630 | dev: true |
10571 | 10631 | |
10572 | - /tinymce/5.10.0: | |
10573 | - resolution: {integrity: sha512-SaqBK8GtTKYSsTfhKdN0+NrZRgmVWO+j3fvgzLjt0t/g0osNzRH5os8icm2Rv5HvaeTd4TpxetUuLE+R9yg/yg==} | |
10632 | + /tinymce/5.10.1: | |
10633 | + resolution: {integrity: sha512-aIsFTYiuESpoYkCgkoojpVtPwrSvYBxp4mMEGsj20CnUruLCWosywkbYHDII+j7KlQZZn3p+xK89f5gT3QyuGw==} | |
10574 | 10634 | dev: false |
10575 | 10635 | |
10576 | 10636 | /tmp/0.0.33: |
... | ... | @@ -10703,7 +10763,7 @@ packages: |
10703 | 10763 | yargs-parser: 20.2.9 |
10704 | 10764 | dev: true |
10705 | 10765 | |
10706 | - /ts-node/10.4.0_0cb88d80cb04d25b21fa3ec194608c65: | |
10766 | + /ts-node/10.4.0_ee928ac548ac44c173bf0d4654ae2c29: | |
10707 | 10767 | resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} |
10708 | 10768 | hasBin: true |
10709 | 10769 | peerDependencies: |
... | ... | @@ -10722,7 +10782,7 @@ packages: |
10722 | 10782 | '@tsconfig/node12': 1.0.9 |
10723 | 10783 | '@tsconfig/node14': 1.0.1 |
10724 | 10784 | '@tsconfig/node16': 1.0.2 |
10725 | - '@types/node': 16.11.6 | |
10785 | + '@types/node': 16.11.7 | |
10726 | 10786 | acorn: 8.5.0 |
10727 | 10787 | acorn-walk: 8.2.0 |
10728 | 10788 | arg: 4.1.3 |
... | ... | @@ -11037,7 +11097,7 @@ packages: |
11037 | 11097 | diff-match-patch: 1.0.5 |
11038 | 11098 | dev: false |
11039 | 11099 | |
11040 | - /vite-plugin-compression/0.3.5_vite@2.6.13: | |
11100 | + /vite-plugin-compression/0.3.5_vite@2.6.14: | |
11041 | 11101 | resolution: {integrity: sha512-W+zKccNTDRYPsM6MzbVGTX2hvnsVrxKfmGD2Z23VgqinFKhtmwGzNNFsnbslXbeTGHXclaE7MO5nm7O1cNY3ZA==} |
11042 | 11102 | peerDependencies: |
11043 | 11103 | vite: '>=2.0.0' |
... | ... | @@ -11045,12 +11105,12 @@ packages: |
11045 | 11105 | chalk: 4.1.2 |
11046 | 11106 | debug: 4.3.2 |
11047 | 11107 | fs-extra: 10.0.0 |
11048 | - vite: 2.6.13_less@4.1.2 | |
11108 | + vite: 2.6.14_less@4.1.2 | |
11049 | 11109 | transitivePeerDependencies: |
11050 | 11110 | - supports-color |
11051 | 11111 | dev: true |
11052 | 11112 | |
11053 | - /vite-plugin-html/2.1.1_vite@2.6.13: | |
11113 | + /vite-plugin-html/2.1.1_vite@2.6.14: | |
11054 | 11114 | resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==} |
11055 | 11115 | peerDependencies: |
11056 | 11116 | vite: '>=2.0.0' |
... | ... | @@ -11061,10 +11121,10 @@ packages: |
11061 | 11121 | ejs: 3.1.6 |
11062 | 11122 | fs-extra: 10.0.0 |
11063 | 11123 | html-minifier-terser: 5.1.1 |
11064 | - vite: 2.6.13_less@4.1.2 | |
11124 | + vite: 2.6.14_less@4.1.2 | |
11065 | 11125 | dev: true |
11066 | 11126 | |
11067 | - /vite-plugin-imagemin/0.4.6_vite@2.6.13: | |
11127 | + /vite-plugin-imagemin/0.4.6_vite@2.6.14: | |
11068 | 11128 | resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==} |
11069 | 11129 | peerDependencies: |
11070 | 11130 | vite: '>=2.0.0' |
... | ... | @@ -11089,12 +11149,12 @@ packages: |
11089 | 11149 | imagemin-pngquant: 9.0.2 |
11090 | 11150 | imagemin-svgo: 9.0.0 |
11091 | 11151 | imagemin-webp: 6.0.0 |
11092 | - vite: 2.6.13_less@4.1.2 | |
11152 | + vite: 2.6.14_less@4.1.2 | |
11093 | 11153 | transitivePeerDependencies: |
11094 | 11154 | - supports-color |
11095 | 11155 | dev: true |
11096 | 11156 | |
11097 | - /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.6.13: | |
11157 | + /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.6.14: | |
11098 | 11158 | resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} |
11099 | 11159 | engines: {node: '>=12.0.0'} |
11100 | 11160 | peerDependencies: |
... | ... | @@ -11111,13 +11171,13 @@ packages: |
11111 | 11171 | fast-glob: 3.2.7 |
11112 | 11172 | mockjs: 1.1.0 |
11113 | 11173 | path-to-regexp: 6.2.0 |
11114 | - vite: 2.6.13_less@4.1.2 | |
11174 | + vite: 2.6.14_less@4.1.2 | |
11115 | 11175 | transitivePeerDependencies: |
11116 | 11176 | - rollup |
11117 | 11177 | - supports-color |
11118 | 11178 | dev: true |
11119 | 11179 | |
11120 | - /vite-plugin-purge-icons/0.7.0_vite@2.6.13: | |
11180 | + /vite-plugin-purge-icons/0.7.0_vite@2.6.14: | |
11121 | 11181 | resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} |
11122 | 11182 | engines: {node: '>= 12'} |
11123 | 11183 | peerDependencies: |
... | ... | @@ -11126,12 +11186,12 @@ packages: |
11126 | 11186 | '@purge-icons/core': 0.7.0 |
11127 | 11187 | '@purge-icons/generated': 0.7.0 |
11128 | 11188 | rollup-plugin-purge-icons: 0.7.0 |
11129 | - vite: 2.6.13_less@4.1.2 | |
11189 | + vite: 2.6.14_less@4.1.2 | |
11130 | 11190 | transitivePeerDependencies: |
11131 | 11191 | - supports-color |
11132 | 11192 | dev: true |
11133 | 11193 | |
11134 | - /vite-plugin-pwa/0.11.3_vite@2.6.13: | |
11194 | + /vite-plugin-pwa/0.11.3_vite@2.6.14: | |
11135 | 11195 | resolution: {integrity: sha512-KAuv7aAX1VTkaR7DakpmUG7LypNXlf+M/x4y2xYrYgQHoqk2Y2mKKR0dAG5cGBekqcev56QsABusTBScPm50mw==} |
11136 | 11196 | peerDependencies: |
11137 | 11197 | vite: ^2.0.0 |
... | ... | @@ -11141,7 +11201,7 @@ packages: |
11141 | 11201 | fast-glob: 3.2.7 |
11142 | 11202 | pretty-bytes: 5.6.0 |
11143 | 11203 | rollup: 2.59.0 |
11144 | - vite: 2.6.13_less@4.1.2 | |
11204 | + vite: 2.6.14_less@4.1.2 | |
11145 | 11205 | workbox-build: 6.3.0 |
11146 | 11206 | workbox-window: 6.3.0 |
11147 | 11207 | transitivePeerDependencies: |
... | ... | @@ -11149,7 +11209,7 @@ packages: |
11149 | 11209 | - supports-color |
11150 | 11210 | dev: true |
11151 | 11211 | |
11152 | - /vite-plugin-style-import/1.3.0_vite@2.6.13: | |
11212 | + /vite-plugin-style-import/1.3.0_vite@2.6.14: | |
11153 | 11213 | resolution: {integrity: sha512-R3bEQcdhPqL+5CZiMXs9RGKwbBtIHBJmh7ngND3sJjCYbkBe6DGEL6DWGBS7xTaqfH+1mXRfX8lEK0W3PjQSzA==} |
11154 | 11214 | peerDependencies: |
11155 | 11215 | vite: '>=2.0.0' |
... | ... | @@ -11159,12 +11219,12 @@ packages: |
11159 | 11219 | debug: 4.3.2 |
11160 | 11220 | es-module-lexer: 0.9.3 |
11161 | 11221 | magic-string: 0.25.7 |
11162 | - vite: 2.6.13_less@4.1.2 | |
11222 | + vite: 2.6.14_less@4.1.2 | |
11163 | 11223 | transitivePeerDependencies: |
11164 | 11224 | - supports-color |
11165 | 11225 | dev: true |
11166 | 11226 | |
11167 | - /vite-plugin-svg-icons/1.0.5_vite@2.6.13: | |
11227 | + /vite-plugin-svg-icons/1.0.5_vite@2.6.14: | |
11168 | 11228 | resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} |
11169 | 11229 | peerDependencies: |
11170 | 11230 | vite: '>=2.0.0' |
... | ... | @@ -11176,12 +11236,12 @@ packages: |
11176 | 11236 | fs-extra: 10.0.0 |
11177 | 11237 | svg-baker: 1.7.0 |
11178 | 11238 | svgo: 2.8.0 |
11179 | - vite: 2.6.13_less@4.1.2 | |
11239 | + vite: 2.6.14_less@4.1.2 | |
11180 | 11240 | transitivePeerDependencies: |
11181 | 11241 | - supports-color |
11182 | 11242 | dev: true |
11183 | 11243 | |
11184 | - /vite-plugin-theme/0.8.1_vite@2.6.13: | |
11244 | + /vite-plugin-theme/0.8.1_vite@2.6.14: | |
11185 | 11245 | resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} |
11186 | 11246 | peerDependencies: |
11187 | 11247 | vite: '>=2.0.0-beta.49' |
... | ... | @@ -11194,37 +11254,37 @@ packages: |
11194 | 11254 | esbuild: 0.11.23 |
11195 | 11255 | esbuild-plugin-alias: 0.1.2 |
11196 | 11256 | tinycolor2: 1.4.2 |
11197 | - vite: 2.6.13_less@4.1.2 | |
11257 | + vite: 2.6.14_less@4.1.2 | |
11198 | 11258 | transitivePeerDependencies: |
11199 | 11259 | - supports-color |
11200 | 11260 | dev: true |
11201 | 11261 | |
11202 | - /vite-plugin-vue-setup-extend/0.1.0_vite@2.6.13: | |
11262 | + /vite-plugin-vue-setup-extend/0.1.0_vite@2.6.14: | |
11203 | 11263 | resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==} |
11204 | 11264 | peerDependencies: |
11205 | 11265 | vite: '>=2.0.0' |
11206 | 11266 | dependencies: |
11207 | 11267 | '@vue/compiler-sfc': 3.2.21 |
11208 | 11268 | magic-string: 0.25.7 |
11209 | - vite: 2.6.13_less@4.1.2 | |
11269 | + vite: 2.6.14_less@4.1.2 | |
11210 | 11270 | dev: true |
11211 | 11271 | |
11212 | - /vite-plugin-windicss/1.4.12_vite@2.6.13: | |
11213 | - resolution: {integrity: sha512-5YLT7e72z1vCTSmprU/KxtRg22ySN+H19Qxy67lbG3mEbq8YbheOlmVhbqNqSv2MjFVhFqu72Q1FkkjyWENyQQ==} | |
11272 | + /vite-plugin-windicss/1.5.1_vite@2.6.14: | |
11273 | + resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==} | |
11214 | 11274 | peerDependencies: |
11215 | 11275 | vite: ^2.0.1 |
11216 | 11276 | dependencies: |
11217 | - '@windicss/plugin-utils': 1.4.12 | |
11277 | + '@windicss/plugin-utils': 1.5.1 | |
11218 | 11278 | chalk: 4.1.2 |
11219 | 11279 | debug: 4.3.2 |
11220 | - vite: 2.6.13_less@4.1.2 | |
11280 | + vite: 2.6.14_less@4.1.2 | |
11221 | 11281 | windicss: 3.2.1 |
11222 | 11282 | transitivePeerDependencies: |
11223 | 11283 | - supports-color |
11224 | 11284 | dev: true |
11225 | 11285 | |
11226 | - /vite/2.6.13_less@4.1.2: | |
11227 | - resolution: {integrity: sha512-+tGZ1OxozRirTudl4M3N3UTNJOlxdVo/qBl2IlDEy/ZpTFcskp+k5ncNjayR3bRYTCbqSOFz2JWGN1UmuDMScA==} | |
11286 | + /vite/2.6.14_less@4.1.2: | |
11287 | + resolution: {integrity: sha512-2HA9xGyi+EhY2MXo0+A2dRsqsAG3eFNEVIo12olkWhOmc8LfiM+eMdrXf+Ruje9gdXgvSqjLI9freec1RUM5EA==} | |
11228 | 11288 | engines: {node: '>=12.2.0'} |
11229 | 11289 | hasBin: true |
11230 | 11290 | peerDependencies: |
... | ... | @@ -11317,22 +11377,22 @@ packages: |
11317 | 11377 | resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} |
11318 | 11378 | dev: true |
11319 | 11379 | |
11320 | - /vscode-pug-languageservice/0.28.10: | |
11321 | - resolution: {integrity: sha512-zhpNmMxltAlid4ZWVq0YrCbD0v2Nk/OsUl2q1pZkSJheGVMj/ZAlcYqDvWjLbMfGPtpvoC6nPxhSCc6sIDN9XA==} | |
11380 | + /vscode-pug-languageservice/0.29.3: | |
11381 | + resolution: {integrity: sha512-efyCCibyRqyAYybT+FPS4CA+YCii4asx5UeNqbx0lMXKnkMuvnrfkbRlIXOWmR+qTJyveDZw4fYQf51VSuLaAg==} | |
11322 | 11382 | dependencies: |
11323 | - '@volar/code-gen': 0.28.10 | |
11324 | - '@volar/shared': 0.28.10 | |
11325 | - '@volar/source-map': 0.28.10 | |
11326 | - '@volar/transforms': 0.28.10 | |
11383 | + '@volar/code-gen': 0.29.3 | |
11384 | + '@volar/shared': 0.29.3 | |
11385 | + '@volar/source-map': 0.29.3 | |
11386 | + '@volar/transforms': 0.29.3 | |
11327 | 11387 | pug-lexer: 5.0.1 |
11328 | 11388 | pug-parser: 6.0.0 |
11329 | 11389 | vscode-languageserver: 8.0.0-next.3 |
11330 | 11390 | dev: true |
11331 | 11391 | |
11332 | - /vscode-typescript-languageservice/0.28.10: | |
11333 | - resolution: {integrity: sha512-TTJSQss0YR784e0Rr8se5huxd0edqGzO7A51kejEQiPPhIcOlYCEeeFxDtqv3S+/fUUkeFVdRBZA9Ie7Jfrldw==} | |
11392 | + /vscode-typescript-languageservice/0.29.3: | |
11393 | + resolution: {integrity: sha512-ZW6KawNc/3TH8cHzaHfNs5j8Wn97pwwEpuWm5rQTPz0fNcureSCl2J3hU6brayr7eD81A0BpdIDgknOSJJK0GA==} | |
11334 | 11394 | dependencies: |
11335 | - '@volar/shared': 0.28.10 | |
11395 | + '@volar/shared': 0.29.3 | |
11336 | 11396 | semver: 7.3.5 |
11337 | 11397 | upath: 2.0.1 |
11338 | 11398 | vscode-languageserver: 8.0.0-next.3 |
... | ... | @@ -11347,16 +11407,16 @@ packages: |
11347 | 11407 | resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} |
11348 | 11408 | dev: true |
11349 | 11409 | |
11350 | - /vscode-vue-languageservice/0.28.10: | |
11351 | - resolution: {integrity: sha512-xsA9aEiELiA9zHxzhI58Y6crcSfqxtt3EDKyey9rcNYe/bdY1NY0qLh3SRxdXF8YwoxzRvnn4iUw0oxCjHnFUQ==} | |
11410 | + /vscode-vue-languageservice/0.29.3: | |
11411 | + resolution: {integrity: sha512-DcFAhvejcEHHQl2XFl7foLtH+zHQzYdtjOJ/hROg3+z1W72UYyeRal5sRGatAsmHnOyGL+0AdCjjlHd8d6j0mg==} | |
11352 | 11412 | dependencies: |
11353 | - '@volar/code-gen': 0.28.10 | |
11354 | - '@volar/html2pug': 0.28.10 | |
11355 | - '@volar/shared': 0.28.10 | |
11356 | - '@volar/source-map': 0.28.10 | |
11357 | - '@volar/transforms': 0.28.10 | |
11413 | + '@volar/code-gen': 0.29.3 | |
11414 | + '@volar/html2pug': 0.29.3 | |
11415 | + '@volar/shared': 0.29.3 | |
11416 | + '@volar/source-map': 0.29.3 | |
11417 | + '@volar/transforms': 0.29.3 | |
11418 | + '@volar/vue-code-gen': 0.29.3 | |
11358 | 11419 | '@vscode/emmet-helper': 2.8.2 |
11359 | - '@vue/compiler-dom': 3.2.21 | |
11360 | 11420 | '@vue/reactivity': 3.2.21 |
11361 | 11421 | '@vue/shared': 3.2.21 |
11362 | 11422 | request-light: 0.5.4 |
... | ... | @@ -11366,8 +11426,8 @@ packages: |
11366 | 11426 | vscode-json-languageservice: 4.1.9 |
11367 | 11427 | vscode-languageserver: 8.0.0-next.3 |
11368 | 11428 | vscode-languageserver-textdocument: 1.0.2 |
11369 | - vscode-pug-languageservice: 0.28.10 | |
11370 | - vscode-typescript-languageservice: 0.28.10 | |
11429 | + vscode-pug-languageservice: 0.29.3 | |
11430 | + vscode-typescript-languageservice: 0.29.3 | |
11371 | 11431 | dev: true |
11372 | 11432 | |
11373 | 11433 | /vue-demi/0.12.0_vue@3.2.21: |
... | ... | @@ -11385,14 +11445,14 @@ packages: |
11385 | 11445 | vue: 3.2.21 |
11386 | 11446 | dev: false |
11387 | 11447 | |
11388 | - /vue-eslint-parser/8.0.1_eslint@8.1.0: | |
11448 | + /vue-eslint-parser/8.0.1_eslint@8.2.0: | |
11389 | 11449 | resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} |
11390 | 11450 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
11391 | 11451 | peerDependencies: |
11392 | 11452 | eslint: '>=6.0.0' |
11393 | 11453 | dependencies: |
11394 | 11454 | debug: 4.3.2 |
11395 | - eslint: 8.1.0 | |
11455 | + eslint: 8.2.0 | |
11396 | 11456 | eslint-scope: 6.0.0 |
11397 | 11457 | eslint-visitor-keys: 3.0.0 |
11398 | 11458 | espree: 9.0.0 |
... | ... | @@ -11416,8 +11476,8 @@ packages: |
11416 | 11476 | vue: 3.2.21 |
11417 | 11477 | dev: false |
11418 | 11478 | |
11419 | - /vue-json-pretty/2.0.4_vue@3.2.21: | |
11420 | - resolution: {integrity: sha512-17opXQveJOkxWu6NzjXqtIelm3DeQfeQUevbfRAw91eZXix2hNzGAwGrkqEDWhLMDVpENm2NhVpYqzB8eQzytg==} | |
11479 | + /vue-json-pretty/2.0.5_vue@3.2.21: | |
11480 | + resolution: {integrity: sha512-TL+iRJzkCk3J2k1HVMclo0SiCI9sapMX6UuRwsrTX9ZsffEqOzePmlyum6fef+tVE2rhHe0O4uPLdwGfSYliug==} | |
11421 | 11481 | engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} |
11422 | 11482 | peerDependencies: |
11423 | 11483 | vue: '>=3.0.0' |
... | ... | @@ -11434,15 +11494,15 @@ packages: |
11434 | 11494 | vue: 3.2.21 |
11435 | 11495 | dev: false |
11436 | 11496 | |
11437 | - /vue-tsc/0.28.10_typescript@4.4.4: | |
11438 | - resolution: {integrity: sha512-tGD7eC74MHqKH2/F66AYkC1zNiLrgnhMzeYWou3p/wApMaUEM4h29HqYoKN6uE+pq87uvq/penYqUSBXhIwLiA==} | |
11497 | + /vue-tsc/0.29.3_typescript@4.4.4: | |
11498 | + resolution: {integrity: sha512-tNe/IwBQFN3kk/Za0d9OeGdQfWCIXb7TvpJTZLn+bdt47aA5X+WtGVl3/WwNMokkO3cgHTFkpMaUcKZ+kGN2mg==} | |
11439 | 11499 | hasBin: true |
11440 | 11500 | peerDependencies: |
11441 | 11501 | typescript: '*' |
11442 | 11502 | dependencies: |
11443 | - '@volar/shared': 0.28.10 | |
11503 | + '@volar/shared': 0.29.3 | |
11444 | 11504 | typescript: 4.4.4 |
11445 | - vscode-vue-languageservice: 0.28.10 | |
11505 | + vscode-vue-languageservice: 0.29.3 | |
11446 | 11506 | dev: true |
11447 | 11507 | |
11448 | 11508 | /vue-types/3.0.2_vue@3.2.21: | ... | ... |
tests/server/README.md
tests/server/package.json
... | ... | @@ -24,13 +24,13 @@ |
24 | 24 | "@types/koa": "^2.13.4", |
25 | 25 | "@types/koa-bodyparser": "^5.0.2", |
26 | 26 | "@types/koa-router": "^7.4.4", |
27 | - "@types/node": "^16.11.6", | |
28 | - "nodemon": "^2.0.14", | |
27 | + "@types/node": "^16.11.7", | |
28 | + "nodemon": "^2.0.15", | |
29 | 29 | "pm2": "^5.1.2", |
30 | 30 | "rimraf": "^3.0.2", |
31 | 31 | "ts-node": "^10.4.0", |
32 | 32 | "tsconfig-paths": "^3.11.0", |
33 | - "tsup": "^5.5.0", | |
33 | + "tsup": "^5.6.0", | |
34 | 34 | "typescript": "^4.4.4" |
35 | 35 | } |
36 | 36 | } | ... | ... |