Commit 5ac055be2fe67b4196ad6b2cdc2c5fa90361b845
1 parent
266b5668
fix: build error
Showing
5 changed files
with
935 additions
and
516 deletions
package.json
@@ -36,16 +36,16 @@ | @@ -36,16 +36,16 @@ | ||
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.14", | ||
40 | - "@logicflow/extension": "^0.7.14", | 39 | + "@logicflow/core": "^0.7.16", |
40 | + "@logicflow/extension": "^0.7.16", | ||
41 | "@vue/runtime-core": "^3.2.26", | 41 | "@vue/runtime-core": "^3.2.26", |
42 | "@vue/shared": "^3.2.26", | 42 | "@vue/shared": "^3.2.26", |
43 | - "@vueuse/core": "^7.4.0", | ||
44 | - "@vueuse/shared": "^7.4.0", | 43 | + "@vueuse/core": "^7.4.1", |
44 | + "@vueuse/shared": "^7.4.1", | ||
45 | "@zxcvbn-ts/core": "^1.2.0", | 45 | "@zxcvbn-ts/core": "^1.2.0", |
46 | - "ant-design-vue": "3.0.0-alpha.16", | 46 | + "ant-design-vue": "3.0.0-beta.3", |
47 | "axios": "^0.24.0", | 47 | "axios": "^0.24.0", |
48 | - "codemirror": "^5.64.0", | 48 | + "codemirror": "^5.65.0", |
49 | "cropperjs": "^1.5.12", | 49 | "cropperjs": "^1.5.12", |
50 | "crypto-js": "^4.1.1", | 50 | "crypto-js": "^4.1.1", |
51 | "dayjs": "^1.10.7", | 51 | "dayjs": "^1.10.7", |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
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.6", | 58 | + "pinia": "2.0.9", |
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.2", | 61 | "qs": "^6.10.2", |
@@ -63,18 +63,18 @@ | @@ -63,18 +63,18 @@ | ||
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.8", | 66 | + "vditor": "^3.8.10", |
67 | "vue": "^3.2.26", | 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": "^1.8.2", |
70 | "vue-router": "^4.0.12", | 70 | "vue-router": "^4.0.12", |
71 | "vue-types": "^4.1.1", | 71 | "vue-types": "^4.1.1", |
72 | "xlsx": "^0.17.4" | 72 | "xlsx": "^0.17.4" |
73 | }, | 73 | }, |
74 | "devDependencies": { | 74 | "devDependencies": { |
75 | - "@commitlint/cli": "^15.0.0", | ||
76 | - "@commitlint/config-conventional": "^15.0.0", | ||
77 | - "@iconify/json": "^2.0.12", | 75 | + "@commitlint/cli": "^16.0.1", |
76 | + "@commitlint/config-conventional": "^16.0.0", | ||
77 | + "@iconify/json": "^2.0.16", | ||
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,28 +84,28 @@ | @@ -84,28 +84,28 @@ | ||
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": "^17.0.0", | 87 | + "@types/node": "^17.0.5", |
88 | "@types/nprogress": "^0.2.0", | 88 | "@types/nprogress": "^0.2.0", |
89 | "@types/qrcode": "^1.4.2", | 89 | "@types/qrcode": "^1.4.2", |
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.7.0", | ||
94 | - "@typescript-eslint/parser": "^5.7.0", | 93 | + "@typescript-eslint/eslint-plugin": "^5.8.1", |
94 | + "@typescript-eslint/parser": "^5.8.1", | ||
95 | "@vitejs/plugin-legacy": "^1.6.4", | 95 | "@vitejs/plugin-legacy": "^1.6.4", |
96 | "@vitejs/plugin-vue": "^2.0.1", | 96 | "@vitejs/plugin-vue": "^2.0.1", |
97 | - "@vitejs/plugin-vue-jsx": "^1.3.2", | 97 | + "@vitejs/plugin-vue-jsx": "^1.3.3", |
98 | "@vue/compiler-sfc": "3.2.26", | 98 | "@vue/compiler-sfc": "3.2.26", |
99 | - "@vue/test-utils": "^2.0.0-rc.17", | 99 | + "@vue/test-utils": "^2.0.0-rc.18", |
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.2.2", |
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.5.0", | 105 | "eslint": "^8.5.0", |
106 | "eslint-config-prettier": "^8.3.0", | 106 | "eslint-config-prettier": "^8.3.0", |
107 | - "eslint-define-config": "^1.2.0", | ||
108 | - "eslint-plugin-jest": "^25.3.0", | 107 | + "eslint-define-config": "^1.2.1", |
108 | + "eslint-plugin-jest": "^25.3.2", | ||
109 | "eslint-plugin-prettier": "^4.0.0", | 109 | "eslint-plugin-prettier": "^4.0.0", |
110 | "eslint-plugin-vue": "^8.2.0", | 110 | "eslint-plugin-vue": "^8.2.0", |
111 | "esno": "^0.13.0", | 111 | "esno": "^0.13.0", |
@@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
114 | "inquirer": "^8.2.0", | 114 | "inquirer": "^8.2.0", |
115 | "jest": "^27.4.5", | 115 | "jest": "^27.4.5", |
116 | "less": "^4.1.2", | 116 | "less": "^4.1.2", |
117 | - "lint-staged": "12.1.3", | 117 | + "lint-staged": "12.1.4", |
118 | "npm-run-all": "^4.1.5", | 118 | "npm-run-all": "^4.1.5", |
119 | "postcss": "^8.4.5", | 119 | "postcss": "^8.4.5", |
120 | "postcss-html": "^1.3.0", | 120 | "postcss-html": "^1.3.0", |
@@ -122,7 +122,7 @@ | @@ -122,7 +122,7 @@ | ||
122 | "prettier": "^2.5.1", | 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.2.0", |
126 | "stylelint-config-html": "^1.0.0", | 126 | "stylelint-config-html": "^1.0.0", |
127 | "stylelint-config-prettier": "^9.0.3", | 127 | "stylelint-config-prettier": "^9.0.3", |
128 | "stylelint-config-recommended": "^6.0.0", | 128 | "stylelint-config-recommended": "^6.0.0", |
@@ -131,20 +131,20 @@ | @@ -131,20 +131,20 @@ | ||
131 | "ts-jest": "^27.1.2", | 131 | "ts-jest": "^27.1.2", |
132 | "ts-node": "^10.4.0", | 132 | "ts-node": "^10.4.0", |
133 | "typescript": "^4.5.4", | 133 | "typescript": "^4.5.4", |
134 | - "vite": "^2.7.3", | ||
135 | - "vite-plugin-compression": "^0.3.6", | ||
136 | - "vite-plugin-html": "^2.1.1", | ||
137 | - "vite-plugin-imagemin": "^0.4.6", | 134 | + "vite": "^2.7.8", |
135 | + "vite-plugin-compression": "^0.4.0", | ||
136 | + "vite-plugin-html": "^2.1.2", | ||
137 | + "vite-plugin-imagemin": "^0.5.1", | ||
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.12", | 140 | "vite-plugin-pwa": "^0.11.12", |
141 | - "vite-plugin-style-import": "^1.4.0", | 141 | + "vite-plugin-style-import": "^1.4.1", |
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", | ||
145 | - "vite-plugin-windicss": "^1.5.4", | 144 | + "vite-plugin-vue-setup-extend": "^0.3.0", |
145 | + "vite-plugin-windicss": "^1.6.1", | ||
146 | "vue-eslint-parser": "^8.0.1", | 146 | "vue-eslint-parser": "^8.0.1", |
147 | - "vue-tsc": "^0.29.8" | 147 | + "vue-tsc": "^0.30.1" |
148 | }, | 148 | }, |
149 | "resolutions": { | 149 | "resolutions": { |
150 | "bin-wrapper": "npm:bin-wrapper-china", | 150 | "bin-wrapper": "npm:bin-wrapper-china", |
pnpm-lock.yaml
@@ -8,12 +8,12 @@ overrides: | @@ -8,12 +8,12 @@ overrides: | ||
8 | specifiers: | 8 | specifiers: |
9 | '@ant-design/colors': ^6.0.0 | 9 | '@ant-design/colors': ^6.0.0 |
10 | '@ant-design/icons-vue': ^6.0.1 | 10 | '@ant-design/icons-vue': ^6.0.1 |
11 | - '@commitlint/cli': ^15.0.0 | ||
12 | - '@commitlint/config-conventional': ^15.0.0 | 11 | + '@commitlint/cli': ^16.0.1 |
12 | + '@commitlint/config-conventional': ^16.0.0 | ||
13 | '@iconify/iconify': ^2.1.0 | 13 | '@iconify/iconify': ^2.1.0 |
14 | - '@iconify/json': ^2.0.12 | ||
15 | - '@logicflow/core': ^0.7.14 | ||
16 | - '@logicflow/extension': ^0.7.14 | 14 | + '@iconify/json': ^2.0.16 |
15 | + '@logicflow/core': ^0.7.16 | ||
16 | + '@logicflow/extension': ^0.7.16 | ||
17 | '@purge-icons/generated': ^0.7.0 | 17 | '@purge-icons/generated': ^0.7.0 |
18 | '@types/codemirror': ^5.60.5 | 18 | '@types/codemirror': ^5.60.5 |
19 | '@types/crypto-js': ^4.0.2 | 19 | '@types/crypto-js': ^4.0.2 |
@@ -23,30 +23,30 @@ specifiers: | @@ -23,30 +23,30 @@ specifiers: | ||
23 | '@types/jest': ^27.0.3 | 23 | '@types/jest': ^27.0.3 |
24 | '@types/lodash-es': ^4.17.5 | 24 | '@types/lodash-es': ^4.17.5 |
25 | '@types/mockjs': ^1.0.4 | 25 | '@types/mockjs': ^1.0.4 |
26 | - '@types/node': ^17.0.0 | 26 | + '@types/node': ^17.0.5 |
27 | '@types/nprogress': ^0.2.0 | 27 | '@types/nprogress': ^0.2.0 |
28 | '@types/qrcode': ^1.4.2 | 28 | '@types/qrcode': ^1.4.2 |
29 | '@types/qs': ^6.9.7 | 29 | '@types/qs': ^6.9.7 |
30 | '@types/showdown': ^1.9.4 | 30 | '@types/showdown': ^1.9.4 |
31 | '@types/sortablejs': ^1.10.7 | 31 | '@types/sortablejs': ^1.10.7 |
32 | - '@typescript-eslint/eslint-plugin': ^5.7.0 | ||
33 | - '@typescript-eslint/parser': ^5.7.0 | 32 | + '@typescript-eslint/eslint-plugin': ^5.8.1 |
33 | + '@typescript-eslint/parser': ^5.8.1 | ||
34 | '@vitejs/plugin-legacy': ^1.6.4 | 34 | '@vitejs/plugin-legacy': ^1.6.4 |
35 | '@vitejs/plugin-vue': ^2.0.1 | 35 | '@vitejs/plugin-vue': ^2.0.1 |
36 | - '@vitejs/plugin-vue-jsx': ^1.3.2 | 36 | + '@vitejs/plugin-vue-jsx': ^1.3.3 |
37 | '@vue/compiler-sfc': 3.2.26 | 37 | '@vue/compiler-sfc': 3.2.26 |
38 | '@vue/runtime-core': ^3.2.26 | 38 | '@vue/runtime-core': ^3.2.26 |
39 | '@vue/shared': ^3.2.26 | 39 | '@vue/shared': ^3.2.26 |
40 | - '@vue/test-utils': ^2.0.0-rc.17 | ||
41 | - '@vueuse/core': ^7.4.0 | ||
42 | - '@vueuse/shared': ^7.4.0 | 40 | + '@vue/test-utils': ^2.0.0-rc.18 |
41 | + '@vueuse/core': ^7.4.1 | ||
42 | + '@vueuse/shared': ^7.4.1 | ||
43 | '@zxcvbn-ts/core': ^1.2.0 | 43 | '@zxcvbn-ts/core': ^1.2.0 |
44 | - ant-design-vue: 3.0.0-alpha.16 | 44 | + ant-design-vue: 3.0.0-beta.3 |
45 | autoprefixer: ^10.4.0 | 45 | autoprefixer: ^10.4.0 |
46 | axios: ^0.24.0 | 46 | axios: ^0.24.0 |
47 | - codemirror: ^5.64.0 | 47 | + codemirror: ^5.65.0 |
48 | commitizen: ^4.2.4 | 48 | commitizen: ^4.2.4 |
49 | - conventional-changelog-cli: ^2.1.1 | 49 | + conventional-changelog-cli: ^2.2.2 |
50 | cropperjs: ^1.5.12 | 50 | cropperjs: ^1.5.12 |
51 | cross-env: ^7.0.3 | 51 | cross-env: ^7.0.3 |
52 | crypto-js: ^4.1.1 | 52 | crypto-js: ^4.1.1 |
@@ -55,8 +55,8 @@ specifiers: | @@ -55,8 +55,8 @@ specifiers: | ||
55 | echarts: ^5.2.2 | 55 | echarts: ^5.2.2 |
56 | eslint: ^8.5.0 | 56 | eslint: ^8.5.0 |
57 | eslint-config-prettier: ^8.3.0 | 57 | eslint-config-prettier: ^8.3.0 |
58 | - eslint-define-config: ^1.2.0 | ||
59 | - eslint-plugin-jest: ^25.3.0 | 58 | + eslint-define-config: ^1.2.1 |
59 | + eslint-plugin-jest: ^25.3.2 | ||
60 | eslint-plugin-prettier: ^4.0.0 | 60 | eslint-plugin-prettier: ^4.0.0 |
61 | eslint-plugin-vue: ^8.2.0 | 61 | eslint-plugin-vue: ^8.2.0 |
62 | esno: ^0.13.0 | 62 | esno: ^0.13.0 |
@@ -66,13 +66,13 @@ specifiers: | @@ -66,13 +66,13 @@ specifiers: | ||
66 | intro.js: ^4.3.0 | 66 | intro.js: ^4.3.0 |
67 | jest: ^27.4.5 | 67 | jest: ^27.4.5 |
68 | less: ^4.1.2 | 68 | less: ^4.1.2 |
69 | - lint-staged: 12.1.3 | 69 | + lint-staged: 12.1.4 |
70 | lodash-es: ^4.17.21 | 70 | lodash-es: ^4.17.21 |
71 | mockjs: ^1.1.0 | 71 | mockjs: ^1.1.0 |
72 | npm-run-all: ^4.1.5 | 72 | npm-run-all: ^4.1.5 |
73 | nprogress: ^0.2.0 | 73 | nprogress: ^0.2.0 |
74 | path-to-regexp: ^6.2.0 | 74 | path-to-regexp: ^6.2.0 |
75 | - pinia: 2.0.6 | 75 | + pinia: 2.0.9 |
76 | postcss: ^8.4.5 | 76 | postcss: ^8.4.5 |
77 | postcss-html: ^1.3.0 | 77 | postcss-html: ^1.3.0 |
78 | postcss-less: ^5.0.0 | 78 | postcss-less: ^5.0.0 |
@@ -85,7 +85,7 @@ specifiers: | @@ -85,7 +85,7 @@ specifiers: | ||
85 | rollup-plugin-visualizer: ^5.5.2 | 85 | rollup-plugin-visualizer: ^5.5.2 |
86 | showdown: ^1.9.1 | 86 | showdown: ^1.9.1 |
87 | sortablejs: ^1.14.0 | 87 | sortablejs: ^1.14.0 |
88 | - stylelint: ^14.1.0 | 88 | + stylelint: ^14.2.0 |
89 | stylelint-config-html: ^1.0.0 | 89 | stylelint-config-html: ^1.0.0 |
90 | stylelint-config-prettier: ^9.0.3 | 90 | stylelint-config-prettier: ^9.0.3 |
91 | stylelint-config-recommended: ^6.0.0 | 91 | stylelint-config-recommended: ^6.0.0 |
@@ -95,25 +95,25 @@ specifiers: | @@ -95,25 +95,25 @@ specifiers: | ||
95 | ts-jest: ^27.1.2 | 95 | ts-jest: ^27.1.2 |
96 | ts-node: ^10.4.0 | 96 | ts-node: ^10.4.0 |
97 | typescript: ^4.5.4 | 97 | typescript: ^4.5.4 |
98 | - vditor: ^3.8.8 | ||
99 | - vite: ^2.7.3 | ||
100 | - vite-plugin-compression: ^0.3.6 | ||
101 | - vite-plugin-html: ^2.1.1 | ||
102 | - vite-plugin-imagemin: ^0.4.6 | 98 | + vditor: ^3.8.10 |
99 | + vite: ^2.7.8 | ||
100 | + vite-plugin-compression: ^0.4.0 | ||
101 | + vite-plugin-html: ^2.1.2 | ||
102 | + vite-plugin-imagemin: ^0.5.1 | ||
103 | vite-plugin-mock: ^2.9.6 | 103 | vite-plugin-mock: ^2.9.6 |
104 | vite-plugin-purge-icons: ^0.7.0 | 104 | vite-plugin-purge-icons: ^0.7.0 |
105 | vite-plugin-pwa: ^0.11.12 | 105 | vite-plugin-pwa: ^0.11.12 |
106 | - vite-plugin-style-import: ^1.4.0 | 106 | + vite-plugin-style-import: ^1.4.1 |
107 | vite-plugin-svg-icons: ^1.0.5 | 107 | vite-plugin-svg-icons: ^1.0.5 |
108 | vite-plugin-theme: ^0.8.1 | 108 | vite-plugin-theme: ^0.8.1 |
109 | - vite-plugin-vue-setup-extend: ^0.1.0 | ||
110 | - vite-plugin-windicss: ^1.5.4 | 109 | + vite-plugin-vue-setup-extend: ^0.3.0 |
110 | + vite-plugin-windicss: ^1.6.1 | ||
111 | vue: ^3.2.26 | 111 | vue: ^3.2.26 |
112 | vue-eslint-parser: ^8.0.1 | 112 | vue-eslint-parser: ^8.0.1 |
113 | vue-i18n: ^9.1.9 | 113 | vue-i18n: ^9.1.9 |
114 | - vue-json-pretty: ^2.0.6 | 114 | + vue-json-pretty: ^1.8.2 |
115 | vue-router: ^4.0.12 | 115 | vue-router: ^4.0.12 |
116 | - vue-tsc: ^0.29.8 | 116 | + vue-tsc: ^0.30.1 |
117 | vue-types: ^4.1.1 | 117 | vue-types: ^4.1.1 |
118 | xlsx: ^0.17.4 | 118 | xlsx: ^0.17.4 |
119 | 119 | ||
@@ -121,16 +121,16 @@ dependencies: | @@ -121,16 +121,16 @@ dependencies: | ||
121 | '@ant-design/colors': 6.0.0 | 121 | '@ant-design/colors': 6.0.0 |
122 | '@ant-design/icons-vue': 6.0.1_vue@3.2.26 | 122 | '@ant-design/icons-vue': 6.0.1_vue@3.2.26 |
123 | '@iconify/iconify': 2.1.0 | 123 | '@iconify/iconify': 2.1.0 |
124 | - '@logicflow/core': 0.7.14 | ||
125 | - '@logicflow/extension': 0.7.14 | 124 | + '@logicflow/core': 0.7.16 |
125 | + '@logicflow/extension': 0.7.16 | ||
126 | '@vue/runtime-core': 3.2.26 | 126 | '@vue/runtime-core': 3.2.26 |
127 | '@vue/shared': 3.2.26 | 127 | '@vue/shared': 3.2.26 |
128 | - '@vueuse/core': 7.4.0_vue@3.2.26 | ||
129 | - '@vueuse/shared': 7.4.0_vue@3.2.26 | 128 | + '@vueuse/core': 7.4.1_vue@3.2.26 |
129 | + '@vueuse/shared': 7.4.1_vue@3.2.26 | ||
130 | '@zxcvbn-ts/core': 1.2.0 | 130 | '@zxcvbn-ts/core': 1.2.0 |
131 | - ant-design-vue: 3.0.0-alpha.16_ae87cbba5ec93a01f3fe1197df446ca3 | 131 | + ant-design-vue: 3.0.0-beta.3_ae87cbba5ec93a01f3fe1197df446ca3 |
132 | axios: 0.24.0 | 132 | axios: 0.24.0 |
133 | - codemirror: 5.64.0 | 133 | + codemirror: 5.65.0 |
134 | cropperjs: 1.5.12 | 134 | cropperjs: 1.5.12 |
135 | crypto-js: 4.1.1 | 135 | crypto-js: 4.1.1 |
136 | dayjs: 1.10.7 | 136 | dayjs: 1.10.7 |
@@ -140,7 +140,7 @@ dependencies: | @@ -140,7 +140,7 @@ dependencies: | ||
140 | mockjs: 1.1.0 | 140 | mockjs: 1.1.0 |
141 | nprogress: 0.2.0 | 141 | nprogress: 0.2.0 |
142 | path-to-regexp: 6.2.0 | 142 | path-to-regexp: 6.2.0 |
143 | - pinia: 2.0.6_typescript@4.5.4+vue@3.2.26 | 143 | + pinia: 2.0.9_typescript@4.5.4+vue@3.2.26 |
144 | print-js: 1.6.0 | 144 | print-js: 1.6.0 |
145 | qrcode: 1.5.0 | 145 | qrcode: 1.5.0 |
146 | qs: 6.10.2 | 146 | qs: 6.10.2 |
@@ -148,18 +148,18 @@ dependencies: | @@ -148,18 +148,18 @@ dependencies: | ||
148 | showdown: 1.9.1 | 148 | showdown: 1.9.1 |
149 | sortablejs: 1.14.0 | 149 | sortablejs: 1.14.0 |
150 | tinymce: 5.10.2 | 150 | tinymce: 5.10.2 |
151 | - vditor: 3.8.8 | 151 | + vditor: 3.8.10 |
152 | vue: 3.2.26 | 152 | vue: 3.2.26 |
153 | vue-i18n: 9.1.9_vue@3.2.26 | 153 | vue-i18n: 9.1.9_vue@3.2.26 |
154 | - vue-json-pretty: 2.0.6_vue@3.2.26 | 154 | + vue-json-pretty: 1.8.2 |
155 | vue-router: 4.0.12_vue@3.2.26 | 155 | vue-router: 4.0.12_vue@3.2.26 |
156 | vue-types: 4.1.1_vue@3.2.26 | 156 | vue-types: 4.1.1_vue@3.2.26 |
157 | xlsx: 0.17.4 | 157 | xlsx: 0.17.4 |
158 | 158 | ||
159 | devDependencies: | 159 | devDependencies: |
160 | - '@commitlint/cli': 15.0.0 | ||
161 | - '@commitlint/config-conventional': 15.0.0 | ||
162 | - '@iconify/json': 2.0.12 | 160 | + '@commitlint/cli': 16.0.1_@types+node@17.0.5 |
161 | + '@commitlint/config-conventional': 16.0.0 | ||
162 | + '@iconify/json': 2.0.16 | ||
163 | '@purge-icons/generated': 0.7.0 | 163 | '@purge-icons/generated': 0.7.0 |
164 | '@types/codemirror': 5.60.5 | 164 | '@types/codemirror': 5.60.5 |
165 | '@types/crypto-js': 4.0.2 | 165 | '@types/crypto-js': 4.0.2 |
@@ -169,28 +169,28 @@ devDependencies: | @@ -169,28 +169,28 @@ devDependencies: | ||
169 | '@types/jest': 27.0.3 | 169 | '@types/jest': 27.0.3 |
170 | '@types/lodash-es': 4.17.5 | 170 | '@types/lodash-es': 4.17.5 |
171 | '@types/mockjs': 1.0.4 | 171 | '@types/mockjs': 1.0.4 |
172 | - '@types/node': 17.0.0 | 172 | + '@types/node': 17.0.5 |
173 | '@types/nprogress': 0.2.0 | 173 | '@types/nprogress': 0.2.0 |
174 | '@types/qrcode': 1.4.2 | 174 | '@types/qrcode': 1.4.2 |
175 | '@types/qs': 6.9.7 | 175 | '@types/qs': 6.9.7 |
176 | '@types/showdown': 1.9.4 | 176 | '@types/showdown': 1.9.4 |
177 | '@types/sortablejs': 1.10.7 | 177 | '@types/sortablejs': 1.10.7 |
178 | - '@typescript-eslint/eslint-plugin': 5.7.0_a6f6159640504abdd3de077f8bcadb33 | ||
179 | - '@typescript-eslint/parser': 5.7.0_eslint@8.5.0+typescript@4.5.4 | ||
180 | - '@vitejs/plugin-legacy': 1.6.4_vite@2.7.3 | ||
181 | - '@vitejs/plugin-vue': 2.0.1_vite@2.7.3+vue@3.2.26 | ||
182 | - '@vitejs/plugin-vue-jsx': 1.3.2 | 178 | + '@typescript-eslint/eslint-plugin': 5.8.1_3a47348159e115370aa4cba56aba33b6 |
179 | + '@typescript-eslint/parser': 5.8.1_eslint@8.5.0+typescript@4.5.4 | ||
180 | + '@vitejs/plugin-legacy': 1.6.4_vite@2.7.8 | ||
181 | + '@vitejs/plugin-vue': 2.0.1_vite@2.7.8+vue@3.2.26 | ||
182 | + '@vitejs/plugin-vue-jsx': 1.3.3 | ||
183 | '@vue/compiler-sfc': 3.2.26 | 183 | '@vue/compiler-sfc': 3.2.26 |
184 | - '@vue/test-utils': 2.0.0-rc.17_vue@3.2.26 | 184 | + '@vue/test-utils': 2.0.0-rc.18_vue@3.2.26 |
185 | autoprefixer: 10.4.0_postcss@8.4.5 | 185 | autoprefixer: 10.4.0_postcss@8.4.5 |
186 | - commitizen: 4.2.4 | ||
187 | - conventional-changelog-cli: 2.1.1 | 186 | + commitizen: 4.2.4_@types+node@17.0.5 |
187 | + conventional-changelog-cli: 2.2.2 | ||
188 | cross-env: 7.0.3 | 188 | cross-env: 7.0.3 |
189 | dotenv: 10.0.0 | 189 | dotenv: 10.0.0 |
190 | eslint: 8.5.0 | 190 | eslint: 8.5.0 |
191 | eslint-config-prettier: 8.3.0_eslint@8.5.0 | 191 | eslint-config-prettier: 8.3.0_eslint@8.5.0 |
192 | - eslint-define-config: 1.2.0 | ||
193 | - eslint-plugin-jest: 25.3.0_58307b40d1d9560143b85525831a9181 | 192 | + eslint-define-config: 1.2.1 |
193 | + eslint-plugin-jest: 25.3.2_8e4587ffdbad7ecbf6b0774bd21bf51b | ||
194 | eslint-plugin-prettier: 4.0.0_94e1b6d3ce6ea916847122712570e9ae | 194 | eslint-plugin-prettier: 4.0.0_94e1b6d3ce6ea916847122712570e9ae |
195 | eslint-plugin-vue: 8.2.0_eslint@8.5.0 | 195 | eslint-plugin-vue: 8.2.0_eslint@8.5.0 |
196 | esno: 0.13.0_typescript@4.5.4 | 196 | esno: 0.13.0_typescript@4.5.4 |
@@ -199,7 +199,7 @@ devDependencies: | @@ -199,7 +199,7 @@ devDependencies: | ||
199 | inquirer: 8.2.0 | 199 | inquirer: 8.2.0 |
200 | jest: 27.4.5_ts-node@10.4.0 | 200 | jest: 27.4.5_ts-node@10.4.0 |
201 | less: 4.1.2 | 201 | less: 4.1.2 |
202 | - lint-staged: 12.1.3 | 202 | + lint-staged: 12.1.4 |
203 | npm-run-all: 4.1.5 | 203 | npm-run-all: 4.1.5 |
204 | postcss: 8.4.5 | 204 | postcss: 8.4.5 |
205 | postcss-html: 1.3.0 | 205 | postcss-html: 1.3.0 |
@@ -207,29 +207,29 @@ devDependencies: | @@ -207,29 +207,29 @@ devDependencies: | ||
207 | prettier: 2.5.1 | 207 | prettier: 2.5.1 |
208 | rimraf: 3.0.2 | 208 | rimraf: 3.0.2 |
209 | rollup-plugin-visualizer: 5.5.2 | 209 | rollup-plugin-visualizer: 5.5.2 |
210 | - stylelint: 14.1.0 | ||
211 | - stylelint-config-html: 1.0.0_c1fe332c2f0bd1acbb28be685cc2d480 | ||
212 | - stylelint-config-prettier: 9.0.3_stylelint@14.1.0 | ||
213 | - stylelint-config-recommended: 6.0.0_stylelint@14.1.0 | ||
214 | - stylelint-config-standard: 24.0.0_stylelint@14.1.0 | ||
215 | - stylelint-order: 5.0.0_stylelint@14.1.0 | 210 | + stylelint: 14.2.0 |
211 | + stylelint-config-html: 1.0.0_2d1bcf73d0f2e8e613ccd6d821b0344f | ||
212 | + stylelint-config-prettier: 9.0.3_stylelint@14.2.0 | ||
213 | + stylelint-config-recommended: 6.0.0_stylelint@14.2.0 | ||
214 | + stylelint-config-standard: 24.0.0_stylelint@14.2.0 | ||
215 | + stylelint-order: 5.0.0_stylelint@14.2.0 | ||
216 | ts-jest: 27.1.2_b65cae1b46840061996b6cc0ea16ca56 | 216 | ts-jest: 27.1.2_b65cae1b46840061996b6cc0ea16ca56 |
217 | - ts-node: 10.4.0_cb9fa2b677905e47db2aeff929cdeb55 | 217 | + ts-node: 10.4.0_bad060d5f9aca5284661d88d739ba15b |
218 | typescript: 4.5.4 | 218 | typescript: 4.5.4 |
219 | - vite: 2.7.3_less@4.1.2 | ||
220 | - vite-plugin-compression: 0.3.6_vite@2.7.3 | ||
221 | - vite-plugin-html: 2.1.1_vite@2.7.3 | ||
222 | - vite-plugin-imagemin: 0.4.6_vite@2.7.3 | ||
223 | - vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.3 | ||
224 | - vite-plugin-purge-icons: 0.7.0_vite@2.7.3 | ||
225 | - vite-plugin-pwa: 0.11.12_vite@2.7.3 | ||
226 | - vite-plugin-style-import: 1.4.0_vite@2.7.3 | ||
227 | - vite-plugin-svg-icons: 1.0.5_vite@2.7.3 | ||
228 | - vite-plugin-theme: 0.8.1_vite@2.7.3 | ||
229 | - vite-plugin-vue-setup-extend: 0.1.0_vite@2.7.3 | ||
230 | - vite-plugin-windicss: 1.5.4_vite@2.7.3 | 219 | + vite: 2.7.8_less@4.1.2 |
220 | + vite-plugin-compression: 0.4.0_vite@2.7.8 | ||
221 | + vite-plugin-html: 2.1.2_vite@2.7.8 | ||
222 | + vite-plugin-imagemin: 0.5.1_vite@2.7.8 | ||
223 | + vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.7.8 | ||
224 | + vite-plugin-purge-icons: 0.7.0_vite@2.7.8 | ||
225 | + vite-plugin-pwa: 0.11.12_vite@2.7.8 | ||
226 | + vite-plugin-style-import: 1.4.1_vite@2.7.8 | ||
227 | + vite-plugin-svg-icons: 1.0.5_vite@2.7.8 | ||
228 | + vite-plugin-theme: 0.8.1_vite@2.7.8 | ||
229 | + vite-plugin-vue-setup-extend: 0.3.0_vite@2.7.8 | ||
230 | + vite-plugin-windicss: 1.6.1_vite@2.7.8 | ||
231 | vue-eslint-parser: 8.0.1_eslint@8.5.0 | 231 | vue-eslint-parser: 8.0.1_eslint@8.5.0 |
232 | - vue-tsc: 0.29.8_typescript@4.5.4 | 232 | + vue-tsc: 0.30.1_typescript@4.5.4 |
233 | 233 | ||
234 | packages: | 234 | packages: |
235 | 235 | ||
@@ -314,6 +314,29 @@ packages: | @@ -314,6 +314,29 @@ packages: | ||
314 | - supports-color | 314 | - supports-color |
315 | dev: true | 315 | dev: true |
316 | 316 | ||
317 | + /@babel/core/7.16.5: | ||
318 | + resolution: {integrity: sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==} | ||
319 | + engines: {node: '>=6.9.0'} | ||
320 | + dependencies: | ||
321 | + '@babel/code-frame': 7.16.0 | ||
322 | + '@babel/generator': 7.16.5 | ||
323 | + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5 | ||
324 | + '@babel/helper-module-transforms': 7.16.5 | ||
325 | + '@babel/helpers': 7.16.5 | ||
326 | + '@babel/parser': 7.16.6 | ||
327 | + '@babel/template': 7.16.0 | ||
328 | + '@babel/traverse': 7.16.5 | ||
329 | + '@babel/types': 7.16.0 | ||
330 | + convert-source-map: 1.8.0 | ||
331 | + debug: 4.3.3 | ||
332 | + gensync: 1.0.0-beta.2 | ||
333 | + json5: 2.2.0 | ||
334 | + semver: 6.3.0 | ||
335 | + source-map: 0.5.7 | ||
336 | + transitivePeerDependencies: | ||
337 | + - supports-color | ||
338 | + dev: true | ||
339 | + | ||
317 | /@babel/generator/7.16.0: | 340 | /@babel/generator/7.16.0: |
318 | resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==} | 341 | resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==} |
319 | engines: {node: '>=6.9.0'} | 342 | engines: {node: '>=6.9.0'} |
@@ -323,6 +346,15 @@ packages: | @@ -323,6 +346,15 @@ packages: | ||
323 | source-map: 0.5.7 | 346 | source-map: 0.5.7 |
324 | dev: true | 347 | dev: true |
325 | 348 | ||
349 | + /@babel/generator/7.16.5: | ||
350 | + resolution: {integrity: sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==} | ||
351 | + engines: {node: '>=6.9.0'} | ||
352 | + dependencies: | ||
353 | + '@babel/types': 7.16.0 | ||
354 | + jsesc: 2.5.2 | ||
355 | + source-map: 0.5.7 | ||
356 | + dev: true | ||
357 | + | ||
326 | /@babel/helper-annotate-as-pure/7.16.0: | 358 | /@babel/helper-annotate-as-pure/7.16.0: |
327 | resolution: {integrity: sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==} | 359 | resolution: {integrity: sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==} |
328 | engines: {node: '>=6.9.0'} | 360 | engines: {node: '>=6.9.0'} |
@@ -351,6 +383,19 @@ packages: | @@ -351,6 +383,19 @@ packages: | ||
351 | semver: 6.3.0 | 383 | semver: 6.3.0 |
352 | dev: true | 384 | dev: true |
353 | 385 | ||
386 | + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.5: | ||
387 | + resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} | ||
388 | + engines: {node: '>=6.9.0'} | ||
389 | + peerDependencies: | ||
390 | + '@babel/core': ^7.0.0 | ||
391 | + dependencies: | ||
392 | + '@babel/compat-data': 7.16.4 | ||
393 | + '@babel/core': 7.16.5 | ||
394 | + '@babel/helper-validator-option': 7.14.5 | ||
395 | + browserslist: 4.18.1 | ||
396 | + semver: 6.3.0 | ||
397 | + dev: true | ||
398 | + | ||
354 | /@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.0: | 399 | /@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.0: |
355 | resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==} | 400 | resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==} |
356 | engines: {node: '>=6.9.0'} | 401 | engines: {node: '>=6.9.0'} |
@@ -368,6 +413,23 @@ packages: | @@ -368,6 +413,23 @@ packages: | ||
368 | - supports-color | 413 | - supports-color |
369 | dev: true | 414 | dev: true |
370 | 415 | ||
416 | + /@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.5: | ||
417 | + resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==} | ||
418 | + engines: {node: '>=6.9.0'} | ||
419 | + peerDependencies: | ||
420 | + '@babel/core': ^7.0.0 | ||
421 | + dependencies: | ||
422 | + '@babel/core': 7.16.5 | ||
423 | + '@babel/helper-annotate-as-pure': 7.16.0 | ||
424 | + '@babel/helper-function-name': 7.16.0 | ||
425 | + '@babel/helper-member-expression-to-functions': 7.16.0 | ||
426 | + '@babel/helper-optimise-call-expression': 7.16.0 | ||
427 | + '@babel/helper-replace-supers': 7.16.0 | ||
428 | + '@babel/helper-split-export-declaration': 7.16.0 | ||
429 | + transitivePeerDependencies: | ||
430 | + - supports-color | ||
431 | + dev: true | ||
432 | + | ||
371 | /@babel/helper-create-regexp-features-plugin/7.16.0_@babel+core@7.16.0: | 433 | /@babel/helper-create-regexp-features-plugin/7.16.0_@babel+core@7.16.0: |
372 | resolution: {integrity: sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==} | 434 | resolution: {integrity: sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==} |
373 | engines: {node: '>=6.9.0'} | 435 | engines: {node: '>=6.9.0'} |
@@ -397,6 +459,13 @@ packages: | @@ -397,6 +459,13 @@ packages: | ||
397 | - supports-color | 459 | - supports-color |
398 | dev: true | 460 | dev: true |
399 | 461 | ||
462 | + /@babel/helper-environment-visitor/7.16.5: | ||
463 | + resolution: {integrity: sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==} | ||
464 | + engines: {node: '>=6.9.0'} | ||
465 | + dependencies: | ||
466 | + '@babel/types': 7.16.0 | ||
467 | + dev: true | ||
468 | + | ||
400 | /@babel/helper-explode-assignable-expression/7.16.0: | 469 | /@babel/helper-explode-assignable-expression/7.16.0: |
401 | resolution: {integrity: sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==} | 470 | resolution: {integrity: sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==} |
402 | engines: {node: '>=6.9.0'} | 471 | engines: {node: '>=6.9.0'} |
@@ -457,6 +526,22 @@ packages: | @@ -457,6 +526,22 @@ packages: | ||
457 | - supports-color | 526 | - supports-color |
458 | dev: true | 527 | dev: true |
459 | 528 | ||
529 | + /@babel/helper-module-transforms/7.16.5: | ||
530 | + resolution: {integrity: sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==} | ||
531 | + engines: {node: '>=6.9.0'} | ||
532 | + dependencies: | ||
533 | + '@babel/helper-environment-visitor': 7.16.5 | ||
534 | + '@babel/helper-module-imports': 7.16.0 | ||
535 | + '@babel/helper-simple-access': 7.16.0 | ||
536 | + '@babel/helper-split-export-declaration': 7.16.0 | ||
537 | + '@babel/helper-validator-identifier': 7.15.7 | ||
538 | + '@babel/template': 7.16.0 | ||
539 | + '@babel/traverse': 7.16.5 | ||
540 | + '@babel/types': 7.16.0 | ||
541 | + transitivePeerDependencies: | ||
542 | + - supports-color | ||
543 | + dev: true | ||
544 | + | ||
460 | /@babel/helper-optimise-call-expression/7.16.0: | 545 | /@babel/helper-optimise-call-expression/7.16.0: |
461 | resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==} | 546 | resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==} |
462 | engines: {node: '>=6.9.0'} | 547 | engines: {node: '>=6.9.0'} |
@@ -546,6 +631,17 @@ packages: | @@ -546,6 +631,17 @@ packages: | ||
546 | - supports-color | 631 | - supports-color |
547 | dev: true | 632 | dev: true |
548 | 633 | ||
634 | + /@babel/helpers/7.16.5: | ||
635 | + resolution: {integrity: sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==} | ||
636 | + engines: {node: '>=6.9.0'} | ||
637 | + dependencies: | ||
638 | + '@babel/template': 7.16.0 | ||
639 | + '@babel/traverse': 7.16.5 | ||
640 | + '@babel/types': 7.16.0 | ||
641 | + transitivePeerDependencies: | ||
642 | + - supports-color | ||
643 | + dev: true | ||
644 | + | ||
549 | /@babel/highlight/7.16.0: | 645 | /@babel/highlight/7.16.0: |
550 | resolution: {integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==} | 646 | resolution: {integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==} |
551 | engines: {node: '>=6.9.0'} | 647 | engines: {node: '>=6.9.0'} |
@@ -560,6 +656,12 @@ packages: | @@ -560,6 +656,12 @@ packages: | ||
560 | engines: {node: '>=6.0.0'} | 656 | engines: {node: '>=6.0.0'} |
561 | hasBin: true | 657 | hasBin: true |
562 | 658 | ||
659 | + /@babel/parser/7.16.6: | ||
660 | + resolution: {integrity: sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==} | ||
661 | + engines: {node: '>=6.0.0'} | ||
662 | + hasBin: true | ||
663 | + dev: true | ||
664 | + | ||
563 | /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.0: | 665 | /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.0: |
564 | resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==} | 666 | resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==} |
565 | engines: {node: '>=6.9.0'} | 667 | engines: {node: '>=6.9.0'} |
@@ -774,6 +876,15 @@ packages: | @@ -774,6 +876,15 @@ packages: | ||
774 | '@babel/helper-plugin-utils': 7.14.5 | 876 | '@babel/helper-plugin-utils': 7.14.5 |
775 | dev: true | 877 | dev: true |
776 | 878 | ||
879 | + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.5: | ||
880 | + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} | ||
881 | + peerDependencies: | ||
882 | + '@babel/core': ^7.0.0-0 | ||
883 | + dependencies: | ||
884 | + '@babel/core': 7.16.5 | ||
885 | + '@babel/helper-plugin-utils': 7.14.5 | ||
886 | + dev: true | ||
887 | + | ||
777 | /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: | 888 | /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0: |
778 | resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} | 889 | resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} |
779 | peerDependencies: | 890 | peerDependencies: |
@@ -783,6 +894,15 @@ packages: | @@ -783,6 +894,15 @@ packages: | ||
783 | '@babel/helper-plugin-utils': 7.14.5 | 894 | '@babel/helper-plugin-utils': 7.14.5 |
784 | dev: true | 895 | dev: true |
785 | 896 | ||
897 | + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.5: | ||
898 | + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} | ||
899 | + peerDependencies: | ||
900 | + '@babel/core': ^7.0.0-0 | ||
901 | + dependencies: | ||
902 | + '@babel/core': 7.16.5 | ||
903 | + '@babel/helper-plugin-utils': 7.14.5 | ||
904 | + dev: true | ||
905 | + | ||
786 | /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: | 906 | /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0: |
787 | resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} | 907 | resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} |
788 | peerDependencies: | 908 | peerDependencies: |
@@ -792,6 +912,15 @@ packages: | @@ -792,6 +912,15 @@ packages: | ||
792 | '@babel/helper-plugin-utils': 7.14.5 | 912 | '@babel/helper-plugin-utils': 7.14.5 |
793 | dev: true | 913 | dev: true |
794 | 914 | ||
915 | + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.5: | ||
916 | + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} | ||
917 | + peerDependencies: | ||
918 | + '@babel/core': ^7.0.0-0 | ||
919 | + dependencies: | ||
920 | + '@babel/core': 7.16.5 | ||
921 | + '@babel/helper-plugin-utils': 7.14.5 | ||
922 | + dev: true | ||
923 | + | ||
795 | /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.0: | 924 | /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.0: |
796 | resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} | 925 | resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} |
797 | engines: {node: '>=6.9.0'} | 926 | engines: {node: '>=6.9.0'} |
@@ -829,6 +958,15 @@ packages: | @@ -829,6 +958,15 @@ packages: | ||
829 | '@babel/helper-plugin-utils': 7.14.5 | 958 | '@babel/helper-plugin-utils': 7.14.5 |
830 | dev: true | 959 | dev: true |
831 | 960 | ||
961 | + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.5: | ||
962 | + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} | ||
963 | + peerDependencies: | ||
964 | + '@babel/core': ^7.0.0-0 | ||
965 | + dependencies: | ||
966 | + '@babel/core': 7.16.5 | ||
967 | + '@babel/helper-plugin-utils': 7.14.5 | ||
968 | + dev: true | ||
969 | + | ||
832 | /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: | 970 | /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0: |
833 | resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} | 971 | resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} |
834 | peerDependencies: | 972 | peerDependencies: |
@@ -838,13 +976,22 @@ packages: | @@ -838,13 +976,22 @@ packages: | ||
838 | '@babel/helper-plugin-utils': 7.14.5 | 976 | '@babel/helper-plugin-utils': 7.14.5 |
839 | dev: true | 977 | dev: true |
840 | 978 | ||
841 | - /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.16.0: | 979 | + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.5: |
980 | + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} | ||
981 | + peerDependencies: | ||
982 | + '@babel/core': ^7.0.0-0 | ||
983 | + dependencies: | ||
984 | + '@babel/core': 7.16.5 | ||
985 | + '@babel/helper-plugin-utils': 7.14.5 | ||
986 | + dev: true | ||
987 | + | ||
988 | + /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.16.5: | ||
842 | resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==} | 989 | resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==} |
843 | engines: {node: '>=6.9.0'} | 990 | engines: {node: '>=6.9.0'} |
844 | peerDependencies: | 991 | peerDependencies: |
845 | '@babel/core': ^7.0.0-0 | 992 | '@babel/core': ^7.0.0-0 |
846 | dependencies: | 993 | dependencies: |
847 | - '@babel/core': 7.16.0 | 994 | + '@babel/core': 7.16.5 |
848 | '@babel/helper-plugin-utils': 7.14.5 | 995 | '@babel/helper-plugin-utils': 7.14.5 |
849 | dev: true | 996 | dev: true |
850 | 997 | ||
@@ -857,6 +1004,15 @@ packages: | @@ -857,6 +1004,15 @@ packages: | ||
857 | '@babel/helper-plugin-utils': 7.14.5 | 1004 | '@babel/helper-plugin-utils': 7.14.5 |
858 | dev: true | 1005 | dev: true |
859 | 1006 | ||
1007 | + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.5: | ||
1008 | + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} | ||
1009 | + peerDependencies: | ||
1010 | + '@babel/core': ^7.0.0-0 | ||
1011 | + dependencies: | ||
1012 | + '@babel/core': 7.16.5 | ||
1013 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1014 | + dev: true | ||
1015 | + | ||
860 | /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: | 1016 | /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0: |
861 | resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} | 1017 | resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} |
862 | peerDependencies: | 1018 | peerDependencies: |
@@ -866,6 +1022,15 @@ packages: | @@ -866,6 +1022,15 @@ packages: | ||
866 | '@babel/helper-plugin-utils': 7.14.5 | 1022 | '@babel/helper-plugin-utils': 7.14.5 |
867 | dev: true | 1023 | dev: true |
868 | 1024 | ||
1025 | + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.5: | ||
1026 | + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} | ||
1027 | + peerDependencies: | ||
1028 | + '@babel/core': ^7.0.0-0 | ||
1029 | + dependencies: | ||
1030 | + '@babel/core': 7.16.5 | ||
1031 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1032 | + dev: true | ||
1033 | + | ||
869 | /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: | 1034 | /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0: |
870 | resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} | 1035 | resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} |
871 | peerDependencies: | 1036 | peerDependencies: |
@@ -875,6 +1040,15 @@ packages: | @@ -875,6 +1040,15 @@ packages: | ||
875 | '@babel/helper-plugin-utils': 7.14.5 | 1040 | '@babel/helper-plugin-utils': 7.14.5 |
876 | dev: true | 1041 | dev: true |
877 | 1042 | ||
1043 | + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.5: | ||
1044 | + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} | ||
1045 | + peerDependencies: | ||
1046 | + '@babel/core': ^7.0.0-0 | ||
1047 | + dependencies: | ||
1048 | + '@babel/core': 7.16.5 | ||
1049 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1050 | + dev: true | ||
1051 | + | ||
878 | /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: | 1052 | /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0: |
879 | resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} | 1053 | resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} |
880 | peerDependencies: | 1054 | peerDependencies: |
@@ -884,6 +1058,15 @@ packages: | @@ -884,6 +1058,15 @@ packages: | ||
884 | '@babel/helper-plugin-utils': 7.14.5 | 1058 | '@babel/helper-plugin-utils': 7.14.5 |
885 | dev: true | 1059 | dev: true |
886 | 1060 | ||
1061 | + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.5: | ||
1062 | + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} | ||
1063 | + peerDependencies: | ||
1064 | + '@babel/core': ^7.0.0-0 | ||
1065 | + dependencies: | ||
1066 | + '@babel/core': 7.16.5 | ||
1067 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1068 | + dev: true | ||
1069 | + | ||
887 | /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: | 1070 | /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0: |
888 | resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} | 1071 | resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} |
889 | peerDependencies: | 1072 | peerDependencies: |
@@ -893,6 +1076,15 @@ packages: | @@ -893,6 +1076,15 @@ packages: | ||
893 | '@babel/helper-plugin-utils': 7.14.5 | 1076 | '@babel/helper-plugin-utils': 7.14.5 |
894 | dev: true | 1077 | dev: true |
895 | 1078 | ||
1079 | + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.5: | ||
1080 | + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} | ||
1081 | + peerDependencies: | ||
1082 | + '@babel/core': ^7.0.0-0 | ||
1083 | + dependencies: | ||
1084 | + '@babel/core': 7.16.5 | ||
1085 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1086 | + dev: true | ||
1087 | + | ||
896 | /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: | 1088 | /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0: |
897 | resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} | 1089 | resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} |
898 | peerDependencies: | 1090 | peerDependencies: |
@@ -902,6 +1094,15 @@ packages: | @@ -902,6 +1094,15 @@ packages: | ||
902 | '@babel/helper-plugin-utils': 7.14.5 | 1094 | '@babel/helper-plugin-utils': 7.14.5 |
903 | dev: true | 1095 | dev: true |
904 | 1096 | ||
1097 | + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.5: | ||
1098 | + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} | ||
1099 | + peerDependencies: | ||
1100 | + '@babel/core': ^7.0.0-0 | ||
1101 | + dependencies: | ||
1102 | + '@babel/core': 7.16.5 | ||
1103 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1104 | + dev: true | ||
1105 | + | ||
905 | /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.0: | 1106 | /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.0: |
906 | resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} | 1107 | resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} |
907 | engines: {node: '>=6.9.0'} | 1108 | engines: {node: '>=6.9.0'} |
@@ -922,13 +1123,23 @@ packages: | @@ -922,13 +1123,23 @@ packages: | ||
922 | '@babel/helper-plugin-utils': 7.14.5 | 1123 | '@babel/helper-plugin-utils': 7.14.5 |
923 | dev: true | 1124 | dev: true |
924 | 1125 | ||
925 | - /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.0: | 1126 | + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.5: |
1127 | + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} | ||
1128 | + engines: {node: '>=6.9.0'} | ||
1129 | + peerDependencies: | ||
1130 | + '@babel/core': ^7.0.0-0 | ||
1131 | + dependencies: | ||
1132 | + '@babel/core': 7.16.5 | ||
1133 | + '@babel/helper-plugin-utils': 7.14.5 | ||
1134 | + dev: true | ||
1135 | + | ||
1136 | + /@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.5: | ||
926 | resolution: {integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==} | 1137 | resolution: {integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==} |
927 | engines: {node: '>=6.9.0'} | 1138 | engines: {node: '>=6.9.0'} |
928 | peerDependencies: | 1139 | peerDependencies: |
929 | '@babel/core': ^7.0.0-0 | 1140 | '@babel/core': ^7.0.0-0 |
930 | dependencies: | 1141 | dependencies: |
931 | - '@babel/core': 7.16.0 | 1142 | + '@babel/core': 7.16.5 |
932 | '@babel/helper-plugin-utils': 7.14.5 | 1143 | '@babel/helper-plugin-utils': 7.14.5 |
933 | dev: true | 1144 | dev: true |
934 | 1145 | ||
@@ -1269,16 +1480,16 @@ packages: | @@ -1269,16 +1480,16 @@ packages: | ||
1269 | '@babel/helper-plugin-utils': 7.14.5 | 1480 | '@babel/helper-plugin-utils': 7.14.5 |
1270 | dev: true | 1481 | dev: true |
1271 | 1482 | ||
1272 | - /@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.0: | 1483 | + /@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.5: |
1273 | resolution: {integrity: sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==} | 1484 | resolution: {integrity: sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==} |
1274 | engines: {node: '>=6.9.0'} | 1485 | engines: {node: '>=6.9.0'} |
1275 | peerDependencies: | 1486 | peerDependencies: |
1276 | '@babel/core': ^7.0.0-0 | 1487 | '@babel/core': ^7.0.0-0 |
1277 | dependencies: | 1488 | dependencies: |
1278 | - '@babel/core': 7.16.0 | ||
1279 | - '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.0 | 1489 | + '@babel/core': 7.16.5 |
1490 | + '@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.5 | ||
1280 | '@babel/helper-plugin-utils': 7.14.5 | 1491 | '@babel/helper-plugin-utils': 7.14.5 |
1281 | - '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 | 1492 | + '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.5 |
1282 | transitivePeerDependencies: | 1493 | transitivePeerDependencies: |
1283 | - supports-color | 1494 | - supports-color |
1284 | dev: true | 1495 | dev: true |
@@ -1439,6 +1650,24 @@ packages: | @@ -1439,6 +1650,24 @@ packages: | ||
1439 | - supports-color | 1650 | - supports-color |
1440 | dev: true | 1651 | dev: true |
1441 | 1652 | ||
1653 | + /@babel/traverse/7.16.5: | ||
1654 | + resolution: {integrity: sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==} | ||
1655 | + engines: {node: '>=6.9.0'} | ||
1656 | + dependencies: | ||
1657 | + '@babel/code-frame': 7.16.0 | ||
1658 | + '@babel/generator': 7.16.5 | ||
1659 | + '@babel/helper-environment-visitor': 7.16.5 | ||
1660 | + '@babel/helper-function-name': 7.16.0 | ||
1661 | + '@babel/helper-hoist-variables': 7.16.0 | ||
1662 | + '@babel/helper-split-export-declaration': 7.16.0 | ||
1663 | + '@babel/parser': 7.16.6 | ||
1664 | + '@babel/types': 7.16.0 | ||
1665 | + debug: 4.3.3 | ||
1666 | + globals: 11.12.0 | ||
1667 | + transitivePeerDependencies: | ||
1668 | + - supports-color | ||
1669 | + dev: true | ||
1670 | + | ||
1442 | /@babel/types/7.16.0: | 1671 | /@babel/types/7.16.0: |
1443 | resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==} | 1672 | resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==} |
1444 | engines: {node: '>=6.9.0'} | 1673 | engines: {node: '>=6.9.0'} |
@@ -1451,142 +1680,161 @@ packages: | @@ -1451,142 +1680,161 @@ packages: | ||
1451 | resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} | 1680 | resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} |
1452 | dev: true | 1681 | dev: true |
1453 | 1682 | ||
1454 | - /@commitlint/cli/15.0.0: | ||
1455 | - resolution: {integrity: sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==} | 1683 | + /@commitlint/cli/16.0.1_@types+node@17.0.5: |
1684 | + resolution: {integrity: sha512-61gGRy65WiVDRsqP0dAR2fAgE3qrTBW3fgz9MySv32y5Ib3ZXXDDq6bGyQqi2dSaPuDYzNCRwwlC7mmQM73T/g==} | ||
1456 | engines: {node: '>=v12'} | 1685 | engines: {node: '>=v12'} |
1457 | hasBin: true | 1686 | hasBin: true |
1458 | dependencies: | 1687 | dependencies: |
1459 | - '@commitlint/format': 15.0.0 | ||
1460 | - '@commitlint/lint': 15.0.0 | ||
1461 | - '@commitlint/load': 15.0.0 | ||
1462 | - '@commitlint/read': 15.0.0 | ||
1463 | - '@commitlint/types': 15.0.0 | 1688 | + '@commitlint/format': 16.0.0 |
1689 | + '@commitlint/lint': 16.0.0 | ||
1690 | + '@commitlint/load': 16.0.0_@types+node@17.0.5 | ||
1691 | + '@commitlint/read': 16.0.0 | ||
1692 | + '@commitlint/types': 16.0.0 | ||
1464 | lodash: 4.17.21 | 1693 | lodash: 4.17.21 |
1465 | resolve-from: 5.0.0 | 1694 | resolve-from: 5.0.0 |
1466 | resolve-global: 1.0.0 | 1695 | resolve-global: 1.0.0 |
1467 | yargs: 17.2.1 | 1696 | yargs: 17.2.1 |
1697 | + transitivePeerDependencies: | ||
1698 | + - '@swc/core' | ||
1699 | + - '@swc/wasm' | ||
1700 | + - '@types/node' | ||
1468 | dev: true | 1701 | dev: true |
1469 | 1702 | ||
1470 | - /@commitlint/config-conventional/15.0.0: | ||
1471 | - resolution: {integrity: sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==} | 1703 | + /@commitlint/config-conventional/16.0.0: |
1704 | + resolution: {integrity: sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==} | ||
1472 | engines: {node: '>=v12'} | 1705 | engines: {node: '>=v12'} |
1473 | dependencies: | 1706 | dependencies: |
1474 | conventional-changelog-conventionalcommits: 4.6.1 | 1707 | conventional-changelog-conventionalcommits: 4.6.1 |
1475 | dev: true | 1708 | dev: true |
1476 | 1709 | ||
1477 | - /@commitlint/ensure/15.0.0: | ||
1478 | - resolution: {integrity: sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==} | 1710 | + /@commitlint/config-validator/16.0.0: |
1711 | + resolution: {integrity: sha512-i80DGlo1FeC5jZpuoNV9NIjQN/m2dDV3jYGWg+1Wr+KldptkUHXj+6GY1Akll66lJ3D8s6aUGi3comPLHPtWHg==} | ||
1712 | + engines: {node: '>=v12'} | ||
1713 | + dependencies: | ||
1714 | + '@commitlint/types': 16.0.0 | ||
1715 | + ajv: 6.12.6 | ||
1716 | + dev: true | ||
1717 | + | ||
1718 | + /@commitlint/ensure/16.0.0: | ||
1719 | + resolution: {integrity: sha512-WdMySU8DCTaq3JPf0tZFCKIUhqxaL54mjduNhu8v4D2AMUVIIQKYMGyvXn94k8begeW6iJkTf9cXBArayskE7Q==} | ||
1479 | engines: {node: '>=v12'} | 1720 | engines: {node: '>=v12'} |
1480 | dependencies: | 1721 | dependencies: |
1481 | - '@commitlint/types': 15.0.0 | 1722 | + '@commitlint/types': 16.0.0 |
1482 | lodash: 4.17.21 | 1723 | lodash: 4.17.21 |
1483 | dev: true | 1724 | dev: true |
1484 | 1725 | ||
1485 | - /@commitlint/execute-rule/15.0.0: | ||
1486 | - resolution: {integrity: sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==} | 1726 | + /@commitlint/execute-rule/16.0.0: |
1727 | + resolution: {integrity: sha512-8edcCibmBb386x5JTHSPHINwA5L0xPkHQFY8TAuDEt5QyRZY/o5DF8OPHSa5Hx2xJvGaxxuIz4UtAT6IiRDYkw==} | ||
1487 | engines: {node: '>=v12'} | 1728 | engines: {node: '>=v12'} |
1488 | dev: true | 1729 | dev: true |
1489 | 1730 | ||
1490 | - /@commitlint/format/15.0.0: | ||
1491 | - resolution: {integrity: sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==} | 1731 | + /@commitlint/format/16.0.0: |
1732 | + resolution: {integrity: sha512-9yp5NCquXL1jVMKL0ZkRwJf/UHdebvCcMvICuZV00NQGYSAL89O398nhqrqxlbjBhM5EZVq0VGcV5+7r3D4zAA==} | ||
1492 | engines: {node: '>=v12'} | 1733 | engines: {node: '>=v12'} |
1493 | dependencies: | 1734 | dependencies: |
1494 | - '@commitlint/types': 15.0.0 | 1735 | + '@commitlint/types': 16.0.0 |
1495 | chalk: 4.1.2 | 1736 | chalk: 4.1.2 |
1496 | dev: true | 1737 | dev: true |
1497 | 1738 | ||
1498 | - /@commitlint/is-ignored/15.0.0: | ||
1499 | - resolution: {integrity: sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==} | 1739 | + /@commitlint/is-ignored/16.0.0: |
1740 | + resolution: {integrity: sha512-gmAQcwIGC/R/Lp0CEb2b5bfGC7MT5rPe09N8kOGjO/NcdNmfFSZMquwrvNJsq9hnAP0skRdHIsqwlkENkN4Lag==} | ||
1500 | engines: {node: '>=v12'} | 1741 | engines: {node: '>=v12'} |
1501 | dependencies: | 1742 | dependencies: |
1502 | - '@commitlint/types': 15.0.0 | 1743 | + '@commitlint/types': 16.0.0 |
1503 | semver: 7.3.5 | 1744 | semver: 7.3.5 |
1504 | dev: true | 1745 | dev: true |
1505 | 1746 | ||
1506 | - /@commitlint/lint/15.0.0: | ||
1507 | - resolution: {integrity: sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==} | 1747 | + /@commitlint/lint/16.0.0: |
1748 | + resolution: {integrity: sha512-HNl15bRC0h+pLzbMzQC3tM0j1aESXsLYhElqKnXcf5mnCBkBkHzu6WwJW8rZbfxX+YwJmNljN62cPhmdBo8x0A==} | ||
1508 | engines: {node: '>=v12'} | 1749 | engines: {node: '>=v12'} |
1509 | dependencies: | 1750 | dependencies: |
1510 | - '@commitlint/is-ignored': 15.0.0 | ||
1511 | - '@commitlint/parse': 15.0.0 | ||
1512 | - '@commitlint/rules': 15.0.0 | ||
1513 | - '@commitlint/types': 15.0.0 | 1751 | + '@commitlint/is-ignored': 16.0.0 |
1752 | + '@commitlint/parse': 16.0.0 | ||
1753 | + '@commitlint/rules': 16.0.0 | ||
1754 | + '@commitlint/types': 16.0.0 | ||
1514 | dev: true | 1755 | dev: true |
1515 | 1756 | ||
1516 | - /@commitlint/load/15.0.0: | ||
1517 | - resolution: {integrity: sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==} | 1757 | + /@commitlint/load/16.0.0_@types+node@17.0.5: |
1758 | + resolution: {integrity: sha512-7WhrGCkP6K/XfjBBguLkkI2XUdiiIyMGlNsSoSqgRNiD352EiffhFEApMy1/XOU+viwBBm/On0n5p0NC7e9/4A==} | ||
1518 | engines: {node: '>=v12'} | 1759 | engines: {node: '>=v12'} |
1519 | dependencies: | 1760 | dependencies: |
1520 | - '@commitlint/execute-rule': 15.0.0 | ||
1521 | - '@commitlint/resolve-extends': 15.0.0 | ||
1522 | - '@commitlint/types': 15.0.0 | ||
1523 | - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_71a2f61964e37a4d68dab6dadd2a99a0 | 1761 | + '@commitlint/config-validator': 16.0.0 |
1762 | + '@commitlint/execute-rule': 16.0.0 | ||
1763 | + '@commitlint/resolve-extends': 16.0.0 | ||
1764 | + '@commitlint/types': 16.0.0 | ||
1524 | chalk: 4.1.2 | 1765 | chalk: 4.1.2 |
1525 | cosmiconfig: 7.0.1 | 1766 | cosmiconfig: 7.0.1 |
1767 | + cosmiconfig-typescript-loader: 1.0.2_bad060d5f9aca5284661d88d739ba15b | ||
1526 | lodash: 4.17.21 | 1768 | lodash: 4.17.21 |
1527 | resolve-from: 5.0.0 | 1769 | resolve-from: 5.0.0 |
1528 | typescript: 4.5.4 | 1770 | typescript: 4.5.4 |
1771 | + transitivePeerDependencies: | ||
1772 | + - '@swc/core' | ||
1773 | + - '@swc/wasm' | ||
1774 | + - '@types/node' | ||
1529 | dev: true | 1775 | dev: true |
1530 | 1776 | ||
1531 | - /@commitlint/message/15.0.0: | ||
1532 | - resolution: {integrity: sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==} | 1777 | + /@commitlint/message/16.0.0: |
1778 | + resolution: {integrity: sha512-CmK2074SH1Ws6kFMEKOKH/7hMekGVbOD6vb4alCOo2+33ZSLUIX8iNkDYyrw38Jwg6yWUhLjyQLUxREeV+QIUA==} | ||
1533 | engines: {node: '>=v12'} | 1779 | engines: {node: '>=v12'} |
1534 | dev: true | 1780 | dev: true |
1535 | 1781 | ||
1536 | - /@commitlint/parse/15.0.0: | ||
1537 | - resolution: {integrity: sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==} | 1782 | + /@commitlint/parse/16.0.0: |
1783 | + resolution: {integrity: sha512-F9EjFlMw4MYgBEqoRrWZZKQBzdiJzPBI0qFDFqwUvfQsMmXEREZ242T4R5bFwLINWaALFLHEIa/FXEPa6QxCag==} | ||
1538 | engines: {node: '>=v12'} | 1784 | engines: {node: '>=v12'} |
1539 | dependencies: | 1785 | dependencies: |
1540 | - '@commitlint/types': 15.0.0 | 1786 | + '@commitlint/types': 16.0.0 |
1541 | conventional-changelog-angular: 5.0.13 | 1787 | conventional-changelog-angular: 5.0.13 |
1542 | conventional-commits-parser: 3.2.3 | 1788 | conventional-commits-parser: 3.2.3 |
1543 | dev: true | 1789 | dev: true |
1544 | 1790 | ||
1545 | - /@commitlint/read/15.0.0: | ||
1546 | - resolution: {integrity: sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==} | 1791 | + /@commitlint/read/16.0.0: |
1792 | + resolution: {integrity: sha512-H4T2zsfmYQK9B+JtoQaCXWBHUhgIJyOzWZjSfuIV9Ce69/OgHoffNpLZPF2lX6yKuDrS1SQFhI/kUCjVc/e4ew==} | ||
1547 | engines: {node: '>=v12'} | 1793 | engines: {node: '>=v12'} |
1548 | dependencies: | 1794 | dependencies: |
1549 | - '@commitlint/top-level': 15.0.0 | ||
1550 | - '@commitlint/types': 15.0.0 | 1795 | + '@commitlint/top-level': 16.0.0 |
1796 | + '@commitlint/types': 16.0.0 | ||
1551 | fs-extra: 10.0.0 | 1797 | fs-extra: 10.0.0 |
1552 | git-raw-commits: 2.0.10 | 1798 | git-raw-commits: 2.0.10 |
1553 | dev: true | 1799 | dev: true |
1554 | 1800 | ||
1555 | - /@commitlint/resolve-extends/15.0.0: | ||
1556 | - resolution: {integrity: sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==} | 1801 | + /@commitlint/resolve-extends/16.0.0: |
1802 | + resolution: {integrity: sha512-Z/w9MAQUcxeawpCLtjmkVNXAXOmB2nhW+LYmHEZcx9O6UTauF/1+uuZ2/r0MtzTe1qw2JD+1QHVhEWYHVPlkdA==} | ||
1557 | engines: {node: '>=v12'} | 1803 | engines: {node: '>=v12'} |
1558 | dependencies: | 1804 | dependencies: |
1805 | + '@commitlint/config-validator': 16.0.0 | ||
1806 | + '@commitlint/types': 16.0.0 | ||
1559 | import-fresh: 3.3.0 | 1807 | import-fresh: 3.3.0 |
1560 | lodash: 4.17.21 | 1808 | lodash: 4.17.21 |
1561 | resolve-from: 5.0.0 | 1809 | resolve-from: 5.0.0 |
1562 | resolve-global: 1.0.0 | 1810 | resolve-global: 1.0.0 |
1563 | dev: true | 1811 | dev: true |
1564 | 1812 | ||
1565 | - /@commitlint/rules/15.0.0: | ||
1566 | - resolution: {integrity: sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==} | 1813 | + /@commitlint/rules/16.0.0: |
1814 | + resolution: {integrity: sha512-AOl0y2SBTdJ1bvIv8nwHvQKRT/jC1xb09C5VZwzHoT8sE8F54KDeEzPCwHQFgUcWdGLyS10kkOTAH2MyA8EIlg==} | ||
1567 | engines: {node: '>=v12'} | 1815 | engines: {node: '>=v12'} |
1568 | dependencies: | 1816 | dependencies: |
1569 | - '@commitlint/ensure': 15.0.0 | ||
1570 | - '@commitlint/message': 15.0.0 | ||
1571 | - '@commitlint/to-lines': 15.0.0 | ||
1572 | - '@commitlint/types': 15.0.0 | 1817 | + '@commitlint/ensure': 16.0.0 |
1818 | + '@commitlint/message': 16.0.0 | ||
1819 | + '@commitlint/to-lines': 16.0.0 | ||
1820 | + '@commitlint/types': 16.0.0 | ||
1573 | execa: 5.1.1 | 1821 | execa: 5.1.1 |
1574 | dev: true | 1822 | dev: true |
1575 | 1823 | ||
1576 | - /@commitlint/to-lines/15.0.0: | ||
1577 | - resolution: {integrity: sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==} | 1824 | + /@commitlint/to-lines/16.0.0: |
1825 | + resolution: {integrity: sha512-iN/qU38TCKU7uKOg6RXLpD49wNiuI0TqMqybHbjefUeP/Jmzxa8ishryj0uLyVdrAl1ZjGeD1ukXGMTtvqz8iA==} | ||
1578 | engines: {node: '>=v12'} | 1826 | engines: {node: '>=v12'} |
1579 | dev: true | 1827 | dev: true |
1580 | 1828 | ||
1581 | - /@commitlint/top-level/15.0.0: | ||
1582 | - resolution: {integrity: sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==} | 1829 | + /@commitlint/top-level/16.0.0: |
1830 | + resolution: {integrity: sha512-/Jt6NLxyFkpjL5O0jxurZPCHURZAm7cQCqikgPCwqPAH0TLgwqdHjnYipl8J+AGnAMGDip4FNLoYrtgIpZGBYw==} | ||
1583 | engines: {node: '>=v12'} | 1831 | engines: {node: '>=v12'} |
1584 | dependencies: | 1832 | dependencies: |
1585 | find-up: 5.0.0 | 1833 | find-up: 5.0.0 |
1586 | dev: true | 1834 | dev: true |
1587 | 1835 | ||
1588 | - /@commitlint/types/15.0.0: | ||
1589 | - resolution: {integrity: sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==} | 1836 | + /@commitlint/types/16.0.0: |
1837 | + resolution: {integrity: sha512-+0FvYOAS39bJ4aKjnYn/7FD4DfWkmQ6G/06I4F0Gvu4KS5twirEg8mIcLhmeRDOOKn4Tp8PwpLwBiSA6npEMQA==} | ||
1590 | engines: {node: '>=v12'} | 1838 | engines: {node: '>=v12'} |
1591 | dependencies: | 1839 | dependencies: |
1592 | chalk: 4.1.2 | 1840 | chalk: 4.1.2 |
@@ -1625,21 +1873,6 @@ packages: | @@ -1625,21 +1873,6 @@ packages: | ||
1625 | resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} | 1873 | resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} |
1626 | dev: true | 1874 | dev: true |
1627 | 1875 | ||
1628 | - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_71a2f61964e37a4d68dab6dadd2a99a0: | ||
1629 | - resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} | ||
1630 | - engines: {node: '>=10.0.0'} | ||
1631 | - peerDependencies: | ||
1632 | - cosmiconfig: '>=6' | ||
1633 | - dependencies: | ||
1634 | - cosmiconfig: 7.0.1 | ||
1635 | - lodash.get: 4.4.2 | ||
1636 | - make-error: 1.3.6 | ||
1637 | - ts-node: 9.1.1_typescript@4.5.4 | ||
1638 | - tslib: 2.3.1 | ||
1639 | - transitivePeerDependencies: | ||
1640 | - - typescript | ||
1641 | - dev: true | ||
1642 | - | ||
1643 | /@eslint/eslintrc/1.0.5: | 1876 | /@eslint/eslintrc/1.0.5: |
1644 | resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==} | 1877 | resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==} |
1645 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 1878 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
@@ -1688,8 +1921,8 @@ packages: | @@ -1688,8 +1921,8 @@ packages: | ||
1688 | dependencies: | 1921 | dependencies: |
1689 | cross-fetch: 3.1.4 | 1922 | cross-fetch: 3.1.4 |
1690 | 1923 | ||
1691 | - /@iconify/json/2.0.12: | ||
1692 | - resolution: {integrity: sha512-V/Q5uN409U8ukXJGY+hg7M9RfyEt7PcklMAqdbxzjsBWmHER44Brja1AreLC94NreIn6OKdShY8oQT/gz7FKFQ==} | 1924 | + /@iconify/json/2.0.16: |
1925 | + resolution: {integrity: sha512-XaXaATGRLBWZhhTniECn8p/fHOsZTDTWVSZ2zoLWZEDVoErJ/vVEY2TsXiN0DVdI14aqiAZZNXwTXf1ru88fGw==} | ||
1693 | dependencies: | 1926 | dependencies: |
1694 | '@iconify/types': 1.0.12 | 1927 | '@iconify/types': 1.0.12 |
1695 | pathe: 0.0.2 | 1928 | pathe: 0.0.2 |
@@ -1776,7 +2009,7 @@ packages: | @@ -1776,7 +2009,7 @@ packages: | ||
1776 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 2009 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1777 | dependencies: | 2010 | dependencies: |
1778 | '@jest/types': 27.4.2 | 2011 | '@jest/types': 27.4.2 |
1779 | - '@types/node': 17.0.0 | 2012 | + '@types/node': 17.0.5 |
1780 | chalk: 4.1.2 | 2013 | chalk: 4.1.2 |
1781 | jest-message-util: 27.4.2 | 2014 | jest-message-util: 27.4.2 |
1782 | jest-util: 27.4.2 | 2015 | jest-util: 27.4.2 |
@@ -1797,7 +2030,7 @@ packages: | @@ -1797,7 +2030,7 @@ packages: | ||
1797 | '@jest/test-result': 27.4.2 | 2030 | '@jest/test-result': 27.4.2 |
1798 | '@jest/transform': 27.4.5 | 2031 | '@jest/transform': 27.4.5 |
1799 | '@jest/types': 27.4.2 | 2032 | '@jest/types': 27.4.2 |
1800 | - '@types/node': 17.0.0 | 2033 | + '@types/node': 17.0.5 |
1801 | ansi-escapes: 4.3.2 | 2034 | ansi-escapes: 4.3.2 |
1802 | chalk: 4.1.2 | 2035 | chalk: 4.1.2 |
1803 | emittery: 0.8.1 | 2036 | emittery: 0.8.1 |
@@ -1834,7 +2067,7 @@ packages: | @@ -1834,7 +2067,7 @@ packages: | ||
1834 | dependencies: | 2067 | dependencies: |
1835 | '@jest/fake-timers': 27.4.2 | 2068 | '@jest/fake-timers': 27.4.2 |
1836 | '@jest/types': 27.4.2 | 2069 | '@jest/types': 27.4.2 |
1837 | - '@types/node': 17.0.0 | 2070 | + '@types/node': 17.0.5 |
1838 | jest-mock: 27.4.2 | 2071 | jest-mock: 27.4.2 |
1839 | dev: true | 2072 | dev: true |
1840 | 2073 | ||
@@ -1844,7 +2077,7 @@ packages: | @@ -1844,7 +2077,7 @@ packages: | ||
1844 | dependencies: | 2077 | dependencies: |
1845 | '@jest/types': 27.4.2 | 2078 | '@jest/types': 27.4.2 |
1846 | '@sinonjs/fake-timers': 8.1.0 | 2079 | '@sinonjs/fake-timers': 8.1.0 |
1847 | - '@types/node': 17.0.0 | 2080 | + '@types/node': 17.0.5 |
1848 | jest-message-util: 27.4.2 | 2081 | jest-message-util: 27.4.2 |
1849 | jest-mock: 27.4.2 | 2082 | jest-mock: 27.4.2 |
1850 | jest-util: 27.4.2 | 2083 | jest-util: 27.4.2 |
@@ -1873,7 +2106,7 @@ packages: | @@ -1873,7 +2106,7 @@ packages: | ||
1873 | '@jest/test-result': 27.4.2 | 2106 | '@jest/test-result': 27.4.2 |
1874 | '@jest/transform': 27.4.5 | 2107 | '@jest/transform': 27.4.5 |
1875 | '@jest/types': 27.4.2 | 2108 | '@jest/types': 27.4.2 |
1876 | - '@types/node': 17.0.0 | 2109 | + '@types/node': 17.0.5 |
1877 | chalk: 4.1.2 | 2110 | chalk: 4.1.2 |
1878 | collect-v8-coverage: 1.0.1 | 2111 | collect-v8-coverage: 1.0.1 |
1879 | exit: 0.1.2 | 2112 | exit: 0.1.2 |
@@ -1932,7 +2165,7 @@ packages: | @@ -1932,7 +2165,7 @@ packages: | ||
1932 | resolution: {integrity: sha512-PuMet2UlZtlGzwc6L+aZmR3I7CEBpqadO03pU40l2RNY2fFJ191b9/ITB44LNOhVtsyykx0OZvj0PCyuLm7Eew==} | 2165 | resolution: {integrity: sha512-PuMet2UlZtlGzwc6L+aZmR3I7CEBpqadO03pU40l2RNY2fFJ191b9/ITB44LNOhVtsyykx0OZvj0PCyuLm7Eew==} |
1933 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 2166 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
1934 | dependencies: | 2167 | dependencies: |
1935 | - '@babel/core': 7.16.0 | 2168 | + '@babel/core': 7.16.5 |
1936 | '@jest/types': 27.4.2 | 2169 | '@jest/types': 27.4.2 |
1937 | babel-plugin-istanbul: 6.1.1 | 2170 | babel-plugin-istanbul: 6.1.1 |
1938 | chalk: 4.1.2 | 2171 | chalk: 4.1.2 |
@@ -1957,7 +2190,7 @@ packages: | @@ -1957,7 +2190,7 @@ packages: | ||
1957 | dependencies: | 2190 | dependencies: |
1958 | '@types/istanbul-lib-coverage': 2.0.3 | 2191 | '@types/istanbul-lib-coverage': 2.0.3 |
1959 | '@types/istanbul-reports': 3.0.1 | 2192 | '@types/istanbul-reports': 3.0.1 |
1960 | - '@types/node': 17.0.0 | 2193 | + '@types/node': 17.0.5 |
1961 | '@types/yargs': 16.0.4 | 2194 | '@types/yargs': 16.0.4 |
1962 | chalk: 4.1.2 | 2195 | chalk: 4.1.2 |
1963 | dev: true | 2196 | dev: true |
@@ -1968,23 +2201,23 @@ packages: | @@ -1968,23 +2201,23 @@ packages: | ||
1968 | dependencies: | 2201 | dependencies: |
1969 | '@types/istanbul-lib-coverage': 2.0.3 | 2202 | '@types/istanbul-lib-coverage': 2.0.3 |
1970 | '@types/istanbul-reports': 3.0.1 | 2203 | '@types/istanbul-reports': 3.0.1 |
1971 | - '@types/node': 17.0.0 | 2204 | + '@types/node': 17.0.5 |
1972 | '@types/yargs': 16.0.4 | 2205 | '@types/yargs': 16.0.4 |
1973 | chalk: 4.1.2 | 2206 | chalk: 4.1.2 |
1974 | dev: true | 2207 | dev: true |
1975 | 2208 | ||
1976 | - /@logicflow/core/0.7.14: | ||
1977 | - resolution: {integrity: sha512-owNtuENe5mzpWDBuJnZGSpTE8G5nVpzL66XUnR2c+E371qXnCb4COrc7OOh2sCVkRLMiHGUBvMCXTEUqJZTqtg==} | 2209 | + /@logicflow/core/0.7.16: |
2210 | + resolution: {integrity: sha512-ExOnCENfJqoOWjwIZE5hFdpPYqMsnE7oLalSUrFm+FkEIEQIgxVZHPt31EZEYc5Q+8IrL1tDpTAq0A4S6iJmtQ==} | ||
1978 | dependencies: | 2211 | dependencies: |
1979 | '@types/mousetrap': 1.6.8 | 2212 | '@types/mousetrap': 1.6.8 |
1980 | mousetrap: 1.6.5 | 2213 | mousetrap: 1.6.5 |
1981 | preact: 10.6.1 | 2214 | preact: 10.6.1 |
1982 | dev: false | 2215 | dev: false |
1983 | 2216 | ||
1984 | - /@logicflow/extension/0.7.14: | ||
1985 | - resolution: {integrity: sha512-mSZTs3+VoVrD3Tckb+V8TJACmnhzD8Xov0Ycq0l32orOQ4YRj9WNjAiEki1neyEoDsfByUb2l9sdmyKvwNhRNA==} | 2217 | + /@logicflow/extension/0.7.16: |
2218 | + resolution: {integrity: sha512-3PxfHf5P6utty/ZECsAR9nmjgaOF5K3XOUBR10YTcTo1qSIici8rS72I+YIRc9R6fTT097gOprbmmNjQEwdw1Q==} | ||
1986 | dependencies: | 2219 | dependencies: |
1987 | - '@logicflow/core': 0.7.14 | 2220 | + '@logicflow/core': 0.7.16 |
1988 | ids: 1.0.0 | 2221 | ids: 1.0.0 |
1989 | preact: 10.6.1 | 2222 | preact: 10.6.1 |
1990 | dev: false | 2223 | dev: false |
@@ -2107,8 +2340,8 @@ packages: | @@ -2107,8 +2340,8 @@ packages: | ||
2107 | rollup: 2.60.1 | 2340 | rollup: 2.60.1 |
2108 | dev: true | 2341 | dev: true |
2109 | 2342 | ||
2110 | - /@rollup/pluginutils/4.1.1: | ||
2111 | - resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} | 2343 | + /@rollup/pluginutils/4.1.2: |
2344 | + resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} | ||
2112 | engines: {node: '>= 8.0.0'} | 2345 | engines: {node: '>= 8.0.0'} |
2113 | dependencies: | 2346 | dependencies: |
2114 | estree-walker: 2.0.2 | 2347 | estree-walker: 2.0.2 |
@@ -2224,20 +2457,20 @@ packages: | @@ -2224,20 +2457,20 @@ packages: | ||
2224 | /@types/fs-extra/9.0.13: | 2457 | /@types/fs-extra/9.0.13: |
2225 | resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} | 2458 | resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} |
2226 | dependencies: | 2459 | dependencies: |
2227 | - '@types/node': 17.0.0 | 2460 | + '@types/node': 17.0.5 |
2228 | dev: true | 2461 | dev: true |
2229 | 2462 | ||
2230 | /@types/glob/7.2.0: | 2463 | /@types/glob/7.2.0: |
2231 | resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} | 2464 | resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} |
2232 | dependencies: | 2465 | dependencies: |
2233 | '@types/minimatch': 3.0.5 | 2466 | '@types/minimatch': 3.0.5 |
2234 | - '@types/node': 17.0.0 | 2467 | + '@types/node': 17.0.5 |
2235 | dev: true | 2468 | dev: true |
2236 | 2469 | ||
2237 | /@types/graceful-fs/4.1.5: | 2470 | /@types/graceful-fs/4.1.5: |
2238 | resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} | 2471 | resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} |
2239 | dependencies: | 2472 | dependencies: |
2240 | - '@types/node': 17.0.0 | 2473 | + '@types/node': 17.0.5 |
2241 | dev: true | 2474 | dev: true |
2242 | 2475 | ||
2243 | /@types/imagemin-gifsicle/7.0.1: | 2476 | /@types/imagemin-gifsicle/7.0.1: |
@@ -2264,15 +2497,15 @@ packages: | @@ -2264,15 +2497,15 @@ packages: | ||
2264 | '@types/imagemin': 7.0.1 | 2497 | '@types/imagemin': 7.0.1 |
2265 | dev: true | 2498 | dev: true |
2266 | 2499 | ||
2267 | - /@types/imagemin-svgo/9.0.1: | ||
2268 | - resolution: {integrity: sha512-DMMunSfN9EOYOh5hfvtY1N5ydVDoMnqN+1bvoL4OIspUJIOiN9hadrdeXTd51oI2tpQXM3Htadrb6QSg0VnYbQ==} | 2500 | + /@types/imagemin-svgo/10.0.0: |
2501 | + resolution: {integrity: sha512-yBsOVpsZhXrTSmn2v06un2bP1XUrdpGSVh6toCQIfsVxkjBYR5DgpaCgv6O+Mh0bTVTsInYyUrTGV60A/sD5gA==} | ||
2269 | dependencies: | 2502 | dependencies: |
2270 | '@types/imagemin': 7.0.1 | 2503 | '@types/imagemin': 7.0.1 |
2271 | '@types/svgo': 1.3.6 | 2504 | '@types/svgo': 1.3.6 |
2272 | dev: true | 2505 | dev: true |
2273 | 2506 | ||
2274 | - /@types/imagemin-webp/5.1.2: | ||
2275 | - resolution: {integrity: sha512-elm1oHtWvpu56ucCgnlcP4uiaH9tO8icfF+Vqma4VzuS2b1dgchSRccf7iI1eDxWatvmRt91jHwP0MDwsHhnuA==} | 2507 | + /@types/imagemin-webp/7.0.0: |
2508 | + resolution: {integrity: sha512-Lb1tjy2vEU7qYwM5iFB9o5k0J3mIpulw6Yftset5LLLugPu7+C16rLYRP1WEwr4QM8AeJZRjC2BGBLd9lGvRhQ==} | ||
2276 | dependencies: | 2509 | dependencies: |
2277 | '@types/imagemin': 7.0.1 | 2510 | '@types/imagemin': 7.0.1 |
2278 | dev: true | 2511 | dev: true |
@@ -2280,7 +2513,7 @@ packages: | @@ -2280,7 +2513,7 @@ packages: | ||
2280 | /@types/imagemin/7.0.1: | 2513 | /@types/imagemin/7.0.1: |
2281 | resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} | 2514 | resolution: {integrity: sha512-xEn5+M3lDBtI3JxLy6eU3ksoVurygnlG7OYhTqJfGGP4PcvYnfn+IABCmMve7ziM/SneHDm5xgJFKC8hCYPicw==} |
2282 | dependencies: | 2515 | dependencies: |
2283 | - '@types/node': 17.0.0 | 2516 | + '@types/node': 17.0.5 |
2284 | dev: true | 2517 | dev: true |
2285 | 2518 | ||
2286 | /@types/inquirer/8.1.3: | 2519 | /@types/inquirer/8.1.3: |
@@ -2350,8 +2583,8 @@ packages: | @@ -2350,8 +2583,8 @@ packages: | ||
2350 | resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==} | 2583 | resolution: {integrity: sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==} |
2351 | dev: true | 2584 | dev: true |
2352 | 2585 | ||
2353 | - /@types/node/17.0.0: | ||
2354 | - resolution: {integrity: sha512-eMhwJXc931Ihh4tkU+Y7GiLzT/y/DBNpNtr4yU9O2w3SYBsr9NaOPhQlLKRmoWtI54uNwuo0IOUFQjVOTZYRvw==} | 2586 | + /@types/node/17.0.5: |
2587 | + resolution: {integrity: sha512-w3mrvNXLeDYV1GKTZorGJQivK6XLCoGwpnyJFbJVK/aTBQUxOCaa/GlFAAN3OTDFcb7h5tiFG+YXCO2By+riZw==} | ||
2355 | dev: true | 2588 | dev: true |
2356 | 2589 | ||
2357 | /@types/normalize-package-data/2.4.1: | 2590 | /@types/normalize-package-data/2.4.1: |
@@ -2373,7 +2606,7 @@ packages: | @@ -2373,7 +2606,7 @@ packages: | ||
2373 | /@types/qrcode/1.4.2: | 2606 | /@types/qrcode/1.4.2: |
2374 | resolution: {integrity: sha512-7uNT9L4WQTNJejHTSTdaJhfBSCN73xtXaHFyBJ8TSwiLhe4PRuTue7Iph0s2nG9R/ifUaSnGhLUOZavlBEqDWQ==} | 2607 | resolution: {integrity: sha512-7uNT9L4WQTNJejHTSTdaJhfBSCN73xtXaHFyBJ8TSwiLhe4PRuTue7Iph0s2nG9R/ifUaSnGhLUOZavlBEqDWQ==} |
2375 | dependencies: | 2608 | dependencies: |
2376 | - '@types/node': 17.0.0 | 2609 | + '@types/node': 17.0.5 |
2377 | dev: true | 2610 | dev: true |
2378 | 2611 | ||
2379 | /@types/qs/6.9.7: | 2612 | /@types/qs/6.9.7: |
@@ -2383,7 +2616,7 @@ packages: | @@ -2383,7 +2616,7 @@ packages: | ||
2383 | /@types/resolve/1.17.1: | 2616 | /@types/resolve/1.17.1: |
2384 | resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} | 2617 | resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} |
2385 | dependencies: | 2618 | dependencies: |
2386 | - '@types/node': 17.0.0 | 2619 | + '@types/node': 17.0.5 |
2387 | dev: true | 2620 | dev: true |
2388 | 2621 | ||
2389 | /@types/showdown/1.9.4: | 2622 | /@types/showdown/1.9.4: |
@@ -2405,7 +2638,7 @@ packages: | @@ -2405,7 +2638,7 @@ packages: | ||
2405 | /@types/svgo/2.6.0: | 2638 | /@types/svgo/2.6.0: |
2406 | resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} | 2639 | resolution: {integrity: sha512-VSdhb3KTOglle1SLQD4+TB6ezj/MS3rN98gOUkXzbTUhG8VjFKHXN3OVgEFlTnW5fYBxt+lzZlD3PFqkwMj36Q==} |
2407 | dependencies: | 2640 | dependencies: |
2408 | - '@types/node': 17.0.0 | 2641 | + '@types/node': 17.0.5 |
2409 | dev: true | 2642 | dev: true |
2410 | 2643 | ||
2411 | /@types/tern/0.23.4: | 2644 | /@types/tern/0.23.4: |
@@ -2421,7 +2654,7 @@ packages: | @@ -2421,7 +2654,7 @@ packages: | ||
2421 | /@types/through/0.0.30: | 2654 | /@types/through/0.0.30: |
2422 | resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} | 2655 | resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} |
2423 | dependencies: | 2656 | dependencies: |
2424 | - '@types/node': 17.0.0 | 2657 | + '@types/node': 17.0.5 |
2425 | dev: true | 2658 | dev: true |
2426 | 2659 | ||
2427 | /@types/tinycolor2/1.4.3: | 2660 | /@types/tinycolor2/1.4.3: |
@@ -2442,8 +2675,8 @@ packages: | @@ -2442,8 +2675,8 @@ packages: | ||
2442 | '@types/yargs-parser': 20.2.1 | 2675 | '@types/yargs-parser': 20.2.1 |
2443 | dev: true | 2676 | dev: true |
2444 | 2677 | ||
2445 | - /@typescript-eslint/eslint-plugin/5.7.0_a6f6159640504abdd3de077f8bcadb33: | ||
2446 | - resolution: {integrity: sha512-8RTGBpNn5a9M628wBPrCbJ+v3YTEOE2qeZb7TDkGKTDXSj36KGRg92SpFFaR/0S3rSXQxM0Og/kV9EyadsYSBg==} | 2678 | + /@typescript-eslint/eslint-plugin/5.8.1_3a47348159e115370aa4cba56aba33b6: |
2679 | + resolution: {integrity: sha512-wTZ5oEKrKj/8/366qTM366zqhIKAp6NCMweoRONtfuC07OAU9nVI2GZZdqQ1qD30WAAtcPdkH+npDwtRFdp4Rw==} | ||
2447 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2680 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2448 | peerDependencies: | 2681 | peerDependencies: |
2449 | '@typescript-eslint/parser': ^5.0.0 | 2682 | '@typescript-eslint/parser': ^5.0.0 |
@@ -2453,9 +2686,9 @@ packages: | @@ -2453,9 +2686,9 @@ packages: | ||
2453 | typescript: | 2686 | typescript: |
2454 | optional: true | 2687 | optional: true |
2455 | dependencies: | 2688 | dependencies: |
2456 | - '@typescript-eslint/experimental-utils': 5.7.0_eslint@8.5.0+typescript@4.5.4 | ||
2457 | - '@typescript-eslint/parser': 5.7.0_eslint@8.5.0+typescript@4.5.4 | ||
2458 | - '@typescript-eslint/scope-manager': 5.7.0 | 2689 | + '@typescript-eslint/experimental-utils': 5.8.1_eslint@8.5.0+typescript@4.5.4 |
2690 | + '@typescript-eslint/parser': 5.8.1_eslint@8.5.0+typescript@4.5.4 | ||
2691 | + '@typescript-eslint/scope-manager': 5.8.1 | ||
2459 | debug: 4.3.3 | 2692 | debug: 4.3.3 |
2460 | eslint: 8.5.0 | 2693 | eslint: 8.5.0 |
2461 | functional-red-black-tree: 1.0.1 | 2694 | functional-red-black-tree: 1.0.1 |
@@ -2468,16 +2701,16 @@ packages: | @@ -2468,16 +2701,16 @@ packages: | ||
2468 | - supports-color | 2701 | - supports-color |
2469 | dev: true | 2702 | dev: true |
2470 | 2703 | ||
2471 | - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.5.0+typescript@4.5.4: | ||
2472 | - resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} | 2704 | + /@typescript-eslint/experimental-utils/5.7.0_eslint@8.5.0+typescript@4.5.4: |
2705 | + resolution: {integrity: sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A==} | ||
2473 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2706 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2474 | peerDependencies: | 2707 | peerDependencies: |
2475 | eslint: '*' | 2708 | eslint: '*' |
2476 | dependencies: | 2709 | dependencies: |
2477 | '@types/json-schema': 7.0.9 | 2710 | '@types/json-schema': 7.0.9 |
2478 | - '@typescript-eslint/scope-manager': 5.4.0 | ||
2479 | - '@typescript-eslint/types': 5.4.0 | ||
2480 | - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.4 | 2711 | + '@typescript-eslint/scope-manager': 5.7.0 |
2712 | + '@typescript-eslint/types': 5.7.0 | ||
2713 | + '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 | ||
2481 | eslint: 8.5.0 | 2714 | eslint: 8.5.0 |
2482 | eslint-scope: 5.1.1 | 2715 | eslint-scope: 5.1.1 |
2483 | eslint-utils: 3.0.0_eslint@8.5.0 | 2716 | eslint-utils: 3.0.0_eslint@8.5.0 |
@@ -2486,16 +2719,16 @@ packages: | @@ -2486,16 +2719,16 @@ packages: | ||
2486 | - typescript | 2719 | - typescript |
2487 | dev: true | 2720 | dev: true |
2488 | 2721 | ||
2489 | - /@typescript-eslint/experimental-utils/5.7.0_eslint@8.5.0+typescript@4.5.4: | ||
2490 | - resolution: {integrity: sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A==} | 2722 | + /@typescript-eslint/experimental-utils/5.8.1_eslint@8.5.0+typescript@4.5.4: |
2723 | + resolution: {integrity: sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww==} | ||
2491 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2724 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2492 | peerDependencies: | 2725 | peerDependencies: |
2493 | - eslint: '*' | 2726 | + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 |
2494 | dependencies: | 2727 | dependencies: |
2495 | '@types/json-schema': 7.0.9 | 2728 | '@types/json-schema': 7.0.9 |
2496 | - '@typescript-eslint/scope-manager': 5.7.0 | ||
2497 | - '@typescript-eslint/types': 5.7.0 | ||
2498 | - '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 | 2729 | + '@typescript-eslint/scope-manager': 5.8.1 |
2730 | + '@typescript-eslint/types': 5.8.1 | ||
2731 | + '@typescript-eslint/typescript-estree': 5.8.1_typescript@4.5.4 | ||
2499 | eslint: 8.5.0 | 2732 | eslint: 8.5.0 |
2500 | eslint-scope: 5.1.1 | 2733 | eslint-scope: 5.1.1 |
2501 | eslint-utils: 3.0.0_eslint@8.5.0 | 2734 | eslint-utils: 3.0.0_eslint@8.5.0 |
@@ -2504,8 +2737,8 @@ packages: | @@ -2504,8 +2737,8 @@ packages: | ||
2504 | - typescript | 2737 | - typescript |
2505 | dev: true | 2738 | dev: true |
2506 | 2739 | ||
2507 | - /@typescript-eslint/parser/5.7.0_eslint@8.5.0+typescript@4.5.4: | ||
2508 | - resolution: {integrity: sha512-m/gWCCcS4jXw6vkrPQ1BjZ1vomP01PArgzvauBqzsoZ3urLbsRChexB8/YV8z9HwE3qlJM35FxfKZ1nfP/4x8g==} | 2740 | + /@typescript-eslint/parser/5.8.1_eslint@8.5.0+typescript@4.5.4: |
2741 | + resolution: {integrity: sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==} | ||
2509 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2742 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2510 | peerDependencies: | 2743 | peerDependencies: |
2511 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 | 2744 | eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 |
@@ -2514,9 +2747,9 @@ packages: | @@ -2514,9 +2747,9 @@ packages: | ||
2514 | typescript: | 2747 | typescript: |
2515 | optional: true | 2748 | optional: true |
2516 | dependencies: | 2749 | dependencies: |
2517 | - '@typescript-eslint/scope-manager': 5.7.0 | ||
2518 | - '@typescript-eslint/types': 5.7.0 | ||
2519 | - '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4 | 2750 | + '@typescript-eslint/scope-manager': 5.8.1 |
2751 | + '@typescript-eslint/types': 5.8.1 | ||
2752 | + '@typescript-eslint/typescript-estree': 5.8.1_typescript@4.5.4 | ||
2520 | debug: 4.3.3 | 2753 | debug: 4.3.3 |
2521 | eslint: 8.5.0 | 2754 | eslint: 8.5.0 |
2522 | typescript: 4.5.4 | 2755 | typescript: 4.5.4 |
@@ -2524,14 +2757,6 @@ packages: | @@ -2524,14 +2757,6 @@ packages: | ||
2524 | - supports-color | 2757 | - supports-color |
2525 | dev: true | 2758 | dev: true |
2526 | 2759 | ||
2527 | - /@typescript-eslint/scope-manager/5.4.0: | ||
2528 | - resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==} | ||
2529 | - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | ||
2530 | - dependencies: | ||
2531 | - '@typescript-eslint/types': 5.4.0 | ||
2532 | - '@typescript-eslint/visitor-keys': 5.4.0 | ||
2533 | - dev: true | ||
2534 | - | ||
2535 | /@typescript-eslint/scope-manager/5.7.0: | 2760 | /@typescript-eslint/scope-manager/5.7.0: |
2536 | resolution: {integrity: sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA==} | 2761 | resolution: {integrity: sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA==} |
2537 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2762 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
@@ -2540,9 +2765,12 @@ packages: | @@ -2540,9 +2765,12 @@ packages: | ||
2540 | '@typescript-eslint/visitor-keys': 5.7.0 | 2765 | '@typescript-eslint/visitor-keys': 5.7.0 |
2541 | dev: true | 2766 | dev: true |
2542 | 2767 | ||
2543 | - /@typescript-eslint/types/5.4.0: | ||
2544 | - resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==} | 2768 | + /@typescript-eslint/scope-manager/5.8.1: |
2769 | + resolution: {integrity: sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==} | ||
2545 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2770 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2771 | + dependencies: | ||
2772 | + '@typescript-eslint/types': 5.8.1 | ||
2773 | + '@typescript-eslint/visitor-keys': 5.8.1 | ||
2546 | dev: true | 2774 | dev: true |
2547 | 2775 | ||
2548 | /@typescript-eslint/types/5.7.0: | 2776 | /@typescript-eslint/types/5.7.0: |
@@ -2550,8 +2778,13 @@ packages: | @@ -2550,8 +2778,13 @@ packages: | ||
2550 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2778 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2551 | dev: true | 2779 | dev: true |
2552 | 2780 | ||
2553 | - /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.4: | ||
2554 | - resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} | 2781 | + /@typescript-eslint/types/5.8.1: |
2782 | + resolution: {integrity: sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==} | ||
2783 | + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | ||
2784 | + dev: true | ||
2785 | + | ||
2786 | + /@typescript-eslint/typescript-estree/5.7.0_typescript@4.5.4: | ||
2787 | + resolution: {integrity: sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg==} | ||
2555 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2788 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2556 | peerDependencies: | 2789 | peerDependencies: |
2557 | typescript: '*' | 2790 | typescript: '*' |
@@ -2559,9 +2792,9 @@ packages: | @@ -2559,9 +2792,9 @@ packages: | ||
2559 | typescript: | 2792 | typescript: |
2560 | optional: true | 2793 | optional: true |
2561 | dependencies: | 2794 | dependencies: |
2562 | - '@typescript-eslint/types': 5.4.0 | ||
2563 | - '@typescript-eslint/visitor-keys': 5.4.0 | ||
2564 | - debug: 4.3.2 | 2795 | + '@typescript-eslint/types': 5.7.0 |
2796 | + '@typescript-eslint/visitor-keys': 5.7.0 | ||
2797 | + debug: 4.3.3 | ||
2565 | globby: 11.0.4 | 2798 | globby: 11.0.4 |
2566 | is-glob: 4.0.3 | 2799 | is-glob: 4.0.3 |
2567 | semver: 7.3.5 | 2800 | semver: 7.3.5 |
@@ -2571,8 +2804,8 @@ packages: | @@ -2571,8 +2804,8 @@ packages: | ||
2571 | - supports-color | 2804 | - supports-color |
2572 | dev: true | 2805 | dev: true |
2573 | 2806 | ||
2574 | - /@typescript-eslint/typescript-estree/5.7.0_typescript@4.5.4: | ||
2575 | - resolution: {integrity: sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg==} | 2807 | + /@typescript-eslint/typescript-estree/5.8.1_typescript@4.5.4: |
2808 | + resolution: {integrity: sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==} | ||
2576 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2809 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2577 | peerDependencies: | 2810 | peerDependencies: |
2578 | typescript: '*' | 2811 | typescript: '*' |
@@ -2580,8 +2813,8 @@ packages: | @@ -2580,8 +2813,8 @@ packages: | ||
2580 | typescript: | 2813 | typescript: |
2581 | optional: true | 2814 | optional: true |
2582 | dependencies: | 2815 | dependencies: |
2583 | - '@typescript-eslint/types': 5.7.0 | ||
2584 | - '@typescript-eslint/visitor-keys': 5.7.0 | 2816 | + '@typescript-eslint/types': 5.8.1 |
2817 | + '@typescript-eslint/visitor-keys': 5.8.1 | ||
2585 | debug: 4.3.3 | 2818 | debug: 4.3.3 |
2586 | globby: 11.0.4 | 2819 | globby: 11.0.4 |
2587 | is-glob: 4.0.3 | 2820 | is-glob: 4.0.3 |
@@ -2592,23 +2825,23 @@ packages: | @@ -2592,23 +2825,23 @@ packages: | ||
2592 | - supports-color | 2825 | - supports-color |
2593 | dev: true | 2826 | dev: true |
2594 | 2827 | ||
2595 | - /@typescript-eslint/visitor-keys/5.4.0: | ||
2596 | - resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} | 2828 | + /@typescript-eslint/visitor-keys/5.7.0: |
2829 | + resolution: {integrity: sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg==} | ||
2597 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2830 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2598 | dependencies: | 2831 | dependencies: |
2599 | - '@typescript-eslint/types': 5.4.0 | 2832 | + '@typescript-eslint/types': 5.7.0 |
2600 | eslint-visitor-keys: 3.1.0 | 2833 | eslint-visitor-keys: 3.1.0 |
2601 | dev: true | 2834 | dev: true |
2602 | 2835 | ||
2603 | - /@typescript-eslint/visitor-keys/5.7.0: | ||
2604 | - resolution: {integrity: sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg==} | 2836 | + /@typescript-eslint/visitor-keys/5.8.1: |
2837 | + resolution: {integrity: sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==} | ||
2605 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} | 2838 | engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} |
2606 | dependencies: | 2839 | dependencies: |
2607 | - '@typescript-eslint/types': 5.7.0 | 2840 | + '@typescript-eslint/types': 5.8.1 |
2608 | eslint-visitor-keys: 3.1.0 | 2841 | eslint-visitor-keys: 3.1.0 |
2609 | dev: true | 2842 | dev: true |
2610 | 2843 | ||
2611 | - /@vitejs/plugin-legacy/1.6.4_vite@2.7.3: | 2844 | + /@vitejs/plugin-legacy/1.6.4_vite@2.7.8: |
2612 | resolution: {integrity: sha512-geH2F3hTRN++E4n9NZ0JFumxIWUKqW4FA9PAgM7Q6RvUOUUYW4tlURhEmCBYfZSN24H/yX3mEolX+wFVErsAYQ==} | 2845 | resolution: {integrity: sha512-geH2F3hTRN++E4n9NZ0JFumxIWUKqW4FA9PAgM7Q6RvUOUUYW4tlURhEmCBYfZSN24H/yX3mEolX+wFVErsAYQ==} |
2613 | engines: {node: '>=12.0.0'} | 2846 | engines: {node: '>=12.0.0'} |
2614 | peerDependencies: | 2847 | peerDependencies: |
@@ -2619,43 +2852,43 @@ packages: | @@ -2619,43 +2852,43 @@ packages: | ||
2619 | magic-string: 0.25.7 | 2852 | magic-string: 0.25.7 |
2620 | regenerator-runtime: 0.13.9 | 2853 | regenerator-runtime: 0.13.9 |
2621 | systemjs: 6.11.0 | 2854 | systemjs: 6.11.0 |
2622 | - vite: 2.7.3_less@4.1.2 | 2855 | + vite: 2.7.8_less@4.1.2 |
2623 | dev: true | 2856 | dev: true |
2624 | 2857 | ||
2625 | - /@vitejs/plugin-vue-jsx/1.3.2: | ||
2626 | - resolution: {integrity: sha512-PyYiMkd3xs5y1zpctjCOCz3coxTo8JqqCYNL3yoDN4kQkROKTnKpEDLPR0h0SnuhzMP/71yVg3g4DCI3FI9wWA==} | 2858 | + /@vitejs/plugin-vue-jsx/1.3.3: |
2859 | + resolution: {integrity: sha512-VSBXVqMcxbgX85rgJC1eMWuZ9hzOJhWPvGYlKxyymPokE/i3Gykh5ljkCoNdxnKgIyFqv4WutYoYY93fgjbTxA==} | ||
2627 | engines: {node: '>=12.0.0'} | 2860 | engines: {node: '>=12.0.0'} |
2628 | dependencies: | 2861 | dependencies: |
2629 | - '@babel/core': 7.16.0 | ||
2630 | - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.0 | ||
2631 | - '@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.0 | ||
2632 | - '@rollup/pluginutils': 4.1.1 | ||
2633 | - '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.0 | 2862 | + '@babel/core': 7.16.5 |
2863 | + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5 | ||
2864 | + '@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.5 | ||
2865 | + '@rollup/pluginutils': 4.1.2 | ||
2866 | + '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.5 | ||
2634 | hash-sum: 2.0.0 | 2867 | hash-sum: 2.0.0 |
2635 | transitivePeerDependencies: | 2868 | transitivePeerDependencies: |
2636 | - supports-color | 2869 | - supports-color |
2637 | dev: true | 2870 | dev: true |
2638 | 2871 | ||
2639 | - /@vitejs/plugin-vue/2.0.1_vite@2.7.3+vue@3.2.26: | 2872 | + /@vitejs/plugin-vue/2.0.1_vite@2.7.8+vue@3.2.26: |
2640 | resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==} | 2873 | resolution: {integrity: sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==} |
2641 | engines: {node: '>=12.0.0'} | 2874 | engines: {node: '>=12.0.0'} |
2642 | peerDependencies: | 2875 | peerDependencies: |
2643 | vite: ^2.5.10 | 2876 | vite: ^2.5.10 |
2644 | vue: ^3.2.25 | 2877 | vue: ^3.2.25 |
2645 | dependencies: | 2878 | dependencies: |
2646 | - vite: 2.7.3_less@4.1.2 | 2879 | + vite: 2.7.8_less@4.1.2 |
2647 | vue: 3.2.26 | 2880 | vue: 3.2.26 |
2648 | dev: true | 2881 | dev: true |
2649 | 2882 | ||
2650 | - /@volar/code-gen/0.29.8: | ||
2651 | - resolution: {integrity: sha512-eohLLUqPChHRPDFT5gXn4V6pr/CeTri7Ou5GI26lUvBRRAbP8p+oYfQRcbMPGeKmVkYjfVj0chsxQGx6T8PQ4Q==} | 2883 | + /@volar/code-gen/0.30.1: |
2884 | + resolution: {integrity: sha512-qPT0ZGzLaaUArZ1b5qcso2GAFpgjxsPDRXnq0lgsSOpNO6lXJN5ZcWzFZXYPjMJSV1Rkm0ehK5tSUD+sD+pPWg==} | ||
2652 | dependencies: | 2885 | dependencies: |
2653 | - '@volar/shared': 0.29.8 | ||
2654 | - '@volar/source-map': 0.29.8 | 2886 | + '@volar/shared': 0.30.1 |
2887 | + '@volar/source-map': 0.30.1 | ||
2655 | dev: true | 2888 | dev: true |
2656 | 2889 | ||
2657 | - /@volar/html2pug/0.29.8: | ||
2658 | - resolution: {integrity: sha512-bhSNXg8A2aD3w0B+CwmHjqCAaKtj5rORbE5C/q/UdGqptJbC6STCmi30KuRTdfPhR++Xb18Hauf3s/WCmtNAPA==} | 2890 | + /@volar/html2pug/0.30.1: |
2891 | + resolution: {integrity: sha512-ojJPrb4qSLrVNl9LTtdjZ5MFyeHmwJK4OVPTgFc/lyQ94nPS9JHba86SaTwDb2XEgiXBWQVEo12bRr3lW9H2+Q==} | ||
2659 | dependencies: | 2892 | dependencies: |
2660 | domelementtype: 2.2.0 | 2893 | domelementtype: 2.2.0 |
2661 | domhandler: 4.2.2 | 2894 | domhandler: 4.2.2 |
@@ -2663,33 +2896,33 @@ packages: | @@ -2663,33 +2896,33 @@ packages: | ||
2663 | pug: 3.0.2 | 2896 | pug: 3.0.2 |
2664 | dev: true | 2897 | dev: true |
2665 | 2898 | ||
2666 | - /@volar/shared/0.29.8: | ||
2667 | - resolution: {integrity: sha512-Y1NN6irkIukD+T0wf4p/dHWYL90sacN2e2lYoDXxRlvoYxwANnHgw0J0Rcp+yw58ElWRScdG7/YntEIuZWeJsw==} | 2899 | + /@volar/shared/0.30.1: |
2900 | + resolution: {integrity: sha512-6F5yQYeN+gbXAKplxHDvj4Ei+rHCjNhwkfZnGpaSpEU92uSI2vK/HfEdd/zTKdAZpwz0RjliNuFoXLi6umtQ0w==} | ||
2668 | dependencies: | 2901 | dependencies: |
2669 | upath: 2.0.1 | 2902 | upath: 2.0.1 |
2670 | vscode-jsonrpc: 8.0.0-next.4 | 2903 | vscode-jsonrpc: 8.0.0-next.4 |
2671 | vscode-uri: 3.0.2 | 2904 | vscode-uri: 3.0.2 |
2672 | dev: true | 2905 | dev: true |
2673 | 2906 | ||
2674 | - /@volar/source-map/0.29.8: | ||
2675 | - resolution: {integrity: sha512-7w+UoYtnc6UQu30CgMVvx0YN4dzDgP4TIsSmUaW62AGmxU9Lxwp3Kkn/4N8efi91z8ma5Z78v/HddyJPwAC3LA==} | 2907 | + /@volar/source-map/0.30.1: |
2908 | + resolution: {integrity: sha512-QGi36KBGHZ4gq81jPSi3W2wRcpso9Apd59AZOv/H98k5hU9zo8wA5hwartZHiybTlT1q/0Yno3agSj+vK2vocw==} | ||
2676 | dependencies: | 2909 | dependencies: |
2677 | - '@volar/shared': 0.29.8 | 2910 | + '@volar/shared': 0.30.1 |
2678 | dev: true | 2911 | dev: true |
2679 | 2912 | ||
2680 | - /@volar/transforms/0.29.8: | ||
2681 | - resolution: {integrity: sha512-o2hRa8CoDwYTO1Mu5KA47+1elUnYUjDaVhCvbyKlRfd8qpHea2llotArq7B6OORSL2M9DVs1IRJ5NGURBFeZ3Q==} | 2913 | + /@volar/transforms/0.30.1: |
2914 | + resolution: {integrity: sha512-dWFyfQGLoZ8LZI93zud0c5uoCdlkwDBi90G/XaaKfXxkX+3eiJrM0lJ/d1Nc0L04t9mb28I5hpVK68vH90+Tlw==} | ||
2682 | dependencies: | 2915 | dependencies: |
2683 | - '@volar/shared': 0.29.8 | 2916 | + '@volar/shared': 0.30.1 |
2684 | vscode-languageserver: 8.0.0-next.5 | 2917 | vscode-languageserver: 8.0.0-next.5 |
2685 | dev: true | 2918 | dev: true |
2686 | 2919 | ||
2687 | - /@volar/vue-code-gen/0.29.8: | ||
2688 | - resolution: {integrity: sha512-E1e7P2oktNC/DzgDBditfla4s8+HlUlluZ+BtcLvEdbkl3QEjujkB0x1wxguWzXmpWgLIDPtrS3Jzll5cCOkTg==} | 2920 | + /@volar/vue-code-gen/0.30.1: |
2921 | + resolution: {integrity: sha512-+0egr84YOYLudP6jRXRm+xtAL92GTPaq0U0lsorLTBp/MB14Fap6HMUr/LEeNB5tnND36UQJiUWHM5eTDAAb4Q==} | ||
2689 | dependencies: | 2922 | dependencies: |
2690 | - '@volar/code-gen': 0.29.8 | ||
2691 | - '@volar/shared': 0.29.8 | ||
2692 | - '@volar/source-map': 0.29.8 | 2923 | + '@volar/code-gen': 0.30.1 |
2924 | + '@volar/shared': 0.30.1 | ||
2925 | + '@volar/source-map': 0.30.1 | ||
2693 | '@vue/compiler-core': 3.2.26 | 2926 | '@vue/compiler-core': 3.2.26 |
2694 | '@vue/compiler-dom': 3.2.26 | 2927 | '@vue/compiler-dom': 3.2.26 |
2695 | '@vue/shared': 3.2.26 | 2928 | '@vue/shared': 3.2.26 |
@@ -2711,11 +2944,11 @@ packages: | @@ -2711,11 +2944,11 @@ packages: | ||
2711 | resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} | 2944 | resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} |
2712 | dev: true | 2945 | dev: true |
2713 | 2946 | ||
2714 | - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.16.0: | 2947 | + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.16.5: |
2715 | resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} | 2948 | resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} |
2716 | dependencies: | 2949 | dependencies: |
2717 | '@babel/helper-module-imports': 7.16.0 | 2950 | '@babel/helper-module-imports': 7.16.0 |
2718 | - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.0 | 2951 | + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.5 |
2719 | '@babel/template': 7.16.0 | 2952 | '@babel/template': 7.16.0 |
2720 | '@babel/traverse': 7.16.3 | 2953 | '@babel/traverse': 7.16.3 |
2721 | '@babel/types': 7.16.0 | 2954 | '@babel/types': 7.16.0 |
@@ -2766,6 +2999,10 @@ packages: | @@ -2766,6 +2999,10 @@ packages: | ||
2766 | resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} | 2999 | resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} |
2767 | dev: false | 3000 | dev: false |
2768 | 3001 | ||
3002 | + /@vue/devtools-api/6.0.0-beta.21.1: | ||
3003 | + resolution: {integrity: sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==} | ||
3004 | + dev: false | ||
3005 | + | ||
2769 | /@vue/reactivity-transform/3.2.26: | 3006 | /@vue/reactivity-transform/3.2.26: |
2770 | resolution: {integrity: sha512-XKMyuCmzNA7nvFlYhdKwD78rcnmPb7q46uoR00zkX6yZrUmcCQ5OikiwUEVbvNhL5hBJuvbSO95jB5zkUon+eQ==} | 3007 | resolution: {integrity: sha512-XKMyuCmzNA7nvFlYhdKwD78rcnmPb7q46uoR00zkX6yZrUmcCQ5OikiwUEVbvNhL5hBJuvbSO95jB5zkUon+eQ==} |
2771 | dependencies: | 3008 | dependencies: |
@@ -2775,17 +3012,10 @@ packages: | @@ -2775,17 +3012,10 @@ packages: | ||
2775 | estree-walker: 2.0.2 | 3012 | estree-walker: 2.0.2 |
2776 | magic-string: 0.25.7 | 3013 | magic-string: 0.25.7 |
2777 | 3014 | ||
2778 | - /@vue/reactivity/3.2.23: | ||
2779 | - resolution: {integrity: sha512-8RGVr/5Kpgb/EkCjgHXqttgA5IMc6n0lIXFY4TVbMkzdXrvaIhzBd7Te44oIDsTSYVKZLpfHd6/wEnuDqE8vFw==} | ||
2780 | - dependencies: | ||
2781 | - '@vue/shared': 3.2.23 | ||
2782 | - dev: true | ||
2783 | - | ||
2784 | /@vue/reactivity/3.2.26: | 3015 | /@vue/reactivity/3.2.26: |
2785 | resolution: {integrity: sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==} | 3016 | resolution: {integrity: sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==} |
2786 | dependencies: | 3017 | dependencies: |
2787 | '@vue/shared': 3.2.26 | 3018 | '@vue/shared': 3.2.26 |
2788 | - dev: false | ||
2789 | 3019 | ||
2790 | /@vue/runtime-core/3.2.26: | 3020 | /@vue/runtime-core/3.2.26: |
2791 | resolution: {integrity: sha512-BcYi7qZ9Nn+CJDJrHQ6Zsmxei2hDW0L6AB4vPvUQGBm2fZyC0GXd/4nVbyA2ubmuhctD5RbYY8L+5GUJszv9mQ==} | 3021 | resolution: {integrity: sha512-BcYi7qZ9Nn+CJDJrHQ6Zsmxei2hDW0L6AB4vPvUQGBm2fZyC0GXd/4nVbyA2ubmuhctD5RbYY8L+5GUJszv9mQ==} |
@@ -2812,23 +3042,19 @@ packages: | @@ -2812,23 +3042,19 @@ packages: | ||
2812 | vue: 3.2.26 | 3042 | vue: 3.2.26 |
2813 | dev: false | 3043 | dev: false |
2814 | 3044 | ||
2815 | - /@vue/shared/3.2.23: | ||
2816 | - resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} | ||
2817 | - dev: true | ||
2818 | - | ||
2819 | /@vue/shared/3.2.26: | 3045 | /@vue/shared/3.2.26: |
2820 | resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==} | 3046 | resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==} |
2821 | 3047 | ||
2822 | - /@vue/test-utils/2.0.0-rc.17_vue@3.2.26: | ||
2823 | - resolution: {integrity: sha512-7LHZKsFRV/HqDoMVY+cJamFzgHgsrmQFalROHC5FMWrzPzd+utG5e11krj1tVsnxYufGA2ABShX4nlcHXED+zQ==} | 3048 | + /@vue/test-utils/2.0.0-rc.18_vue@3.2.26: |
3049 | + resolution: {integrity: sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==} | ||
2824 | peerDependencies: | 3050 | peerDependencies: |
2825 | vue: ^3.0.1 | 3051 | vue: ^3.0.1 |
2826 | dependencies: | 3052 | dependencies: |
2827 | vue: 3.2.26 | 3053 | vue: 3.2.26 |
2828 | dev: true | 3054 | dev: true |
2829 | 3055 | ||
2830 | - /@vueuse/core/7.4.0_vue@3.2.26: | ||
2831 | - resolution: {integrity: sha512-CgYouxjXOE63gMn3l9cOsgzPTEAk3yoncsSmJUxXAi/to25rCPVWB/39jXTPhWZboR43EDDMWoEhHaSoMzaldg==} | 3056 | + /@vueuse/core/7.4.1_vue@3.2.26: |
3057 | + resolution: {integrity: sha512-8UeLPCAieeQLXFHF1/28SIEK6ILLPb/4hp03hR+xkXF00gB/YUp0CEVcRAL9uQ8HTZa3S2T/jTISMc1ZjilM0A==} | ||
2832 | peerDependencies: | 3058 | peerDependencies: |
2833 | '@vue/composition-api': ^1.1.0 | 3059 | '@vue/composition-api': ^1.1.0 |
2834 | vue: ^2.6.0 || ^3.2.0 | 3060 | vue: ^2.6.0 || ^3.2.0 |
@@ -2838,13 +3064,13 @@ packages: | @@ -2838,13 +3064,13 @@ packages: | ||
2838 | vue: | 3064 | vue: |
2839 | optional: true | 3065 | optional: true |
2840 | dependencies: | 3066 | dependencies: |
2841 | - '@vueuse/shared': 7.4.0_vue@3.2.26 | 3067 | + '@vueuse/shared': 7.4.1_vue@3.2.26 |
2842 | vue: 3.2.26 | 3068 | vue: 3.2.26 |
2843 | vue-demi: 0.12.1_vue@3.2.26 | 3069 | vue-demi: 0.12.1_vue@3.2.26 |
2844 | dev: false | 3070 | dev: false |
2845 | 3071 | ||
2846 | - /@vueuse/shared/7.4.0_vue@3.2.26: | ||
2847 | - resolution: {integrity: sha512-x5Jn6jUB8gS1mGnVCoNWFEpAoDkm2QwtacZTUgKMn0Ow8tlUBKIfGVOt4vn9qZB10froED/ARHEj79WKLXRieA==} | 3072 | + /@vueuse/shared/7.4.1_vue@3.2.26: |
3073 | + resolution: {integrity: sha512-Pzb7XoHIcgPwwBJ5Ow9lZb0HTDyaLDV3pgxKauPGTMN9qvEylG06kUG+VTjJXkPsRtiGu46di8XyFeMw2dongA==} | ||
2848 | peerDependencies: | 3074 | peerDependencies: |
2849 | '@vue/composition-api': ^1.1.0 | 3075 | '@vue/composition-api': ^1.1.0 |
2850 | vue: ^2.6.0 || ^3.2.0 | 3076 | vue: ^2.6.0 || ^3.2.0 |
@@ -2858,26 +3084,26 @@ packages: | @@ -2858,26 +3084,26 @@ packages: | ||
2858 | vue-demi: 0.12.1_vue@3.2.26 | 3084 | vue-demi: 0.12.1_vue@3.2.26 |
2859 | dev: false | 3085 | dev: false |
2860 | 3086 | ||
2861 | - /@windicss/config/1.5.4: | ||
2862 | - resolution: {integrity: sha512-muRPFulqh7nU3VrsPb5+k6ulNyiw8VGg62zAWRZIBfeCRXZb2gV1Q8a/tPn8X1T/+HTt4f/1bzFiusqMKscmlw==} | 3087 | + /@windicss/config/1.6.1: |
3088 | + resolution: {integrity: sha512-E4FKtWdYl5HwFknBQ+Z2JIF58TZiR4/ZiP8B30sfRxNlG6clh4agn5MJqTb4ER0MLkDb30Hugl2tGun0AQNbFw==} | ||
2863 | dependencies: | 3089 | dependencies: |
2864 | debug: 4.3.3 | 3090 | debug: 4.3.3 |
2865 | jiti: 1.12.9 | 3091 | jiti: 1.12.9 |
2866 | - windicss: 3.2.1 | 3092 | + windicss: 3.4.1 |
2867 | transitivePeerDependencies: | 3093 | transitivePeerDependencies: |
2868 | - supports-color | 3094 | - supports-color |
2869 | dev: true | 3095 | dev: true |
2870 | 3096 | ||
2871 | - /@windicss/plugin-utils/1.5.4: | ||
2872 | - resolution: {integrity: sha512-fS4y52OYB9rIzEUolIWIrrHYuaQfcqTaX3ISbFUiNbvNgH97JATjzB2iOnNqWNy6pH3M8RP0TqYQOOCCeanDoA==} | 3097 | + /@windicss/plugin-utils/1.6.1: |
3098 | + resolution: {integrity: sha512-hFQY27bOr9SSpekIvSwBpIX25nR4cwrU5/1kJFqCwAzqyazvd7U9c/iI1E2sTEQOkPbpTTJkY2Act21Q70oSDQ==} | ||
2873 | dependencies: | 3099 | dependencies: |
2874 | '@antfu/utils': 0.3.0 | 3100 | '@antfu/utils': 0.3.0 |
2875 | - '@windicss/config': 1.5.4 | 3101 | + '@windicss/config': 1.6.1 |
2876 | debug: 4.3.3 | 3102 | debug: 4.3.3 |
2877 | fast-glob: 3.2.7 | 3103 | fast-glob: 3.2.7 |
2878 | magic-string: 0.25.7 | 3104 | magic-string: 0.25.7 |
2879 | micromatch: 4.0.4 | 3105 | micromatch: 4.0.4 |
2880 | - windicss: 3.2.1 | 3106 | + windicss: 3.4.1 |
2881 | transitivePeerDependencies: | 3107 | transitivePeerDependencies: |
2882 | - supports-color | 3108 | - supports-color |
2883 | dev: true | 3109 | dev: true |
@@ -3057,8 +3283,8 @@ packages: | @@ -3057,8 +3283,8 @@ packages: | ||
3057 | engines: {node: '>=12'} | 3283 | engines: {node: '>=12'} |
3058 | dev: true | 3284 | dev: true |
3059 | 3285 | ||
3060 | - /ant-design-vue/3.0.0-alpha.16_ae87cbba5ec93a01f3fe1197df446ca3: | ||
3061 | - resolution: {integrity: sha512-EPWt3F6SOfPXe+HyhOJXdTywdabbuzyARpnXER/zHfq0pYXeFPhki1v5re0afnrS7k6MR/BHJ6cJ1BRBeFqXhQ==} | 3286 | + /ant-design-vue/3.0.0-beta.3_ae87cbba5ec93a01f3fe1197df446ca3: |
3287 | + resolution: {integrity: sha512-filLiMc7zk+0l1AZ6nLk5nOil77Tm2M5FJZzS9Ce79z6pSX5mffWL3r8GWe/OAwr0g/SPmefHQfwtNL7/N1smg==} | ||
3062 | peerDependencies: | 3288 | peerDependencies: |
3063 | '@vue/compiler-sfc': '>=3.1.0' | 3289 | '@vue/compiler-sfc': '>=3.1.0' |
3064 | vue: '>=3.1.0' | 3290 | vue: '>=3.1.0' |
@@ -3336,6 +3562,26 @@ packages: | @@ -3336,6 +3562,26 @@ packages: | ||
3336 | '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.0 | 3562 | '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.0 |
3337 | dev: true | 3563 | dev: true |
3338 | 3564 | ||
3565 | + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.5: | ||
3566 | + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} | ||
3567 | + peerDependencies: | ||
3568 | + '@babel/core': ^7.0.0 | ||
3569 | + dependencies: | ||
3570 | + '@babel/core': 7.16.5 | ||
3571 | + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.5 | ||
3572 | + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.5 | ||
3573 | + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.5 | ||
3574 | + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5 | ||
3575 | + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.5 | ||
3576 | + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.5 | ||
3577 | + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.5 | ||
3578 | + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.5 | ||
3579 | + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.5 | ||
3580 | + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.5 | ||
3581 | + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.5 | ||
3582 | + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.5 | ||
3583 | + dev: true | ||
3584 | + | ||
3339 | /babel-preset-jest/27.4.0_@babel+core@7.16.0: | 3585 | /babel-preset-jest/27.4.0_@babel+core@7.16.0: |
3340 | resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} | 3586 | resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} |
3341 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 3587 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
@@ -3770,13 +4016,6 @@ packages: | @@ -3770,13 +4016,6 @@ packages: | ||
3770 | static-extend: 0.1.2 | 4016 | static-extend: 0.1.2 |
3771 | dev: true | 4017 | dev: true |
3772 | 4018 | ||
3773 | - /clean-css/4.2.4: | ||
3774 | - resolution: {integrity: sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==} | ||
3775 | - engines: {node: '>= 4.0'} | ||
3776 | - dependencies: | ||
3777 | - source-map: 0.6.1 | ||
3778 | - dev: true | ||
3779 | - | ||
3780 | /clean-css/5.2.2: | 4019 | /clean-css/5.2.2: |
3781 | resolution: {integrity: sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==} | 4020 | resolution: {integrity: sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w==} |
3782 | engines: {node: '>= 10.0'} | 4021 | engines: {node: '>= 10.0'} |
@@ -3885,8 +4124,8 @@ packages: | @@ -3885,8 +4124,8 @@ packages: | ||
3885 | engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} | 4124 | engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} |
3886 | dev: true | 4125 | dev: true |
3887 | 4126 | ||
3888 | - /codemirror/5.64.0: | ||
3889 | - resolution: {integrity: sha512-fqr6CtDQdJ6iNMbD8NX2gH2G876nNDk+TO1rrYkgWnqQdO3O1Xa9tK6q+psqhJJgE5SpbaDcgdfLmukoUVE8pg==} | 4127 | + /codemirror/5.65.0: |
4128 | + resolution: {integrity: sha512-gWEnHKEcz1Hyz7fsQWpK7P0sPI2/kSkRX2tc7DFA6TmZuDN75x/1ejnH/Pn8adYKrLEA1V2ww6L00GudHZbSKw==} | ||
3890 | dev: false | 4129 | dev: false |
3891 | 4130 | ||
3892 | /codepage/1.15.0: | 4131 | /codepage/1.15.0: |
@@ -3923,6 +4162,10 @@ packages: | @@ -3923,6 +4162,10 @@ packages: | ||
3923 | /color-name/1.1.4: | 4162 | /color-name/1.1.4: |
3924 | resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} | 4163 | resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} |
3925 | 4164 | ||
4165 | + /colord/2.9.2: | ||
4166 | + resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} | ||
4167 | + dev: true | ||
4168 | + | ||
3926 | /colorette/2.0.16: | 4169 | /colorette/2.0.16: |
3927 | resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} | 4170 | resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} |
3928 | dev: true | 4171 | dev: true |
@@ -3938,11 +4181,6 @@ packages: | @@ -3938,11 +4181,6 @@ packages: | ||
3938 | resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} | 4181 | resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} |
3939 | dev: true | 4182 | dev: true |
3940 | 4183 | ||
3941 | - /commander/4.1.1: | ||
3942 | - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} | ||
3943 | - engines: {node: '>= 6'} | ||
3944 | - dev: true | ||
3945 | - | ||
3946 | /commander/7.2.0: | 4184 | /commander/7.2.0: |
3947 | resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} | 4185 | resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} |
3948 | engines: {node: '>= 10'} | 4186 | engines: {node: '>= 10'} |
@@ -3952,13 +4190,13 @@ packages: | @@ -3952,13 +4190,13 @@ packages: | ||
3952 | resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} | 4190 | resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} |
3953 | engines: {node: '>= 12'} | 4191 | engines: {node: '>= 12'} |
3954 | 4192 | ||
3955 | - /commitizen/4.2.4: | 4193 | + /commitizen/4.2.4_@types+node@17.0.5: |
3956 | resolution: {integrity: sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==} | 4194 | resolution: {integrity: sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw==} |
3957 | engines: {node: '>= 10'} | 4195 | engines: {node: '>= 10'} |
3958 | hasBin: true | 4196 | hasBin: true |
3959 | dependencies: | 4197 | dependencies: |
3960 | cachedir: 2.2.0 | 4198 | cachedir: 2.2.0 |
3961 | - cz-conventional-changelog: 3.2.0 | 4199 | + cz-conventional-changelog: 3.2.0_@types+node@17.0.5 |
3962 | dedent: 0.7.0 | 4200 | dedent: 0.7.0 |
3963 | detect-indent: 6.0.0 | 4201 | detect-indent: 6.0.0 |
3964 | find-node-modules: 2.1.2 | 4202 | find-node-modules: 2.1.2 |
@@ -3971,6 +4209,10 @@ packages: | @@ -3971,6 +4209,10 @@ packages: | ||
3971 | minimist: 1.2.5 | 4209 | minimist: 1.2.5 |
3972 | strip-bom: 4.0.0 | 4210 | strip-bom: 4.0.0 |
3973 | strip-json-comments: 3.0.1 | 4211 | strip-json-comments: 3.0.1 |
4212 | + transitivePeerDependencies: | ||
4213 | + - '@swc/core' | ||
4214 | + - '@swc/wasm' | ||
4215 | + - '@types/node' | ||
3974 | dev: true | 4216 | dev: true |
3975 | 4217 | ||
3976 | /common-tags/1.8.2: | 4218 | /common-tags/1.8.2: |
@@ -4029,7 +4271,7 @@ packages: | @@ -4029,7 +4271,7 @@ packages: | ||
4029 | /constantinople/4.0.1: | 4271 | /constantinople/4.0.1: |
4030 | resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} | 4272 | resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} |
4031 | dependencies: | 4273 | dependencies: |
4032 | - '@babel/parser': 7.16.4 | 4274 | + '@babel/parser': 7.16.6 |
4033 | '@babel/types': 7.16.0 | 4275 | '@babel/types': 7.16.0 |
4034 | dev: true | 4276 | dev: true |
4035 | 4277 | ||
@@ -4055,8 +4297,8 @@ packages: | @@ -4055,8 +4297,8 @@ packages: | ||
4055 | q: 1.5.1 | 4297 | q: 1.5.1 |
4056 | dev: true | 4298 | dev: true |
4057 | 4299 | ||
4058 | - /conventional-changelog-cli/2.1.1: | ||
4059 | - resolution: {integrity: sha512-xMGQdKJ+4XFDDgfX5aK7UNFduvJMbvF5BB+g0OdVhA3rYdYyhctrIE2Al+WYdZeKTdg9YzMWF2iFPT8MupIwng==} | 4300 | + /conventional-changelog-cli/2.2.2: |
4301 | + resolution: {integrity: sha512-8grMV5Jo8S0kP3yoMeJxV2P5R6VJOqK72IiSV9t/4H5r/HiRqEBQ83bYGuz4Yzfdj4bjaAEhZN/FFbsFXr5bOA==} | ||
4060 | engines: {node: '>=10'} | 4302 | engines: {node: '>=10'} |
4061 | hasBin: true | 4303 | hasBin: true |
4062 | dependencies: | 4304 | dependencies: |
@@ -4242,6 +4484,22 @@ packages: | @@ -4242,6 +4484,22 @@ packages: | ||
4242 | vary: 1.1.2 | 4484 | vary: 1.1.2 |
4243 | dev: true | 4485 | dev: true |
4244 | 4486 | ||
4487 | + /cosmiconfig-typescript-loader/1.0.2_bad060d5f9aca5284661d88d739ba15b: | ||
4488 | + resolution: {integrity: sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==} | ||
4489 | + engines: {node: '>=12', npm: '>=6'} | ||
4490 | + peerDependencies: | ||
4491 | + '@types/node': '*' | ||
4492 | + typescript: '>=3' | ||
4493 | + dependencies: | ||
4494 | + '@types/node': 17.0.5 | ||
4495 | + cosmiconfig: 7.0.1 | ||
4496 | + ts-node: 10.4.0_bad060d5f9aca5284661d88d739ba15b | ||
4497 | + typescript: 4.5.4 | ||
4498 | + transitivePeerDependencies: | ||
4499 | + - '@swc/core' | ||
4500 | + - '@swc/wasm' | ||
4501 | + dev: true | ||
4502 | + | ||
4245 | /cosmiconfig/7.0.1: | 4503 | /cosmiconfig/7.0.1: |
4246 | resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} | 4504 | resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} |
4247 | engines: {node: '>=10'} | 4505 | engines: {node: '>=10'} |
@@ -4393,18 +4651,22 @@ packages: | @@ -4393,18 +4651,22 @@ packages: | ||
4393 | logalot: 2.1.0 | 4651 | logalot: 2.1.0 |
4394 | dev: true | 4652 | dev: true |
4395 | 4653 | ||
4396 | - /cz-conventional-changelog/3.2.0: | 4654 | + /cz-conventional-changelog/3.2.0_@types+node@17.0.5: |
4397 | resolution: {integrity: sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==} | 4655 | resolution: {integrity: sha512-yAYxeGpVi27hqIilG1nh4A9Bnx4J3Ov+eXy4koL3drrR+IO9GaWPsKjik20ht608Asqi8TQPf0mczhEeyAtMzg==} |
4398 | engines: {node: '>= 10'} | 4656 | engines: {node: '>= 10'} |
4399 | dependencies: | 4657 | dependencies: |
4400 | chalk: 2.4.2 | 4658 | chalk: 2.4.2 |
4401 | - commitizen: 4.2.4 | 4659 | + commitizen: 4.2.4_@types+node@17.0.5 |
4402 | conventional-commit-types: 3.0.0 | 4660 | conventional-commit-types: 3.0.0 |
4403 | lodash.map: 4.6.0 | 4661 | lodash.map: 4.6.0 |
4404 | longest: 2.0.1 | 4662 | longest: 2.0.1 |
4405 | word-wrap: 1.2.3 | 4663 | word-wrap: 1.2.3 |
4406 | optionalDependencies: | 4664 | optionalDependencies: |
4407 | - '@commitlint/load': 15.0.0 | 4665 | + '@commitlint/load': 16.0.0_@types+node@17.0.5 |
4666 | + transitivePeerDependencies: | ||
4667 | + - '@swc/core' | ||
4668 | + - '@swc/wasm' | ||
4669 | + - '@types/node' | ||
4408 | dev: true | 4670 | dev: true |
4409 | 4671 | ||
4410 | /dargs/7.0.0: | 4672 | /dargs/7.0.0: |
@@ -4953,6 +5215,14 @@ packages: | @@ -4953,6 +5215,14 @@ packages: | ||
4953 | dev: true | 5215 | dev: true |
4954 | optional: true | 5216 | optional: true |
4955 | 5217 | ||
5218 | + /esbuild-android-arm64/0.14.8: | ||
5219 | + resolution: {integrity: sha512-tAEoSHnPBSH0cCAFa/aYs3LPsoTY4SwsP6wDKi4PaelbQYNJjqNpAeweyJ8l98g1D6ZkLyqsHbkYj+209sezkA==} | ||
5220 | + cpu: [arm64] | ||
5221 | + os: [android] | ||
5222 | + requiresBuild: true | ||
5223 | + dev: true | ||
5224 | + optional: true | ||
5225 | + | ||
4956 | /esbuild-darwin-64/0.13.15: | 5226 | /esbuild-darwin-64/0.13.15: |
4957 | resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} | 5227 | resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} |
4958 | cpu: [x64] | 5228 | cpu: [x64] |
@@ -4969,6 +5239,14 @@ packages: | @@ -4969,6 +5239,14 @@ packages: | ||
4969 | dev: true | 5239 | dev: true |
4970 | optional: true | 5240 | optional: true |
4971 | 5241 | ||
5242 | + /esbuild-darwin-64/0.14.8: | ||
5243 | + resolution: {integrity: sha512-t7p7WzTb+ybiD/irkMt5j/NzB+jY+8yPTsrXk5zCOH1O7DdthRnAUJ7pJPwImdL7jAGRbLtYRxUPgCHs/0qUPw==} | ||
5244 | + cpu: [x64] | ||
5245 | + os: [darwin] | ||
5246 | + requiresBuild: true | ||
5247 | + dev: true | ||
5248 | + optional: true | ||
5249 | + | ||
4972 | /esbuild-darwin-arm64/0.13.15: | 5250 | /esbuild-darwin-arm64/0.13.15: |
4973 | resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} | 5251 | resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} |
4974 | cpu: [arm64] | 5252 | cpu: [arm64] |
@@ -4985,6 +5263,14 @@ packages: | @@ -4985,6 +5263,14 @@ packages: | ||
4985 | dev: true | 5263 | dev: true |
4986 | optional: true | 5264 | optional: true |
4987 | 5265 | ||
5266 | + /esbuild-darwin-arm64/0.14.8: | ||
5267 | + resolution: {integrity: sha512-5FeaT2zMUajKnBwUMSsjZev5iA38YHrDmXhkOCwZQIFUvhqojinqCrvv/X7dyxb1987bcY9KGwJ+EwDwd922HQ==} | ||
5268 | + cpu: [arm64] | ||
5269 | + os: [darwin] | ||
5270 | + requiresBuild: true | ||
5271 | + dev: true | ||
5272 | + optional: true | ||
5273 | + | ||
4988 | /esbuild-freebsd-64/0.13.15: | 5274 | /esbuild-freebsd-64/0.13.15: |
4989 | resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} | 5275 | resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} |
4990 | cpu: [x64] | 5276 | cpu: [x64] |
@@ -5001,6 +5287,14 @@ packages: | @@ -5001,6 +5287,14 @@ packages: | ||
5001 | dev: true | 5287 | dev: true |
5002 | optional: true | 5288 | optional: true |
5003 | 5289 | ||
5290 | + /esbuild-freebsd-64/0.14.8: | ||
5291 | + resolution: {integrity: sha512-pGHBLSf7ynfyDZXUtbq/GsA2VIwQlWXrUj1AMcE0id47mRdEUM8/1ZuqMGZx63hRnNgtK9zNJ8OIu2c7qq76Qw==} | ||
5292 | + cpu: [x64] | ||
5293 | + os: [freebsd] | ||
5294 | + requiresBuild: true | ||
5295 | + dev: true | ||
5296 | + optional: true | ||
5297 | + | ||
5004 | /esbuild-freebsd-arm64/0.13.15: | 5298 | /esbuild-freebsd-arm64/0.13.15: |
5005 | resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} | 5299 | resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} |
5006 | cpu: [arm64] | 5300 | cpu: [arm64] |
@@ -5017,6 +5311,14 @@ packages: | @@ -5017,6 +5311,14 @@ packages: | ||
5017 | dev: true | 5311 | dev: true |
5018 | optional: true | 5312 | optional: true |
5019 | 5313 | ||
5314 | + /esbuild-freebsd-arm64/0.14.8: | ||
5315 | + resolution: {integrity: sha512-g4GgAnrx6Gh1BjKJjJWgPnOR4tW2FcAx9wFvyUjRsIjB35gT+aAFR+P/zStu5OG9LnbS8Pvjd4wS68QIXk+2dA==} | ||
5316 | + cpu: [arm64] | ||
5317 | + os: [freebsd] | ||
5318 | + requiresBuild: true | ||
5319 | + dev: true | ||
5320 | + optional: true | ||
5321 | + | ||
5020 | /esbuild-linux-32/0.13.15: | 5322 | /esbuild-linux-32/0.13.15: |
5021 | resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} | 5323 | resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} |
5022 | cpu: [ia32] | 5324 | cpu: [ia32] |
@@ -5033,6 +5335,14 @@ packages: | @@ -5033,6 +5335,14 @@ packages: | ||
5033 | dev: true | 5335 | dev: true |
5034 | optional: true | 5336 | optional: true |
5035 | 5337 | ||
5338 | + /esbuild-linux-32/0.14.8: | ||
5339 | + resolution: {integrity: sha512-wPfQJadF5vTzriw/B8Ide74PeAJlZW7czNx3NIUHkHlXb+En1SeIqNzl6jG9DuJUl57xD9Ucl9YJFEkFeX8eLg==} | ||
5340 | + cpu: [ia32] | ||
5341 | + os: [linux] | ||
5342 | + requiresBuild: true | ||
5343 | + dev: true | ||
5344 | + optional: true | ||
5345 | + | ||
5036 | /esbuild-linux-64/0.13.15: | 5346 | /esbuild-linux-64/0.13.15: |
5037 | resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} | 5347 | resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} |
5038 | cpu: [x64] | 5348 | cpu: [x64] |
@@ -5049,6 +5359,14 @@ packages: | @@ -5049,6 +5359,14 @@ packages: | ||
5049 | dev: true | 5359 | dev: true |
5050 | optional: true | 5360 | optional: true |
5051 | 5361 | ||
5362 | + /esbuild-linux-64/0.14.8: | ||
5363 | + resolution: {integrity: sha512-+RNuLk9RhRDL2kG+KTEYl5cIgF6AGLkRnKKWEu9DpCZaickONEqrKyQSVn410Hj105DLdW6qvIXQQHPycJhExg==} | ||
5364 | + cpu: [x64] | ||
5365 | + os: [linux] | ||
5366 | + requiresBuild: true | ||
5367 | + dev: true | ||
5368 | + optional: true | ||
5369 | + | ||
5052 | /esbuild-linux-arm/0.13.15: | 5370 | /esbuild-linux-arm/0.13.15: |
5053 | resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} | 5371 | resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} |
5054 | cpu: [arm] | 5372 | cpu: [arm] |
@@ -5065,6 +5383,14 @@ packages: | @@ -5065,6 +5383,14 @@ packages: | ||
5065 | dev: true | 5383 | dev: true |
5066 | optional: true | 5384 | optional: true |
5067 | 5385 | ||
5386 | + /esbuild-linux-arm/0.14.8: | ||
5387 | + resolution: {integrity: sha512-HIct38SvUAIJbiTwV/PVQroimQo96TGtzRDAEZxTorB4vsAj1r8bd0keXExPU4RH7G0zIqC4loQQpWYL+nH4Vg==} | ||
5388 | + cpu: [arm] | ||
5389 | + os: [linux] | ||
5390 | + requiresBuild: true | ||
5391 | + dev: true | ||
5392 | + optional: true | ||
5393 | + | ||
5068 | /esbuild-linux-arm64/0.13.15: | 5394 | /esbuild-linux-arm64/0.13.15: |
5069 | resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} | 5395 | resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} |
5070 | cpu: [arm64] | 5396 | cpu: [arm64] |
@@ -5081,6 +5407,14 @@ packages: | @@ -5081,6 +5407,14 @@ packages: | ||
5081 | dev: true | 5407 | dev: true |
5082 | optional: true | 5408 | optional: true |
5083 | 5409 | ||
5410 | + /esbuild-linux-arm64/0.14.8: | ||
5411 | + resolution: {integrity: sha512-BtWoKNYul9UoxUvQUSdSrvSmJyFL1sGnNPTSqWCg1wMe4kmc8UY2yVsXSSkKO8N2jtHxlgFyz/XhvNBzEwGVcw==} | ||
5412 | + cpu: [arm64] | ||
5413 | + os: [linux] | ||
5414 | + requiresBuild: true | ||
5415 | + dev: true | ||
5416 | + optional: true | ||
5417 | + | ||
5084 | /esbuild-linux-mips64le/0.13.15: | 5418 | /esbuild-linux-mips64le/0.13.15: |
5085 | resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} | 5419 | resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} |
5086 | cpu: [mips64el] | 5420 | cpu: [mips64el] |
@@ -5097,6 +5431,14 @@ packages: | @@ -5097,6 +5431,14 @@ packages: | ||
5097 | dev: true | 5431 | dev: true |
5098 | optional: true | 5432 | optional: true |
5099 | 5433 | ||
5434 | + /esbuild-linux-mips64le/0.14.8: | ||
5435 | + resolution: {integrity: sha512-0DxnCl9XTvaQtsX6Qa+Phr5i9b04INwwSv2RbQ2UWRLoQ/037iaFzbmuhgrcmaGOcRwPkCa+4Qo5EgI01MUgsQ==} | ||
5436 | + cpu: [mips64el] | ||
5437 | + os: [linux] | ||
5438 | + requiresBuild: true | ||
5439 | + dev: true | ||
5440 | + optional: true | ||
5441 | + | ||
5100 | /esbuild-linux-ppc64le/0.13.15: | 5442 | /esbuild-linux-ppc64le/0.13.15: |
5101 | resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} | 5443 | resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} |
5102 | cpu: [ppc64] | 5444 | cpu: [ppc64] |
@@ -5113,6 +5455,22 @@ packages: | @@ -5113,6 +5455,22 @@ packages: | ||
5113 | dev: true | 5455 | dev: true |
5114 | optional: true | 5456 | optional: true |
5115 | 5457 | ||
5458 | + /esbuild-linux-ppc64le/0.14.8: | ||
5459 | + resolution: {integrity: sha512-Uzr/OMj97Q0qoWLXCvXCKUY/z1SNI4iSZEuYylM5Nd71HGStL32XWq/MReJ0PYMvUMKKJicKSKw2jWM1uBQ84Q==} | ||
5460 | + cpu: [ppc64] | ||
5461 | + os: [linux] | ||
5462 | + requiresBuild: true | ||
5463 | + dev: true | ||
5464 | + optional: true | ||
5465 | + | ||
5466 | + /esbuild-linux-s390x/0.14.8: | ||
5467 | + resolution: {integrity: sha512-vURka7aCA5DrRoOqOn6pXYwFlDSoQ4qnqam8AC0Ikn6tibutuhgar6M3Ek2DCuz9yqd396mngdYr5A8x2TPkww==} | ||
5468 | + cpu: [s390x] | ||
5469 | + os: [linux] | ||
5470 | + requiresBuild: true | ||
5471 | + dev: true | ||
5472 | + optional: true | ||
5473 | + | ||
5116 | /esbuild-netbsd-64/0.13.15: | 5474 | /esbuild-netbsd-64/0.13.15: |
5117 | resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} | 5475 | resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} |
5118 | cpu: [x64] | 5476 | cpu: [x64] |
@@ -5129,6 +5487,14 @@ packages: | @@ -5129,6 +5487,14 @@ packages: | ||
5129 | dev: true | 5487 | dev: true |
5130 | optional: true | 5488 | optional: true |
5131 | 5489 | ||
5490 | + /esbuild-netbsd-64/0.14.8: | ||
5491 | + resolution: {integrity: sha512-tjyDak2/pp0VUAhBW6/ueuReMd5qLHNlisXl5pq0Xn0z+kH9urA/t1igm0JassWbdMz123td5ZEQWoD9KbtOAw==} | ||
5492 | + cpu: [x64] | ||
5493 | + os: [netbsd] | ||
5494 | + requiresBuild: true | ||
5495 | + dev: true | ||
5496 | + optional: true | ||
5497 | + | ||
5132 | /esbuild-node-loader/0.6.3_typescript@4.5.4: | 5498 | /esbuild-node-loader/0.6.3_typescript@4.5.4: |
5133 | resolution: {integrity: sha512-Bf6o8SiMMh5+r20jsjAThNOtzo3t8Ye4Qdzz+twWHnxu28SdkGUr5ahq8iX0qbd+I9ge8sLNX7oQoNW1YzHlqA==} | 5499 | resolution: {integrity: sha512-Bf6o8SiMMh5+r20jsjAThNOtzo3t8Ye4Qdzz+twWHnxu28SdkGUr5ahq8iX0qbd+I9ge8sLNX7oQoNW1YzHlqA==} |
5134 | peerDependencies: | 5500 | peerDependencies: |
@@ -5154,6 +5520,14 @@ packages: | @@ -5154,6 +5520,14 @@ packages: | ||
5154 | dev: true | 5520 | dev: true |
5155 | optional: true | 5521 | optional: true |
5156 | 5522 | ||
5523 | + /esbuild-openbsd-64/0.14.8: | ||
5524 | + resolution: {integrity: sha512-zAKKV15fIyAuDDga5rQv0lW2ufBWj/OCjqjDBb3dJf5SfoAi/DMIHuzmkKQeDQ+oxt9Rp1D7ZOlOBVflutFTqQ==} | ||
5525 | + cpu: [x64] | ||
5526 | + os: [openbsd] | ||
5527 | + requiresBuild: true | ||
5528 | + dev: true | ||
5529 | + optional: true | ||
5530 | + | ||
5157 | /esbuild-plugin-alias/0.1.2: | 5531 | /esbuild-plugin-alias/0.1.2: |
5158 | resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==} | 5532 | resolution: {integrity: sha512-WsX0OJy8IGOsGZV+4oHEU5B6XQUpxOsZN1iSoYf9COTDbY7WXcOwd1oCLYNWUIWCExyGXSghIGq2k7sXBldxwQ==} |
5159 | dev: true | 5533 | dev: true |
@@ -5183,6 +5557,14 @@ packages: | @@ -5183,6 +5557,14 @@ packages: | ||
5183 | dev: true | 5557 | dev: true |
5184 | optional: true | 5558 | optional: true |
5185 | 5559 | ||
5560 | + /esbuild-sunos-64/0.14.8: | ||
5561 | + resolution: {integrity: sha512-xV41Wa8imziM/2dbWZjLKQbIETRgo5dE0oc/uPsgaecJhsrdA0VkGa/V432LJSUYv967xHDQdoRRl5tr80+NnQ==} | ||
5562 | + cpu: [x64] | ||
5563 | + os: [sunos] | ||
5564 | + requiresBuild: true | ||
5565 | + dev: true | ||
5566 | + optional: true | ||
5567 | + | ||
5186 | /esbuild-windows-32/0.13.15: | 5568 | /esbuild-windows-32/0.13.15: |
5187 | resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} | 5569 | resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} |
5188 | cpu: [ia32] | 5570 | cpu: [ia32] |
@@ -5199,6 +5581,14 @@ packages: | @@ -5199,6 +5581,14 @@ packages: | ||
5199 | dev: true | 5581 | dev: true |
5200 | optional: true | 5582 | optional: true |
5201 | 5583 | ||
5584 | + /esbuild-windows-32/0.14.8: | ||
5585 | + resolution: {integrity: sha512-AxpdeLKQSyCZo7MzdOyV4OgEbEJcjnrS/2niAjbHESbjuS5P1DN/5vZoJ/JSWDVa/40OkBuHBhAXMx1HK3UDsg==} | ||
5586 | + cpu: [ia32] | ||
5587 | + os: [win32] | ||
5588 | + requiresBuild: true | ||
5589 | + dev: true | ||
5590 | + optional: true | ||
5591 | + | ||
5202 | /esbuild-windows-64/0.13.15: | 5592 | /esbuild-windows-64/0.13.15: |
5203 | resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} | 5593 | resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} |
5204 | cpu: [x64] | 5594 | cpu: [x64] |
@@ -5215,6 +5605,14 @@ packages: | @@ -5215,6 +5605,14 @@ packages: | ||
5215 | dev: true | 5605 | dev: true |
5216 | optional: true | 5606 | optional: true |
5217 | 5607 | ||
5608 | + /esbuild-windows-64/0.14.8: | ||
5609 | + resolution: {integrity: sha512-/3pllNoy8mrz/E1rYalwiwwhzJBrYQhEapwAteHZbFVhGzYuB8F80e8x5eA8dhFHxDiZh1VzK+hREwwSt8UTQA==} | ||
5610 | + cpu: [x64] | ||
5611 | + os: [win32] | ||
5612 | + requiresBuild: true | ||
5613 | + dev: true | ||
5614 | + optional: true | ||
5615 | + | ||
5218 | /esbuild-windows-arm64/0.13.15: | 5616 | /esbuild-windows-arm64/0.13.15: |
5219 | resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} | 5617 | resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} |
5220 | cpu: [arm64] | 5618 | cpu: [arm64] |
@@ -5231,6 +5629,14 @@ packages: | @@ -5231,6 +5629,14 @@ packages: | ||
5231 | dev: true | 5629 | dev: true |
5232 | optional: true | 5630 | optional: true |
5233 | 5631 | ||
5632 | + /esbuild-windows-arm64/0.14.8: | ||
5633 | + resolution: {integrity: sha512-lTm5naoNgaUvzIiax3XYIEebqwr3bIIEEtqUhzQ2UQ+JMBmvhr02w3sJIJqF3axTX6TgWrC1OtM7DYNvFG+aXA==} | ||
5634 | + cpu: [arm64] | ||
5635 | + os: [win32] | ||
5636 | + requiresBuild: true | ||
5637 | + dev: true | ||
5638 | + optional: true | ||
5639 | + | ||
5234 | /esbuild/0.11.23: | 5640 | /esbuild/0.11.23: |
5235 | resolution: {integrity: sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==} | 5641 | resolution: {integrity: sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==} |
5236 | hasBin: true | 5642 | hasBin: true |
@@ -5291,6 +5697,31 @@ packages: | @@ -5291,6 +5697,31 @@ packages: | ||
5291 | esbuild-windows-arm64: 0.14.5 | 5697 | esbuild-windows-arm64: 0.14.5 |
5292 | dev: true | 5698 | dev: true |
5293 | 5699 | ||
5700 | + /esbuild/0.14.8: | ||
5701 | + resolution: {integrity: sha512-stMsCBmxwaMpeK8GC/49L/cRGIwsHwoEN7Twk5zDTHlm/63c0KXFKzDC8iM2Mi3fyCKwS002TAH6IlAvqR6t3g==} | ||
5702 | + hasBin: true | ||
5703 | + requiresBuild: true | ||
5704 | + optionalDependencies: | ||
5705 | + esbuild-android-arm64: 0.14.8 | ||
5706 | + esbuild-darwin-64: 0.14.8 | ||
5707 | + esbuild-darwin-arm64: 0.14.8 | ||
5708 | + esbuild-freebsd-64: 0.14.8 | ||
5709 | + esbuild-freebsd-arm64: 0.14.8 | ||
5710 | + esbuild-linux-32: 0.14.8 | ||
5711 | + esbuild-linux-64: 0.14.8 | ||
5712 | + esbuild-linux-arm: 0.14.8 | ||
5713 | + esbuild-linux-arm64: 0.14.8 | ||
5714 | + esbuild-linux-mips64le: 0.14.8 | ||
5715 | + esbuild-linux-ppc64le: 0.14.8 | ||
5716 | + esbuild-linux-s390x: 0.14.8 | ||
5717 | + esbuild-netbsd-64: 0.14.8 | ||
5718 | + esbuild-openbsd-64: 0.14.8 | ||
5719 | + esbuild-sunos-64: 0.14.8 | ||
5720 | + esbuild-windows-32: 0.14.8 | ||
5721 | + esbuild-windows-64: 0.14.8 | ||
5722 | + esbuild-windows-arm64: 0.14.8 | ||
5723 | + dev: true | ||
5724 | + | ||
5294 | /escalade/3.1.1: | 5725 | /escalade/3.1.1: |
5295 | resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} | 5726 | resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} |
5296 | engines: {node: '>=6'} | 5727 | engines: {node: '>=6'} |
@@ -5337,13 +5768,13 @@ packages: | @@ -5337,13 +5768,13 @@ packages: | ||
5337 | eslint: 8.5.0 | 5768 | eslint: 8.5.0 |
5338 | dev: true | 5769 | dev: true |
5339 | 5770 | ||
5340 | - /eslint-define-config/1.2.0: | ||
5341 | - resolution: {integrity: sha512-EQ8d9F9LmJVRfkZW9WgSa5VBAVZialrLZKy0k1062zlhM8KFUyFoAC8xRI+mdp5m81FNMPnpKZfyq0AfJDyNTg==} | 5771 | + /eslint-define-config/1.2.1: |
5772 | + resolution: {integrity: sha512-Mj6OvJXNDrMA+RtFtPFst4BRJPkB4qi9B+8FFr/hdxY0gNbhGoSnp7i3w3/k75vMXTbbfsmeZhQUomI6mK/JVw==} | ||
5342 | engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'} | 5773 | engines: {node: '>= 16.9.0', npm: '>= 7.0.0', pnpm: '>= 6.17.0'} |
5343 | dev: true | 5774 | dev: true |
5344 | 5775 | ||
5345 | - /eslint-plugin-jest/25.3.0_58307b40d1d9560143b85525831a9181: | ||
5346 | - resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} | 5776 | + /eslint-plugin-jest/25.3.2_8e4587ffdbad7ecbf6b0774bd21bf51b: |
5777 | + resolution: {integrity: sha512-1aPC7RRJkMCNgklHMDECw8fnzag3JBH53LaxmFkDTR7+PfMCO5V6f8XFRHoT2I+Fr4pVO9cPdRGlf7/haB2O5Q==} | ||
5347 | engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} | 5778 | engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} |
5348 | peerDependencies: | 5779 | peerDependencies: |
5349 | '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 | 5780 | '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 |
@@ -5355,8 +5786,8 @@ packages: | @@ -5355,8 +5786,8 @@ packages: | ||
5355 | jest: | 5786 | jest: |
5356 | optional: true | 5787 | optional: true |
5357 | dependencies: | 5788 | dependencies: |
5358 | - '@typescript-eslint/eslint-plugin': 5.7.0_a6f6159640504abdd3de077f8bcadb33 | ||
5359 | - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.5.0+typescript@4.5.4 | 5789 | + '@typescript-eslint/eslint-plugin': 5.8.1_3a47348159e115370aa4cba56aba33b6 |
5790 | + '@typescript-eslint/experimental-utils': 5.7.0_eslint@8.5.0+typescript@4.5.4 | ||
5360 | eslint: 8.5.0 | 5791 | eslint: 8.5.0 |
5361 | jest: 27.4.5_ts-node@10.4.0 | 5792 | jest: 27.4.5_ts-node@10.4.0 |
5362 | transitivePeerDependencies: | 5793 | transitivePeerDependencies: |
@@ -6330,7 +6761,7 @@ packages: | @@ -6330,7 +6761,7 @@ packages: | ||
6330 | dir-glob: 3.0.1 | 6761 | dir-glob: 3.0.1 |
6331 | fast-glob: 3.2.7 | 6762 | fast-glob: 3.2.7 |
6332 | glob: 7.2.0 | 6763 | glob: 7.2.0 |
6333 | - ignore: 5.1.9 | 6764 | + ignore: 5.2.0 |
6334 | merge2: 1.4.1 | 6765 | merge2: 1.4.1 |
6335 | slash: 3.0.0 | 6766 | slash: 3.0.0 |
6336 | dev: true | 6767 | dev: true |
@@ -6342,7 +6773,7 @@ packages: | @@ -6342,7 +6773,7 @@ packages: | ||
6342 | array-union: 2.1.0 | 6773 | array-union: 2.1.0 |
6343 | dir-glob: 3.0.1 | 6774 | dir-glob: 3.0.1 |
6344 | fast-glob: 3.2.7 | 6775 | fast-glob: 3.2.7 |
6345 | - ignore: 5.1.9 | 6776 | + ignore: 5.2.0 |
6346 | merge2: 1.4.1 | 6777 | merge2: 1.4.1 |
6347 | slash: 3.0.0 | 6778 | slash: 3.0.0 |
6348 | dev: true | 6779 | dev: true |
@@ -6545,18 +6976,20 @@ packages: | @@ -6545,18 +6976,20 @@ packages: | ||
6545 | resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} | 6976 | resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} |
6546 | dev: true | 6977 | dev: true |
6547 | 6978 | ||
6548 | - /html-minifier-terser/5.1.1: | ||
6549 | - resolution: {integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==} | ||
6550 | - engines: {node: '>=6'} | 6979 | + /html-minifier-terser/6.1.0: |
6980 | + resolution: {integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==} | ||
6981 | + engines: {node: '>=12'} | ||
6551 | hasBin: true | 6982 | hasBin: true |
6552 | dependencies: | 6983 | dependencies: |
6553 | camel-case: 4.1.2 | 6984 | camel-case: 4.1.2 |
6554 | - clean-css: 4.2.4 | ||
6555 | - commander: 4.1.1 | 6985 | + clean-css: 5.2.2 |
6986 | + commander: 8.3.0 | ||
6556 | he: 1.2.0 | 6987 | he: 1.2.0 |
6557 | param-case: 3.0.4 | 6988 | param-case: 3.0.4 |
6558 | relateurl: 0.2.7 | 6989 | relateurl: 0.2.7 |
6559 | - terser: 4.8.0 | 6990 | + terser: 5.10.0 |
6991 | + transitivePeerDependencies: | ||
6992 | + - acorn | ||
6560 | dev: true | 6993 | dev: true |
6561 | 6994 | ||
6562 | /html-tags/3.1.0: | 6995 | /html-tags/3.1.0: |
@@ -6654,6 +7087,11 @@ packages: | @@ -6654,6 +7087,11 @@ packages: | ||
6654 | engines: {node: '>= 4'} | 7087 | engines: {node: '>= 4'} |
6655 | dev: true | 7088 | dev: true |
6656 | 7089 | ||
7090 | + /ignore/5.2.0: | ||
7091 | + resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} | ||
7092 | + engines: {node: '>= 4'} | ||
7093 | + dev: true | ||
7094 | + | ||
6657 | /image-size/0.5.5: | 7095 | /image-size/0.5.5: |
6658 | resolution: {integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=} | 7096 | resolution: {integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=} |
6659 | engines: {node: '>=0.10.0'} | 7097 | engines: {node: '>=0.10.0'} |
@@ -7242,7 +7680,7 @@ packages: | @@ -7242,7 +7680,7 @@ packages: | ||
7242 | resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} | 7680 | resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} |
7243 | engines: {node: '>=8'} | 7681 | engines: {node: '>=8'} |
7244 | dependencies: | 7682 | dependencies: |
7245 | - '@babel/core': 7.16.0 | 7683 | + '@babel/core': 7.16.5 |
7246 | '@istanbuljs/schema': 0.1.3 | 7684 | '@istanbuljs/schema': 0.1.3 |
7247 | istanbul-lib-coverage: 3.2.0 | 7685 | istanbul-lib-coverage: 3.2.0 |
7248 | semver: 6.3.0 | 7686 | semver: 6.3.0 |
@@ -7325,7 +7763,7 @@ packages: | @@ -7325,7 +7763,7 @@ packages: | ||
7325 | '@jest/environment': 27.4.4 | 7763 | '@jest/environment': 27.4.4 |
7326 | '@jest/test-result': 27.4.2 | 7764 | '@jest/test-result': 27.4.2 |
7327 | '@jest/types': 27.4.2 | 7765 | '@jest/types': 27.4.2 |
7328 | - '@types/node': 17.0.0 | 7766 | + '@types/node': 17.0.5 |
7329 | chalk: 4.1.2 | 7767 | chalk: 4.1.2 |
7330 | co: 4.6.0 | 7768 | co: 4.6.0 |
7331 | dedent: 0.7.0 | 7769 | dedent: 0.7.0 |
@@ -7406,7 +7844,7 @@ packages: | @@ -7406,7 +7844,7 @@ packages: | ||
7406 | micromatch: 4.0.4 | 7844 | micromatch: 4.0.4 |
7407 | pretty-format: 27.4.2 | 7845 | pretty-format: 27.4.2 |
7408 | slash: 3.0.0 | 7846 | slash: 3.0.0 |
7409 | - ts-node: 10.4.0_cb9fa2b677905e47db2aeff929cdeb55 | 7847 | + ts-node: 10.4.0_bad060d5f9aca5284661d88d739ba15b |
7410 | transitivePeerDependencies: | 7848 | transitivePeerDependencies: |
7411 | - bufferutil | 7849 | - bufferutil |
7412 | - canvas | 7850 | - canvas |
@@ -7459,7 +7897,7 @@ packages: | @@ -7459,7 +7897,7 @@ packages: | ||
7459 | '@jest/environment': 27.4.4 | 7897 | '@jest/environment': 27.4.4 |
7460 | '@jest/fake-timers': 27.4.2 | 7898 | '@jest/fake-timers': 27.4.2 |
7461 | '@jest/types': 27.4.2 | 7899 | '@jest/types': 27.4.2 |
7462 | - '@types/node': 17.0.0 | 7900 | + '@types/node': 17.0.5 |
7463 | jest-mock: 27.4.2 | 7901 | jest-mock: 27.4.2 |
7464 | jest-util: 27.4.2 | 7902 | jest-util: 27.4.2 |
7465 | jsdom: 16.7.0 | 7903 | jsdom: 16.7.0 |
@@ -7477,7 +7915,7 @@ packages: | @@ -7477,7 +7915,7 @@ packages: | ||
7477 | '@jest/environment': 27.4.4 | 7915 | '@jest/environment': 27.4.4 |
7478 | '@jest/fake-timers': 27.4.2 | 7916 | '@jest/fake-timers': 27.4.2 |
7479 | '@jest/types': 27.4.2 | 7917 | '@jest/types': 27.4.2 |
7480 | - '@types/node': 17.0.0 | 7918 | + '@types/node': 17.0.5 |
7481 | jest-mock: 27.4.2 | 7919 | jest-mock: 27.4.2 |
7482 | jest-util: 27.4.2 | 7920 | jest-util: 27.4.2 |
7483 | dev: true | 7921 | dev: true |
@@ -7498,7 +7936,7 @@ packages: | @@ -7498,7 +7936,7 @@ packages: | ||
7498 | dependencies: | 7936 | dependencies: |
7499 | '@jest/types': 27.4.2 | 7937 | '@jest/types': 27.4.2 |
7500 | '@types/graceful-fs': 4.1.5 | 7938 | '@types/graceful-fs': 4.1.5 |
7501 | - '@types/node': 17.0.0 | 7939 | + '@types/node': 17.0.5 |
7502 | anymatch: 3.1.2 | 7940 | anymatch: 3.1.2 |
7503 | fb-watchman: 2.0.1 | 7941 | fb-watchman: 2.0.1 |
7504 | graceful-fs: 4.2.8 | 7942 | graceful-fs: 4.2.8 |
@@ -7521,7 +7959,7 @@ packages: | @@ -7521,7 +7959,7 @@ packages: | ||
7521 | '@jest/source-map': 27.4.0 | 7959 | '@jest/source-map': 27.4.0 |
7522 | '@jest/test-result': 27.4.2 | 7960 | '@jest/test-result': 27.4.2 |
7523 | '@jest/types': 27.4.2 | 7961 | '@jest/types': 27.4.2 |
7524 | - '@types/node': 17.0.0 | 7962 | + '@types/node': 17.0.5 |
7525 | chalk: 4.1.2 | 7963 | chalk: 4.1.2 |
7526 | co: 4.6.0 | 7964 | co: 4.6.0 |
7527 | expect: 27.4.2 | 7965 | expect: 27.4.2 |
@@ -7576,7 +8014,7 @@ packages: | @@ -7576,7 +8014,7 @@ packages: | ||
7576 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 8014 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7577 | dependencies: | 8015 | dependencies: |
7578 | '@jest/types': 27.4.2 | 8016 | '@jest/types': 27.4.2 |
7579 | - '@types/node': 17.0.0 | 8017 | + '@types/node': 17.0.5 |
7580 | dev: true | 8018 | dev: true |
7581 | 8019 | ||
7582 | /jest-pnp-resolver/1.2.2_jest-resolve@27.4.5: | 8020 | /jest-pnp-resolver/1.2.2_jest-resolve@27.4.5: |
@@ -7632,7 +8070,7 @@ packages: | @@ -7632,7 +8070,7 @@ packages: | ||
7632 | '@jest/test-result': 27.4.2 | 8070 | '@jest/test-result': 27.4.2 |
7633 | '@jest/transform': 27.4.5 | 8071 | '@jest/transform': 27.4.5 |
7634 | '@jest/types': 27.4.2 | 8072 | '@jest/types': 27.4.2 |
7635 | - '@types/node': 17.0.0 | 8073 | + '@types/node': 17.0.5 |
7636 | chalk: 4.1.2 | 8074 | chalk: 4.1.2 |
7637 | emittery: 0.8.1 | 8075 | emittery: 0.8.1 |
7638 | exit: 0.1.2 | 8076 | exit: 0.1.2 |
@@ -7694,7 +8132,7 @@ packages: | @@ -7694,7 +8132,7 @@ packages: | ||
7694 | resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} | 8132 | resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} |
7695 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 8133 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7696 | dependencies: | 8134 | dependencies: |
7697 | - '@types/node': 17.0.0 | 8135 | + '@types/node': 17.0.5 |
7698 | graceful-fs: 4.2.8 | 8136 | graceful-fs: 4.2.8 |
7699 | dev: true | 8137 | dev: true |
7700 | 8138 | ||
@@ -7702,17 +8140,17 @@ packages: | @@ -7702,17 +8140,17 @@ packages: | ||
7702 | resolution: {integrity: sha512-eCi/iM1YJFrJWiT9de4+RpWWWBqsHiYxFG9V9o/n0WXs6GpW4lUt4FAHAgFPTLPqCUVzrMQmSmTZSgQzwqR7IQ==} | 8140 | resolution: {integrity: sha512-eCi/iM1YJFrJWiT9de4+RpWWWBqsHiYxFG9V9o/n0WXs6GpW4lUt4FAHAgFPTLPqCUVzrMQmSmTZSgQzwqR7IQ==} |
7703 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 8141 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7704 | dependencies: | 8142 | dependencies: |
7705 | - '@babel/core': 7.16.0 | 8143 | + '@babel/core': 7.16.5 |
7706 | '@babel/generator': 7.16.0 | 8144 | '@babel/generator': 7.16.0 |
7707 | '@babel/parser': 7.16.4 | 8145 | '@babel/parser': 7.16.4 |
7708 | - '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 | 8146 | + '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.5 |
7709 | '@babel/traverse': 7.16.3 | 8147 | '@babel/traverse': 7.16.3 |
7710 | '@babel/types': 7.16.0 | 8148 | '@babel/types': 7.16.0 |
7711 | '@jest/transform': 27.4.5 | 8149 | '@jest/transform': 27.4.5 |
7712 | '@jest/types': 27.4.2 | 8150 | '@jest/types': 27.4.2 |
7713 | '@types/babel__traverse': 7.14.2 | 8151 | '@types/babel__traverse': 7.14.2 |
7714 | '@types/prettier': 2.4.2 | 8152 | '@types/prettier': 2.4.2 |
7715 | - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 | 8153 | + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.5 |
7716 | chalk: 4.1.2 | 8154 | chalk: 4.1.2 |
7717 | expect: 27.4.2 | 8155 | expect: 27.4.2 |
7718 | graceful-fs: 4.2.8 | 8156 | graceful-fs: 4.2.8 |
@@ -7735,7 +8173,7 @@ packages: | @@ -7735,7 +8173,7 @@ packages: | ||
7735 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} | 8173 | engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} |
7736 | dependencies: | 8174 | dependencies: |
7737 | '@jest/types': 27.4.2 | 8175 | '@jest/types': 27.4.2 |
7738 | - '@types/node': 17.0.0 | 8176 | + '@types/node': 17.0.5 |
7739 | chalk: 4.1.2 | 8177 | chalk: 4.1.2 |
7740 | ci-info: 3.3.0 | 8178 | ci-info: 3.3.0 |
7741 | graceful-fs: 4.2.8 | 8179 | graceful-fs: 4.2.8 |
@@ -7760,7 +8198,7 @@ packages: | @@ -7760,7 +8198,7 @@ packages: | ||
7760 | dependencies: | 8198 | dependencies: |
7761 | '@jest/test-result': 27.4.2 | 8199 | '@jest/test-result': 27.4.2 |
7762 | '@jest/types': 27.4.2 | 8200 | '@jest/types': 27.4.2 |
7763 | - '@types/node': 17.0.0 | 8201 | + '@types/node': 17.0.5 |
7764 | ansi-escapes: 4.3.2 | 8202 | ansi-escapes: 4.3.2 |
7765 | chalk: 4.1.2 | 8203 | chalk: 4.1.2 |
7766 | jest-util: 27.4.2 | 8204 | jest-util: 27.4.2 |
@@ -7771,7 +8209,7 @@ packages: | @@ -7771,7 +8209,7 @@ packages: | ||
7771 | resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} | 8209 | resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} |
7772 | engines: {node: '>= 10.13.0'} | 8210 | engines: {node: '>= 10.13.0'} |
7773 | dependencies: | 8211 | dependencies: |
7774 | - '@types/node': 17.0.0 | 8212 | + '@types/node': 17.0.5 |
7775 | merge-stream: 2.0.0 | 8213 | merge-stream: 2.0.0 |
7776 | supports-color: 7.2.0 | 8214 | supports-color: 7.2.0 |
7777 | dev: true | 8215 | dev: true |
@@ -7780,7 +8218,7 @@ packages: | @@ -7780,7 +8218,7 @@ packages: | ||
7780 | resolution: {integrity: sha512-f2s8kEdy15cv9r7q4KkzGXvlY0JTcmCbMHZBfSQDwW77REr45IDWwd0lksDFeVHH2jJ5pqb90T77XscrjeGzzg==} | 8218 | resolution: {integrity: sha512-f2s8kEdy15cv9r7q4KkzGXvlY0JTcmCbMHZBfSQDwW77REr45IDWwd0lksDFeVHH2jJ5pqb90T77XscrjeGzzg==} |
7781 | engines: {node: '>= 10.13.0'} | 8219 | engines: {node: '>= 10.13.0'} |
7782 | dependencies: | 8220 | dependencies: |
7783 | - '@types/node': 17.0.0 | 8221 | + '@types/node': 17.0.5 |
7784 | merge-stream: 2.0.0 | 8222 | merge-stream: 2.0.0 |
7785 | supports-color: 8.1.1 | 8223 | supports-color: 8.1.1 |
7786 | dev: true | 8224 | dev: true |
@@ -7822,6 +8260,16 @@ packages: | @@ -7822,6 +8260,16 @@ packages: | ||
7822 | logalot: 2.1.0 | 8260 | logalot: 2.1.0 |
7823 | dev: true | 8261 | dev: true |
7824 | 8262 | ||
8263 | + /jpegtran-bin/6.0.1: | ||
8264 | + resolution: {integrity: sha512-WohhhHhqe22de7PU8hXs6Sr5d4BAvkrfA93NR5tGlHyPnFLgvEW/bH+q7fv65JgoiQDsd7SBwwQ/OGRBivU3Mw==} | ||
8265 | + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | ||
8266 | + hasBin: true | ||
8267 | + requiresBuild: true | ||
8268 | + dependencies: | ||
8269 | + bin-build: 3.0.0 | ||
8270 | + bin-wrapper: /bin-wrapper-china/0.1.0 | ||
8271 | + dev: true | ||
8272 | + | ||
7825 | /js-base64/2.6.4: | 8273 | /js-base64/2.6.4: |
7826 | resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} | 8274 | resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} |
7827 | dev: true | 8275 | dev: true |
@@ -8027,12 +8475,12 @@ packages: | @@ -8027,12 +8475,12 @@ packages: | ||
8027 | engines: {node: '>=6'} | 8475 | engines: {node: '>=6'} |
8028 | dev: true | 8476 | dev: true |
8029 | 8477 | ||
8030 | - /known-css-properties/0.23.0: | ||
8031 | - resolution: {integrity: sha512-h9ivI88e1lFNmTT4HovBN33Ysn0OIJG7IPG2mkpx2uniQXFWqo35QdiX7w0TovlUFXfW8aPFblP5/q0jlOr2sA==} | 8478 | + /known-css-properties/0.24.0: |
8479 | + resolution: {integrity: sha512-RTSoaUAfLvpR357vWzAz/50Q/BmHfmE6ETSWfutT0AJiw10e6CmcdYRQJlLRd95B53D0Y2aD1jSxD3V3ySF+PA==} | ||
8032 | dev: true | 8480 | dev: true |
8033 | 8481 | ||
8034 | - /kolorist/1.5.0: | ||
8035 | - resolution: {integrity: sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==} | 8482 | + /kolorist/1.5.1: |
8483 | + resolution: {integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==} | ||
8036 | dev: true | 8484 | dev: true |
8037 | 8485 | ||
8038 | /less/4.1.2: | 8486 | /less/4.1.2: |
@@ -8083,8 +8531,8 @@ packages: | @@ -8083,8 +8531,8 @@ packages: | ||
8083 | resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} | 8531 | resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} |
8084 | dev: true | 8532 | dev: true |
8085 | 8533 | ||
8086 | - /lint-staged/12.1.3: | ||
8087 | - resolution: {integrity: sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==} | 8534 | + /lint-staged/12.1.4: |
8535 | + resolution: {integrity: sha512-RgDz9nsFsE0/5eL9Vat0AvCuk0+j5mEuzBIVfrRH5FRtt5wibYe8zTjZs2nuqLFrLAGQGYnj8+HJxolcj08i/A==} | ||
8088 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | 8536 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} |
8089 | hasBin: true | 8537 | hasBin: true |
8090 | dependencies: | 8538 | dependencies: |
@@ -8191,10 +8639,6 @@ packages: | @@ -8191,10 +8639,6 @@ packages: | ||
8191 | resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} | 8639 | resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} |
8192 | dev: true | 8640 | dev: true |
8193 | 8641 | ||
8194 | - /lodash.get/4.4.2: | ||
8195 | - resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} | ||
8196 | - dev: true | ||
8197 | - | ||
8198 | /lodash.ismatch/4.4.0: | 8642 | /lodash.ismatch/4.4.0: |
8199 | resolution: {integrity: sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=} | 8643 | resolution: {integrity: sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=} |
8200 | dev: true | 8644 | dev: true |
@@ -9221,8 +9665,8 @@ packages: | @@ -9221,8 +9665,8 @@ packages: | ||
9221 | engines: {node: '>=6'} | 9665 | engines: {node: '>=6'} |
9222 | dev: true | 9666 | dev: true |
9223 | 9667 | ||
9224 | - /pinia/2.0.6_typescript@4.5.4+vue@3.2.26: | ||
9225 | - resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==} | 9668 | + /pinia/2.0.9_typescript@4.5.4+vue@3.2.26: |
9669 | + resolution: {integrity: sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==} | ||
9226 | peerDependencies: | 9670 | peerDependencies: |
9227 | '@vue/composition-api': ^1.4.0 | 9671 | '@vue/composition-api': ^1.4.0 |
9228 | typescript: '>=4.4.4' | 9672 | typescript: '>=4.4.4' |
@@ -9233,7 +9677,7 @@ packages: | @@ -9233,7 +9677,7 @@ packages: | ||
9233 | typescript: | 9677 | typescript: |
9234 | optional: true | 9678 | optional: true |
9235 | dependencies: | 9679 | dependencies: |
9236 | - '@vue/devtools-api': 6.0.0-beta.20.1 | 9680 | + '@vue/devtools-api': 6.0.0-beta.21.1 |
9237 | typescript: 4.5.4 | 9681 | typescript: 4.5.4 |
9238 | vue: 3.2.26 | 9682 | vue: 3.2.26 |
9239 | vue-demi: 0.12.1_vue@3.2.26 | 9683 | vue-demi: 0.12.1_vue@3.2.26 |
@@ -9323,8 +9767,8 @@ packages: | @@ -9323,8 +9767,8 @@ packages: | ||
9323 | postcss: 8.4.5 | 9767 | postcss: 8.4.5 |
9324 | dev: true | 9768 | dev: true |
9325 | 9769 | ||
9326 | - /postcss-selector-parser/6.0.6: | ||
9327 | - resolution: {integrity: sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==} | 9770 | + /postcss-selector-parser/6.0.8: |
9771 | + resolution: {integrity: sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==} | ||
9328 | engines: {node: '>=4'} | 9772 | engines: {node: '>=4'} |
9329 | dependencies: | 9773 | dependencies: |
9330 | cssesc: 3.0.0 | 9774 | cssesc: 3.0.0 |
@@ -10671,7 +11115,7 @@ packages: | @@ -10671,7 +11115,7 @@ packages: | ||
10671 | resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=} | 11115 | resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=} |
10672 | dev: true | 11116 | dev: true |
10673 | 11117 | ||
10674 | - /stylelint-config-html/1.0.0_c1fe332c2f0bd1acbb28be685cc2d480: | 11118 | + /stylelint-config-html/1.0.0_2d1bcf73d0f2e8e613ccd6d821b0344f: |
10675 | resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} | 11119 | resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} |
10676 | engines: {node: ^12 || >=14} | 11120 | engines: {node: ^12 || >=14} |
10677 | peerDependencies: | 11121 | peerDependencies: |
@@ -10679,54 +11123,55 @@ packages: | @@ -10679,54 +11123,55 @@ packages: | ||
10679 | stylelint: '>=14.0.0' | 11123 | stylelint: '>=14.0.0' |
10680 | dependencies: | 11124 | dependencies: |
10681 | postcss-html: 1.3.0 | 11125 | postcss-html: 1.3.0 |
10682 | - stylelint: 14.1.0 | 11126 | + stylelint: 14.2.0 |
10683 | dev: true | 11127 | dev: true |
10684 | 11128 | ||
10685 | - /stylelint-config-prettier/9.0.3_stylelint@14.1.0: | 11129 | + /stylelint-config-prettier/9.0.3_stylelint@14.2.0: |
10686 | resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} | 11130 | resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} |
10687 | engines: {node: '>= 12'} | 11131 | engines: {node: '>= 12'} |
10688 | hasBin: true | 11132 | hasBin: true |
10689 | peerDependencies: | 11133 | peerDependencies: |
10690 | stylelint: '>=11.0.0' | 11134 | stylelint: '>=11.0.0' |
10691 | dependencies: | 11135 | dependencies: |
10692 | - stylelint: 14.1.0 | 11136 | + stylelint: 14.2.0 |
10693 | dev: true | 11137 | dev: true |
10694 | 11138 | ||
10695 | - /stylelint-config-recommended/6.0.0_stylelint@14.1.0: | 11139 | + /stylelint-config-recommended/6.0.0_stylelint@14.2.0: |
10696 | resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==} | 11140 | resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==} |
10697 | peerDependencies: | 11141 | peerDependencies: |
10698 | stylelint: ^14.0.0 | 11142 | stylelint: ^14.0.0 |
10699 | dependencies: | 11143 | dependencies: |
10700 | - stylelint: 14.1.0 | 11144 | + stylelint: 14.2.0 |
10701 | dev: true | 11145 | dev: true |
10702 | 11146 | ||
10703 | - /stylelint-config-standard/24.0.0_stylelint@14.1.0: | 11147 | + /stylelint-config-standard/24.0.0_stylelint@14.2.0: |
10704 | resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} | 11148 | resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} |
10705 | peerDependencies: | 11149 | peerDependencies: |
10706 | stylelint: ^14.0.0 | 11150 | stylelint: ^14.0.0 |
10707 | dependencies: | 11151 | dependencies: |
10708 | - stylelint: 14.1.0 | ||
10709 | - stylelint-config-recommended: 6.0.0_stylelint@14.1.0 | 11152 | + stylelint: 14.2.0 |
11153 | + stylelint-config-recommended: 6.0.0_stylelint@14.2.0 | ||
10710 | dev: true | 11154 | dev: true |
10711 | 11155 | ||
10712 | - /stylelint-order/5.0.0_stylelint@14.1.0: | 11156 | + /stylelint-order/5.0.0_stylelint@14.2.0: |
10713 | resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==} | 11157 | resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==} |
10714 | peerDependencies: | 11158 | peerDependencies: |
10715 | stylelint: ^14.0.0 | 11159 | stylelint: ^14.0.0 |
10716 | dependencies: | 11160 | dependencies: |
10717 | postcss: 8.4.5 | 11161 | postcss: 8.4.5 |
10718 | postcss-sorting: 7.0.1_postcss@8.4.5 | 11162 | postcss-sorting: 7.0.1_postcss@8.4.5 |
10719 | - stylelint: 14.1.0 | 11163 | + stylelint: 14.2.0 |
10720 | dev: true | 11164 | dev: true |
10721 | 11165 | ||
10722 | - /stylelint/14.1.0: | ||
10723 | - resolution: {integrity: sha512-IedkssuNVA11+v++2PIV2OHOU5A3SfRcXVi56vZVSsMhGrgtwmmit69jeM+08/Tun5DTBe7BuH1Zp1mMLmtKLA==} | 11166 | + /stylelint/14.2.0: |
11167 | + resolution: {integrity: sha512-i0DrmDXFNpDsWiwx6SPRs4/pyw4kvZgqpDGvsTslQMY7hpUl6r33aQvNSn6cnTg2wtZ9rreFElI7XAKpOWi1vQ==} | ||
10724 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} | 11168 | engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} |
10725 | hasBin: true | 11169 | hasBin: true |
10726 | dependencies: | 11170 | dependencies: |
10727 | balanced-match: 2.0.0 | 11171 | balanced-match: 2.0.0 |
11172 | + colord: 2.9.2 | ||
10728 | cosmiconfig: 7.0.1 | 11173 | cosmiconfig: 7.0.1 |
10729 | - debug: 4.3.2 | 11174 | + debug: 4.3.3 |
10730 | execall: 2.0.0 | 11175 | execall: 2.0.0 |
10731 | fast-glob: 3.2.7 | 11176 | fast-glob: 3.2.7 |
10732 | fastest-levenshtein: 1.0.12 | 11177 | fastest-levenshtein: 1.0.12 |
@@ -10736,11 +11181,11 @@ packages: | @@ -10736,11 +11181,11 @@ packages: | ||
10736 | globby: 11.0.4 | 11181 | globby: 11.0.4 |
10737 | globjoin: 0.1.4 | 11182 | globjoin: 0.1.4 |
10738 | html-tags: 3.1.0 | 11183 | html-tags: 3.1.0 |
10739 | - ignore: 5.1.9 | 11184 | + ignore: 5.2.0 |
10740 | import-lazy: 4.0.0 | 11185 | import-lazy: 4.0.0 |
10741 | imurmurhash: 0.1.4 | 11186 | imurmurhash: 0.1.4 |
10742 | is-plain-object: 5.0.0 | 11187 | is-plain-object: 5.0.0 |
10743 | - known-css-properties: 0.23.0 | 11188 | + known-css-properties: 0.24.0 |
10744 | mathml-tag-names: 2.1.3 | 11189 | mathml-tag-names: 2.1.3 |
10745 | meow: 9.0.0 | 11190 | meow: 9.0.0 |
10746 | micromatch: 4.0.4 | 11191 | micromatch: 4.0.4 |
@@ -10751,7 +11196,7 @@ packages: | @@ -10751,7 +11196,7 @@ packages: | ||
10751 | postcss-media-query-parser: 0.2.3 | 11196 | postcss-media-query-parser: 0.2.3 |
10752 | postcss-resolve-nested-selector: 0.1.1 | 11197 | postcss-resolve-nested-selector: 0.1.1 |
10753 | postcss-safe-parser: 6.0.0_postcss@8.4.5 | 11198 | postcss-safe-parser: 6.0.0_postcss@8.4.5 |
10754 | - postcss-selector-parser: 6.0.6 | 11199 | + postcss-selector-parser: 6.0.8 |
10755 | postcss-value-parser: 4.1.0 | 11200 | postcss-value-parser: 4.1.0 |
10756 | resolve-from: 5.0.0 | 11201 | resolve-from: 5.0.0 |
10757 | specificity: 0.4.1 | 11202 | specificity: 0.4.1 |
@@ -10759,7 +11204,7 @@ packages: | @@ -10759,7 +11204,7 @@ packages: | ||
10759 | strip-ansi: 6.0.1 | 11204 | strip-ansi: 6.0.1 |
10760 | style-search: 0.1.0 | 11205 | style-search: 0.1.0 |
10761 | svg-tags: 1.0.0 | 11206 | svg-tags: 1.0.0 |
10762 | - table: 6.7.3 | 11207 | + table: 6.7.5 |
10763 | v8-compile-cache: 2.3.0 | 11208 | v8-compile-cache: 2.3.0 |
10764 | write-file-atomic: 3.0.3 | 11209 | write-file-atomic: 3.0.3 |
10765 | transitivePeerDependencies: | 11210 | transitivePeerDependencies: |
@@ -10856,8 +11301,8 @@ packages: | @@ -10856,8 +11301,8 @@ packages: | ||
10856 | resolution: {integrity: sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==} | 11301 | resolution: {integrity: sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==} |
10857 | dev: true | 11302 | dev: true |
10858 | 11303 | ||
10859 | - /table/6.7.3: | ||
10860 | - resolution: {integrity: sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==} | 11304 | + /table/6.7.5: |
11305 | + resolution: {integrity: sha512-LFNeryOqiQHqCVKzhkymKwt6ozeRhlm8IL1mE8rNUurkir4heF6PzMyRgaTa4tlyPTGGgXuvVOF/OLWiH09Lqw==} | ||
10861 | engines: {node: '>=10.0.0'} | 11306 | engines: {node: '>=10.0.0'} |
10862 | dependencies: | 11307 | dependencies: |
10863 | ajv: 8.8.2 | 11308 | ajv: 8.8.2 |
@@ -10924,16 +11369,6 @@ packages: | @@ -10924,16 +11369,6 @@ packages: | ||
10924 | supports-hyperlinks: 2.2.0 | 11369 | supports-hyperlinks: 2.2.0 |
10925 | dev: true | 11370 | dev: true |
10926 | 11371 | ||
10927 | - /terser/4.8.0: | ||
10928 | - resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} | ||
10929 | - engines: {node: '>=6.0.0'} | ||
10930 | - hasBin: true | ||
10931 | - dependencies: | ||
10932 | - commander: 2.20.3 | ||
10933 | - source-map: 0.6.1 | ||
10934 | - source-map-support: 0.5.21 | ||
10935 | - dev: true | ||
10936 | - | ||
10937 | /terser/5.10.0: | 11372 | /terser/5.10.0: |
10938 | resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} | 11373 | resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} |
10939 | engines: {node: '>=10'} | 11374 | engines: {node: '>=10'} |
@@ -11134,7 +11569,7 @@ packages: | @@ -11134,7 +11569,7 @@ packages: | ||
11134 | yargs-parser: 20.2.9 | 11569 | yargs-parser: 20.2.9 |
11135 | dev: true | 11570 | dev: true |
11136 | 11571 | ||
11137 | - /ts-node/10.4.0_cb9fa2b677905e47db2aeff929cdeb55: | 11572 | + /ts-node/10.4.0_bad060d5f9aca5284661d88d739ba15b: |
11138 | resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} | 11573 | resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} |
11139 | hasBin: true | 11574 | hasBin: true |
11140 | peerDependencies: | 11575 | peerDependencies: |
@@ -11153,7 +11588,7 @@ packages: | @@ -11153,7 +11588,7 @@ packages: | ||
11153 | '@tsconfig/node12': 1.0.9 | 11588 | '@tsconfig/node12': 1.0.9 |
11154 | '@tsconfig/node14': 1.0.1 | 11589 | '@tsconfig/node14': 1.0.1 |
11155 | '@tsconfig/node16': 1.0.2 | 11590 | '@tsconfig/node16': 1.0.2 |
11156 | - '@types/node': 17.0.0 | 11591 | + '@types/node': 17.0.5 |
11157 | acorn: 8.6.0 | 11592 | acorn: 8.6.0 |
11158 | acorn-walk: 8.2.0 | 11593 | acorn-walk: 8.2.0 |
11159 | arg: 4.1.3 | 11594 | arg: 4.1.3 |
@@ -11164,22 +11599,6 @@ packages: | @@ -11164,22 +11599,6 @@ packages: | ||
11164 | yn: 3.1.1 | 11599 | yn: 3.1.1 |
11165 | dev: true | 11600 | dev: true |
11166 | 11601 | ||
11167 | - /ts-node/9.1.1_typescript@4.5.4: | ||
11168 | - resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} | ||
11169 | - engines: {node: '>=10.0.0'} | ||
11170 | - hasBin: true | ||
11171 | - peerDependencies: | ||
11172 | - typescript: '>=2.7' | ||
11173 | - dependencies: | ||
11174 | - arg: 4.1.3 | ||
11175 | - create-require: 1.1.1 | ||
11176 | - diff: 4.0.2 | ||
11177 | - make-error: 1.3.6 | ||
11178 | - source-map-support: 0.5.21 | ||
11179 | - typescript: 4.5.4 | ||
11180 | - yn: 3.1.1 | ||
11181 | - dev: true | ||
11182 | - | ||
11183 | /tslib/1.14.1: | 11602 | /tslib/1.14.1: |
11184 | resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} | 11603 | resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} |
11185 | dev: true | 11604 | dev: true |
@@ -11462,41 +11881,43 @@ packages: | @@ -11462,41 +11881,43 @@ packages: | ||
11462 | engines: {node: '>= 0.8'} | 11881 | engines: {node: '>= 0.8'} |
11463 | dev: true | 11882 | dev: true |
11464 | 11883 | ||
11465 | - /vditor/3.8.8: | ||
11466 | - resolution: {integrity: sha512-qaZcxx7SDUkxTTnoBNVzhhLFHXPnaE+DCPUX07K7kBhvgOrJS06TkclbffL+i2U1edEkY8QBkGJU3AtNB90OzA==} | 11884 | + /vditor/3.8.10: |
11885 | + resolution: {integrity: sha512-n15aA9cgcE52EJgW357HX9oFSAAiFFwICwpjDYrZPHZhVKdrdpbG3GBBYUzyiqRvLtD3LPET1IBaHGiF+8dO6g==} | ||
11467 | dependencies: | 11886 | dependencies: |
11468 | diff-match-patch: 1.0.5 | 11887 | diff-match-patch: 1.0.5 |
11469 | dev: false | 11888 | dev: false |
11470 | 11889 | ||
11471 | - /vite-plugin-compression/0.3.6_vite@2.7.3: | ||
11472 | - resolution: {integrity: sha512-aSskQCJsP3VQ8PsnY+vO7UfD5qoFMOEuzg0PG2E9Zqyx+ARmc3wr9KCgOFraZOFW1Y4UAa5BR0SMTjoxHRMJoQ==} | 11890 | + /vite-plugin-compression/0.4.0_vite@2.7.8: |
11891 | + resolution: {integrity: sha512-CGC8DfIey0k4S4o54ylwFIzT1Mjb9s7cMmlXj6DMM1MZZIeWFjPCJc6YZWjnnS28ul3r7R1nmihvYvGg/lOYsQ==} | ||
11473 | peerDependencies: | 11892 | peerDependencies: |
11474 | vite: '>=2.0.0' | 11893 | vite: '>=2.0.0' |
11475 | dependencies: | 11894 | dependencies: |
11476 | chalk: 4.1.2 | 11895 | chalk: 4.1.2 |
11477 | - debug: 4.3.2 | 11896 | + debug: 4.3.3 |
11478 | fs-extra: 10.0.0 | 11897 | fs-extra: 10.0.0 |
11479 | - vite: 2.7.3_less@4.1.2 | 11898 | + vite: 2.7.8_less@4.1.2 |
11480 | transitivePeerDependencies: | 11899 | transitivePeerDependencies: |
11481 | - supports-color | 11900 | - supports-color |
11482 | dev: true | 11901 | dev: true |
11483 | 11902 | ||
11484 | - /vite-plugin-html/2.1.1_vite@2.7.3: | ||
11485 | - resolution: {integrity: sha512-TCLLYzibNDEMwbtRYAYYmI7CqMuU0qFFfoTVhEQ8w4P9Tjfe5Xrh/0+XXydifgd/H7xzuWkFUjSYT6Egy7Y27Q==} | 11903 | + /vite-plugin-html/2.1.2_vite@2.7.8: |
11904 | + resolution: {integrity: sha512-7HXkL6n7M2qDEaUV4Vnz8yM2glW4gV36d5HSBIM5gOoAG1PkuQb4Vv9FTPgPiQxq4sPRf/6IgABX0MeLVW+CyQ==} | ||
11486 | peerDependencies: | 11905 | peerDependencies: |
11487 | vite: '>=2.0.0' | 11906 | vite: '>=2.0.0' |
11488 | dependencies: | 11907 | dependencies: |
11489 | - '@rollup/pluginutils': 4.1.1 | 11908 | + '@rollup/pluginutils': 4.1.2 |
11490 | dotenv: 10.0.0 | 11909 | dotenv: 10.0.0 |
11491 | dotenv-expand: 5.1.0 | 11910 | dotenv-expand: 5.1.0 |
11492 | ejs: 3.1.6 | 11911 | ejs: 3.1.6 |
11493 | fs-extra: 10.0.0 | 11912 | fs-extra: 10.0.0 |
11494 | - html-minifier-terser: 5.1.1 | ||
11495 | - vite: 2.7.3_less@4.1.2 | 11913 | + html-minifier-terser: 6.1.0 |
11914 | + vite: 2.7.8_less@4.1.2 | ||
11915 | + transitivePeerDependencies: | ||
11916 | + - acorn | ||
11496 | dev: true | 11917 | dev: true |
11497 | 11918 | ||
11498 | - /vite-plugin-imagemin/0.4.6_vite@2.7.3: | ||
11499 | - resolution: {integrity: sha512-4dE7E77MM2ywFW5KOM6PTwgFZCh+OqlBufhpH07k81a4Ao2/Orvrido7JhLE3TWbWY2K1ZkiZ1E4buIPWtHQRA==} | 11919 | + /vite-plugin-imagemin/0.5.1_vite@2.7.8: |
11920 | + resolution: {integrity: sha512-V/o/JWZZEPHOJLyhyx9a9Q9svAi91KQqXC78vMrRng1ZRMMnEn85PDlb264407WVlI7hZv2fW3p08SoSfZbyTA==} | ||
11500 | peerDependencies: | 11921 | peerDependencies: |
11501 | vite: '>=2.0.0' | 11922 | vite: '>=2.0.0' |
11502 | dependencies: | 11923 | dependencies: |
@@ -11505,12 +11926,12 @@ packages: | @@ -11505,12 +11926,12 @@ packages: | ||
11505 | '@types/imagemin-jpegtran': 5.0.1 | 11926 | '@types/imagemin-jpegtran': 5.0.1 |
11506 | '@types/imagemin-mozjpeg': 8.0.1 | 11927 | '@types/imagemin-mozjpeg': 8.0.1 |
11507 | '@types/imagemin-optipng': 5.2.1 | 11928 | '@types/imagemin-optipng': 5.2.1 |
11508 | - '@types/imagemin-svgo': 9.0.1 | ||
11509 | - '@types/imagemin-webp': 5.1.2 | 11929 | + '@types/imagemin-svgo': 10.0.0 |
11930 | + '@types/imagemin-webp': 7.0.0 | ||
11510 | '@types/svgo': 2.6.0 | 11931 | '@types/svgo': 2.6.0 |
11511 | chalk: 4.1.2 | 11932 | chalk: 4.1.2 |
11512 | - debug: 4.3.2 | ||
11513 | - esbuild: 0.13.15 | 11933 | + debug: 4.3.3 |
11934 | + esbuild: 0.14.8 | ||
11514 | fs-extra: 10.0.0 | 11935 | fs-extra: 10.0.0 |
11515 | imagemin: 7.0.1 | 11936 | imagemin: 7.0.1 |
11516 | imagemin-gifsicle: 7.0.0 | 11937 | imagemin-gifsicle: 7.0.0 |
@@ -11520,12 +11941,13 @@ packages: | @@ -11520,12 +11941,13 @@ packages: | ||
11520 | imagemin-pngquant: 9.0.2 | 11941 | imagemin-pngquant: 9.0.2 |
11521 | imagemin-svgo: 9.0.0 | 11942 | imagemin-svgo: 9.0.0 |
11522 | imagemin-webp: 6.0.0 | 11943 | imagemin-webp: 6.0.0 |
11523 | - vite: 2.7.3_less@4.1.2 | 11944 | + jpegtran-bin: 6.0.1 |
11945 | + vite: 2.7.8_less@4.1.2 | ||
11524 | transitivePeerDependencies: | 11946 | transitivePeerDependencies: |
11525 | - supports-color | 11947 | - supports-color |
11526 | dev: true | 11948 | dev: true |
11527 | 11949 | ||
11528 | - /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.3: | 11950 | + /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.8: |
11529 | resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} | 11951 | resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} |
11530 | engines: {node: '>=12.0.0'} | 11952 | engines: {node: '>=12.0.0'} |
11531 | peerDependencies: | 11953 | peerDependencies: |
@@ -11542,13 +11964,13 @@ packages: | @@ -11542,13 +11964,13 @@ packages: | ||
11542 | fast-glob: 3.2.7 | 11964 | fast-glob: 3.2.7 |
11543 | mockjs: 1.1.0 | 11965 | mockjs: 1.1.0 |
11544 | path-to-regexp: 6.2.0 | 11966 | path-to-regexp: 6.2.0 |
11545 | - vite: 2.7.3_less@4.1.2 | 11967 | + vite: 2.7.8_less@4.1.2 |
11546 | transitivePeerDependencies: | 11968 | transitivePeerDependencies: |
11547 | - rollup | 11969 | - rollup |
11548 | - supports-color | 11970 | - supports-color |
11549 | dev: true | 11971 | dev: true |
11550 | 11972 | ||
11551 | - /vite-plugin-purge-icons/0.7.0_vite@2.7.3: | 11973 | + /vite-plugin-purge-icons/0.7.0_vite@2.7.8: |
11552 | resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} | 11974 | resolution: {integrity: sha512-oGZUKFAL4waIZIeiCPT5KZvGbBA500AO/03oxW+ODTKUMq+0jbh9s+T8NPzfJQFC1jtE7eUb2ium82IP/gxZjA==} |
11553 | engines: {node: '>= 12'} | 11975 | engines: {node: '>= 12'} |
11554 | peerDependencies: | 11976 | peerDependencies: |
@@ -11557,12 +11979,12 @@ packages: | @@ -11557,12 +11979,12 @@ packages: | ||
11557 | '@purge-icons/core': 0.7.0 | 11979 | '@purge-icons/core': 0.7.0 |
11558 | '@purge-icons/generated': 0.7.0 | 11980 | '@purge-icons/generated': 0.7.0 |
11559 | rollup-plugin-purge-icons: 0.7.0 | 11981 | rollup-plugin-purge-icons: 0.7.0 |
11560 | - vite: 2.7.3_less@4.1.2 | 11982 | + vite: 2.7.8_less@4.1.2 |
11561 | transitivePeerDependencies: | 11983 | transitivePeerDependencies: |
11562 | - supports-color | 11984 | - supports-color |
11563 | dev: true | 11985 | dev: true |
11564 | 11986 | ||
11565 | - /vite-plugin-pwa/0.11.12_vite@2.7.3: | 11987 | + /vite-plugin-pwa/0.11.12_vite@2.7.8: |
11566 | resolution: {integrity: sha512-XqFmA4y9C4RBb5osSsa26GVwOSwbzf2GNVcT5+06KYYdguqLpuI9FW7iV/akZqg0OUNUpH4tHfme8SnHA4PIXA==} | 11988 | resolution: {integrity: sha512-XqFmA4y9C4RBb5osSsa26GVwOSwbzf2GNVcT5+06KYYdguqLpuI9FW7iV/akZqg0OUNUpH4tHfme8SnHA4PIXA==} |
11567 | peerDependencies: | 11989 | peerDependencies: |
11568 | vite: ^2.0.0 | 11990 | vite: ^2.0.0 |
@@ -11571,7 +11993,7 @@ packages: | @@ -11571,7 +11993,7 @@ packages: | ||
11571 | fast-glob: 3.2.7 | 11993 | fast-glob: 3.2.7 |
11572 | pretty-bytes: 5.6.0 | 11994 | pretty-bytes: 5.6.0 |
11573 | rollup: 2.60.1 | 11995 | rollup: 2.60.1 |
11574 | - vite: 2.7.3_less@4.1.2 | 11996 | + vite: 2.7.8_less@4.1.2 |
11575 | workbox-build: 6.4.2 | 11997 | workbox-build: 6.4.2 |
11576 | workbox-window: 6.4.2 | 11998 | workbox-window: 6.4.2 |
11577 | transitivePeerDependencies: | 11999 | transitivePeerDependencies: |
@@ -11580,23 +12002,23 @@ packages: | @@ -11580,23 +12002,23 @@ packages: | ||
11580 | - supports-color | 12002 | - supports-color |
11581 | dev: true | 12003 | dev: true |
11582 | 12004 | ||
11583 | - /vite-plugin-style-import/1.4.0_vite@2.7.3: | ||
11584 | - resolution: {integrity: sha512-EGAx0zVGUkwAwvDaC66zxgzXyHE0CwAXp4O1xGKnpMcrDT9L1nlojiCjjLRQzL8C3zwY1jn9ilq+m0VABKiiLg==} | 12005 | + /vite-plugin-style-import/1.4.1_vite@2.7.8: |
12006 | + resolution: {integrity: sha512-lJCRvm7+So0hHdnSJiJPg9gD5mxtL6YY0jmhEph+k7ArpsyvqOh6han2kG5htbWWDZxHkUN9d1BuTFL//yCLLQ==} | ||
11585 | peerDependencies: | 12007 | peerDependencies: |
11586 | vite: '>=2.0.0' | 12008 | vite: '>=2.0.0' |
11587 | dependencies: | 12009 | dependencies: |
11588 | - '@rollup/pluginutils': 4.1.1 | 12010 | + '@rollup/pluginutils': 4.1.2 |
11589 | change-case: 4.1.2 | 12011 | change-case: 4.1.2 |
11590 | - debug: 4.3.2 | 12012 | + debug: 4.3.3 |
11591 | es-module-lexer: 0.9.3 | 12013 | es-module-lexer: 0.9.3 |
11592 | fs-extra: 10.0.0 | 12014 | fs-extra: 10.0.0 |
11593 | magic-string: 0.25.7 | 12015 | magic-string: 0.25.7 |
11594 | - vite: 2.7.3_less@4.1.2 | 12016 | + vite: 2.7.8_less@4.1.2 |
11595 | transitivePeerDependencies: | 12017 | transitivePeerDependencies: |
11596 | - supports-color | 12018 | - supports-color |
11597 | dev: true | 12019 | dev: true |
11598 | 12020 | ||
11599 | - /vite-plugin-svg-icons/1.0.5_vite@2.7.3: | 12021 | + /vite-plugin-svg-icons/1.0.5_vite@2.7.8: |
11600 | resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} | 12022 | resolution: {integrity: sha512-dzPwIwaxhVzVTQ/NlQgQ/vcZ8jtHFx8xhpVt4iXqM/2G+8HUz6lpew4V8yOprCy2OUAq7gToYhIxT042gKXLMw==} |
11601 | peerDependencies: | 12023 | peerDependencies: |
11602 | vite: '>=2.0.0' | 12024 | vite: '>=2.0.0' |
@@ -11608,12 +12030,12 @@ packages: | @@ -11608,12 +12030,12 @@ packages: | ||
11608 | fs-extra: 10.0.0 | 12030 | fs-extra: 10.0.0 |
11609 | svg-baker: 1.7.0 | 12031 | svg-baker: 1.7.0 |
11610 | svgo: 2.8.0 | 12032 | svgo: 2.8.0 |
11611 | - vite: 2.7.3_less@4.1.2 | 12033 | + vite: 2.7.8_less@4.1.2 |
11612 | transitivePeerDependencies: | 12034 | transitivePeerDependencies: |
11613 | - supports-color | 12035 | - supports-color |
11614 | dev: true | 12036 | dev: true |
11615 | 12037 | ||
11616 | - /vite-plugin-theme/0.8.1_vite@2.7.3: | 12038 | + /vite-plugin-theme/0.8.1_vite@2.7.8: |
11617 | resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} | 12039 | resolution: {integrity: sha512-kyfcMW9YOBuNWHvORWJoq2tJ53Eaq3O7rFntENHtqp6hbblqdGhGlCzxXDbepVthFCxlyIel8S6EFIsCT6CVfg==} |
11618 | peerDependencies: | 12040 | peerDependencies: |
11619 | vite: '>=2.0.0-beta.49' | 12041 | vite: '>=2.0.0-beta.49' |
@@ -11626,37 +12048,37 @@ packages: | @@ -11626,37 +12048,37 @@ packages: | ||
11626 | esbuild: 0.11.23 | 12048 | esbuild: 0.11.23 |
11627 | esbuild-plugin-alias: 0.1.2 | 12049 | esbuild-plugin-alias: 0.1.2 |
11628 | tinycolor2: 1.4.2 | 12050 | tinycolor2: 1.4.2 |
11629 | - vite: 2.7.3_less@4.1.2 | 12051 | + vite: 2.7.8_less@4.1.2 |
11630 | transitivePeerDependencies: | 12052 | transitivePeerDependencies: |
11631 | - supports-color | 12053 | - supports-color |
11632 | dev: true | 12054 | dev: true |
11633 | 12055 | ||
11634 | - /vite-plugin-vue-setup-extend/0.1.0_vite@2.7.3: | ||
11635 | - resolution: {integrity: sha512-emS0pGCeWDdzxIpHzlPMaPv4HrNJMlXSkkzOFi110MrkyNweJv4TrDpB0ZYtjd+JywqjUCA3/cl3CuJBbv6qzw==} | 12056 | + /vite-plugin-vue-setup-extend/0.3.0_vite@2.7.8: |
12057 | + resolution: {integrity: sha512-9Nd7Bj4TftB2CoOAD2ZI4cHLW5zjKMF3LNihWbrnAPx3nuGBn33tM9SVUGBVjBB6uv1mGAPavwKCTU0xAD8qhw==} | ||
11636 | peerDependencies: | 12058 | peerDependencies: |
11637 | vite: '>=2.0.0' | 12059 | vite: '>=2.0.0' |
11638 | dependencies: | 12060 | dependencies: |
11639 | '@vue/compiler-sfc': 3.2.26 | 12061 | '@vue/compiler-sfc': 3.2.26 |
11640 | magic-string: 0.25.7 | 12062 | magic-string: 0.25.7 |
11641 | - vite: 2.7.3_less@4.1.2 | 12063 | + vite: 2.7.8_less@4.1.2 |
11642 | dev: true | 12064 | dev: true |
11643 | 12065 | ||
11644 | - /vite-plugin-windicss/1.5.4_vite@2.7.3: | ||
11645 | - resolution: {integrity: sha512-bG2IERA9J50MGq1QEbGC/PjrkVIaq2b3LilCeidyIpmFV/4aR14/wGDe83SobF+8coIeJ+23S0uDK/fXX5X0pQ==} | 12066 | + /vite-plugin-windicss/1.6.1_vite@2.7.8: |
12067 | + resolution: {integrity: sha512-63uv4HqBxtSZB0WOtrZS8yhyfQPgGQwYgcBald+/BpLSlYJREcDKgX9Xd/qDgTAjpDRozxKQj/JWreIlyIahGg==} | ||
11646 | peerDependencies: | 12068 | peerDependencies: |
11647 | vite: ^2.0.1 | 12069 | vite: ^2.0.1 |
11648 | dependencies: | 12070 | dependencies: |
11649 | - '@windicss/plugin-utils': 1.5.4 | 12071 | + '@windicss/plugin-utils': 1.6.1 |
11650 | debug: 4.3.3 | 12072 | debug: 4.3.3 |
11651 | - kolorist: 1.5.0 | ||
11652 | - vite: 2.7.3_less@4.1.2 | ||
11653 | - windicss: 3.2.1 | 12073 | + kolorist: 1.5.1 |
12074 | + vite: 2.7.8_less@4.1.2 | ||
12075 | + windicss: 3.4.1 | ||
11654 | transitivePeerDependencies: | 12076 | transitivePeerDependencies: |
11655 | - supports-color | 12077 | - supports-color |
11656 | dev: true | 12078 | dev: true |
11657 | 12079 | ||
11658 | - /vite/2.7.3_less@4.1.2: | ||
11659 | - resolution: {integrity: sha512-GAY1P+9fLJOju1SRm8+hykVnEXog+E+KXuqqyMBQDriKCUIKzWnPn142yNNhSdf/ixYGYdUa5ce3A8WaEajzGw==} | 12080 | + /vite/2.7.8_less@4.1.2: |
12081 | + resolution: {integrity: sha512-NOgvRtXUq4/7srE2cTQ2IU1oERdGq2njVOlZtgRrjMO+PPJpncd61/AUzxzZklQ1zBkiWXEVrw3Csq0Sbgr0rQ==} | ||
11660 | engines: {node: '>=12.2.0'} | 12082 | engines: {node: '>=12.2.0'} |
11661 | hasBin: true | 12083 | hasBin: true |
11662 | peerDependencies: | 12084 | peerDependencies: |
@@ -11748,22 +12170,22 @@ packages: | @@ -11748,22 +12170,22 @@ packages: | ||
11748 | resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} | 12170 | resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} |
11749 | dev: true | 12171 | dev: true |
11750 | 12172 | ||
11751 | - /vscode-pug-languageservice/0.29.8: | ||
11752 | - resolution: {integrity: sha512-QHYAzDSJLg7GOLxCZ12qsM0dAM0dPeMSS1t4kKfzLsfpErmZpFzkAIXbidVrNMdMffGZMtTuIlcpEyWHbx96Iw==} | 12173 | + /vscode-pug-languageservice/0.30.1: |
12174 | + resolution: {integrity: sha512-ytco+lziRQNrpHpI8X+/rhYaX4KUWAnYZHd1f1epu2m+9WoIf9swbk8/slIOeyec1DPg4Y7AS8hTLcEfOfY71g==} | ||
11753 | dependencies: | 12175 | dependencies: |
11754 | - '@volar/code-gen': 0.29.8 | ||
11755 | - '@volar/shared': 0.29.8 | ||
11756 | - '@volar/source-map': 0.29.8 | ||
11757 | - '@volar/transforms': 0.29.8 | 12176 | + '@volar/code-gen': 0.30.1 |
12177 | + '@volar/shared': 0.30.1 | ||
12178 | + '@volar/source-map': 0.30.1 | ||
12179 | + '@volar/transforms': 0.30.1 | ||
11758 | pug-lexer: 5.0.1 | 12180 | pug-lexer: 5.0.1 |
11759 | pug-parser: 6.0.0 | 12181 | pug-parser: 6.0.0 |
11760 | vscode-languageserver: 8.0.0-next.5 | 12182 | vscode-languageserver: 8.0.0-next.5 |
11761 | dev: true | 12183 | dev: true |
11762 | 12184 | ||
11763 | - /vscode-typescript-languageservice/0.29.8: | ||
11764 | - resolution: {integrity: sha512-eecDqHk4WjEvy6VHQ6teHczppQ9yJO2wExCy7yu7WiFj35qbw0h4G6Erv46MvP3ClL8FggFzD7s1qM6vdqJUfw==} | 12185 | + /vscode-typescript-languageservice/0.30.1: |
12186 | + resolution: {integrity: sha512-7EBJiaLXThlrbm2K5VU+qWPR3z+RtmCFLWiZaNdJYO/E5UFBQiPmO8qXlxcB2x1N7zId2GZoogAbT15oexY2eQ==} | ||
11765 | dependencies: | 12187 | dependencies: |
11766 | - '@volar/shared': 0.29.8 | 12188 | + '@volar/shared': 0.30.1 |
11767 | semver: 7.3.5 | 12189 | semver: 7.3.5 |
11768 | upath: 2.0.1 | 12190 | upath: 2.0.1 |
11769 | vscode-languageserver: 8.0.0-next.5 | 12191 | vscode-languageserver: 8.0.0-next.5 |
@@ -11778,17 +12200,17 @@ packages: | @@ -11778,17 +12200,17 @@ packages: | ||
11778 | resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} | 12200 | resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} |
11779 | dev: true | 12201 | dev: true |
11780 | 12202 | ||
11781 | - /vscode-vue-languageservice/0.29.8: | ||
11782 | - resolution: {integrity: sha512-qSJdvW5ttyGUB/8uWDKgo8vnIoFnXYlBP4Z/cn54btsRn6ZMw7IJGJU1381e7p/yGvMTLeGbugD53SghbnSa6g==} | 12203 | + /vscode-vue-languageservice/0.30.1: |
12204 | + resolution: {integrity: sha512-l9R5vXkrGY0N4hA2o9ZFBIKL44z7UbHc45YjOmnslGwYL15YXfb7T4quW8VYSWJNRbiFBTNnNLWORIDEcWazBA==} | ||
11783 | dependencies: | 12205 | dependencies: |
11784 | - '@volar/code-gen': 0.29.8 | ||
11785 | - '@volar/html2pug': 0.29.8 | ||
11786 | - '@volar/shared': 0.29.8 | ||
11787 | - '@volar/source-map': 0.29.8 | ||
11788 | - '@volar/transforms': 0.29.8 | ||
11789 | - '@volar/vue-code-gen': 0.29.8 | 12206 | + '@volar/code-gen': 0.30.1 |
12207 | + '@volar/html2pug': 0.30.1 | ||
12208 | + '@volar/shared': 0.30.1 | ||
12209 | + '@volar/source-map': 0.30.1 | ||
12210 | + '@volar/transforms': 0.30.1 | ||
12211 | + '@volar/vue-code-gen': 0.30.1 | ||
11790 | '@vscode/emmet-helper': 2.8.2 | 12212 | '@vscode/emmet-helper': 2.8.2 |
11791 | - '@vue/reactivity': 3.2.23 | 12213 | + '@vue/reactivity': 3.2.26 |
11792 | '@vue/shared': 3.2.26 | 12214 | '@vue/shared': 3.2.26 |
11793 | request-light: 0.5.5 | 12215 | request-light: 0.5.5 |
11794 | upath: 2.0.1 | 12216 | upath: 2.0.1 |
@@ -11797,8 +12219,8 @@ packages: | @@ -11797,8 +12219,8 @@ packages: | ||
11797 | vscode-json-languageservice: 4.1.10 | 12219 | vscode-json-languageservice: 4.1.10 |
11798 | vscode-languageserver: 8.0.0-next.5 | 12220 | vscode-languageserver: 8.0.0-next.5 |
11799 | vscode-languageserver-textdocument: 1.0.3 | 12221 | vscode-languageserver-textdocument: 1.0.3 |
11800 | - vscode-pug-languageservice: 0.29.8 | ||
11801 | - vscode-typescript-languageservice: 0.29.8 | 12222 | + vscode-pug-languageservice: 0.30.1 |
12223 | + vscode-typescript-languageservice: 0.30.1 | ||
11802 | dev: true | 12224 | dev: true |
11803 | 12225 | ||
11804 | /vue-demi/0.12.1_vue@3.2.26: | 12226 | /vue-demi/0.12.1_vue@3.2.26: |
@@ -11847,13 +12269,9 @@ packages: | @@ -11847,13 +12269,9 @@ packages: | ||
11847 | vue: 3.2.26 | 12269 | vue: 3.2.26 |
11848 | dev: false | 12270 | dev: false |
11849 | 12271 | ||
11850 | - /vue-json-pretty/2.0.6_vue@3.2.26: | ||
11851 | - resolution: {integrity: sha512-aVdxw8ZRGR/Uj8GEaJ1/W2Ks/MdCfv5t2HRbbd+ICp3nL7msKRLN+1qOkSzaMvDygbDPxGhwUHBxZz8nxP+r3A==} | 12272 | + /vue-json-pretty/1.8.2: |
12273 | + resolution: {integrity: sha512-8DbgvyXpBrhDdBzz8RTe+POZ+HI6nSa33DqsPMWhMkv0u0ATklgxErUM3XRRvTzOQ/02Sh1LNWJ/rkqTow2rbA==} | ||
11852 | engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} | 12274 | engines: {node: '>= 10.0.0', npm: '>= 5.0.0'} |
11853 | - peerDependencies: | ||
11854 | - vue: '>=3.0.0' | ||
11855 | - dependencies: | ||
11856 | - vue: 3.2.26 | ||
11857 | dev: false | 12275 | dev: false |
11858 | 12276 | ||
11859 | /vue-router/4.0.12_vue@3.2.26: | 12277 | /vue-router/4.0.12_vue@3.2.26: |
@@ -11865,15 +12283,15 @@ packages: | @@ -11865,15 +12283,15 @@ packages: | ||
11865 | vue: 3.2.26 | 12283 | vue: 3.2.26 |
11866 | dev: false | 12284 | dev: false |
11867 | 12285 | ||
11868 | - /vue-tsc/0.29.8_typescript@4.5.4: | ||
11869 | - resolution: {integrity: sha512-pT0wLRjvRuSmB+J4WJT6uuV9mO0KtSSXEAtaVXZQzyk5+DJdbLIQTbRce/TXSkfqt1l1WogO78RjtOJFiMCgfQ==} | 12286 | + /vue-tsc/0.30.1_typescript@4.5.4: |
12287 | + resolution: {integrity: sha512-AVBPWF70LvuzAt6phaF3U8pg1WmjmZQBfZvkX4Ve9EHTPh4R2JiJnSjf3MQgnx03qF5w0PGkBJ90l12aaLZeKQ==} | ||
11870 | hasBin: true | 12288 | hasBin: true |
11871 | peerDependencies: | 12289 | peerDependencies: |
11872 | typescript: '*' | 12290 | typescript: '*' |
11873 | dependencies: | 12291 | dependencies: |
11874 | - '@volar/shared': 0.29.8 | 12292 | + '@volar/shared': 0.30.1 |
11875 | typescript: 4.5.4 | 12293 | typescript: 4.5.4 |
11876 | - vscode-vue-languageservice: 0.29.8 | 12294 | + vscode-vue-languageservice: 0.30.1 |
11877 | dev: true | 12295 | dev: true |
11878 | 12296 | ||
11879 | /vue-types/3.0.2_vue@3.2.26: | 12297 | /vue-types/3.0.2_vue@3.2.26: |
@@ -12007,8 +12425,8 @@ packages: | @@ -12007,8 +12425,8 @@ packages: | ||
12007 | isexe: 2.0.0 | 12425 | isexe: 2.0.0 |
12008 | dev: true | 12426 | dev: true |
12009 | 12427 | ||
12010 | - /windicss/3.2.1: | ||
12011 | - resolution: {integrity: sha512-LusrIrryBFHAPQ/OOTbS4EWWuzI6eGeJglI9nQ3kDBr1cqH69NWt8Z8q59f9kTkgptXroejmWfksWwqgHs8EVw==} | 12428 | + /windicss/3.4.1: |
12429 | + resolution: {integrity: sha512-g6mX0q8divtPT+TSWqvI35lc77pOhGwMrwCdcX48dFA16wUlSDn1kOv5z1msZy3SlWLx3Bjbe7FA6uNTvdVH8A==} | ||
12012 | engines: {node: '>= 12'} | 12430 | engines: {node: '>= 12'} |
12013 | hasBin: true | 12431 | hasBin: true |
12014 | dev: true | 12432 | dev: true |
@@ -12017,7 +12435,7 @@ packages: | @@ -12017,7 +12435,7 @@ packages: | ||
12017 | resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} | 12435 | resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} |
12018 | engines: {node: '>= 10.0.0'} | 12436 | engines: {node: '>= 10.0.0'} |
12019 | dependencies: | 12437 | dependencies: |
12020 | - '@babel/parser': 7.16.4 | 12438 | + '@babel/parser': 7.16.6 |
12021 | '@babel/types': 7.16.0 | 12439 | '@babel/types': 7.16.0 |
12022 | assert-never: 1.2.1 | 12440 | assert-never: 1.2.1 |
12023 | babel-walk: 3.0.0-canary-5 | 12441 | babel-walk: 3.0.0-canary-5 |
src/components/Table/src/BasicTable.vue
@@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
53 | import { useLoading } from './hooks/useLoading'; | 53 | import { useLoading } from './hooks/useLoading'; |
54 | import { useRowSelection } from './hooks/useRowSelection'; | 54 | import { useRowSelection } from './hooks/useRowSelection'; |
55 | import { useTableScroll } from './hooks/useTableScroll'; | 55 | import { useTableScroll } from './hooks/useTableScroll'; |
56 | - import { useTableScrollTo } from './hooks/useTableScrollTo'; | 56 | + import { useTableScrollTo } from './hooks/useScrollTo'; |
57 | import { useCustomRow } from './hooks/useCustomRow'; | 57 | import { useCustomRow } from './hooks/useCustomRow'; |
58 | import { useTableStyle } from './hooks/useTableStyle'; | 58 | import { useTableStyle } from './hooks/useTableStyle'; |
59 | import { useTableHeader } from './hooks/useTableHeader'; | 59 | import { useTableHeader } from './hooks/useTableHeader'; |
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": "^17.0.0", | 27 | + "@types/node": "^17.0.5", |
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.11.6", | 33 | + "tsup": "^5.11.9", |
34 | "typescript": "^4.5.4" | 34 | "typescript": "^4.5.4" |
35 | } | 35 | } |
36 | } | 36 | } |
vite.config.ts
@@ -60,8 +60,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { | @@ -60,8 +60,9 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { | ||
60 | proxy: createProxy(VITE_PROXY), | 60 | proxy: createProxy(VITE_PROXY), |
61 | }, | 61 | }, |
62 | build: { | 62 | build: { |
63 | - target: 'es2015', | ||
64 | - cssTarget: 'chrome86', | 63 | + minify: false, |
64 | + // target: 'es2015', | ||
65 | + // cssTarget: 'chrome86', | ||
65 | outDir: OUTPUT_DIR, | 66 | outDir: OUTPUT_DIR, |
66 | terserOptions: { | 67 | terserOptions: { |
67 | compress: { | 68 | compress: { |