Commit 0831d929ba90c0f2c765525c71221c6d3916ad2b
1 parent
d7244432
pinia优化
Showing
27 changed files
with
1919 additions
and
2082 deletions
package-lock.json
| 1 | { | 1 | { |
| 2 | "name": "cnlive-community-web-vue", | 2 | "name": "cnlive-community-web-vue", |
| 3 | "version": "0.0.0", | 3 | "version": "0.0.0", |
| 4 | - "lockfileVersion": 1, | 4 | + "lockfileVersion": 2, |
| 5 | "requires": true, | 5 | "requires": true, |
| 6 | "packages": { | 6 | "packages": { |
| 7 | "": { | 7 | "": { |
| 8 | "name": "cnlive-community-web-vue", | 8 | "name": "cnlive-community-web-vue", |
| 9 | "version": "0.0.0", | 9 | "version": "0.0.0", |
| 10 | "dependencies": { | 10 | "dependencies": { |
| 11 | + "@element-plus/icons-vue": "^0.2.6", | ||
| 11 | "@vitejs/plugin-legacy": "^1.6.4", | 12 | "@vitejs/plugin-legacy": "^1.6.4", |
| 12 | "axios": "^0.14.0", | 13 | "axios": "^0.14.0", |
| 13 | "element-plus": "^1.2.0-beta.6", | 14 | "element-plus": "^1.2.0-beta.6", |
| @@ -34,38 +35,38 @@ | @@ -34,38 +35,38 @@ | ||
| 34 | } | 35 | } |
| 35 | }, | 36 | }, |
| 36 | "node_modules/@babel/code-frame": { | 37 | "node_modules/@babel/code-frame": { |
| 37 | - "version": "7.16.0", | ||
| 38 | - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", | ||
| 39 | - "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==", | 38 | + "version": "7.16.7", |
| 39 | + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", | ||
| 40 | + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", | ||
| 40 | "dependencies": { | 41 | "dependencies": { |
| 41 | - "@babel/highlight": "^7.16.0" | 42 | + "@babel/highlight": "^7.16.7" |
| 42 | }, | 43 | }, |
| 43 | "engines": { | 44 | "engines": { |
| 44 | "node": ">=6.9.0" | 45 | "node": ">=6.9.0" |
| 45 | } | 46 | } |
| 46 | }, | 47 | }, |
| 47 | "node_modules/@babel/compat-data": { | 48 | "node_modules/@babel/compat-data": { |
| 48 | - "version": "7.16.4", | ||
| 49 | - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz", | ||
| 50 | - "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==", | 49 | + "version": "7.16.8", |
| 50 | + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.8.tgz", | ||
| 51 | + "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==", | ||
| 51 | "engines": { | 52 | "engines": { |
| 52 | "node": ">=6.9.0" | 53 | "node": ">=6.9.0" |
| 53 | } | 54 | } |
| 54 | }, | 55 | }, |
| 55 | "node_modules/@babel/core": { | 56 | "node_modules/@babel/core": { |
| 56 | - "version": "7.16.5", | ||
| 57 | - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.5.tgz", | ||
| 58 | - "integrity": "sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==", | ||
| 59 | - "dependencies": { | ||
| 60 | - "@babel/code-frame": "^7.16.0", | ||
| 61 | - "@babel/generator": "^7.16.5", | ||
| 62 | - "@babel/helper-compilation-targets": "^7.16.3", | ||
| 63 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 64 | - "@babel/helpers": "^7.16.5", | ||
| 65 | - "@babel/parser": "^7.16.5", | ||
| 66 | - "@babel/template": "^7.16.0", | ||
| 67 | - "@babel/traverse": "^7.16.5", | ||
| 68 | - "@babel/types": "^7.16.0", | 57 | + "version": "7.16.12", |
| 58 | + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.12.tgz", | ||
| 59 | + "integrity": "sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==", | ||
| 60 | + "dependencies": { | ||
| 61 | + "@babel/code-frame": "^7.16.7", | ||
| 62 | + "@babel/generator": "^7.16.8", | ||
| 63 | + "@babel/helper-compilation-targets": "^7.16.7", | ||
| 64 | + "@babel/helper-module-transforms": "^7.16.7", | ||
| 65 | + "@babel/helpers": "^7.16.7", | ||
| 66 | + "@babel/parser": "^7.16.12", | ||
| 67 | + "@babel/template": "^7.16.7", | ||
| 68 | + "@babel/traverse": "^7.16.10", | ||
| 69 | + "@babel/types": "^7.16.8", | ||
| 69 | "convert-source-map": "^1.7.0", | 70 | "convert-source-map": "^1.7.0", |
| 70 | "debug": "^4.1.0", | 71 | "debug": "^4.1.0", |
| 71 | "gensync": "^1.0.0-beta.2", | 72 | "gensync": "^1.0.0-beta.2", |
| @@ -103,11 +104,11 @@ | @@ -103,11 +104,11 @@ | ||
| 103 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" | 104 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" |
| 104 | }, | 105 | }, |
| 105 | "node_modules/@babel/generator": { | 106 | "node_modules/@babel/generator": { |
| 106 | - "version": "7.16.5", | ||
| 107 | - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz", | ||
| 108 | - "integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==", | 107 | + "version": "7.16.8", |
| 108 | + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz", | ||
| 109 | + "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==", | ||
| 109 | "dependencies": { | 110 | "dependencies": { |
| 110 | - "@babel/types": "^7.16.0", | 111 | + "@babel/types": "^7.16.8", |
| 111 | "jsesc": "^2.5.1", | 112 | "jsesc": "^2.5.1", |
| 112 | "source-map": "^0.5.0" | 113 | "source-map": "^0.5.0" |
| 113 | }, | 114 | }, |
| @@ -116,35 +117,35 @@ | @@ -116,35 +117,35 @@ | ||
| 116 | } | 117 | } |
| 117 | }, | 118 | }, |
| 118 | "node_modules/@babel/helper-annotate-as-pure": { | 119 | "node_modules/@babel/helper-annotate-as-pure": { |
| 119 | - "version": "7.16.0", | ||
| 120 | - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz", | ||
| 121 | - "integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==", | 120 | + "version": "7.16.7", |
| 121 | + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", | ||
| 122 | + "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", | ||
| 122 | "dependencies": { | 123 | "dependencies": { |
| 123 | - "@babel/types": "^7.16.0" | 124 | + "@babel/types": "^7.16.7" |
| 124 | }, | 125 | }, |
| 125 | "engines": { | 126 | "engines": { |
| 126 | "node": ">=6.9.0" | 127 | "node": ">=6.9.0" |
| 127 | } | 128 | } |
| 128 | }, | 129 | }, |
| 129 | "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { | 130 | "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { |
| 130 | - "version": "7.16.5", | ||
| 131 | - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.5.tgz", | ||
| 132 | - "integrity": "sha512-3JEA9G5dmmnIWdzaT9d0NmFRgYnWUThLsDaL7982H0XqqWr56lRrsmwheXFMjR+TMl7QMBb6mzy9kvgr1lRLUA==", | 131 | + "version": "7.16.7", |
| 132 | + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz", | ||
| 133 | + "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==", | ||
| 133 | "dependencies": { | 134 | "dependencies": { |
| 134 | - "@babel/helper-explode-assignable-expression": "^7.16.0", | ||
| 135 | - "@babel/types": "^7.16.0" | 135 | + "@babel/helper-explode-assignable-expression": "^7.16.7", |
| 136 | + "@babel/types": "^7.16.7" | ||
| 136 | }, | 137 | }, |
| 137 | "engines": { | 138 | "engines": { |
| 138 | "node": ">=6.9.0" | 139 | "node": ">=6.9.0" |
| 139 | } | 140 | } |
| 140 | }, | 141 | }, |
| 141 | "node_modules/@babel/helper-compilation-targets": { | 142 | "node_modules/@babel/helper-compilation-targets": { |
| 142 | - "version": "7.16.3", | ||
| 143 | - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz", | ||
| 144 | - "integrity": "sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==", | 143 | + "version": "7.16.7", |
| 144 | + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", | ||
| 145 | + "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", | ||
| 145 | "dependencies": { | 146 | "dependencies": { |
| 146 | - "@babel/compat-data": "^7.16.0", | ||
| 147 | - "@babel/helper-validator-option": "^7.14.5", | 147 | + "@babel/compat-data": "^7.16.4", |
| 148 | + "@babel/helper-validator-option": "^7.16.7", | ||
| 148 | "browserslist": "^4.17.5", | 149 | "browserslist": "^4.17.5", |
| 149 | "semver": "^6.3.0" | 150 | "semver": "^6.3.0" |
| 150 | }, | 151 | }, |
| @@ -156,17 +157,17 @@ | @@ -156,17 +157,17 @@ | ||
| 156 | } | 157 | } |
| 157 | }, | 158 | }, |
| 158 | "node_modules/@babel/helper-create-class-features-plugin": { | 159 | "node_modules/@babel/helper-create-class-features-plugin": { |
| 159 | - "version": "7.16.5", | ||
| 160 | - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz", | ||
| 161 | - "integrity": "sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==", | 160 | + "version": "7.16.10", |
| 161 | + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz", | ||
| 162 | + "integrity": "sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==", | ||
| 162 | "dependencies": { | 163 | "dependencies": { |
| 163 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 164 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 165 | - "@babel/helper-function-name": "^7.16.0", | ||
| 166 | - "@babel/helper-member-expression-to-functions": "^7.16.5", | ||
| 167 | - "@babel/helper-optimise-call-expression": "^7.16.0", | ||
| 168 | - "@babel/helper-replace-supers": "^7.16.5", | ||
| 169 | - "@babel/helper-split-export-declaration": "^7.16.0" | 164 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 165 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 166 | + "@babel/helper-function-name": "^7.16.7", | ||
| 167 | + "@babel/helper-member-expression-to-functions": "^7.16.7", | ||
| 168 | + "@babel/helper-optimise-call-expression": "^7.16.7", | ||
| 169 | + "@babel/helper-replace-supers": "^7.16.7", | ||
| 170 | + "@babel/helper-split-export-declaration": "^7.16.7" | ||
| 170 | }, | 171 | }, |
| 171 | "engines": { | 172 | "engines": { |
| 172 | "node": ">=6.9.0" | 173 | "node": ">=6.9.0" |
| @@ -176,11 +177,11 @@ | @@ -176,11 +177,11 @@ | ||
| 176 | } | 177 | } |
| 177 | }, | 178 | }, |
| 178 | "node_modules/@babel/helper-create-regexp-features-plugin": { | 179 | "node_modules/@babel/helper-create-regexp-features-plugin": { |
| 179 | - "version": "7.16.0", | ||
| 180 | - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz", | ||
| 181 | - "integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==", | 180 | + "version": "7.16.7", |
| 181 | + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz", | ||
| 182 | + "integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==", | ||
| 182 | "dependencies": { | 183 | "dependencies": { |
| 183 | - "@babel/helper-annotate-as-pure": "^7.16.0", | 184 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 184 | "regexpu-core": "^4.7.1" | 185 | "regexpu-core": "^4.7.1" |
| 185 | }, | 186 | }, |
| 186 | "engines": { | 187 | "engines": { |
| @@ -191,9 +192,9 @@ | @@ -191,9 +192,9 @@ | ||
| 191 | } | 192 | } |
| 192 | }, | 193 | }, |
| 193 | "node_modules/@babel/helper-define-polyfill-provider": { | 194 | "node_modules/@babel/helper-define-polyfill-provider": { |
| 194 | - "version": "0.3.0", | ||
| 195 | - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz", | ||
| 196 | - "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==", | 195 | + "version": "0.3.1", |
| 196 | + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", | ||
| 197 | + "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", | ||
| 197 | "dependencies": { | 198 | "dependencies": { |
| 198 | "@babel/helper-compilation-targets": "^7.13.0", | 199 | "@babel/helper-compilation-targets": "^7.13.0", |
| 199 | "@babel/helper-module-imports": "^7.12.13", | 200 | "@babel/helper-module-imports": "^7.12.13", |
| @@ -230,155 +231,155 @@ | @@ -230,155 +231,155 @@ | ||
| 230 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" | 231 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" |
| 231 | }, | 232 | }, |
| 232 | "node_modules/@babel/helper-environment-visitor": { | 233 | "node_modules/@babel/helper-environment-visitor": { |
| 233 | - "version": "7.16.5", | ||
| 234 | - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz", | ||
| 235 | - "integrity": "sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==", | 234 | + "version": "7.16.7", |
| 235 | + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", | ||
| 236 | + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", | ||
| 236 | "dependencies": { | 237 | "dependencies": { |
| 237 | - "@babel/types": "^7.16.0" | 238 | + "@babel/types": "^7.16.7" |
| 238 | }, | 239 | }, |
| 239 | "engines": { | 240 | "engines": { |
| 240 | "node": ">=6.9.0" | 241 | "node": ">=6.9.0" |
| 241 | } | 242 | } |
| 242 | }, | 243 | }, |
| 243 | "node_modules/@babel/helper-explode-assignable-expression": { | 244 | "node_modules/@babel/helper-explode-assignable-expression": { |
| 244 | - "version": "7.16.0", | ||
| 245 | - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz", | ||
| 246 | - "integrity": "sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==", | 245 | + "version": "7.16.7", |
| 246 | + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz", | ||
| 247 | + "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==", | ||
| 247 | "dependencies": { | 248 | "dependencies": { |
| 248 | - "@babel/types": "^7.16.0" | 249 | + "@babel/types": "^7.16.7" |
| 249 | }, | 250 | }, |
| 250 | "engines": { | 251 | "engines": { |
| 251 | "node": ">=6.9.0" | 252 | "node": ">=6.9.0" |
| 252 | } | 253 | } |
| 253 | }, | 254 | }, |
| 254 | "node_modules/@babel/helper-function-name": { | 255 | "node_modules/@babel/helper-function-name": { |
| 255 | - "version": "7.16.0", | ||
| 256 | - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz", | ||
| 257 | - "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==", | 256 | + "version": "7.16.7", |
| 257 | + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", | ||
| 258 | + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", | ||
| 258 | "dependencies": { | 259 | "dependencies": { |
| 259 | - "@babel/helper-get-function-arity": "^7.16.0", | ||
| 260 | - "@babel/template": "^7.16.0", | ||
| 261 | - "@babel/types": "^7.16.0" | 260 | + "@babel/helper-get-function-arity": "^7.16.7", |
| 261 | + "@babel/template": "^7.16.7", | ||
| 262 | + "@babel/types": "^7.16.7" | ||
| 262 | }, | 263 | }, |
| 263 | "engines": { | 264 | "engines": { |
| 264 | "node": ">=6.9.0" | 265 | "node": ">=6.9.0" |
| 265 | } | 266 | } |
| 266 | }, | 267 | }, |
| 267 | "node_modules/@babel/helper-get-function-arity": { | 268 | "node_modules/@babel/helper-get-function-arity": { |
| 268 | - "version": "7.16.0", | ||
| 269 | - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz", | ||
| 270 | - "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==", | 269 | + "version": "7.16.7", |
| 270 | + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", | ||
| 271 | + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", | ||
| 271 | "dependencies": { | 272 | "dependencies": { |
| 272 | - "@babel/types": "^7.16.0" | 273 | + "@babel/types": "^7.16.7" |
| 273 | }, | 274 | }, |
| 274 | "engines": { | 275 | "engines": { |
| 275 | "node": ">=6.9.0" | 276 | "node": ">=6.9.0" |
| 276 | } | 277 | } |
| 277 | }, | 278 | }, |
| 278 | "node_modules/@babel/helper-hoist-variables": { | 279 | "node_modules/@babel/helper-hoist-variables": { |
| 279 | - "version": "7.16.0", | ||
| 280 | - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz", | ||
| 281 | - "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==", | 280 | + "version": "7.16.7", |
| 281 | + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", | ||
| 282 | + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", | ||
| 282 | "dependencies": { | 283 | "dependencies": { |
| 283 | - "@babel/types": "^7.16.0" | 284 | + "@babel/types": "^7.16.7" |
| 284 | }, | 285 | }, |
| 285 | "engines": { | 286 | "engines": { |
| 286 | "node": ">=6.9.0" | 287 | "node": ">=6.9.0" |
| 287 | } | 288 | } |
| 288 | }, | 289 | }, |
| 289 | "node_modules/@babel/helper-member-expression-to-functions": { | 290 | "node_modules/@babel/helper-member-expression-to-functions": { |
| 290 | - "version": "7.16.5", | ||
| 291 | - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.5.tgz", | ||
| 292 | - "integrity": "sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==", | 291 | + "version": "7.16.7", |
| 292 | + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz", | ||
| 293 | + "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==", | ||
| 293 | "dependencies": { | 294 | "dependencies": { |
| 294 | - "@babel/types": "^7.16.0" | 295 | + "@babel/types": "^7.16.7" |
| 295 | }, | 296 | }, |
| 296 | "engines": { | 297 | "engines": { |
| 297 | "node": ">=6.9.0" | 298 | "node": ">=6.9.0" |
| 298 | } | 299 | } |
| 299 | }, | 300 | }, |
| 300 | "node_modules/@babel/helper-module-imports": { | 301 | "node_modules/@babel/helper-module-imports": { |
| 301 | - "version": "7.16.0", | ||
| 302 | - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz", | ||
| 303 | - "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==", | 302 | + "version": "7.16.7", |
| 303 | + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", | ||
| 304 | + "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", | ||
| 304 | "dependencies": { | 305 | "dependencies": { |
| 305 | - "@babel/types": "^7.16.0" | 306 | + "@babel/types": "^7.16.7" |
| 306 | }, | 307 | }, |
| 307 | "engines": { | 308 | "engines": { |
| 308 | "node": ">=6.9.0" | 309 | "node": ">=6.9.0" |
| 309 | } | 310 | } |
| 310 | }, | 311 | }, |
| 311 | "node_modules/@babel/helper-module-transforms": { | 312 | "node_modules/@babel/helper-module-transforms": { |
| 312 | - "version": "7.16.5", | ||
| 313 | - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz", | ||
| 314 | - "integrity": "sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==", | ||
| 315 | - "dependencies": { | ||
| 316 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 317 | - "@babel/helper-module-imports": "^7.16.0", | ||
| 318 | - "@babel/helper-simple-access": "^7.16.0", | ||
| 319 | - "@babel/helper-split-export-declaration": "^7.16.0", | ||
| 320 | - "@babel/helper-validator-identifier": "^7.15.7", | ||
| 321 | - "@babel/template": "^7.16.0", | ||
| 322 | - "@babel/traverse": "^7.16.5", | ||
| 323 | - "@babel/types": "^7.16.0" | 313 | + "version": "7.16.7", |
| 314 | + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", | ||
| 315 | + "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", | ||
| 316 | + "dependencies": { | ||
| 317 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 318 | + "@babel/helper-module-imports": "^7.16.7", | ||
| 319 | + "@babel/helper-simple-access": "^7.16.7", | ||
| 320 | + "@babel/helper-split-export-declaration": "^7.16.7", | ||
| 321 | + "@babel/helper-validator-identifier": "^7.16.7", | ||
| 322 | + "@babel/template": "^7.16.7", | ||
| 323 | + "@babel/traverse": "^7.16.7", | ||
| 324 | + "@babel/types": "^7.16.7" | ||
| 324 | }, | 325 | }, |
| 325 | "engines": { | 326 | "engines": { |
| 326 | "node": ">=6.9.0" | 327 | "node": ">=6.9.0" |
| 327 | } | 328 | } |
| 328 | }, | 329 | }, |
| 329 | "node_modules/@babel/helper-optimise-call-expression": { | 330 | "node_modules/@babel/helper-optimise-call-expression": { |
| 330 | - "version": "7.16.0", | ||
| 331 | - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz", | ||
| 332 | - "integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==", | 331 | + "version": "7.16.7", |
| 332 | + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", | ||
| 333 | + "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", | ||
| 333 | "dependencies": { | 334 | "dependencies": { |
| 334 | - "@babel/types": "^7.16.0" | 335 | + "@babel/types": "^7.16.7" |
| 335 | }, | 336 | }, |
| 336 | "engines": { | 337 | "engines": { |
| 337 | "node": ">=6.9.0" | 338 | "node": ">=6.9.0" |
| 338 | } | 339 | } |
| 339 | }, | 340 | }, |
| 340 | "node_modules/@babel/helper-plugin-utils": { | 341 | "node_modules/@babel/helper-plugin-utils": { |
| 341 | - "version": "7.16.5", | ||
| 342 | - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz", | ||
| 343 | - "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==", | 342 | + "version": "7.16.7", |
| 343 | + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", | ||
| 344 | + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", | ||
| 344 | "engines": { | 345 | "engines": { |
| 345 | "node": ">=6.9.0" | 346 | "node": ">=6.9.0" |
| 346 | } | 347 | } |
| 347 | }, | 348 | }, |
| 348 | "node_modules/@babel/helper-remap-async-to-generator": { | 349 | "node_modules/@babel/helper-remap-async-to-generator": { |
| 349 | - "version": "7.16.5", | ||
| 350 | - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz", | ||
| 351 | - "integrity": "sha512-X+aAJldyxrOmN9v3FKp+Hu1NO69VWgYgDGq6YDykwRPzxs5f2N+X988CBXS7EQahDU+Vpet5QYMqLk+nsp+Qxw==", | 350 | + "version": "7.16.8", |
| 351 | + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz", | ||
| 352 | + "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==", | ||
| 352 | "dependencies": { | 353 | "dependencies": { |
| 353 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 354 | - "@babel/helper-wrap-function": "^7.16.5", | ||
| 355 | - "@babel/types": "^7.16.0" | 354 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 355 | + "@babel/helper-wrap-function": "^7.16.8", | ||
| 356 | + "@babel/types": "^7.16.8" | ||
| 356 | }, | 357 | }, |
| 357 | "engines": { | 358 | "engines": { |
| 358 | "node": ">=6.9.0" | 359 | "node": ">=6.9.0" |
| 359 | } | 360 | } |
| 360 | }, | 361 | }, |
| 361 | "node_modules/@babel/helper-replace-supers": { | 362 | "node_modules/@babel/helper-replace-supers": { |
| 362 | - "version": "7.16.5", | ||
| 363 | - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.5.tgz", | ||
| 364 | - "integrity": "sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==", | ||
| 365 | - "dependencies": { | ||
| 366 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 367 | - "@babel/helper-member-expression-to-functions": "^7.16.5", | ||
| 368 | - "@babel/helper-optimise-call-expression": "^7.16.0", | ||
| 369 | - "@babel/traverse": "^7.16.5", | ||
| 370 | - "@babel/types": "^7.16.0" | 363 | + "version": "7.16.7", |
| 364 | + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", | ||
| 365 | + "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", | ||
| 366 | + "dependencies": { | ||
| 367 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 368 | + "@babel/helper-member-expression-to-functions": "^7.16.7", | ||
| 369 | + "@babel/helper-optimise-call-expression": "^7.16.7", | ||
| 370 | + "@babel/traverse": "^7.16.7", | ||
| 371 | + "@babel/types": "^7.16.7" | ||
| 371 | }, | 372 | }, |
| 372 | "engines": { | 373 | "engines": { |
| 373 | "node": ">=6.9.0" | 374 | "node": ">=6.9.0" |
| 374 | } | 375 | } |
| 375 | }, | 376 | }, |
| 376 | "node_modules/@babel/helper-simple-access": { | 377 | "node_modules/@babel/helper-simple-access": { |
| 377 | - "version": "7.16.0", | ||
| 378 | - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz", | ||
| 379 | - "integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==", | 378 | + "version": "7.16.7", |
| 379 | + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", | ||
| 380 | + "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", | ||
| 380 | "dependencies": { | 381 | "dependencies": { |
| 381 | - "@babel/types": "^7.16.0" | 382 | + "@babel/types": "^7.16.7" |
| 382 | }, | 383 | }, |
| 383 | "engines": { | 384 | "engines": { |
| 384 | "node": ">=6.9.0" | 385 | "node": ">=6.9.0" |
| @@ -396,65 +397,65 @@ | @@ -396,65 +397,65 @@ | ||
| 396 | } | 397 | } |
| 397 | }, | 398 | }, |
| 398 | "node_modules/@babel/helper-split-export-declaration": { | 399 | "node_modules/@babel/helper-split-export-declaration": { |
| 399 | - "version": "7.16.0", | ||
| 400 | - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz", | ||
| 401 | - "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==", | 400 | + "version": "7.16.7", |
| 401 | + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", | ||
| 402 | + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", | ||
| 402 | "dependencies": { | 403 | "dependencies": { |
| 403 | - "@babel/types": "^7.16.0" | 404 | + "@babel/types": "^7.16.7" |
| 404 | }, | 405 | }, |
| 405 | "engines": { | 406 | "engines": { |
| 406 | "node": ">=6.9.0" | 407 | "node": ">=6.9.0" |
| 407 | } | 408 | } |
| 408 | }, | 409 | }, |
| 409 | "node_modules/@babel/helper-validator-identifier": { | 410 | "node_modules/@babel/helper-validator-identifier": { |
| 410 | - "version": "7.15.7", | ||
| 411 | - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", | ||
| 412 | - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", | 411 | + "version": "7.16.7", |
| 412 | + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", | ||
| 413 | + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", | ||
| 413 | "engines": { | 414 | "engines": { |
| 414 | "node": ">=6.9.0" | 415 | "node": ">=6.9.0" |
| 415 | } | 416 | } |
| 416 | }, | 417 | }, |
| 417 | "node_modules/@babel/helper-validator-option": { | 418 | "node_modules/@babel/helper-validator-option": { |
| 418 | - "version": "7.14.5", | ||
| 419 | - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", | ||
| 420 | - "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==", | 419 | + "version": "7.16.7", |
| 420 | + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", | ||
| 421 | + "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", | ||
| 421 | "engines": { | 422 | "engines": { |
| 422 | "node": ">=6.9.0" | 423 | "node": ">=6.9.0" |
| 423 | } | 424 | } |
| 424 | }, | 425 | }, |
| 425 | "node_modules/@babel/helper-wrap-function": { | 426 | "node_modules/@babel/helper-wrap-function": { |
| 426 | - "version": "7.16.5", | ||
| 427 | - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.5.tgz", | ||
| 428 | - "integrity": "sha512-2J2pmLBqUqVdJw78U0KPNdeE2qeuIyKoG4mKV7wAq3mc4jJG282UgjZw4ZYDnqiWQuS3Y3IYdF/AQ6CpyBV3VA==", | 427 | + "version": "7.16.8", |
| 428 | + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz", | ||
| 429 | + "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==", | ||
| 429 | "dependencies": { | 430 | "dependencies": { |
| 430 | - "@babel/helper-function-name": "^7.16.0", | ||
| 431 | - "@babel/template": "^7.16.0", | ||
| 432 | - "@babel/traverse": "^7.16.5", | ||
| 433 | - "@babel/types": "^7.16.0" | 431 | + "@babel/helper-function-name": "^7.16.7", |
| 432 | + "@babel/template": "^7.16.7", | ||
| 433 | + "@babel/traverse": "^7.16.8", | ||
| 434 | + "@babel/types": "^7.16.8" | ||
| 434 | }, | 435 | }, |
| 435 | "engines": { | 436 | "engines": { |
| 436 | "node": ">=6.9.0" | 437 | "node": ">=6.9.0" |
| 437 | } | 438 | } |
| 438 | }, | 439 | }, |
| 439 | "node_modules/@babel/helpers": { | 440 | "node_modules/@babel/helpers": { |
| 440 | - "version": "7.16.5", | ||
| 441 | - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.5.tgz", | ||
| 442 | - "integrity": "sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==", | 441 | + "version": "7.16.7", |
| 442 | + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz", | ||
| 443 | + "integrity": "sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==", | ||
| 443 | "dependencies": { | 444 | "dependencies": { |
| 444 | - "@babel/template": "^7.16.0", | ||
| 445 | - "@babel/traverse": "^7.16.5", | ||
| 446 | - "@babel/types": "^7.16.0" | 445 | + "@babel/template": "^7.16.7", |
| 446 | + "@babel/traverse": "^7.16.7", | ||
| 447 | + "@babel/types": "^7.16.7" | ||
| 447 | }, | 448 | }, |
| 448 | "engines": { | 449 | "engines": { |
| 449 | "node": ">=6.9.0" | 450 | "node": ">=6.9.0" |
| 450 | } | 451 | } |
| 451 | }, | 452 | }, |
| 452 | "node_modules/@babel/highlight": { | 453 | "node_modules/@babel/highlight": { |
| 453 | - "version": "7.16.0", | ||
| 454 | - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", | ||
| 455 | - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", | 454 | + "version": "7.16.10", |
| 455 | + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", | ||
| 456 | + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", | ||
| 456 | "dependencies": { | 457 | "dependencies": { |
| 457 | - "@babel/helper-validator-identifier": "^7.15.7", | 458 | + "@babel/helper-validator-identifier": "^7.16.7", |
| 458 | "chalk": "^2.0.0", | 459 | "chalk": "^2.0.0", |
| 459 | "js-tokens": "^4.0.0" | 460 | "js-tokens": "^4.0.0" |
| 460 | }, | 461 | }, |
| @@ -519,9 +520,9 @@ | @@ -519,9 +520,9 @@ | ||
| 519 | } | 520 | } |
| 520 | }, | 521 | }, |
| 521 | "node_modules/@babel/parser": { | 522 | "node_modules/@babel/parser": { |
| 522 | - "version": "7.16.6", | ||
| 523 | - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz", | ||
| 524 | - "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==", | 523 | + "version": "7.16.12", |
| 524 | + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.12.tgz", | ||
| 525 | + "integrity": "sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==", | ||
| 525 | "bin": { | 526 | "bin": { |
| 526 | "parser": "bin/babel-parser.js" | 527 | "parser": "bin/babel-parser.js" |
| 527 | }, | 528 | }, |
| @@ -530,11 +531,11 @@ | @@ -530,11 +531,11 @@ | ||
| 530 | } | 531 | } |
| 531 | }, | 532 | }, |
| 532 | "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { | 533 | "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { |
| 533 | - "version": "7.16.2", | ||
| 534 | - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz", | ||
| 535 | - "integrity": "sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==", | 534 | + "version": "7.16.7", |
| 535 | + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz", | ||
| 536 | + "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==", | ||
| 536 | "dependencies": { | 537 | "dependencies": { |
| 537 | - "@babel/helper-plugin-utils": "^7.14.5" | 538 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 538 | }, | 539 | }, |
| 539 | "engines": { | 540 | "engines": { |
| 540 | "node": ">=6.9.0" | 541 | "node": ">=6.9.0" |
| @@ -544,13 +545,13 @@ | @@ -544,13 +545,13 @@ | ||
| 544 | } | 545 | } |
| 545 | }, | 546 | }, |
| 546 | "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { | 547 | "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { |
| 547 | - "version": "7.16.0", | ||
| 548 | - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz", | ||
| 549 | - "integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==", | 548 | + "version": "7.16.7", |
| 549 | + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz", | ||
| 550 | + "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==", | ||
| 550 | "dependencies": { | 551 | "dependencies": { |
| 551 | - "@babel/helper-plugin-utils": "^7.14.5", | 552 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 552 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", | 553 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", |
| 553 | - "@babel/plugin-proposal-optional-chaining": "^7.16.0" | 554 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7" |
| 554 | }, | 555 | }, |
| 555 | "engines": { | 556 | "engines": { |
| 556 | "node": ">=6.9.0" | 557 | "node": ">=6.9.0" |
| @@ -560,12 +561,12 @@ | @@ -560,12 +561,12 @@ | ||
| 560 | } | 561 | } |
| 561 | }, | 562 | }, |
| 562 | "node_modules/@babel/plugin-proposal-async-generator-functions": { | 563 | "node_modules/@babel/plugin-proposal-async-generator-functions": { |
| 563 | - "version": "7.16.5", | ||
| 564 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.5.tgz", | ||
| 565 | - "integrity": "sha512-C/FX+3HNLV6sz7AqbTQqEo1L9/kfrKjxcVtgyBCmvIgOjvuBVUWooDoi7trsLxOzCEo5FccjRvKHkfDsJFZlfA==", | 564 | + "version": "7.16.8", |
| 565 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", | ||
| 566 | + "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", | ||
| 566 | "dependencies": { | 567 | "dependencies": { |
| 567 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 568 | - "@babel/helper-remap-async-to-generator": "^7.16.5", | 568 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 569 | + "@babel/helper-remap-async-to-generator": "^7.16.8", | ||
| 569 | "@babel/plugin-syntax-async-generators": "^7.8.4" | 570 | "@babel/plugin-syntax-async-generators": "^7.8.4" |
| 570 | }, | 571 | }, |
| 571 | "engines": { | 572 | "engines": { |
| @@ -576,12 +577,12 @@ | @@ -576,12 +577,12 @@ | ||
| 576 | } | 577 | } |
| 577 | }, | 578 | }, |
| 578 | "node_modules/@babel/plugin-proposal-class-properties": { | 579 | "node_modules/@babel/plugin-proposal-class-properties": { |
| 579 | - "version": "7.16.5", | ||
| 580 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.5.tgz", | ||
| 581 | - "integrity": "sha512-pJD3HjgRv83s5dv1sTnDbZOaTjghKEz8KUn1Kbh2eAIRhGuyQ1XSeI4xVXU3UlIEVA3DAyIdxqT1eRn7Wcn55A==", | 580 | + "version": "7.16.7", |
| 581 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz", | ||
| 582 | + "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==", | ||
| 582 | "dependencies": { | 583 | "dependencies": { |
| 583 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 584 | - "@babel/helper-plugin-utils": "^7.16.5" | 584 | + "@babel/helper-create-class-features-plugin": "^7.16.7", |
| 585 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 585 | }, | 586 | }, |
| 586 | "engines": { | 587 | "engines": { |
| 587 | "node": ">=6.9.0" | 588 | "node": ">=6.9.0" |
| @@ -591,12 +592,12 @@ | @@ -591,12 +592,12 @@ | ||
| 591 | } | 592 | } |
| 592 | }, | 593 | }, |
| 593 | "node_modules/@babel/plugin-proposal-class-static-block": { | 594 | "node_modules/@babel/plugin-proposal-class-static-block": { |
| 594 | - "version": "7.16.5", | ||
| 595 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.5.tgz", | ||
| 596 | - "integrity": "sha512-EEFzuLZcm/rNJ8Q5krK+FRKdVkd6FjfzT9tuSZql9sQn64K0hHA2KLJ0DqVot9/iV6+SsuadC5yI39zWnm+nmQ==", | 595 | + "version": "7.16.7", |
| 596 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz", | ||
| 597 | + "integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==", | ||
| 597 | "dependencies": { | 598 | "dependencies": { |
| 598 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 599 | - "@babel/helper-plugin-utils": "^7.16.5", | 599 | + "@babel/helper-create-class-features-plugin": "^7.16.7", |
| 600 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 600 | "@babel/plugin-syntax-class-static-block": "^7.14.5" | 601 | "@babel/plugin-syntax-class-static-block": "^7.14.5" |
| 601 | }, | 602 | }, |
| 602 | "engines": { | 603 | "engines": { |
| @@ -607,11 +608,11 @@ | @@ -607,11 +608,11 @@ | ||
| 607 | } | 608 | } |
| 608 | }, | 609 | }, |
| 609 | "node_modules/@babel/plugin-proposal-dynamic-import": { | 610 | "node_modules/@babel/plugin-proposal-dynamic-import": { |
| 610 | - "version": "7.16.5", | ||
| 611 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.5.tgz", | ||
| 612 | - "integrity": "sha512-P05/SJZTTvHz79LNYTF8ff5xXge0kk5sIIWAypcWgX4BTRUgyHc8wRxJ/Hk+mU0KXldgOOslKaeqnhthcDJCJQ==", | 611 | + "version": "7.16.7", |
| 612 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz", | ||
| 613 | + "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==", | ||
| 613 | "dependencies": { | 614 | "dependencies": { |
| 614 | - "@babel/helper-plugin-utils": "^7.16.5", | 615 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 615 | "@babel/plugin-syntax-dynamic-import": "^7.8.3" | 616 | "@babel/plugin-syntax-dynamic-import": "^7.8.3" |
| 616 | }, | 617 | }, |
| 617 | "engines": { | 618 | "engines": { |
| @@ -622,11 +623,11 @@ | @@ -622,11 +623,11 @@ | ||
| 622 | } | 623 | } |
| 623 | }, | 624 | }, |
| 624 | "node_modules/@babel/plugin-proposal-export-namespace-from": { | 625 | "node_modules/@babel/plugin-proposal-export-namespace-from": { |
| 625 | - "version": "7.16.5", | ||
| 626 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.5.tgz", | ||
| 627 | - "integrity": "sha512-i+sltzEShH1vsVydvNaTRsgvq2vZsfyrd7K7vPLUU/KgS0D5yZMe6uipM0+izminnkKrEfdUnz7CxMRb6oHZWw==", | 626 | + "version": "7.16.7", |
| 627 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz", | ||
| 628 | + "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==", | ||
| 628 | "dependencies": { | 629 | "dependencies": { |
| 629 | - "@babel/helper-plugin-utils": "^7.16.5", | 630 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 630 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3" | 631 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3" |
| 631 | }, | 632 | }, |
| 632 | "engines": { | 633 | "engines": { |
| @@ -637,11 +638,11 @@ | @@ -637,11 +638,11 @@ | ||
| 637 | } | 638 | } |
| 638 | }, | 639 | }, |
| 639 | "node_modules/@babel/plugin-proposal-json-strings": { | 640 | "node_modules/@babel/plugin-proposal-json-strings": { |
| 640 | - "version": "7.16.5", | ||
| 641 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.5.tgz", | ||
| 642 | - "integrity": "sha512-QQJueTFa0y9E4qHANqIvMsuxM/qcLQmKttBACtPCQzGUEizsXDACGonlPiSwynHfOa3vNw0FPMVvQzbuXwh4SQ==", | 641 | + "version": "7.16.7", |
| 642 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz", | ||
| 643 | + "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==", | ||
| 643 | "dependencies": { | 644 | "dependencies": { |
| 644 | - "@babel/helper-plugin-utils": "^7.16.5", | 645 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 645 | "@babel/plugin-syntax-json-strings": "^7.8.3" | 646 | "@babel/plugin-syntax-json-strings": "^7.8.3" |
| 646 | }, | 647 | }, |
| 647 | "engines": { | 648 | "engines": { |
| @@ -652,11 +653,11 @@ | @@ -652,11 +653,11 @@ | ||
| 652 | } | 653 | } |
| 653 | }, | 654 | }, |
| 654 | "node_modules/@babel/plugin-proposal-logical-assignment-operators": { | 655 | "node_modules/@babel/plugin-proposal-logical-assignment-operators": { |
| 655 | - "version": "7.16.5", | ||
| 656 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.5.tgz", | ||
| 657 | - "integrity": "sha512-xqibl7ISO2vjuQM+MzR3rkd0zfNWltk7n9QhaD8ghMmMceVguYrNDt7MikRyj4J4v3QehpnrU8RYLnC7z/gZLA==", | 656 | + "version": "7.16.7", |
| 657 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz", | ||
| 658 | + "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==", | ||
| 658 | "dependencies": { | 659 | "dependencies": { |
| 659 | - "@babel/helper-plugin-utils": "^7.16.5", | 660 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 660 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" | 661 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" |
| 661 | }, | 662 | }, |
| 662 | "engines": { | 663 | "engines": { |
| @@ -667,11 +668,11 @@ | @@ -667,11 +668,11 @@ | ||
| 667 | } | 668 | } |
| 668 | }, | 669 | }, |
| 669 | "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { | 670 | "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { |
| 670 | - "version": "7.16.5", | ||
| 671 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.5.tgz", | ||
| 672 | - "integrity": "sha512-YwMsTp/oOviSBhrjwi0vzCUycseCYwoXnLiXIL3YNjHSMBHicGTz7GjVU/IGgz4DtOEXBdCNG72pvCX22ehfqg==", | 671 | + "version": "7.16.7", |
| 672 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz", | ||
| 673 | + "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==", | ||
| 673 | "dependencies": { | 674 | "dependencies": { |
| 674 | - "@babel/helper-plugin-utils": "^7.16.5", | 675 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 675 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" | 676 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" |
| 676 | }, | 677 | }, |
| 677 | "engines": { | 678 | "engines": { |
| @@ -682,11 +683,11 @@ | @@ -682,11 +683,11 @@ | ||
| 682 | } | 683 | } |
| 683 | }, | 684 | }, |
| 684 | "node_modules/@babel/plugin-proposal-numeric-separator": { | 685 | "node_modules/@babel/plugin-proposal-numeric-separator": { |
| 685 | - "version": "7.16.5", | ||
| 686 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.5.tgz", | ||
| 687 | - "integrity": "sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==", | 686 | + "version": "7.16.7", |
| 687 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz", | ||
| 688 | + "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==", | ||
| 688 | "dependencies": { | 689 | "dependencies": { |
| 689 | - "@babel/helper-plugin-utils": "^7.16.5", | 690 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 690 | "@babel/plugin-syntax-numeric-separator": "^7.10.4" | 691 | "@babel/plugin-syntax-numeric-separator": "^7.10.4" |
| 691 | }, | 692 | }, |
| 692 | "engines": { | 693 | "engines": { |
| @@ -697,15 +698,15 @@ | @@ -697,15 +698,15 @@ | ||
| 697 | } | 698 | } |
| 698 | }, | 699 | }, |
| 699 | "node_modules/@babel/plugin-proposal-object-rest-spread": { | 700 | "node_modules/@babel/plugin-proposal-object-rest-spread": { |
| 700 | - "version": "7.16.5", | ||
| 701 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.5.tgz", | ||
| 702 | - "integrity": "sha512-UEd6KpChoyPhCoE840KRHOlGhEZFutdPDMGj+0I56yuTTOaT51GzmnEl/0uT41fB/vD2nT+Pci2KjezyE3HmUw==", | 701 | + "version": "7.16.7", |
| 702 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz", | ||
| 703 | + "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==", | ||
| 703 | "dependencies": { | 704 | "dependencies": { |
| 704 | "@babel/compat-data": "^7.16.4", | 705 | "@babel/compat-data": "^7.16.4", |
| 705 | - "@babel/helper-compilation-targets": "^7.16.3", | ||
| 706 | - "@babel/helper-plugin-utils": "^7.16.5", | 706 | + "@babel/helper-compilation-targets": "^7.16.7", |
| 707 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 707 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", | 708 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| 708 | - "@babel/plugin-transform-parameters": "^7.16.5" | 709 | + "@babel/plugin-transform-parameters": "^7.16.7" |
| 709 | }, | 710 | }, |
| 710 | "engines": { | 711 | "engines": { |
| 711 | "node": ">=6.9.0" | 712 | "node": ">=6.9.0" |
| @@ -715,11 +716,11 @@ | @@ -715,11 +716,11 @@ | ||
| 715 | } | 716 | } |
| 716 | }, | 717 | }, |
| 717 | "node_modules/@babel/plugin-proposal-optional-catch-binding": { | 718 | "node_modules/@babel/plugin-proposal-optional-catch-binding": { |
| 718 | - "version": "7.16.5", | ||
| 719 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.5.tgz", | ||
| 720 | - "integrity": "sha512-ihCMxY1Iljmx4bWy/PIMJGXN4NS4oUj1MKynwO07kiKms23pNvIn1DMB92DNB2R0EA882sw0VXIelYGdtF7xEQ==", | 719 | + "version": "7.16.7", |
| 720 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz", | ||
| 721 | + "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==", | ||
| 721 | "dependencies": { | 722 | "dependencies": { |
| 722 | - "@babel/helper-plugin-utils": "^7.16.5", | 723 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 723 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" | 724 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" |
| 724 | }, | 725 | }, |
| 725 | "engines": { | 726 | "engines": { |
| @@ -730,11 +731,11 @@ | @@ -730,11 +731,11 @@ | ||
| 730 | } | 731 | } |
| 731 | }, | 732 | }, |
| 732 | "node_modules/@babel/plugin-proposal-optional-chaining": { | 733 | "node_modules/@babel/plugin-proposal-optional-chaining": { |
| 733 | - "version": "7.16.5", | ||
| 734 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.5.tgz", | ||
| 735 | - "integrity": "sha512-kzdHgnaXRonttiTfKYnSVafbWngPPr2qKw9BWYBESl91W54e+9R5pP70LtWxV56g0f05f/SQrwHYkfvbwcdQ/A==", | 734 | + "version": "7.16.7", |
| 735 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz", | ||
| 736 | + "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==", | ||
| 736 | "dependencies": { | 737 | "dependencies": { |
| 737 | - "@babel/helper-plugin-utils": "^7.16.5", | 738 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 738 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", | 739 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", |
| 739 | "@babel/plugin-syntax-optional-chaining": "^7.8.3" | 740 | "@babel/plugin-syntax-optional-chaining": "^7.8.3" |
| 740 | }, | 741 | }, |
| @@ -746,12 +747,12 @@ | @@ -746,12 +747,12 @@ | ||
| 746 | } | 747 | } |
| 747 | }, | 748 | }, |
| 748 | "node_modules/@babel/plugin-proposal-private-methods": { | 749 | "node_modules/@babel/plugin-proposal-private-methods": { |
| 749 | - "version": "7.16.5", | ||
| 750 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.5.tgz", | ||
| 751 | - "integrity": "sha512-+yFMO4BGT3sgzXo+lrq7orX5mAZt57DwUK6seqII6AcJnJOIhBJ8pzKH47/ql/d426uQ7YhN8DpUFirQzqYSUA==", | 750 | + "version": "7.16.11", |
| 751 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz", | ||
| 752 | + "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==", | ||
| 752 | "dependencies": { | 753 | "dependencies": { |
| 753 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 754 | - "@babel/helper-plugin-utils": "^7.16.5" | 754 | + "@babel/helper-create-class-features-plugin": "^7.16.10", |
| 755 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 755 | }, | 756 | }, |
| 756 | "engines": { | 757 | "engines": { |
| 757 | "node": ">=6.9.0" | 758 | "node": ">=6.9.0" |
| @@ -761,13 +762,13 @@ | @@ -761,13 +762,13 @@ | ||
| 761 | } | 762 | } |
| 762 | }, | 763 | }, |
| 763 | "node_modules/@babel/plugin-proposal-private-property-in-object": { | 764 | "node_modules/@babel/plugin-proposal-private-property-in-object": { |
| 764 | - "version": "7.16.5", | ||
| 765 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.5.tgz", | ||
| 766 | - "integrity": "sha512-+YGh5Wbw0NH3y/E5YMu6ci5qTDmAEVNoZ3I54aB6nVEOZ5BQ7QJlwKq5pYVucQilMByGn/bvX0af+uNaPRCabA==", | 765 | + "version": "7.16.7", |
| 766 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz", | ||
| 767 | + "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==", | ||
| 767 | "dependencies": { | 768 | "dependencies": { |
| 768 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 769 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 770 | - "@babel/helper-plugin-utils": "^7.16.5", | 769 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 770 | + "@babel/helper-create-class-features-plugin": "^7.16.7", | ||
| 771 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 771 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5" | 772 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5" |
| 772 | }, | 773 | }, |
| 773 | "engines": { | 774 | "engines": { |
| @@ -778,12 +779,12 @@ | @@ -778,12 +779,12 @@ | ||
| 778 | } | 779 | } |
| 779 | }, | 780 | }, |
| 780 | "node_modules/@babel/plugin-proposal-unicode-property-regex": { | 781 | "node_modules/@babel/plugin-proposal-unicode-property-regex": { |
| 781 | - "version": "7.16.5", | ||
| 782 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.5.tgz", | ||
| 783 | - "integrity": "sha512-s5sKtlKQyFSatt781HQwv1hoM5BQ9qRH30r+dK56OLDsHmV74mzwJNX7R1yMuE7VZKG5O6q/gmOGSAO6ikTudg==", | 782 | + "version": "7.16.7", |
| 783 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz", | ||
| 784 | + "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==", | ||
| 784 | "dependencies": { | 785 | "dependencies": { |
| 785 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0", | ||
| 786 | - "@babel/helper-plugin-utils": "^7.16.5" | 786 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7", |
| 787 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 787 | }, | 788 | }, |
| 788 | "engines": { | 789 | "engines": { |
| 789 | "node": ">=4" | 790 | "node": ">=4" |
| @@ -956,11 +957,11 @@ | @@ -956,11 +957,11 @@ | ||
| 956 | } | 957 | } |
| 957 | }, | 958 | }, |
| 958 | "node_modules/@babel/plugin-transform-arrow-functions": { | 959 | "node_modules/@babel/plugin-transform-arrow-functions": { |
| 959 | - "version": "7.16.5", | ||
| 960 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.5.tgz", | ||
| 961 | - "integrity": "sha512-8bTHiiZyMOyfZFULjsCnYOWG059FVMes0iljEHSfARhNgFfpsqE92OrCffv3veSw9rwMkYcFe9bj0ZoXU2IGtQ==", | 960 | + "version": "7.16.7", |
| 961 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", | ||
| 962 | + "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", | ||
| 962 | "dependencies": { | 963 | "dependencies": { |
| 963 | - "@babel/helper-plugin-utils": "^7.16.5" | 964 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 964 | }, | 965 | }, |
| 965 | "engines": { | 966 | "engines": { |
| 966 | "node": ">=6.9.0" | 967 | "node": ">=6.9.0" |
| @@ -970,13 +971,13 @@ | @@ -970,13 +971,13 @@ | ||
| 970 | } | 971 | } |
| 971 | }, | 972 | }, |
| 972 | "node_modules/@babel/plugin-transform-async-to-generator": { | 973 | "node_modules/@babel/plugin-transform-async-to-generator": { |
| 973 | - "version": "7.16.5", | ||
| 974 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.5.tgz", | ||
| 975 | - "integrity": "sha512-TMXgfioJnkXU+XRoj7P2ED7rUm5jbnDWwlCuFVTpQboMfbSya5WrmubNBAMlk7KXvywpo8rd8WuYZkis1o2H8w==", | 974 | + "version": "7.16.8", |
| 975 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", | ||
| 976 | + "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", | ||
| 976 | "dependencies": { | 977 | "dependencies": { |
| 977 | - "@babel/helper-module-imports": "^7.16.0", | ||
| 978 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 979 | - "@babel/helper-remap-async-to-generator": "^7.16.5" | 978 | + "@babel/helper-module-imports": "^7.16.7", |
| 979 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 980 | + "@babel/helper-remap-async-to-generator": "^7.16.8" | ||
| 980 | }, | 981 | }, |
| 981 | "engines": { | 982 | "engines": { |
| 982 | "node": ">=6.9.0" | 983 | "node": ">=6.9.0" |
| @@ -986,11 +987,11 @@ | @@ -986,11 +987,11 @@ | ||
| 986 | } | 987 | } |
| 987 | }, | 988 | }, |
| 988 | "node_modules/@babel/plugin-transform-block-scoped-functions": { | 989 | "node_modules/@babel/plugin-transform-block-scoped-functions": { |
| 989 | - "version": "7.16.5", | ||
| 990 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.5.tgz", | ||
| 991 | - "integrity": "sha512-BxmIyKLjUGksJ99+hJyL/HIxLIGnLKtw772zYDER7UuycDZ+Xvzs98ZQw6NGgM2ss4/hlFAaGiZmMNKvValEjw==", | 990 | + "version": "7.16.7", |
| 991 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", | ||
| 992 | + "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", | ||
| 992 | "dependencies": { | 993 | "dependencies": { |
| 993 | - "@babel/helper-plugin-utils": "^7.16.5" | 994 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 994 | }, | 995 | }, |
| 995 | "engines": { | 996 | "engines": { |
| 996 | "node": ">=6.9.0" | 997 | "node": ">=6.9.0" |
| @@ -1000,11 +1001,11 @@ | @@ -1000,11 +1001,11 @@ | ||
| 1000 | } | 1001 | } |
| 1001 | }, | 1002 | }, |
| 1002 | "node_modules/@babel/plugin-transform-block-scoping": { | 1003 | "node_modules/@babel/plugin-transform-block-scoping": { |
| 1003 | - "version": "7.16.5", | ||
| 1004 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.5.tgz", | ||
| 1005 | - "integrity": "sha512-JxjSPNZSiOtmxjX7PBRBeRJTUKTyJ607YUYeT0QJCNdsedOe+/rXITjP08eG8xUpsLfPirgzdCFN+h0w6RI+pQ==", | 1004 | + "version": "7.16.7", |
| 1005 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", | ||
| 1006 | + "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", | ||
| 1006 | "dependencies": { | 1007 | "dependencies": { |
| 1007 | - "@babel/helper-plugin-utils": "^7.16.5" | 1008 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1008 | }, | 1009 | }, |
| 1009 | "engines": { | 1010 | "engines": { |
| 1010 | "node": ">=6.9.0" | 1011 | "node": ">=6.9.0" |
| @@ -1014,17 +1015,17 @@ | @@ -1014,17 +1015,17 @@ | ||
| 1014 | } | 1015 | } |
| 1015 | }, | 1016 | }, |
| 1016 | "node_modules/@babel/plugin-transform-classes": { | 1017 | "node_modules/@babel/plugin-transform-classes": { |
| 1017 | - "version": "7.16.5", | ||
| 1018 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.5.tgz", | ||
| 1019 | - "integrity": "sha512-DzJ1vYf/7TaCYy57J3SJ9rV+JEuvmlnvvyvYKFbk5u46oQbBvuB9/0w+YsVsxkOv8zVWKpDmUoj4T5ILHoXevA==", | ||
| 1020 | - "dependencies": { | ||
| 1021 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 1022 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 1023 | - "@babel/helper-function-name": "^7.16.0", | ||
| 1024 | - "@babel/helper-optimise-call-expression": "^7.16.0", | ||
| 1025 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 1026 | - "@babel/helper-replace-supers": "^7.16.5", | ||
| 1027 | - "@babel/helper-split-export-declaration": "^7.16.0", | 1018 | + "version": "7.16.7", |
| 1019 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", | ||
| 1020 | + "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", | ||
| 1021 | + "dependencies": { | ||
| 1022 | + "@babel/helper-annotate-as-pure": "^7.16.7", | ||
| 1023 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 1024 | + "@babel/helper-function-name": "^7.16.7", | ||
| 1025 | + "@babel/helper-optimise-call-expression": "^7.16.7", | ||
| 1026 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 1027 | + "@babel/helper-replace-supers": "^7.16.7", | ||
| 1028 | + "@babel/helper-split-export-declaration": "^7.16.7", | ||
| 1028 | "globals": "^11.1.0" | 1029 | "globals": "^11.1.0" |
| 1029 | }, | 1030 | }, |
| 1030 | "engines": { | 1031 | "engines": { |
| @@ -1035,11 +1036,11 @@ | @@ -1035,11 +1036,11 @@ | ||
| 1035 | } | 1036 | } |
| 1036 | }, | 1037 | }, |
| 1037 | "node_modules/@babel/plugin-transform-computed-properties": { | 1038 | "node_modules/@babel/plugin-transform-computed-properties": { |
| 1038 | - "version": "7.16.5", | ||
| 1039 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.5.tgz", | ||
| 1040 | - "integrity": "sha512-n1+O7xtU5lSLraRzX88CNcpl7vtGdPakKzww74bVwpAIRgz9JVLJJpOLb0uYqcOaXVM0TL6X0RVeIJGD2CnCkg==", | 1039 | + "version": "7.16.7", |
| 1040 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", | ||
| 1041 | + "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", | ||
| 1041 | "dependencies": { | 1042 | "dependencies": { |
| 1042 | - "@babel/helper-plugin-utils": "^7.16.5" | 1043 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1043 | }, | 1044 | }, |
| 1044 | "engines": { | 1045 | "engines": { |
| 1045 | "node": ">=6.9.0" | 1046 | "node": ">=6.9.0" |
| @@ -1049,11 +1050,11 @@ | @@ -1049,11 +1050,11 @@ | ||
| 1049 | } | 1050 | } |
| 1050 | }, | 1051 | }, |
| 1051 | "node_modules/@babel/plugin-transform-destructuring": { | 1052 | "node_modules/@babel/plugin-transform-destructuring": { |
| 1052 | - "version": "7.16.5", | ||
| 1053 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.5.tgz", | ||
| 1054 | - "integrity": "sha512-GuRVAsjq+c9YPK6NeTkRLWyQskDC099XkBSVO+6QzbnOnH2d/4mBVXYStaPrZD3dFRfg00I6BFJ9Atsjfs8mlg==", | 1053 | + "version": "7.16.7", |
| 1054 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz", | ||
| 1055 | + "integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==", | ||
| 1055 | "dependencies": { | 1056 | "dependencies": { |
| 1056 | - "@babel/helper-plugin-utils": "^7.16.5" | 1057 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1057 | }, | 1058 | }, |
| 1058 | "engines": { | 1059 | "engines": { |
| 1059 | "node": ">=6.9.0" | 1060 | "node": ">=6.9.0" |
| @@ -1063,12 +1064,12 @@ | @@ -1063,12 +1064,12 @@ | ||
| 1063 | } | 1064 | } |
| 1064 | }, | 1065 | }, |
| 1065 | "node_modules/@babel/plugin-transform-dotall-regex": { | 1066 | "node_modules/@babel/plugin-transform-dotall-regex": { |
| 1066 | - "version": "7.16.5", | ||
| 1067 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.5.tgz", | ||
| 1068 | - "integrity": "sha512-iQiEMt8Q4/5aRGHpGVK2Zc7a6mx7qEAO7qehgSug3SDImnuMzgmm/wtJALXaz25zUj1PmnNHtShjFgk4PDx4nw==", | 1067 | + "version": "7.16.7", |
| 1068 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz", | ||
| 1069 | + "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==", | ||
| 1069 | "dependencies": { | 1070 | "dependencies": { |
| 1070 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0", | ||
| 1071 | - "@babel/helper-plugin-utils": "^7.16.5" | 1071 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7", |
| 1072 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 1072 | }, | 1073 | }, |
| 1073 | "engines": { | 1074 | "engines": { |
| 1074 | "node": ">=6.9.0" | 1075 | "node": ">=6.9.0" |
| @@ -1078,11 +1079,11 @@ | @@ -1078,11 +1079,11 @@ | ||
| 1078 | } | 1079 | } |
| 1079 | }, | 1080 | }, |
| 1080 | "node_modules/@babel/plugin-transform-duplicate-keys": { | 1081 | "node_modules/@babel/plugin-transform-duplicate-keys": { |
| 1081 | - "version": "7.16.5", | ||
| 1082 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.5.tgz", | ||
| 1083 | - "integrity": "sha512-81tijpDg2a6I1Yhj4aWY1l3O1J4Cg/Pd7LfvuaH2VVInAkXtzibz9+zSPdUM1WvuUi128ksstAP0hM5w48vQgg==", | 1082 | + "version": "7.16.7", |
| 1083 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz", | ||
| 1084 | + "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==", | ||
| 1084 | "dependencies": { | 1085 | "dependencies": { |
| 1085 | - "@babel/helper-plugin-utils": "^7.16.5" | 1086 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1086 | }, | 1087 | }, |
| 1087 | "engines": { | 1088 | "engines": { |
| 1088 | "node": ">=6.9.0" | 1089 | "node": ">=6.9.0" |
| @@ -1092,12 +1093,12 @@ | @@ -1092,12 +1093,12 @@ | ||
| 1092 | } | 1093 | } |
| 1093 | }, | 1094 | }, |
| 1094 | "node_modules/@babel/plugin-transform-exponentiation-operator": { | 1095 | "node_modules/@babel/plugin-transform-exponentiation-operator": { |
| 1095 | - "version": "7.16.5", | ||
| 1096 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.5.tgz", | ||
| 1097 | - "integrity": "sha512-12rba2HwemQPa7BLIKCzm1pT2/RuQHtSFHdNl41cFiC6oi4tcrp7gjB07pxQvFpcADojQywSjblQth6gJyE6CA==", | 1096 | + "version": "7.16.7", |
| 1097 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz", | ||
| 1098 | + "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==", | ||
| 1098 | "dependencies": { | 1099 | "dependencies": { |
| 1099 | - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.5", | ||
| 1100 | - "@babel/helper-plugin-utils": "^7.16.5" | 1100 | + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7", |
| 1101 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 1101 | }, | 1102 | }, |
| 1102 | "engines": { | 1103 | "engines": { |
| 1103 | "node": ">=6.9.0" | 1104 | "node": ">=6.9.0" |
| @@ -1107,11 +1108,11 @@ | @@ -1107,11 +1108,11 @@ | ||
| 1107 | } | 1108 | } |
| 1108 | }, | 1109 | }, |
| 1109 | "node_modules/@babel/plugin-transform-for-of": { | 1110 | "node_modules/@babel/plugin-transform-for-of": { |
| 1110 | - "version": "7.16.5", | ||
| 1111 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.5.tgz", | ||
| 1112 | - "integrity": "sha512-+DpCAJFPAvViR17PIMi9x2AE34dll5wNlXO43wagAX2YcRGgEVHCNFC4azG85b4YyyFarvkc/iD5NPrz4Oneqw==", | 1111 | + "version": "7.16.7", |
| 1112 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", | ||
| 1113 | + "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", | ||
| 1113 | "dependencies": { | 1114 | "dependencies": { |
| 1114 | - "@babel/helper-plugin-utils": "^7.16.5" | 1115 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1115 | }, | 1116 | }, |
| 1116 | "engines": { | 1117 | "engines": { |
| 1117 | "node": ">=6.9.0" | 1118 | "node": ">=6.9.0" |
| @@ -1121,12 +1122,13 @@ | @@ -1121,12 +1122,13 @@ | ||
| 1121 | } | 1122 | } |
| 1122 | }, | 1123 | }, |
| 1123 | "node_modules/@babel/plugin-transform-function-name": { | 1124 | "node_modules/@babel/plugin-transform-function-name": { |
| 1124 | - "version": "7.16.5", | ||
| 1125 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.5.tgz", | ||
| 1126 | - "integrity": "sha512-Fuec/KPSpVLbGo6z1RPw4EE1X+z9gZk1uQmnYy7v4xr4TO9p41v1AoUuXEtyqAI7H+xNJYSICzRqZBhDEkd3kQ==", | 1125 | + "version": "7.16.7", |
| 1126 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz", | ||
| 1127 | + "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==", | ||
| 1127 | "dependencies": { | 1128 | "dependencies": { |
| 1128 | - "@babel/helper-function-name": "^7.16.0", | ||
| 1129 | - "@babel/helper-plugin-utils": "^7.16.5" | 1129 | + "@babel/helper-compilation-targets": "^7.16.7", |
| 1130 | + "@babel/helper-function-name": "^7.16.7", | ||
| 1131 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 1130 | }, | 1132 | }, |
| 1131 | "engines": { | 1133 | "engines": { |
| 1132 | "node": ">=6.9.0" | 1134 | "node": ">=6.9.0" |
| @@ -1136,11 +1138,11 @@ | @@ -1136,11 +1138,11 @@ | ||
| 1136 | } | 1138 | } |
| 1137 | }, | 1139 | }, |
| 1138 | "node_modules/@babel/plugin-transform-literals": { | 1140 | "node_modules/@babel/plugin-transform-literals": { |
| 1139 | - "version": "7.16.5", | ||
| 1140 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.5.tgz", | ||
| 1141 | - "integrity": "sha512-B1j9C/IfvshnPcklsc93AVLTrNVa69iSqztylZH6qnmiAsDDOmmjEYqOm3Ts2lGSgTSywnBNiqC949VdD0/gfw==", | 1141 | + "version": "7.16.7", |
| 1142 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", | ||
| 1143 | + "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", | ||
| 1142 | "dependencies": { | 1144 | "dependencies": { |
| 1143 | - "@babel/helper-plugin-utils": "^7.16.5" | 1145 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1144 | }, | 1146 | }, |
| 1145 | "engines": { | 1147 | "engines": { |
| 1146 | "node": ">=6.9.0" | 1148 | "node": ">=6.9.0" |
| @@ -1150,11 +1152,11 @@ | @@ -1150,11 +1152,11 @@ | ||
| 1150 | } | 1152 | } |
| 1151 | }, | 1153 | }, |
| 1152 | "node_modules/@babel/plugin-transform-member-expression-literals": { | 1154 | "node_modules/@babel/plugin-transform-member-expression-literals": { |
| 1153 | - "version": "7.16.5", | ||
| 1154 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.5.tgz", | ||
| 1155 | - "integrity": "sha512-d57i3vPHWgIde/9Y8W/xSFUndhvhZN5Wu2TjRrN1MVz5KzdUihKnfDVlfP1U7mS5DNj/WHHhaE4/tTi4hIyHwQ==", | 1155 | + "version": "7.16.7", |
| 1156 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz", | ||
| 1157 | + "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==", | ||
| 1156 | "dependencies": { | 1158 | "dependencies": { |
| 1157 | - "@babel/helper-plugin-utils": "^7.16.5" | 1159 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1158 | }, | 1160 | }, |
| 1159 | "engines": { | 1161 | "engines": { |
| 1160 | "node": ">=6.9.0" | 1162 | "node": ">=6.9.0" |
| @@ -1164,12 +1166,12 @@ | @@ -1164,12 +1166,12 @@ | ||
| 1164 | } | 1166 | } |
| 1165 | }, | 1167 | }, |
| 1166 | "node_modules/@babel/plugin-transform-modules-amd": { | 1168 | "node_modules/@babel/plugin-transform-modules-amd": { |
| 1167 | - "version": "7.16.5", | ||
| 1168 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.5.tgz", | ||
| 1169 | - "integrity": "sha512-oHI15S/hdJuSCfnwIz+4lm6wu/wBn7oJ8+QrkzPPwSFGXk8kgdI/AIKcbR/XnD1nQVMg/i6eNaXpszbGuwYDRQ==", | 1169 | + "version": "7.16.7", |
| 1170 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz", | ||
| 1171 | + "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==", | ||
| 1170 | "dependencies": { | 1172 | "dependencies": { |
| 1171 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 1172 | - "@babel/helper-plugin-utils": "^7.16.5", | 1173 | + "@babel/helper-module-transforms": "^7.16.7", |
| 1174 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 1173 | "babel-plugin-dynamic-import-node": "^2.3.3" | 1175 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 1174 | }, | 1176 | }, |
| 1175 | "engines": { | 1177 | "engines": { |
| @@ -1180,13 +1182,13 @@ | @@ -1180,13 +1182,13 @@ | ||
| 1180 | } | 1182 | } |
| 1181 | }, | 1183 | }, |
| 1182 | "node_modules/@babel/plugin-transform-modules-commonjs": { | 1184 | "node_modules/@babel/plugin-transform-modules-commonjs": { |
| 1183 | - "version": "7.16.5", | ||
| 1184 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.5.tgz", | ||
| 1185 | - "integrity": "sha512-ABhUkxvoQyqhCWyb8xXtfwqNMJD7tx+irIRnUh6lmyFud7Jln1WzONXKlax1fg/ey178EXbs4bSGNd6PngO+SQ==", | 1185 | + "version": "7.16.8", |
| 1186 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz", | ||
| 1187 | + "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==", | ||
| 1186 | "dependencies": { | 1188 | "dependencies": { |
| 1187 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 1188 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 1189 | - "@babel/helper-simple-access": "^7.16.0", | 1189 | + "@babel/helper-module-transforms": "^7.16.7", |
| 1190 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 1191 | + "@babel/helper-simple-access": "^7.16.7", | ||
| 1190 | "babel-plugin-dynamic-import-node": "^2.3.3" | 1192 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 1191 | }, | 1193 | }, |
| 1192 | "engines": { | 1194 | "engines": { |
| @@ -1197,14 +1199,14 @@ | @@ -1197,14 +1199,14 @@ | ||
| 1197 | } | 1199 | } |
| 1198 | }, | 1200 | }, |
| 1199 | "node_modules/@babel/plugin-transform-modules-systemjs": { | 1201 | "node_modules/@babel/plugin-transform-modules-systemjs": { |
| 1200 | - "version": "7.16.5", | ||
| 1201 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.5.tgz", | ||
| 1202 | - "integrity": "sha512-53gmLdScNN28XpjEVIm7LbWnD/b/TpbwKbLk6KV4KqC9WyU6rq1jnNmVG6UgAdQZVVGZVoik3DqHNxk4/EvrjA==", | ||
| 1203 | - "dependencies": { | ||
| 1204 | - "@babel/helper-hoist-variables": "^7.16.0", | ||
| 1205 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 1206 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 1207 | - "@babel/helper-validator-identifier": "^7.15.7", | 1202 | + "version": "7.16.7", |
| 1203 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz", | ||
| 1204 | + "integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==", | ||
| 1205 | + "dependencies": { | ||
| 1206 | + "@babel/helper-hoist-variables": "^7.16.7", | ||
| 1207 | + "@babel/helper-module-transforms": "^7.16.7", | ||
| 1208 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 1209 | + "@babel/helper-validator-identifier": "^7.16.7", | ||
| 1208 | "babel-plugin-dynamic-import-node": "^2.3.3" | 1210 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 1209 | }, | 1211 | }, |
| 1210 | "engines": { | 1212 | "engines": { |
| @@ -1215,12 +1217,12 @@ | @@ -1215,12 +1217,12 @@ | ||
| 1215 | } | 1217 | } |
| 1216 | }, | 1218 | }, |
| 1217 | "node_modules/@babel/plugin-transform-modules-umd": { | 1219 | "node_modules/@babel/plugin-transform-modules-umd": { |
| 1218 | - "version": "7.16.5", | ||
| 1219 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.5.tgz", | ||
| 1220 | - "integrity": "sha512-qTFnpxHMoenNHkS3VoWRdwrcJ3FhX567GvDA3hRZKF0Dj8Fmg0UzySZp3AP2mShl/bzcywb/UWAMQIjA1bhXvw==", | 1220 | + "version": "7.16.7", |
| 1221 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz", | ||
| 1222 | + "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==", | ||
| 1221 | "dependencies": { | 1223 | "dependencies": { |
| 1222 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 1223 | - "@babel/helper-plugin-utils": "^7.16.5" | 1224 | + "@babel/helper-module-transforms": "^7.16.7", |
| 1225 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 1224 | }, | 1226 | }, |
| 1225 | "engines": { | 1227 | "engines": { |
| 1226 | "node": ">=6.9.0" | 1228 | "node": ">=6.9.0" |
| @@ -1230,11 +1232,11 @@ | @@ -1230,11 +1232,11 @@ | ||
| 1230 | } | 1232 | } |
| 1231 | }, | 1233 | }, |
| 1232 | "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { | 1234 | "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { |
| 1233 | - "version": "7.16.5", | ||
| 1234 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.5.tgz", | ||
| 1235 | - "integrity": "sha512-/wqGDgvFUeKELW6ex6QB7dLVRkd5ehjw34tpXu1nhKC0sFfmaLabIswnpf8JgDyV2NeDmZiwoOb0rAmxciNfjA==", | 1235 | + "version": "7.16.8", |
| 1236 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz", | ||
| 1237 | + "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==", | ||
| 1236 | "dependencies": { | 1238 | "dependencies": { |
| 1237 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0" | 1239 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7" |
| 1238 | }, | 1240 | }, |
| 1239 | "engines": { | 1241 | "engines": { |
| 1240 | "node": ">=6.9.0" | 1242 | "node": ">=6.9.0" |
| @@ -1244,11 +1246,11 @@ | @@ -1244,11 +1246,11 @@ | ||
| 1244 | } | 1246 | } |
| 1245 | }, | 1247 | }, |
| 1246 | "node_modules/@babel/plugin-transform-new-target": { | 1248 | "node_modules/@babel/plugin-transform-new-target": { |
| 1247 | - "version": "7.16.5", | ||
| 1248 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.5.tgz", | ||
| 1249 | - "integrity": "sha512-ZaIrnXF08ZC8jnKR4/5g7YakGVL6go6V9ql6Jl3ecO8PQaQqFE74CuM384kezju7Z9nGCCA20BqZaR1tJ/WvHg==", | 1249 | + "version": "7.16.7", |
| 1250 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz", | ||
| 1251 | + "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==", | ||
| 1250 | "dependencies": { | 1252 | "dependencies": { |
| 1251 | - "@babel/helper-plugin-utils": "^7.16.5" | 1253 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1252 | }, | 1254 | }, |
| 1253 | "engines": { | 1255 | "engines": { |
| 1254 | "node": ">=6.9.0" | 1256 | "node": ">=6.9.0" |
| @@ -1258,12 +1260,12 @@ | @@ -1258,12 +1260,12 @@ | ||
| 1258 | } | 1260 | } |
| 1259 | }, | 1261 | }, |
| 1260 | "node_modules/@babel/plugin-transform-object-super": { | 1262 | "node_modules/@babel/plugin-transform-object-super": { |
| 1261 | - "version": "7.16.5", | ||
| 1262 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.5.tgz", | ||
| 1263 | - "integrity": "sha512-tded+yZEXuxt9Jdtkc1RraW1zMF/GalVxaVVxh41IYwirdRgyAxxxCKZ9XB7LxZqmsjfjALxupNE1MIz9KH+Zg==", | 1263 | + "version": "7.16.7", |
| 1264 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz", | ||
| 1265 | + "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==", | ||
| 1264 | "dependencies": { | 1266 | "dependencies": { |
| 1265 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 1266 | - "@babel/helper-replace-supers": "^7.16.5" | 1267 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 1268 | + "@babel/helper-replace-supers": "^7.16.7" | ||
| 1267 | }, | 1269 | }, |
| 1268 | "engines": { | 1270 | "engines": { |
| 1269 | "node": ">=6.9.0" | 1271 | "node": ">=6.9.0" |
| @@ -1273,11 +1275,11 @@ | @@ -1273,11 +1275,11 @@ | ||
| 1273 | } | 1275 | } |
| 1274 | }, | 1276 | }, |
| 1275 | "node_modules/@babel/plugin-transform-parameters": { | 1277 | "node_modules/@babel/plugin-transform-parameters": { |
| 1276 | - "version": "7.16.5", | ||
| 1277 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.5.tgz", | ||
| 1278 | - "integrity": "sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==", | 1278 | + "version": "7.16.7", |
| 1279 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", | ||
| 1280 | + "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", | ||
| 1279 | "dependencies": { | 1281 | "dependencies": { |
| 1280 | - "@babel/helper-plugin-utils": "^7.16.5" | 1282 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1281 | }, | 1283 | }, |
| 1282 | "engines": { | 1284 | "engines": { |
| 1283 | "node": ">=6.9.0" | 1285 | "node": ">=6.9.0" |
| @@ -1287,11 +1289,11 @@ | @@ -1287,11 +1289,11 @@ | ||
| 1287 | } | 1289 | } |
| 1288 | }, | 1290 | }, |
| 1289 | "node_modules/@babel/plugin-transform-property-literals": { | 1291 | "node_modules/@babel/plugin-transform-property-literals": { |
| 1290 | - "version": "7.16.5", | ||
| 1291 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.5.tgz", | ||
| 1292 | - "integrity": "sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==", | 1292 | + "version": "7.16.7", |
| 1293 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz", | ||
| 1294 | + "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==", | ||
| 1293 | "dependencies": { | 1295 | "dependencies": { |
| 1294 | - "@babel/helper-plugin-utils": "^7.16.5" | 1296 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1295 | }, | 1297 | }, |
| 1296 | "engines": { | 1298 | "engines": { |
| 1297 | "node": ">=6.9.0" | 1299 | "node": ">=6.9.0" |
| @@ -1301,9 +1303,9 @@ | @@ -1301,9 +1303,9 @@ | ||
| 1301 | } | 1303 | } |
| 1302 | }, | 1304 | }, |
| 1303 | "node_modules/@babel/plugin-transform-regenerator": { | 1305 | "node_modules/@babel/plugin-transform-regenerator": { |
| 1304 | - "version": "7.16.5", | ||
| 1305 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.5.tgz", | ||
| 1306 | - "integrity": "sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==", | 1306 | + "version": "7.16.7", |
| 1307 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz", | ||
| 1308 | + "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==", | ||
| 1307 | "dependencies": { | 1309 | "dependencies": { |
| 1308 | "regenerator-transform": "^0.14.2" | 1310 | "regenerator-transform": "^0.14.2" |
| 1309 | }, | 1311 | }, |
| @@ -1315,11 +1317,11 @@ | @@ -1315,11 +1317,11 @@ | ||
| 1315 | } | 1317 | } |
| 1316 | }, | 1318 | }, |
| 1317 | "node_modules/@babel/plugin-transform-reserved-words": { | 1319 | "node_modules/@babel/plugin-transform-reserved-words": { |
| 1318 | - "version": "7.16.5", | ||
| 1319 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz", | ||
| 1320 | - "integrity": "sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==", | 1320 | + "version": "7.16.7", |
| 1321 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz", | ||
| 1322 | + "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==", | ||
| 1321 | "dependencies": { | 1323 | "dependencies": { |
| 1322 | - "@babel/helper-plugin-utils": "^7.16.5" | 1324 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1323 | }, | 1325 | }, |
| 1324 | "engines": { | 1326 | "engines": { |
| 1325 | "node": ">=6.9.0" | 1327 | "node": ">=6.9.0" |
| @@ -1329,11 +1331,11 @@ | @@ -1329,11 +1331,11 @@ | ||
| 1329 | } | 1331 | } |
| 1330 | }, | 1332 | }, |
| 1331 | "node_modules/@babel/plugin-transform-shorthand-properties": { | 1333 | "node_modules/@babel/plugin-transform-shorthand-properties": { |
| 1332 | - "version": "7.16.5", | ||
| 1333 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.5.tgz", | ||
| 1334 | - "integrity": "sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==", | 1334 | + "version": "7.16.7", |
| 1335 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz", | ||
| 1336 | + "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==", | ||
| 1335 | "dependencies": { | 1337 | "dependencies": { |
| 1336 | - "@babel/helper-plugin-utils": "^7.16.5" | 1338 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1337 | }, | 1339 | }, |
| 1338 | "engines": { | 1340 | "engines": { |
| 1339 | "node": ">=6.9.0" | 1341 | "node": ">=6.9.0" |
| @@ -1343,11 +1345,11 @@ | @@ -1343,11 +1345,11 @@ | ||
| 1343 | } | 1345 | } |
| 1344 | }, | 1346 | }, |
| 1345 | "node_modules/@babel/plugin-transform-spread": { | 1347 | "node_modules/@babel/plugin-transform-spread": { |
| 1346 | - "version": "7.16.5", | ||
| 1347 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.5.tgz", | ||
| 1348 | - "integrity": "sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==", | 1348 | + "version": "7.16.7", |
| 1349 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", | ||
| 1350 | + "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", | ||
| 1349 | "dependencies": { | 1351 | "dependencies": { |
| 1350 | - "@babel/helper-plugin-utils": "^7.16.5", | 1352 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 1351 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" | 1353 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" |
| 1352 | }, | 1354 | }, |
| 1353 | "engines": { | 1355 | "engines": { |
| @@ -1358,11 +1360,11 @@ | @@ -1358,11 +1360,11 @@ | ||
| 1358 | } | 1360 | } |
| 1359 | }, | 1361 | }, |
| 1360 | "node_modules/@babel/plugin-transform-sticky-regex": { | 1362 | "node_modules/@babel/plugin-transform-sticky-regex": { |
| 1361 | - "version": "7.16.5", | ||
| 1362 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.5.tgz", | ||
| 1363 | - "integrity": "sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==", | 1363 | + "version": "7.16.7", |
| 1364 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz", | ||
| 1365 | + "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==", | ||
| 1364 | "dependencies": { | 1366 | "dependencies": { |
| 1365 | - "@babel/helper-plugin-utils": "^7.16.5" | 1367 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1366 | }, | 1368 | }, |
| 1367 | "engines": { | 1369 | "engines": { |
| 1368 | "node": ">=6.9.0" | 1370 | "node": ">=6.9.0" |
| @@ -1372,11 +1374,11 @@ | @@ -1372,11 +1374,11 @@ | ||
| 1372 | } | 1374 | } |
| 1373 | }, | 1375 | }, |
| 1374 | "node_modules/@babel/plugin-transform-template-literals": { | 1376 | "node_modules/@babel/plugin-transform-template-literals": { |
| 1375 | - "version": "7.16.5", | ||
| 1376 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.5.tgz", | ||
| 1377 | - "integrity": "sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==", | 1377 | + "version": "7.16.7", |
| 1378 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", | ||
| 1379 | + "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", | ||
| 1378 | "dependencies": { | 1380 | "dependencies": { |
| 1379 | - "@babel/helper-plugin-utils": "^7.16.5" | 1381 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1380 | }, | 1382 | }, |
| 1381 | "engines": { | 1383 | "engines": { |
| 1382 | "node": ">=6.9.0" | 1384 | "node": ">=6.9.0" |
| @@ -1386,11 +1388,11 @@ | @@ -1386,11 +1388,11 @@ | ||
| 1386 | } | 1388 | } |
| 1387 | }, | 1389 | }, |
| 1388 | "node_modules/@babel/plugin-transform-typeof-symbol": { | 1390 | "node_modules/@babel/plugin-transform-typeof-symbol": { |
| 1389 | - "version": "7.16.5", | ||
| 1390 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.5.tgz", | ||
| 1391 | - "integrity": "sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==", | 1391 | + "version": "7.16.7", |
| 1392 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz", | ||
| 1393 | + "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==", | ||
| 1392 | "dependencies": { | 1394 | "dependencies": { |
| 1393 | - "@babel/helper-plugin-utils": "^7.16.5" | 1395 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1394 | }, | 1396 | }, |
| 1395 | "engines": { | 1397 | "engines": { |
| 1396 | "node": ">=6.9.0" | 1398 | "node": ">=6.9.0" |
| @@ -1400,11 +1402,11 @@ | @@ -1400,11 +1402,11 @@ | ||
| 1400 | } | 1402 | } |
| 1401 | }, | 1403 | }, |
| 1402 | "node_modules/@babel/plugin-transform-unicode-escapes": { | 1404 | "node_modules/@babel/plugin-transform-unicode-escapes": { |
| 1403 | - "version": "7.16.5", | ||
| 1404 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.5.tgz", | ||
| 1405 | - "integrity": "sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==", | 1405 | + "version": "7.16.7", |
| 1406 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz", | ||
| 1407 | + "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==", | ||
| 1406 | "dependencies": { | 1408 | "dependencies": { |
| 1407 | - "@babel/helper-plugin-utils": "^7.16.5" | 1409 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 1408 | }, | 1410 | }, |
| 1409 | "engines": { | 1411 | "engines": { |
| 1410 | "node": ">=6.9.0" | 1412 | "node": ">=6.9.0" |
| @@ -1414,12 +1416,12 @@ | @@ -1414,12 +1416,12 @@ | ||
| 1414 | } | 1416 | } |
| 1415 | }, | 1417 | }, |
| 1416 | "node_modules/@babel/plugin-transform-unicode-regex": { | 1418 | "node_modules/@babel/plugin-transform-unicode-regex": { |
| 1417 | - "version": "7.16.5", | ||
| 1418 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.5.tgz", | ||
| 1419 | - "integrity": "sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==", | 1419 | + "version": "7.16.7", |
| 1420 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz", | ||
| 1421 | + "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==", | ||
| 1420 | "dependencies": { | 1422 | "dependencies": { |
| 1421 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0", | ||
| 1422 | - "@babel/helper-plugin-utils": "^7.16.5" | 1423 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7", |
| 1424 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 1423 | }, | 1425 | }, |
| 1424 | "engines": { | 1426 | "engines": { |
| 1425 | "node": ">=6.9.0" | 1427 | "node": ">=6.9.0" |
| @@ -1429,31 +1431,31 @@ | @@ -1429,31 +1431,31 @@ | ||
| 1429 | } | 1431 | } |
| 1430 | }, | 1432 | }, |
| 1431 | "node_modules/@babel/preset-env": { | 1433 | "node_modules/@babel/preset-env": { |
| 1432 | - "version": "7.16.5", | ||
| 1433 | - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.5.tgz", | ||
| 1434 | - "integrity": "sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==", | ||
| 1435 | - "dependencies": { | ||
| 1436 | - "@babel/compat-data": "^7.16.4", | ||
| 1437 | - "@babel/helper-compilation-targets": "^7.16.3", | ||
| 1438 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 1439 | - "@babel/helper-validator-option": "^7.14.5", | ||
| 1440 | - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.2", | ||
| 1441 | - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.0", | ||
| 1442 | - "@babel/plugin-proposal-async-generator-functions": "^7.16.5", | ||
| 1443 | - "@babel/plugin-proposal-class-properties": "^7.16.5", | ||
| 1444 | - "@babel/plugin-proposal-class-static-block": "^7.16.5", | ||
| 1445 | - "@babel/plugin-proposal-dynamic-import": "^7.16.5", | ||
| 1446 | - "@babel/plugin-proposal-export-namespace-from": "^7.16.5", | ||
| 1447 | - "@babel/plugin-proposal-json-strings": "^7.16.5", | ||
| 1448 | - "@babel/plugin-proposal-logical-assignment-operators": "^7.16.5", | ||
| 1449 | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5", | ||
| 1450 | - "@babel/plugin-proposal-numeric-separator": "^7.16.5", | ||
| 1451 | - "@babel/plugin-proposal-object-rest-spread": "^7.16.5", | ||
| 1452 | - "@babel/plugin-proposal-optional-catch-binding": "^7.16.5", | ||
| 1453 | - "@babel/plugin-proposal-optional-chaining": "^7.16.5", | ||
| 1454 | - "@babel/plugin-proposal-private-methods": "^7.16.5", | ||
| 1455 | - "@babel/plugin-proposal-private-property-in-object": "^7.16.5", | ||
| 1456 | - "@babel/plugin-proposal-unicode-property-regex": "^7.16.5", | 1434 | + "version": "7.16.11", |
| 1435 | + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz", | ||
| 1436 | + "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==", | ||
| 1437 | + "dependencies": { | ||
| 1438 | + "@babel/compat-data": "^7.16.8", | ||
| 1439 | + "@babel/helper-compilation-targets": "^7.16.7", | ||
| 1440 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 1441 | + "@babel/helper-validator-option": "^7.16.7", | ||
| 1442 | + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7", | ||
| 1443 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7", | ||
| 1444 | + "@babel/plugin-proposal-async-generator-functions": "^7.16.8", | ||
| 1445 | + "@babel/plugin-proposal-class-properties": "^7.16.7", | ||
| 1446 | + "@babel/plugin-proposal-class-static-block": "^7.16.7", | ||
| 1447 | + "@babel/plugin-proposal-dynamic-import": "^7.16.7", | ||
| 1448 | + "@babel/plugin-proposal-export-namespace-from": "^7.16.7", | ||
| 1449 | + "@babel/plugin-proposal-json-strings": "^7.16.7", | ||
| 1450 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7", | ||
| 1451 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", | ||
| 1452 | + "@babel/plugin-proposal-numeric-separator": "^7.16.7", | ||
| 1453 | + "@babel/plugin-proposal-object-rest-spread": "^7.16.7", | ||
| 1454 | + "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", | ||
| 1455 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7", | ||
| 1456 | + "@babel/plugin-proposal-private-methods": "^7.16.11", | ||
| 1457 | + "@babel/plugin-proposal-private-property-in-object": "^7.16.7", | ||
| 1458 | + "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", | ||
| 1457 | "@babel/plugin-syntax-async-generators": "^7.8.4", | 1459 | "@babel/plugin-syntax-async-generators": "^7.8.4", |
| 1458 | "@babel/plugin-syntax-class-properties": "^7.12.13", | 1460 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
| 1459 | "@babel/plugin-syntax-class-static-block": "^7.14.5", | 1461 | "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| @@ -1468,44 +1470,44 @@ | @@ -1468,44 +1470,44 @@ | ||
| 1468 | "@babel/plugin-syntax-optional-chaining": "^7.8.3", | 1470 | "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| 1469 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5", | 1471 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
| 1470 | "@babel/plugin-syntax-top-level-await": "^7.14.5", | 1472 | "@babel/plugin-syntax-top-level-await": "^7.14.5", |
| 1471 | - "@babel/plugin-transform-arrow-functions": "^7.16.5", | ||
| 1472 | - "@babel/plugin-transform-async-to-generator": "^7.16.5", | ||
| 1473 | - "@babel/plugin-transform-block-scoped-functions": "^7.16.5", | ||
| 1474 | - "@babel/plugin-transform-block-scoping": "^7.16.5", | ||
| 1475 | - "@babel/plugin-transform-classes": "^7.16.5", | ||
| 1476 | - "@babel/plugin-transform-computed-properties": "^7.16.5", | ||
| 1477 | - "@babel/plugin-transform-destructuring": "^7.16.5", | ||
| 1478 | - "@babel/plugin-transform-dotall-regex": "^7.16.5", | ||
| 1479 | - "@babel/plugin-transform-duplicate-keys": "^7.16.5", | ||
| 1480 | - "@babel/plugin-transform-exponentiation-operator": "^7.16.5", | ||
| 1481 | - "@babel/plugin-transform-for-of": "^7.16.5", | ||
| 1482 | - "@babel/plugin-transform-function-name": "^7.16.5", | ||
| 1483 | - "@babel/plugin-transform-literals": "^7.16.5", | ||
| 1484 | - "@babel/plugin-transform-member-expression-literals": "^7.16.5", | ||
| 1485 | - "@babel/plugin-transform-modules-amd": "^7.16.5", | ||
| 1486 | - "@babel/plugin-transform-modules-commonjs": "^7.16.5", | ||
| 1487 | - "@babel/plugin-transform-modules-systemjs": "^7.16.5", | ||
| 1488 | - "@babel/plugin-transform-modules-umd": "^7.16.5", | ||
| 1489 | - "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.5", | ||
| 1490 | - "@babel/plugin-transform-new-target": "^7.16.5", | ||
| 1491 | - "@babel/plugin-transform-object-super": "^7.16.5", | ||
| 1492 | - "@babel/plugin-transform-parameters": "^7.16.5", | ||
| 1493 | - "@babel/plugin-transform-property-literals": "^7.16.5", | ||
| 1494 | - "@babel/plugin-transform-regenerator": "^7.16.5", | ||
| 1495 | - "@babel/plugin-transform-reserved-words": "^7.16.5", | ||
| 1496 | - "@babel/plugin-transform-shorthand-properties": "^7.16.5", | ||
| 1497 | - "@babel/plugin-transform-spread": "^7.16.5", | ||
| 1498 | - "@babel/plugin-transform-sticky-regex": "^7.16.5", | ||
| 1499 | - "@babel/plugin-transform-template-literals": "^7.16.5", | ||
| 1500 | - "@babel/plugin-transform-typeof-symbol": "^7.16.5", | ||
| 1501 | - "@babel/plugin-transform-unicode-escapes": "^7.16.5", | ||
| 1502 | - "@babel/plugin-transform-unicode-regex": "^7.16.5", | 1473 | + "@babel/plugin-transform-arrow-functions": "^7.16.7", |
| 1474 | + "@babel/plugin-transform-async-to-generator": "^7.16.8", | ||
| 1475 | + "@babel/plugin-transform-block-scoped-functions": "^7.16.7", | ||
| 1476 | + "@babel/plugin-transform-block-scoping": "^7.16.7", | ||
| 1477 | + "@babel/plugin-transform-classes": "^7.16.7", | ||
| 1478 | + "@babel/plugin-transform-computed-properties": "^7.16.7", | ||
| 1479 | + "@babel/plugin-transform-destructuring": "^7.16.7", | ||
| 1480 | + "@babel/plugin-transform-dotall-regex": "^7.16.7", | ||
| 1481 | + "@babel/plugin-transform-duplicate-keys": "^7.16.7", | ||
| 1482 | + "@babel/plugin-transform-exponentiation-operator": "^7.16.7", | ||
| 1483 | + "@babel/plugin-transform-for-of": "^7.16.7", | ||
| 1484 | + "@babel/plugin-transform-function-name": "^7.16.7", | ||
| 1485 | + "@babel/plugin-transform-literals": "^7.16.7", | ||
| 1486 | + "@babel/plugin-transform-member-expression-literals": "^7.16.7", | ||
| 1487 | + "@babel/plugin-transform-modules-amd": "^7.16.7", | ||
| 1488 | + "@babel/plugin-transform-modules-commonjs": "^7.16.8", | ||
| 1489 | + "@babel/plugin-transform-modules-systemjs": "^7.16.7", | ||
| 1490 | + "@babel/plugin-transform-modules-umd": "^7.16.7", | ||
| 1491 | + "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8", | ||
| 1492 | + "@babel/plugin-transform-new-target": "^7.16.7", | ||
| 1493 | + "@babel/plugin-transform-object-super": "^7.16.7", | ||
| 1494 | + "@babel/plugin-transform-parameters": "^7.16.7", | ||
| 1495 | + "@babel/plugin-transform-property-literals": "^7.16.7", | ||
| 1496 | + "@babel/plugin-transform-regenerator": "^7.16.7", | ||
| 1497 | + "@babel/plugin-transform-reserved-words": "^7.16.7", | ||
| 1498 | + "@babel/plugin-transform-shorthand-properties": "^7.16.7", | ||
| 1499 | + "@babel/plugin-transform-spread": "^7.16.7", | ||
| 1500 | + "@babel/plugin-transform-sticky-regex": "^7.16.7", | ||
| 1501 | + "@babel/plugin-transform-template-literals": "^7.16.7", | ||
| 1502 | + "@babel/plugin-transform-typeof-symbol": "^7.16.7", | ||
| 1503 | + "@babel/plugin-transform-unicode-escapes": "^7.16.7", | ||
| 1504 | + "@babel/plugin-transform-unicode-regex": "^7.16.7", | ||
| 1503 | "@babel/preset-modules": "^0.1.5", | 1505 | "@babel/preset-modules": "^0.1.5", |
| 1504 | - "@babel/types": "^7.16.0", | 1506 | + "@babel/types": "^7.16.8", |
| 1505 | "babel-plugin-polyfill-corejs2": "^0.3.0", | 1507 | "babel-plugin-polyfill-corejs2": "^0.3.0", |
| 1506 | - "babel-plugin-polyfill-corejs3": "^0.4.0", | 1508 | + "babel-plugin-polyfill-corejs3": "^0.5.0", |
| 1507 | "babel-plugin-polyfill-regenerator": "^0.3.0", | 1509 | "babel-plugin-polyfill-regenerator": "^0.3.0", |
| 1508 | - "core-js-compat": "^3.19.1", | 1510 | + "core-js-compat": "^3.20.2", |
| 1509 | "semver": "^6.3.0" | 1511 | "semver": "^6.3.0" |
| 1510 | }, | 1512 | }, |
| 1511 | "engines": { | 1513 | "engines": { |
| @@ -1531,9 +1533,9 @@ | @@ -1531,9 +1533,9 @@ | ||
| 1531 | } | 1533 | } |
| 1532 | }, | 1534 | }, |
| 1533 | "node_modules/@babel/runtime": { | 1535 | "node_modules/@babel/runtime": { |
| 1534 | - "version": "7.16.5", | ||
| 1535 | - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", | ||
| 1536 | - "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", | 1536 | + "version": "7.16.7", |
| 1537 | + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", | ||
| 1538 | + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", | ||
| 1537 | "dependencies": { | 1539 | "dependencies": { |
| 1538 | "regenerator-runtime": "^0.13.4" | 1540 | "regenerator-runtime": "^0.13.4" |
| 1539 | }, | 1541 | }, |
| @@ -1542,39 +1544,39 @@ | @@ -1542,39 +1544,39 @@ | ||
| 1542 | } | 1544 | } |
| 1543 | }, | 1545 | }, |
| 1544 | "node_modules/@babel/standalone": { | 1546 | "node_modules/@babel/standalone": { |
| 1545 | - "version": "7.16.6", | ||
| 1546 | - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.16.6.tgz", | ||
| 1547 | - "integrity": "sha512-wjildVe951w1IPEPN4G76j+y5JFZfJN9gdyP8o9zd61qbiVEecAgORKskK1D/7VrJZrZS+nxDbhj2akEFU2RJw==", | 1547 | + "version": "7.16.12", |
| 1548 | + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.16.12.tgz", | ||
| 1549 | + "integrity": "sha512-Yhx3HHbBLCE0AzpmAXQ2h0adOz0N4Ga64EC7BibFPbdE0c9/davL/NCdHJf/xuQUbwtCg99g1ZLUsMvTLgBQ2w==", | ||
| 1548 | "engines": { | 1550 | "engines": { |
| 1549 | "node": ">=6.9.0" | 1551 | "node": ">=6.9.0" |
| 1550 | } | 1552 | } |
| 1551 | }, | 1553 | }, |
| 1552 | "node_modules/@babel/template": { | 1554 | "node_modules/@babel/template": { |
| 1553 | - "version": "7.16.0", | ||
| 1554 | - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz", | ||
| 1555 | - "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==", | 1555 | + "version": "7.16.7", |
| 1556 | + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", | ||
| 1557 | + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", | ||
| 1556 | "dependencies": { | 1558 | "dependencies": { |
| 1557 | - "@babel/code-frame": "^7.16.0", | ||
| 1558 | - "@babel/parser": "^7.16.0", | ||
| 1559 | - "@babel/types": "^7.16.0" | 1559 | + "@babel/code-frame": "^7.16.7", |
| 1560 | + "@babel/parser": "^7.16.7", | ||
| 1561 | + "@babel/types": "^7.16.7" | ||
| 1560 | }, | 1562 | }, |
| 1561 | "engines": { | 1563 | "engines": { |
| 1562 | "node": ">=6.9.0" | 1564 | "node": ">=6.9.0" |
| 1563 | } | 1565 | } |
| 1564 | }, | 1566 | }, |
| 1565 | "node_modules/@babel/traverse": { | 1567 | "node_modules/@babel/traverse": { |
| 1566 | - "version": "7.16.5", | ||
| 1567 | - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz", | ||
| 1568 | - "integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==", | ||
| 1569 | - "dependencies": { | ||
| 1570 | - "@babel/code-frame": "^7.16.0", | ||
| 1571 | - "@babel/generator": "^7.16.5", | ||
| 1572 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 1573 | - "@babel/helper-function-name": "^7.16.0", | ||
| 1574 | - "@babel/helper-hoist-variables": "^7.16.0", | ||
| 1575 | - "@babel/helper-split-export-declaration": "^7.16.0", | ||
| 1576 | - "@babel/parser": "^7.16.5", | ||
| 1577 | - "@babel/types": "^7.16.0", | 1568 | + "version": "7.16.10", |
| 1569 | + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.10.tgz", | ||
| 1570 | + "integrity": "sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==", | ||
| 1571 | + "dependencies": { | ||
| 1572 | + "@babel/code-frame": "^7.16.7", | ||
| 1573 | + "@babel/generator": "^7.16.8", | ||
| 1574 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 1575 | + "@babel/helper-function-name": "^7.16.7", | ||
| 1576 | + "@babel/helper-hoist-variables": "^7.16.7", | ||
| 1577 | + "@babel/helper-split-export-declaration": "^7.16.7", | ||
| 1578 | + "@babel/parser": "^7.16.10", | ||
| 1579 | + "@babel/types": "^7.16.8", | ||
| 1578 | "debug": "^4.1.0", | 1580 | "debug": "^4.1.0", |
| 1579 | "globals": "^11.1.0" | 1581 | "globals": "^11.1.0" |
| 1580 | }, | 1582 | }, |
| @@ -1604,11 +1606,11 @@ | @@ -1604,11 +1606,11 @@ | ||
| 1604 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" | 1606 | "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" |
| 1605 | }, | 1607 | }, |
| 1606 | "node_modules/@babel/types": { | 1608 | "node_modules/@babel/types": { |
| 1607 | - "version": "7.16.0", | ||
| 1608 | - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", | ||
| 1609 | - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", | 1609 | + "version": "7.16.8", |
| 1610 | + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz", | ||
| 1611 | + "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==", | ||
| 1610 | "dependencies": { | 1612 | "dependencies": { |
| 1611 | - "@babel/helper-validator-identifier": "^7.15.7", | 1613 | + "@babel/helper-validator-identifier": "^7.16.7", |
| 1612 | "to-fast-properties": "^2.0.0" | 1614 | "to-fast-properties": "^2.0.0" |
| 1613 | }, | 1615 | }, |
| 1614 | "engines": { | 1616 | "engines": { |
| @@ -1616,9 +1618,9 @@ | @@ -1616,9 +1618,9 @@ | ||
| 1616 | } | 1618 | } |
| 1617 | }, | 1619 | }, |
| 1618 | "node_modules/@element-plus/icons-vue": { | 1620 | "node_modules/@element-plus/icons-vue": { |
| 1619 | - "version": "0.2.4", | ||
| 1620 | - "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-0.2.4.tgz", | ||
| 1621 | - "integrity": "sha512-RsJNyL58rwxtsjeMy34o8txkL6UlME1stWsUlRpTac6UE9Bx9gdJvnDXbIKhOJqBLX17fBjmposdrn6VTqim2w==", | 1621 | + "version": "0.2.6", |
| 1622 | + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-0.2.6.tgz", | ||
| 1623 | + "integrity": "sha512-2gg7VCq4d2firgl7/aVym4Cx/wqKFwKybEQGJiiWJN4urW36+QdAEG1knqSD9qidbjhVp0Jnc9XdSTR1/4Whzw==", | ||
| 1622 | "peerDependencies": { | 1624 | "peerDependencies": { |
| 1623 | "vue": "^3.2.0" | 1625 | "vue": "^3.2.0" |
| 1624 | } | 1626 | } |
| @@ -1648,9 +1650,9 @@ | @@ -1648,9 +1650,9 @@ | ||
| 1648 | "dev": true | 1650 | "dev": true |
| 1649 | }, | 1651 | }, |
| 1650 | "node_modules/@popperjs/core": { | 1652 | "node_modules/@popperjs/core": { |
| 1651 | - "version": "2.11.0", | ||
| 1652 | - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.0.tgz", | ||
| 1653 | - "integrity": "sha512-zrsUxjLOKAzdewIDRWy9nsV1GQsKBCWaGwsZQlCgr6/q+vjyZhFgqedLfFBuI9anTPEUT4APq9Mu0SZBTzIcGQ==", | 1653 | + "version": "2.11.2", |
| 1654 | + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz", | ||
| 1655 | + "integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==", | ||
| 1654 | "funding": { | 1656 | "funding": { |
| 1655 | "type": "opencollective", | 1657 | "type": "opencollective", |
| 1656 | "url": "https://opencollective.com/popperjs" | 1658 | "url": "https://opencollective.com/popperjs" |
| @@ -1713,9 +1715,9 @@ | @@ -1713,9 +1715,9 @@ | ||
| 1713 | "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" | 1715 | "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" |
| 1714 | }, | 1716 | }, |
| 1715 | "node_modules/@types/node": { | 1717 | "node_modules/@types/node": { |
| 1716 | - "version": "17.0.5", | ||
| 1717 | - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.5.tgz", | ||
| 1718 | - "integrity": "sha512-w3mrvNXLeDYV1GKTZorGJQivK6XLCoGwpnyJFbJVK/aTBQUxOCaa/GlFAAN3OTDFcb7h5tiFG+YXCO2By+riZw==" | 1718 | + "version": "17.0.13", |
| 1719 | + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz", | ||
| 1720 | + "integrity": "sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw==" | ||
| 1719 | }, | 1721 | }, |
| 1720 | "node_modules/@types/nprogress": { | 1722 | "node_modules/@types/nprogress": { |
| 1721 | "version": "0.2.0", | 1723 | "version": "0.2.0", |
| @@ -1742,9 +1744,9 @@ | @@ -1742,9 +1744,9 @@ | ||
| 1742 | } | 1744 | } |
| 1743 | }, | 1745 | }, |
| 1744 | "node_modules/@vitejs/plugin-vue": { | 1746 | "node_modules/@vitejs/plugin-vue": { |
| 1745 | - "version": "2.0.1", | ||
| 1746 | - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.0.1.tgz", | ||
| 1747 | - "integrity": "sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==", | 1747 | + "version": "2.1.0", |
| 1748 | + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.1.0.tgz", | ||
| 1749 | + "integrity": "sha512-AZ78WxvFMYd8JmM/GBV6a6SGGTU0GgN/0/4T+FnMMsLzFEzTeAUwuraapy50ifHZsC+G5SvWs86bvaCPTneFlA==", | ||
| 1748 | "dev": true, | 1750 | "dev": true, |
| 1749 | "engines": { | 1751 | "engines": { |
| 1750 | "node": ">=12.0.0" | 1752 | "node": ">=12.0.0" |
| @@ -1842,13 +1844,12 @@ | @@ -1842,13 +1844,12 @@ | ||
| 1842 | "dev": true | 1844 | "dev": true |
| 1843 | }, | 1845 | }, |
| 1844 | "node_modules/@vue/compiler-core": { | 1846 | "node_modules/@vue/compiler-core": { |
| 1845 | - "version": "3.2.26", | ||
| 1846 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.26.tgz", | ||
| 1847 | - "integrity": "sha512-N5XNBobZbaASdzY9Lga2D9Lul5vdCIOXvUMd6ThcN8zgqQhPKfCV+wfAJNNJKQkSHudnYRO2gEB+lp0iN3g2Tw==", | ||
| 1848 | - "dev": true, | 1847 | + "version": "3.2.25", |
| 1848 | + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 1849 | + "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 1849 | "dependencies": { | 1850 | "dependencies": { |
| 1850 | "@babel/parser": "^7.16.4", | 1851 | "@babel/parser": "^7.16.4", |
| 1851 | - "@vue/shared": "3.2.26", | 1852 | + "@vue/shared": "3.2.25", |
| 1852 | "estree-walker": "^2.0.2", | 1853 | "estree-walker": "^2.0.2", |
| 1853 | "source-map": "^0.6.1" | 1854 | "source-map": "^0.6.1" |
| 1854 | } | 1855 | } |
| @@ -1857,19 +1858,17 @@ | @@ -1857,19 +1858,17 @@ | ||
| 1857 | "version": "0.6.1", | 1858 | "version": "0.6.1", |
| 1858 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | 1859 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |
| 1859 | "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | 1860 | "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", |
| 1860 | - "dev": true, | ||
| 1861 | "engines": { | 1861 | "engines": { |
| 1862 | "node": ">=0.10.0" | 1862 | "node": ">=0.10.0" |
| 1863 | } | 1863 | } |
| 1864 | }, | 1864 | }, |
| 1865 | "node_modules/@vue/compiler-dom": { | 1865 | "node_modules/@vue/compiler-dom": { |
| 1866 | - "version": "3.2.26", | ||
| 1867 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.26.tgz", | ||
| 1868 | - "integrity": "sha512-smBfaOW6mQDxcT3p9TKT6mE22vjxjJL50GFVJiI0chXYGU/xzC05QRGrW3HHVuJrmLTLx5zBhsZ2dIATERbarg==", | ||
| 1869 | - "dev": true, | 1866 | + "version": "3.2.25", |
| 1867 | + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 1868 | + "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 1870 | "dependencies": { | 1869 | "dependencies": { |
| 1871 | - "@vue/compiler-core": "3.2.26", | ||
| 1872 | - "@vue/shared": "3.2.26" | 1870 | + "@vue/compiler-core": "3.2.25", |
| 1871 | + "@vue/shared": "3.2.25" | ||
| 1873 | } | 1872 | } |
| 1874 | }, | 1873 | }, |
| 1875 | "node_modules/@vue/compiler-sfc": { | 1874 | "node_modules/@vue/compiler-sfc": { |
| @@ -1889,31 +1888,6 @@ | @@ -1889,31 +1888,6 @@ | ||
| 1889 | "source-map": "^0.6.1" | 1888 | "source-map": "^0.6.1" |
| 1890 | } | 1889 | } |
| 1891 | }, | 1890 | }, |
| 1892 | - "node_modules/@vue/compiler-sfc/node_modules/@vue/compiler-core": { | ||
| 1893 | - "version": "3.2.25", | ||
| 1894 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 1895 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 1896 | - "dependencies": { | ||
| 1897 | - "@babel/parser": "^7.16.4", | ||
| 1898 | - "@vue/shared": "3.2.25", | ||
| 1899 | - "estree-walker": "^2.0.2", | ||
| 1900 | - "source-map": "^0.6.1" | ||
| 1901 | - } | ||
| 1902 | - }, | ||
| 1903 | - "node_modules/@vue/compiler-sfc/node_modules/@vue/compiler-dom": { | ||
| 1904 | - "version": "3.2.25", | ||
| 1905 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 1906 | - "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 1907 | - "dependencies": { | ||
| 1908 | - "@vue/compiler-core": "3.2.25", | ||
| 1909 | - "@vue/shared": "3.2.25" | ||
| 1910 | - } | ||
| 1911 | - }, | ||
| 1912 | - "node_modules/@vue/compiler-sfc/node_modules/@vue/shared": { | ||
| 1913 | - "version": "3.2.25", | ||
| 1914 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 1915 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 1916 | - }, | ||
| 1917 | "node_modules/@vue/compiler-sfc/node_modules/source-map": { | 1891 | "node_modules/@vue/compiler-sfc/node_modules/source-map": { |
| 1918 | "version": "0.6.1", | 1892 | "version": "0.6.1", |
| 1919 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | 1893 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |
| @@ -1931,51 +1905,17 @@ | @@ -1931,51 +1905,17 @@ | ||
| 1931 | "@vue/shared": "3.2.25" | 1905 | "@vue/shared": "3.2.25" |
| 1932 | } | 1906 | } |
| 1933 | }, | 1907 | }, |
| 1934 | - "node_modules/@vue/compiler-ssr/node_modules/@vue/compiler-core": { | ||
| 1935 | - "version": "3.2.25", | ||
| 1936 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 1937 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 1938 | - "dependencies": { | ||
| 1939 | - "@babel/parser": "^7.16.4", | ||
| 1940 | - "@vue/shared": "3.2.25", | ||
| 1941 | - "estree-walker": "^2.0.2", | ||
| 1942 | - "source-map": "^0.6.1" | ||
| 1943 | - } | ||
| 1944 | - }, | ||
| 1945 | - "node_modules/@vue/compiler-ssr/node_modules/@vue/compiler-dom": { | ||
| 1946 | - "version": "3.2.25", | ||
| 1947 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 1948 | - "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 1949 | - "dependencies": { | ||
| 1950 | - "@vue/compiler-core": "3.2.25", | ||
| 1951 | - "@vue/shared": "3.2.25" | ||
| 1952 | - } | ||
| 1953 | - }, | ||
| 1954 | - "node_modules/@vue/compiler-ssr/node_modules/@vue/shared": { | ||
| 1955 | - "version": "3.2.25", | ||
| 1956 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 1957 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 1958 | - }, | ||
| 1959 | - "node_modules/@vue/compiler-ssr/node_modules/source-map": { | ||
| 1960 | - "version": "0.6.1", | ||
| 1961 | - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||
| 1962 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | ||
| 1963 | - "engines": { | ||
| 1964 | - "node": ">=0.10.0" | ||
| 1965 | - } | ||
| 1966 | - }, | ||
| 1967 | "node_modules/@vue/devtools-api": { | 1908 | "node_modules/@vue/devtools-api": { |
| 1968 | "version": "6.0.0-beta.21.1", | 1909 | "version": "6.0.0-beta.21.1", |
| 1969 | "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.21.1.tgz", | 1910 | "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.21.1.tgz", |
| 1970 | "integrity": "sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==" | 1911 | "integrity": "sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==" |
| 1971 | }, | 1912 | }, |
| 1972 | "node_modules/@vue/reactivity": { | 1913 | "node_modules/@vue/reactivity": { |
| 1973 | - "version": "3.2.26", | ||
| 1974 | - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.26.tgz", | ||
| 1975 | - "integrity": "sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==", | ||
| 1976 | - "dev": true, | 1914 | + "version": "3.2.25", |
| 1915 | + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.25.tgz", | ||
| 1916 | + "integrity": "sha512-Dxc/u/dxoneIDqyfmuwPVBR0G3OQJqe3Dtz4z3NGt+CGj4UuOZQfN5raJPmp6xGYgrtC6PAWoCgHhyrgr1qCtg==", | ||
| 1977 | "dependencies": { | 1917 | "dependencies": { |
| 1978 | - "@vue/shared": "3.2.26" | 1918 | + "@vue/shared": "3.2.25" |
| 1979 | } | 1919 | } |
| 1980 | }, | 1920 | }, |
| 1981 | "node_modules/@vue/reactivity-transform": { | 1921 | "node_modules/@vue/reactivity-transform": { |
| @@ -1990,30 +1930,6 @@ | @@ -1990,30 +1930,6 @@ | ||
| 1990 | "magic-string": "^0.25.7" | 1930 | "magic-string": "^0.25.7" |
| 1991 | } | 1931 | } |
| 1992 | }, | 1932 | }, |
| 1993 | - "node_modules/@vue/reactivity-transform/node_modules/@vue/compiler-core": { | ||
| 1994 | - "version": "3.2.25", | ||
| 1995 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 1996 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 1997 | - "dependencies": { | ||
| 1998 | - "@babel/parser": "^7.16.4", | ||
| 1999 | - "@vue/shared": "3.2.25", | ||
| 2000 | - "estree-walker": "^2.0.2", | ||
| 2001 | - "source-map": "^0.6.1" | ||
| 2002 | - } | ||
| 2003 | - }, | ||
| 2004 | - "node_modules/@vue/reactivity-transform/node_modules/@vue/shared": { | ||
| 2005 | - "version": "3.2.25", | ||
| 2006 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 2007 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 2008 | - }, | ||
| 2009 | - "node_modules/@vue/reactivity-transform/node_modules/source-map": { | ||
| 2010 | - "version": "0.6.1", | ||
| 2011 | - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||
| 2012 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | ||
| 2013 | - "engines": { | ||
| 2014 | - "node": ">=0.10.0" | ||
| 2015 | - } | ||
| 2016 | - }, | ||
| 2017 | "node_modules/@vue/runtime-core": { | 1933 | "node_modules/@vue/runtime-core": { |
| 2018 | "version": "3.2.25", | 1934 | "version": "3.2.25", |
| 2019 | "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.25.tgz", | 1935 | "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.25.tgz", |
| @@ -2023,19 +1939,6 @@ | @@ -2023,19 +1939,6 @@ | ||
| 2023 | "@vue/shared": "3.2.25" | 1939 | "@vue/shared": "3.2.25" |
| 2024 | } | 1940 | } |
| 2025 | }, | 1941 | }, |
| 2026 | - "node_modules/@vue/runtime-core/node_modules/@vue/reactivity": { | ||
| 2027 | - "version": "3.2.25", | ||
| 2028 | - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.25.tgz", | ||
| 2029 | - "integrity": "sha512-Dxc/u/dxoneIDqyfmuwPVBR0G3OQJqe3Dtz4z3NGt+CGj4UuOZQfN5raJPmp6xGYgrtC6PAWoCgHhyrgr1qCtg==", | ||
| 2030 | - "dependencies": { | ||
| 2031 | - "@vue/shared": "3.2.25" | ||
| 2032 | - } | ||
| 2033 | - }, | ||
| 2034 | - "node_modules/@vue/runtime-core/node_modules/@vue/shared": { | ||
| 2035 | - "version": "3.2.25", | ||
| 2036 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 2037 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 2038 | - }, | ||
| 2039 | "node_modules/@vue/runtime-dom": { | 1942 | "node_modules/@vue/runtime-dom": { |
| 2040 | "version": "3.2.25", | 1943 | "version": "3.2.25", |
| 2041 | "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.25.tgz", | 1944 | "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.25.tgz", |
| @@ -2046,11 +1949,6 @@ | @@ -2046,11 +1949,6 @@ | ||
| 2046 | "csstype": "^2.6.8" | 1949 | "csstype": "^2.6.8" |
| 2047 | } | 1950 | } |
| 2048 | }, | 1951 | }, |
| 2049 | - "node_modules/@vue/runtime-dom/node_modules/@vue/shared": { | ||
| 2050 | - "version": "3.2.25", | ||
| 2051 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 2052 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 2053 | - }, | ||
| 2054 | "node_modules/@vue/server-renderer": { | 1952 | "node_modules/@vue/server-renderer": { |
| 2055 | "version": "3.2.25", | 1953 | "version": "3.2.25", |
| 2056 | "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.25.tgz", | 1954 | "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.25.tgz", |
| @@ -2063,89 +1961,11 @@ | @@ -2063,89 +1961,11 @@ | ||
| 2063 | "vue": "3.2.25" | 1961 | "vue": "3.2.25" |
| 2064 | } | 1962 | } |
| 2065 | }, | 1963 | }, |
| 2066 | - "node_modules/@vue/server-renderer/node_modules/@vue/shared": { | 1964 | + "node_modules/@vue/shared": { |
| 2067 | "version": "3.2.25", | 1965 | "version": "3.2.25", |
| 2068 | "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | 1966 | "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", |
| 2069 | "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | 1967 | "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" |
| 2070 | }, | 1968 | }, |
| 2071 | - "node_modules/@vue/shared": { | ||
| 2072 | - "version": "3.2.26", | ||
| 2073 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.26.tgz", | ||
| 2074 | - "integrity": "sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==", | ||
| 2075 | - "dev": true | ||
| 2076 | - }, | ||
| 2077 | - "node_modules/@vueuse/core": { | ||
| 2078 | - "version": "7.4.1", | ||
| 2079 | - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-7.4.1.tgz", | ||
| 2080 | - "integrity": "sha512-8UeLPCAieeQLXFHF1/28SIEK6ILLPb/4hp03hR+xkXF00gB/YUp0CEVcRAL9uQ8HTZa3S2T/jTISMc1ZjilM0A==", | ||
| 2081 | - "dependencies": { | ||
| 2082 | - "@vueuse/shared": "7.4.1", | ||
| 2083 | - "vue-demi": "*" | ||
| 2084 | - }, | ||
| 2085 | - "funding": { | ||
| 2086 | - "url": "https://github.com/sponsors/antfu" | ||
| 2087 | - }, | ||
| 2088 | - "peerDependencies": { | ||
| 2089 | - "@vue/composition-api": "^1.1.0", | ||
| 2090 | - "vue": "^2.6.0 || ^3.2.0" | ||
| 2091 | - }, | ||
| 2092 | - "peerDependenciesMeta": { | ||
| 2093 | - "@vue/composition-api": { | ||
| 2094 | - "optional": true | ||
| 2095 | - }, | ||
| 2096 | - "vue": { | ||
| 2097 | - "optional": true | ||
| 2098 | - } | ||
| 2099 | - } | ||
| 2100 | - }, | ||
| 2101 | - "node_modules/@vueuse/core/node_modules/@vueuse/shared": { | ||
| 2102 | - "version": "7.4.1", | ||
| 2103 | - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-7.4.1.tgz", | ||
| 2104 | - "integrity": "sha512-Pzb7XoHIcgPwwBJ5Ow9lZb0HTDyaLDV3pgxKauPGTMN9qvEylG06kUG+VTjJXkPsRtiGu46di8XyFeMw2dongA==", | ||
| 2105 | - "dependencies": { | ||
| 2106 | - "vue-demi": "*" | ||
| 2107 | - }, | ||
| 2108 | - "funding": { | ||
| 2109 | - "url": "https://github.com/sponsors/antfu" | ||
| 2110 | - }, | ||
| 2111 | - "peerDependencies": { | ||
| 2112 | - "@vue/composition-api": "^1.1.0", | ||
| 2113 | - "vue": "^2.6.0 || ^3.2.0" | ||
| 2114 | - }, | ||
| 2115 | - "peerDependenciesMeta": { | ||
| 2116 | - "@vue/composition-api": { | ||
| 2117 | - "optional": true | ||
| 2118 | - }, | ||
| 2119 | - "vue": { | ||
| 2120 | - "optional": true | ||
| 2121 | - } | ||
| 2122 | - } | ||
| 2123 | - }, | ||
| 2124 | - "node_modules/@vueuse/core/node_modules/vue-demi": { | ||
| 2125 | - "version": "0.12.1", | ||
| 2126 | - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | ||
| 2127 | - "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==", | ||
| 2128 | - "hasInstallScript": true, | ||
| 2129 | - "bin": { | ||
| 2130 | - "vue-demi-fix": "bin/vue-demi-fix.js", | ||
| 2131 | - "vue-demi-switch": "bin/vue-demi-switch.js" | ||
| 2132 | - }, | ||
| 2133 | - "engines": { | ||
| 2134 | - "node": ">=12" | ||
| 2135 | - }, | ||
| 2136 | - "funding": { | ||
| 2137 | - "url": "https://github.com/sponsors/antfu" | ||
| 2138 | - }, | ||
| 2139 | - "peerDependencies": { | ||
| 2140 | - "@vue/composition-api": "^1.0.0-rc.1", | ||
| 2141 | - "vue": "^3.0.0-0 || ^2.6.0" | ||
| 2142 | - }, | ||
| 2143 | - "peerDependenciesMeta": { | ||
| 2144 | - "@vue/composition-api": { | ||
| 2145 | - "optional": true | ||
| 2146 | - } | ||
| 2147 | - } | ||
| 2148 | - }, | ||
| 2149 | "node_modules/acorn": { | 1969 | "node_modules/acorn": { |
| 2150 | "version": "7.4.1", | 1970 | "version": "7.4.1", |
| 2151 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", | 1971 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", |
| @@ -2184,14 +2004,6 @@ | @@ -2184,14 +2004,6 @@ | ||
| 2184 | "node": ">= 8" | 2004 | "node": ">= 8" |
| 2185 | } | 2005 | } |
| 2186 | }, | 2006 | }, |
| 2187 | - "node_modules/argparse": { | ||
| 2188 | - "version": "1.0.10", | ||
| 2189 | - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", | ||
| 2190 | - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", | ||
| 2191 | - "dependencies": { | ||
| 2192 | - "sprintf-js": "~1.0.2" | ||
| 2193 | - } | ||
| 2194 | - }, | ||
| 2195 | "node_modules/asap": { | 2007 | "node_modules/asap": { |
| 2196 | "version": "2.0.6", | 2008 | "version": "2.0.6", |
| 2197 | "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", | 2009 | "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", |
| @@ -2227,12 +2039,12 @@ | @@ -2227,12 +2039,12 @@ | ||
| 2227 | } | 2039 | } |
| 2228 | }, | 2040 | }, |
| 2229 | "node_modules/babel-plugin-polyfill-corejs2": { | 2041 | "node_modules/babel-plugin-polyfill-corejs2": { |
| 2230 | - "version": "0.3.0", | ||
| 2231 | - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz", | ||
| 2232 | - "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==", | 2042 | + "version": "0.3.1", |
| 2043 | + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", | ||
| 2044 | + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", | ||
| 2233 | "dependencies": { | 2045 | "dependencies": { |
| 2234 | "@babel/compat-data": "^7.13.11", | 2046 | "@babel/compat-data": "^7.13.11", |
| 2235 | - "@babel/helper-define-polyfill-provider": "^0.3.0", | 2047 | + "@babel/helper-define-polyfill-provider": "^0.3.1", |
| 2236 | "semver": "^6.1.1" | 2048 | "semver": "^6.1.1" |
| 2237 | }, | 2049 | }, |
| 2238 | "peerDependencies": { | 2050 | "peerDependencies": { |
| @@ -2240,23 +2052,23 @@ | @@ -2240,23 +2052,23 @@ | ||
| 2240 | } | 2052 | } |
| 2241 | }, | 2053 | }, |
| 2242 | "node_modules/babel-plugin-polyfill-corejs3": { | 2054 | "node_modules/babel-plugin-polyfill-corejs3": { |
| 2243 | - "version": "0.4.0", | ||
| 2244 | - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz", | ||
| 2245 | - "integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==", | 2055 | + "version": "0.5.1", |
| 2056 | + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz", | ||
| 2057 | + "integrity": "sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==", | ||
| 2246 | "dependencies": { | 2058 | "dependencies": { |
| 2247 | - "@babel/helper-define-polyfill-provider": "^0.3.0", | ||
| 2248 | - "core-js-compat": "^3.18.0" | 2059 | + "@babel/helper-define-polyfill-provider": "^0.3.1", |
| 2060 | + "core-js-compat": "^3.20.0" | ||
| 2249 | }, | 2061 | }, |
| 2250 | "peerDependencies": { | 2062 | "peerDependencies": { |
| 2251 | "@babel/core": "^7.0.0-0" | 2063 | "@babel/core": "^7.0.0-0" |
| 2252 | } | 2064 | } |
| 2253 | }, | 2065 | }, |
| 2254 | "node_modules/babel-plugin-polyfill-regenerator": { | 2066 | "node_modules/babel-plugin-polyfill-regenerator": { |
| 2255 | - "version": "0.3.0", | ||
| 2256 | - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz", | ||
| 2257 | - "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==", | 2067 | + "version": "0.3.1", |
| 2068 | + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", | ||
| 2069 | + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", | ||
| 2258 | "dependencies": { | 2070 | "dependencies": { |
| 2259 | - "@babel/helper-define-polyfill-provider": "^0.3.0" | 2071 | + "@babel/helper-define-polyfill-provider": "^0.3.1" |
| 2260 | }, | 2072 | }, |
| 2261 | "peerDependencies": { | 2073 | "peerDependencies": { |
| 2262 | "@babel/core": "^7.0.0-0" | 2074 | "@babel/core": "^7.0.0-0" |
| @@ -2287,11 +2099,6 @@ | @@ -2287,11 +2099,6 @@ | ||
| 2287 | "node": ">=8" | 2099 | "node": ">=8" |
| 2288 | } | 2100 | } |
| 2289 | }, | 2101 | }, |
| 2290 | - "node_modules/bluebird": { | ||
| 2291 | - "version": "3.7.2", | ||
| 2292 | - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", | ||
| 2293 | - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" | ||
| 2294 | - }, | ||
| 2295 | "node_modules/brace-expansion": { | 2102 | "node_modules/brace-expansion": { |
| 2296 | "version": "1.1.11", | 2103 | "version": "1.1.11", |
| 2297 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", | 2104 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", |
| @@ -2352,25 +2159,14 @@ | @@ -2352,25 +2159,14 @@ | ||
| 2352 | } | 2159 | } |
| 2353 | }, | 2160 | }, |
| 2354 | "node_modules/caniuse-lite": { | 2161 | "node_modules/caniuse-lite": { |
| 2355 | - "version": "1.0.30001294", | ||
| 2356 | - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz", | ||
| 2357 | - "integrity": "sha512-LiMlrs1nSKZ8qkNhpUf5KD0Al1KCBE3zaT7OLOwEkagXMEDij98SiOovn9wxVGQpklk9vVC/pUSqgYmkmKOS8g==", | 2162 | + "version": "1.0.30001303", |
| 2163 | + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001303.tgz", | ||
| 2164 | + "integrity": "sha512-/Mqc1oESndUNszJP0kx0UaQU9kEv9nNtJ7Kn8AdA0mNnH8eR1cj0kG+NbNuC1Wq/b21eA8prhKRA3bbkjONegQ==", | ||
| 2358 | "funding": { | 2165 | "funding": { |
| 2359 | "type": "opencollective", | 2166 | "type": "opencollective", |
| 2360 | "url": "https://opencollective.com/browserslist" | 2167 | "url": "https://opencollective.com/browserslist" |
| 2361 | } | 2168 | } |
| 2362 | }, | 2169 | }, |
| 2363 | - "node_modules/catharsis": { | ||
| 2364 | - "version": "0.9.0", | ||
| 2365 | - "resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz", | ||
| 2366 | - "integrity": "sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==", | ||
| 2367 | - "dependencies": { | ||
| 2368 | - "lodash": "^4.17.15" | ||
| 2369 | - }, | ||
| 2370 | - "engines": { | ||
| 2371 | - "node": ">= 10" | ||
| 2372 | - } | ||
| 2373 | - }, | ||
| 2374 | "node_modules/chalk": { | 2170 | "node_modules/chalk": { |
| 2375 | "version": "4.1.2", | 2171 | "version": "4.1.2", |
| 2376 | "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", | 2172 | "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
| @@ -2396,9 +2192,15 @@ | @@ -2396,9 +2192,15 @@ | ||
| 2396 | } | 2192 | } |
| 2397 | }, | 2193 | }, |
| 2398 | "node_modules/chokidar": { | 2194 | "node_modules/chokidar": { |
| 2399 | - "version": "3.5.2", | ||
| 2400 | - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", | ||
| 2401 | - "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", | 2195 | + "version": "3.5.3", |
| 2196 | + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", | ||
| 2197 | + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", | ||
| 2198 | + "funding": [ | ||
| 2199 | + { | ||
| 2200 | + "type": "individual", | ||
| 2201 | + "url": "https://paulmillr.com/funding/" | ||
| 2202 | + } | ||
| 2203 | + ], | ||
| 2402 | "dependencies": { | 2204 | "dependencies": { |
| 2403 | "anymatch": "~3.1.2", | 2205 | "anymatch": "~3.1.2", |
| 2404 | "braces": "~3.0.2", | 2206 | "braces": "~3.0.2", |
| @@ -2465,9 +2267,9 @@ | @@ -2465,9 +2267,9 @@ | ||
| 2465 | } | 2267 | } |
| 2466 | }, | 2268 | }, |
| 2467 | "node_modules/core-js": { | 2269 | "node_modules/core-js": { |
| 2468 | - "version": "3.20.1", | ||
| 2469 | - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", | ||
| 2470 | - "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==", | 2270 | + "version": "3.20.3", |
| 2271 | + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.3.tgz", | ||
| 2272 | + "integrity": "sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==", | ||
| 2471 | "hasInstallScript": true, | 2273 | "hasInstallScript": true, |
| 2472 | "funding": { | 2274 | "funding": { |
| 2473 | "type": "opencollective", | 2275 | "type": "opencollective", |
| @@ -2475,9 +2277,9 @@ | @@ -2475,9 +2277,9 @@ | ||
| 2475 | } | 2277 | } |
| 2476 | }, | 2278 | }, |
| 2477 | "node_modules/core-js-compat": { | 2279 | "node_modules/core-js-compat": { |
| 2478 | - "version": "3.20.1", | ||
| 2479 | - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.1.tgz", | ||
| 2480 | - "integrity": "sha512-AVhKZNpqMV3Jz8hU0YEXXE06qoxtQGsAqU0u1neUngz5IusDJRX/ZJ6t3i7mS7QxNyEONbCo14GprkBrxPlTZA==", | 2280 | + "version": "3.20.3", |
| 2281 | + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz", | ||
| 2282 | + "integrity": "sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==", | ||
| 2481 | "dependencies": { | 2283 | "dependencies": { |
| 2482 | "browserslist": "^4.19.1", | 2284 | "browserslist": "^4.19.1", |
| 2483 | "semver": "7.0.0" | 2285 | "semver": "7.0.0" |
| @@ -2505,12 +2307,6 @@ | @@ -2505,12 +2307,6 @@ | ||
| 2505 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", | 2307 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", |
| 2506 | "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" | 2308 | "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" |
| 2507 | }, | 2309 | }, |
| 2508 | - "node_modules/de-indent": { | ||
| 2509 | - "version": "1.0.2", | ||
| 2510 | - "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", | ||
| 2511 | - "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", | ||
| 2512 | - "peer": true | ||
| 2513 | - }, | ||
| 2514 | "node_modules/debug": { | 2310 | "node_modules/debug": { |
| 2515 | "version": "2.6.9", | 2311 | "version": "2.6.9", |
| 2516 | "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | 2312 | "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", |
| @@ -2614,9 +2410,9 @@ | @@ -2614,9 +2410,9 @@ | ||
| 2614 | } | 2410 | } |
| 2615 | }, | 2411 | }, |
| 2616 | "node_modules/electron-to-chromium": { | 2412 | "node_modules/electron-to-chromium": { |
| 2617 | - "version": "1.4.29", | ||
| 2618 | - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.29.tgz", | ||
| 2619 | - "integrity": "sha512-N2Jbwxo5Rum8G2YXeUxycs1sv4Qme/ry71HG73bv8BvZl+I/4JtRgK/En+ST/Wh/yF1fqvVCY4jZBgMxnhjtBA==" | 2413 | + "version": "1.4.56", |
| 2414 | + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.56.tgz", | ||
| 2415 | + "integrity": "sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g==" | ||
| 2620 | }, | 2416 | }, |
| 2621 | "node_modules/element-plus": { | 2417 | "node_modules/element-plus": { |
| 2622 | "version": "1.2.0-beta.6", | 2418 | "version": "1.2.0-beta.6", |
| @@ -2636,34 +2432,106 @@ | @@ -2636,34 +2432,106 @@ | ||
| 2636 | "vue": "^3.2.0" | 2432 | "vue": "^3.2.0" |
| 2637 | } | 2433 | } |
| 2638 | }, | 2434 | }, |
| 2639 | - "node_modules/emmet": { | ||
| 2640 | - "version": "2.3.5", | ||
| 2641 | - "resolved": "https://registry.npmjs.org/emmet/-/emmet-2.3.5.tgz", | ||
| 2642 | - "integrity": "sha512-LcWfTamJnXIdMfLvJEC5Ld3hY5/KHXgv1L1bp6I7eEvB0ZhacHZ1kX0BYovJ8FroEsreLcq7n7kZhRMsf6jkXQ==", | ||
| 2643 | - "dev": true, | 2435 | + "node_modules/element-plus/node_modules/@vueuse/core": { |
| 2436 | + "version": "7.5.5", | ||
| 2437 | + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-7.5.5.tgz", | ||
| 2438 | + "integrity": "sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==", | ||
| 2644 | "dependencies": { | 2439 | "dependencies": { |
| 2645 | - "@emmetio/abbreviation": "^2.2.2", | ||
| 2646 | - "@emmetio/css-abbreviation": "^2.1.4" | ||
| 2647 | - } | ||
| 2648 | - }, | ||
| 2649 | - "node_modules/entities": { | ||
| 2650 | - "version": "3.0.1", | ||
| 2651 | - "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", | ||
| 2652 | - "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", | ||
| 2653 | - "dev": true, | ||
| 2654 | - "engines": { | ||
| 2655 | - "node": ">=0.12" | 2440 | + "@vueuse/shared": "7.5.5", |
| 2441 | + "vue-demi": "*" | ||
| 2656 | }, | 2442 | }, |
| 2657 | "funding": { | 2443 | "funding": { |
| 2658 | - "url": "https://github.com/fb55/entities?sponsor=1" | ||
| 2659 | - } | ||
| 2660 | - }, | ||
| 2661 | - "node_modules/es6-promise": { | ||
| 2662 | - "version": "4.2.8", | ||
| 2663 | - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", | ||
| 2664 | - "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", | ||
| 2665 | - "dev": true | ||
| 2666 | - }, | 2444 | + "url": "https://github.com/sponsors/antfu" |
| 2445 | + }, | ||
| 2446 | + "peerDependencies": { | ||
| 2447 | + "@vue/composition-api": "^1.1.0", | ||
| 2448 | + "vue": "^2.6.0 || ^3.2.0" | ||
| 2449 | + }, | ||
| 2450 | + "peerDependenciesMeta": { | ||
| 2451 | + "@vue/composition-api": { | ||
| 2452 | + "optional": true | ||
| 2453 | + }, | ||
| 2454 | + "vue": { | ||
| 2455 | + "optional": true | ||
| 2456 | + } | ||
| 2457 | + } | ||
| 2458 | + }, | ||
| 2459 | + "node_modules/element-plus/node_modules/@vueuse/core/node_modules/@vueuse/shared": { | ||
| 2460 | + "version": "7.5.5", | ||
| 2461 | + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-7.5.5.tgz", | ||
| 2462 | + "integrity": "sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==", | ||
| 2463 | + "dependencies": { | ||
| 2464 | + "vue-demi": "*" | ||
| 2465 | + }, | ||
| 2466 | + "funding": { | ||
| 2467 | + "url": "https://github.com/sponsors/antfu" | ||
| 2468 | + }, | ||
| 2469 | + "peerDependencies": { | ||
| 2470 | + "@vue/composition-api": "^1.1.0", | ||
| 2471 | + "vue": "^2.6.0 || ^3.2.0" | ||
| 2472 | + }, | ||
| 2473 | + "peerDependenciesMeta": { | ||
| 2474 | + "@vue/composition-api": { | ||
| 2475 | + "optional": true | ||
| 2476 | + }, | ||
| 2477 | + "vue": { | ||
| 2478 | + "optional": true | ||
| 2479 | + } | ||
| 2480 | + } | ||
| 2481 | + }, | ||
| 2482 | + "node_modules/element-plus/node_modules/@vueuse/core/node_modules/vue-demi": { | ||
| 2483 | + "version": "0.12.1", | ||
| 2484 | + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | ||
| 2485 | + "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==", | ||
| 2486 | + "hasInstallScript": true, | ||
| 2487 | + "bin": { | ||
| 2488 | + "vue-demi-fix": "bin/vue-demi-fix.js", | ||
| 2489 | + "vue-demi-switch": "bin/vue-demi-switch.js" | ||
| 2490 | + }, | ||
| 2491 | + "engines": { | ||
| 2492 | + "node": ">=12" | ||
| 2493 | + }, | ||
| 2494 | + "funding": { | ||
| 2495 | + "url": "https://github.com/sponsors/antfu" | ||
| 2496 | + }, | ||
| 2497 | + "peerDependencies": { | ||
| 2498 | + "@vue/composition-api": "^1.0.0-rc.1", | ||
| 2499 | + "vue": "^3.0.0-0 || ^2.6.0" | ||
| 2500 | + }, | ||
| 2501 | + "peerDependenciesMeta": { | ||
| 2502 | + "@vue/composition-api": { | ||
| 2503 | + "optional": true | ||
| 2504 | + } | ||
| 2505 | + } | ||
| 2506 | + }, | ||
| 2507 | + "node_modules/emmet": { | ||
| 2508 | + "version": "2.3.5", | ||
| 2509 | + "resolved": "https://registry.npmjs.org/emmet/-/emmet-2.3.5.tgz", | ||
| 2510 | + "integrity": "sha512-LcWfTamJnXIdMfLvJEC5Ld3hY5/KHXgv1L1bp6I7eEvB0ZhacHZ1kX0BYovJ8FroEsreLcq7n7kZhRMsf6jkXQ==", | ||
| 2511 | + "dev": true, | ||
| 2512 | + "dependencies": { | ||
| 2513 | + "@emmetio/abbreviation": "^2.2.2", | ||
| 2514 | + "@emmetio/css-abbreviation": "^2.1.4" | ||
| 2515 | + } | ||
| 2516 | + }, | ||
| 2517 | + "node_modules/entities": { | ||
| 2518 | + "version": "3.0.1", | ||
| 2519 | + "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz", | ||
| 2520 | + "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==", | ||
| 2521 | + "dev": true, | ||
| 2522 | + "engines": { | ||
| 2523 | + "node": ">=0.12" | ||
| 2524 | + }, | ||
| 2525 | + "funding": { | ||
| 2526 | + "url": "https://github.com/fb55/entities?sponsor=1" | ||
| 2527 | + } | ||
| 2528 | + }, | ||
| 2529 | + "node_modules/es6-promise": { | ||
| 2530 | + "version": "4.2.8", | ||
| 2531 | + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", | ||
| 2532 | + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", | ||
| 2533 | + "dev": true | ||
| 2534 | + }, | ||
| 2667 | "node_modules/esbuild": { | 2535 | "node_modules/esbuild": { |
| 2668 | "version": "0.13.15", | 2536 | "version": "0.13.15", |
| 2669 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", | 2537 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", |
| @@ -2692,6 +2560,186 @@ | @@ -2692,6 +2560,186 @@ | ||
| 2692 | "esbuild-windows-arm64": "0.13.15" | 2560 | "esbuild-windows-arm64": "0.13.15" |
| 2693 | } | 2561 | } |
| 2694 | }, | 2562 | }, |
| 2563 | + "node_modules/esbuild-android-arm64": { | ||
| 2564 | + "version": "0.13.15", | ||
| 2565 | + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz", | ||
| 2566 | + "integrity": "sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==", | ||
| 2567 | + "cpu": [ | ||
| 2568 | + "arm64" | ||
| 2569 | + ], | ||
| 2570 | + "optional": true, | ||
| 2571 | + "os": [ | ||
| 2572 | + "android" | ||
| 2573 | + ] | ||
| 2574 | + }, | ||
| 2575 | + "node_modules/esbuild-darwin-64": { | ||
| 2576 | + "version": "0.13.15", | ||
| 2577 | + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz", | ||
| 2578 | + "integrity": "sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==", | ||
| 2579 | + "cpu": [ | ||
| 2580 | + "x64" | ||
| 2581 | + ], | ||
| 2582 | + "optional": true, | ||
| 2583 | + "os": [ | ||
| 2584 | + "darwin" | ||
| 2585 | + ] | ||
| 2586 | + }, | ||
| 2587 | + "node_modules/esbuild-darwin-arm64": { | ||
| 2588 | + "version": "0.13.15", | ||
| 2589 | + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz", | ||
| 2590 | + "integrity": "sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==", | ||
| 2591 | + "cpu": [ | ||
| 2592 | + "arm64" | ||
| 2593 | + ], | ||
| 2594 | + "optional": true, | ||
| 2595 | + "os": [ | ||
| 2596 | + "darwin" | ||
| 2597 | + ] | ||
| 2598 | + }, | ||
| 2599 | + "node_modules/esbuild-freebsd-64": { | ||
| 2600 | + "version": "0.13.15", | ||
| 2601 | + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz", | ||
| 2602 | + "integrity": "sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==", | ||
| 2603 | + "cpu": [ | ||
| 2604 | + "x64" | ||
| 2605 | + ], | ||
| 2606 | + "optional": true, | ||
| 2607 | + "os": [ | ||
| 2608 | + "freebsd" | ||
| 2609 | + ] | ||
| 2610 | + }, | ||
| 2611 | + "node_modules/esbuild-freebsd-arm64": { | ||
| 2612 | + "version": "0.13.15", | ||
| 2613 | + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz", | ||
| 2614 | + "integrity": "sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==", | ||
| 2615 | + "cpu": [ | ||
| 2616 | + "arm64" | ||
| 2617 | + ], | ||
| 2618 | + "optional": true, | ||
| 2619 | + "os": [ | ||
| 2620 | + "freebsd" | ||
| 2621 | + ] | ||
| 2622 | + }, | ||
| 2623 | + "node_modules/esbuild-linux-32": { | ||
| 2624 | + "version": "0.13.15", | ||
| 2625 | + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz", | ||
| 2626 | + "integrity": "sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==", | ||
| 2627 | + "cpu": [ | ||
| 2628 | + "ia32" | ||
| 2629 | + ], | ||
| 2630 | + "optional": true, | ||
| 2631 | + "os": [ | ||
| 2632 | + "linux" | ||
| 2633 | + ] | ||
| 2634 | + }, | ||
| 2635 | + "node_modules/esbuild-linux-64": { | ||
| 2636 | + "version": "0.13.15", | ||
| 2637 | + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz", | ||
| 2638 | + "integrity": "sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==", | ||
| 2639 | + "cpu": [ | ||
| 2640 | + "x64" | ||
| 2641 | + ], | ||
| 2642 | + "optional": true, | ||
| 2643 | + "os": [ | ||
| 2644 | + "linux" | ||
| 2645 | + ] | ||
| 2646 | + }, | ||
| 2647 | + "node_modules/esbuild-linux-arm": { | ||
| 2648 | + "version": "0.13.15", | ||
| 2649 | + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz", | ||
| 2650 | + "integrity": "sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==", | ||
| 2651 | + "cpu": [ | ||
| 2652 | + "arm" | ||
| 2653 | + ], | ||
| 2654 | + "optional": true, | ||
| 2655 | + "os": [ | ||
| 2656 | + "linux" | ||
| 2657 | + ] | ||
| 2658 | + }, | ||
| 2659 | + "node_modules/esbuild-linux-arm64": { | ||
| 2660 | + "version": "0.13.15", | ||
| 2661 | + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz", | ||
| 2662 | + "integrity": "sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==", | ||
| 2663 | + "cpu": [ | ||
| 2664 | + "arm64" | ||
| 2665 | + ], | ||
| 2666 | + "optional": true, | ||
| 2667 | + "os": [ | ||
| 2668 | + "linux" | ||
| 2669 | + ] | ||
| 2670 | + }, | ||
| 2671 | + "node_modules/esbuild-linux-mips64le": { | ||
| 2672 | + "version": "0.13.15", | ||
| 2673 | + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz", | ||
| 2674 | + "integrity": "sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==", | ||
| 2675 | + "cpu": [ | ||
| 2676 | + "mips64el" | ||
| 2677 | + ], | ||
| 2678 | + "optional": true, | ||
| 2679 | + "os": [ | ||
| 2680 | + "linux" | ||
| 2681 | + ] | ||
| 2682 | + }, | ||
| 2683 | + "node_modules/esbuild-linux-ppc64le": { | ||
| 2684 | + "version": "0.13.15", | ||
| 2685 | + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz", | ||
| 2686 | + "integrity": "sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==", | ||
| 2687 | + "cpu": [ | ||
| 2688 | + "ppc64" | ||
| 2689 | + ], | ||
| 2690 | + "optional": true, | ||
| 2691 | + "os": [ | ||
| 2692 | + "linux" | ||
| 2693 | + ] | ||
| 2694 | + }, | ||
| 2695 | + "node_modules/esbuild-netbsd-64": { | ||
| 2696 | + "version": "0.13.15", | ||
| 2697 | + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz", | ||
| 2698 | + "integrity": "sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==", | ||
| 2699 | + "cpu": [ | ||
| 2700 | + "x64" | ||
| 2701 | + ], | ||
| 2702 | + "optional": true, | ||
| 2703 | + "os": [ | ||
| 2704 | + "netbsd" | ||
| 2705 | + ] | ||
| 2706 | + }, | ||
| 2707 | + "node_modules/esbuild-openbsd-64": { | ||
| 2708 | + "version": "0.13.15", | ||
| 2709 | + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz", | ||
| 2710 | + "integrity": "sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==", | ||
| 2711 | + "cpu": [ | ||
| 2712 | + "x64" | ||
| 2713 | + ], | ||
| 2714 | + "optional": true, | ||
| 2715 | + "os": [ | ||
| 2716 | + "openbsd" | ||
| 2717 | + ] | ||
| 2718 | + }, | ||
| 2719 | + "node_modules/esbuild-sunos-64": { | ||
| 2720 | + "version": "0.13.15", | ||
| 2721 | + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz", | ||
| 2722 | + "integrity": "sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==", | ||
| 2723 | + "cpu": [ | ||
| 2724 | + "x64" | ||
| 2725 | + ], | ||
| 2726 | + "optional": true, | ||
| 2727 | + "os": [ | ||
| 2728 | + "sunos" | ||
| 2729 | + ] | ||
| 2730 | + }, | ||
| 2731 | + "node_modules/esbuild-windows-32": { | ||
| 2732 | + "version": "0.13.15", | ||
| 2733 | + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz", | ||
| 2734 | + "integrity": "sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==", | ||
| 2735 | + "cpu": [ | ||
| 2736 | + "ia32" | ||
| 2737 | + ], | ||
| 2738 | + "optional": true, | ||
| 2739 | + "os": [ | ||
| 2740 | + "win32" | ||
| 2741 | + ] | ||
| 2742 | + }, | ||
| 2695 | "node_modules/esbuild-windows-64": { | 2743 | "node_modules/esbuild-windows-64": { |
| 2696 | "version": "0.13.15", | 2744 | "version": "0.13.15", |
| 2697 | "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", | 2745 | "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", |
| @@ -2704,6 +2752,18 @@ | @@ -2704,6 +2752,18 @@ | ||
| 2704 | "win32" | 2752 | "win32" |
| 2705 | ] | 2753 | ] |
| 2706 | }, | 2754 | }, |
| 2755 | + "node_modules/esbuild-windows-arm64": { | ||
| 2756 | + "version": "0.13.15", | ||
| 2757 | + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz", | ||
| 2758 | + "integrity": "sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==", | ||
| 2759 | + "cpu": [ | ||
| 2760 | + "arm64" | ||
| 2761 | + ], | ||
| 2762 | + "optional": true, | ||
| 2763 | + "os": [ | ||
| 2764 | + "win32" | ||
| 2765 | + ] | ||
| 2766 | + }, | ||
| 2707 | "node_modules/escalade": { | 2767 | "node_modules/escalade": { |
| 2708 | "version": "3.1.1", | 2768 | "version": "3.1.1", |
| 2709 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", | 2769 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", |
| @@ -2772,6 +2832,19 @@ | @@ -2772,6 +2832,19 @@ | ||
| 2772 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", | 2832 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
| 2773 | "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" | 2833 | "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" |
| 2774 | }, | 2834 | }, |
| 2835 | + "node_modules/fsevents": { | ||
| 2836 | + "version": "2.3.2", | ||
| 2837 | + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", | ||
| 2838 | + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", | ||
| 2839 | + "hasInstallScript": true, | ||
| 2840 | + "optional": true, | ||
| 2841 | + "os": [ | ||
| 2842 | + "darwin" | ||
| 2843 | + ], | ||
| 2844 | + "engines": { | ||
| 2845 | + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | ||
| 2846 | + } | ||
| 2847 | + }, | ||
| 2775 | "node_modules/function-bind": { | 2848 | "node_modules/function-bind": { |
| 2776 | "version": "1.1.1", | 2849 | "version": "1.1.1", |
| 2777 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", | 2850 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", |
| @@ -2837,9 +2910,10 @@ | @@ -2837,9 +2910,10 @@ | ||
| 2837 | } | 2910 | } |
| 2838 | }, | 2911 | }, |
| 2839 | "node_modules/graceful-fs": { | 2912 | "node_modules/graceful-fs": { |
| 2840 | - "version": "4.2.8", | ||
| 2841 | - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", | ||
| 2842 | - "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" | 2913 | + "version": "4.2.9", |
| 2914 | + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", | ||
| 2915 | + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", | ||
| 2916 | + "dev": true | ||
| 2843 | }, | 2917 | }, |
| 2844 | "node_modules/has": { | 2918 | "node_modules/has": { |
| 2845 | "version": "1.0.3", | 2919 | "version": "1.0.3", |
| @@ -2886,15 +2960,6 @@ | @@ -2886,15 +2960,6 @@ | ||
| 2886 | "url": "https://github.com/sponsors/ljharb" | 2960 | "url": "https://github.com/sponsors/ljharb" |
| 2887 | } | 2961 | } |
| 2888 | }, | 2962 | }, |
| 2889 | - "node_modules/he": { | ||
| 2890 | - "version": "1.2.0", | ||
| 2891 | - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", | ||
| 2892 | - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", | ||
| 2893 | - "peer": true, | ||
| 2894 | - "bin": { | ||
| 2895 | - "he": "bin/he" | ||
| 2896 | - } | ||
| 2897 | - }, | ||
| 2898 | "node_modules/htmlparser2": { | 2963 | "node_modules/htmlparser2": { |
| 2899 | "version": "7.2.0", | 2964 | "version": "7.2.0", |
| 2900 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", | 2965 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", |
| @@ -2945,9 +3010,9 @@ | @@ -2945,9 +3010,9 @@ | ||
| 2945 | } | 3010 | } |
| 2946 | }, | 3011 | }, |
| 2947 | "node_modules/is-core-module": { | 3012 | "node_modules/is-core-module": { |
| 2948 | - "version": "2.8.0", | ||
| 2949 | - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", | ||
| 2950 | - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", | 3013 | + "version": "2.8.1", |
| 3014 | + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", | ||
| 3015 | + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", | ||
| 2951 | "dependencies": { | 3016 | "dependencies": { |
| 2952 | "has": "^1.0.3" | 3017 | "has": "^1.0.3" |
| 2953 | }, | 3018 | }, |
| @@ -3046,57 +3111,6 @@ | @@ -3046,57 +3111,6 @@ | ||
| 3046 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | 3111 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
| 3047 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" | 3112 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" |
| 3048 | }, | 3113 | }, |
| 3049 | - "node_modules/js2xmlparser": { | ||
| 3050 | - "version": "4.0.2", | ||
| 3051 | - "resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.2.tgz", | ||
| 3052 | - "integrity": "sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==", | ||
| 3053 | - "dependencies": { | ||
| 3054 | - "xmlcreate": "^2.0.4" | ||
| 3055 | - } | ||
| 3056 | - }, | ||
| 3057 | - "node_modules/jsdoc": { | ||
| 3058 | - "version": "3.6.7", | ||
| 3059 | - "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.7.tgz", | ||
| 3060 | - "integrity": "sha512-sxKt7h0vzCd+3Y81Ey2qinupL6DpRSZJclS04ugHDNmRUXGzqicMJ6iwayhSA0S0DwwX30c5ozyUthr1QKF6uw==", | ||
| 3061 | - "dependencies": { | ||
| 3062 | - "@babel/parser": "^7.9.4", | ||
| 3063 | - "bluebird": "^3.7.2", | ||
| 3064 | - "catharsis": "^0.9.0", | ||
| 3065 | - "escape-string-regexp": "^2.0.0", | ||
| 3066 | - "js2xmlparser": "^4.0.1", | ||
| 3067 | - "klaw": "^3.0.0", | ||
| 3068 | - "markdown-it": "^10.0.0", | ||
| 3069 | - "markdown-it-anchor": "^5.2.7", | ||
| 3070 | - "marked": "^2.0.3", | ||
| 3071 | - "mkdirp": "^1.0.4", | ||
| 3072 | - "requizzle": "^0.2.3", | ||
| 3073 | - "strip-json-comments": "^3.1.0", | ||
| 3074 | - "taffydb": "2.6.2", | ||
| 3075 | - "underscore": "~1.13.1" | ||
| 3076 | - }, | ||
| 3077 | - "bin": { | ||
| 3078 | - "jsdoc": "jsdoc.js" | ||
| 3079 | - }, | ||
| 3080 | - "engines": { | ||
| 3081 | - "node": ">=8.15.0" | ||
| 3082 | - } | ||
| 3083 | - }, | ||
| 3084 | - "node_modules/jsdoc-vue": { | ||
| 3085 | - "version": "1.0.0", | ||
| 3086 | - "resolved": "https://registry.npmjs.org/jsdoc-vue/-/jsdoc-vue-1.0.0.tgz", | ||
| 3087 | - "integrity": "sha1-/zrBumvEp0B5u3kFinvwBm40YjU=", | ||
| 3088 | - "peerDependencies": { | ||
| 3089 | - "vue-template-compiler": "*" | ||
| 3090 | - } | ||
| 3091 | - }, | ||
| 3092 | - "node_modules/jsdoc/node_modules/escape-string-regexp": { | ||
| 3093 | - "version": "2.0.0", | ||
| 3094 | - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", | ||
| 3095 | - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", | ||
| 3096 | - "engines": { | ||
| 3097 | - "node": ">=8" | ||
| 3098 | - } | ||
| 3099 | - }, | ||
| 3100 | "node_modules/jsesc": { | 3114 | "node_modules/jsesc": { |
| 3101 | "version": "2.5.2", | 3115 | "version": "2.5.2", |
| 3102 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", | 3116 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", |
| @@ -3150,22 +3164,6 @@ | @@ -3150,22 +3164,6 @@ | ||
| 3150 | "promise": "^7.0.1" | 3164 | "promise": "^7.0.1" |
| 3151 | } | 3165 | } |
| 3152 | }, | 3166 | }, |
| 3153 | - "node_modules/klaw": { | ||
| 3154 | - "version": "3.0.0", | ||
| 3155 | - "resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz", | ||
| 3156 | - "integrity": "sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==", | ||
| 3157 | - "dependencies": { | ||
| 3158 | - "graceful-fs": "^4.1.9" | ||
| 3159 | - } | ||
| 3160 | - }, | ||
| 3161 | - "node_modules/linkify-it": { | ||
| 3162 | - "version": "2.2.0", | ||
| 3163 | - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", | ||
| 3164 | - "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", | ||
| 3165 | - "dependencies": { | ||
| 3166 | - "uc.micro": "^1.0.1" | ||
| 3167 | - } | ||
| 3168 | - }, | ||
| 3169 | "node_modules/lodash": { | 3167 | "node_modules/lodash": { |
| 3170 | "version": "4.17.21", | 3168 | "version": "4.17.21", |
| 3171 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", | 3169 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
| @@ -3196,50 +3194,6 @@ | @@ -3196,50 +3194,6 @@ | ||
| 3196 | "sourcemap-codec": "^1.4.4" | 3194 | "sourcemap-codec": "^1.4.4" |
| 3197 | } | 3195 | } |
| 3198 | }, | 3196 | }, |
| 3199 | - "node_modules/markdown-it": { | ||
| 3200 | - "version": "10.0.0", | ||
| 3201 | - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz", | ||
| 3202 | - "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==", | ||
| 3203 | - "dependencies": { | ||
| 3204 | - "argparse": "^1.0.7", | ||
| 3205 | - "entities": "~2.0.0", | ||
| 3206 | - "linkify-it": "^2.0.0", | ||
| 3207 | - "mdurl": "^1.0.1", | ||
| 3208 | - "uc.micro": "^1.0.5" | ||
| 3209 | - }, | ||
| 3210 | - "bin": { | ||
| 3211 | - "markdown-it": "bin/markdown-it.js" | ||
| 3212 | - } | ||
| 3213 | - }, | ||
| 3214 | - "node_modules/markdown-it-anchor": { | ||
| 3215 | - "version": "5.3.0", | ||
| 3216 | - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz", | ||
| 3217 | - "integrity": "sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==", | ||
| 3218 | - "peerDependencies": { | ||
| 3219 | - "markdown-it": "*" | ||
| 3220 | - } | ||
| 3221 | - }, | ||
| 3222 | - "node_modules/markdown-it/node_modules/entities": { | ||
| 3223 | - "version": "2.0.3", | ||
| 3224 | - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", | ||
| 3225 | - "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" | ||
| 3226 | - }, | ||
| 3227 | - "node_modules/marked": { | ||
| 3228 | - "version": "2.1.3", | ||
| 3229 | - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", | ||
| 3230 | - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", | ||
| 3231 | - "bin": { | ||
| 3232 | - "marked": "bin/marked" | ||
| 3233 | - }, | ||
| 3234 | - "engines": { | ||
| 3235 | - "node": ">= 10" | ||
| 3236 | - } | ||
| 3237 | - }, | ||
| 3238 | - "node_modules/mdurl": { | ||
| 3239 | - "version": "1.0.1", | ||
| 3240 | - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", | ||
| 3241 | - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" | ||
| 3242 | - }, | ||
| 3243 | "node_modules/memoize-one": { | 3197 | "node_modules/memoize-one": { |
| 3244 | "version": "6.0.0", | 3198 | "version": "6.0.0", |
| 3245 | "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", | 3199 | "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", |
| @@ -3250,11 +3204,6 @@ | @@ -3250,11 +3204,6 @@ | ||
| 3250 | "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", | 3204 | "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", |
| 3251 | "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" | 3205 | "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" |
| 3252 | }, | 3206 | }, |
| 3253 | - "node_modules/minami": { | ||
| 3254 | - "version": "1.2.3", | ||
| 3255 | - "resolved": "https://registry.npmjs.org/minami/-/minami-1.2.3.tgz", | ||
| 3256 | - "integrity": "sha1-mbbc37LwpU2hycj3qjoyd4eq+fg=" | ||
| 3257 | - }, | ||
| 3258 | "node_modules/minimatch": { | 3207 | "node_modules/minimatch": { |
| 3259 | "version": "3.0.4", | 3208 | "version": "3.0.4", |
| 3260 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", | 3209 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", |
| @@ -3271,26 +3220,15 @@ | @@ -3271,26 +3220,15 @@ | ||
| 3271 | "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", | 3220 | "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", |
| 3272 | "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" | 3221 | "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" |
| 3273 | }, | 3222 | }, |
| 3274 | - "node_modules/mkdirp": { | ||
| 3275 | - "version": "1.0.4", | ||
| 3276 | - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", | ||
| 3277 | - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", | ||
| 3278 | - "bin": { | ||
| 3279 | - "mkdirp": "bin/cmd.js" | ||
| 3280 | - }, | ||
| 3281 | - "engines": { | ||
| 3282 | - "node": ">=10" | ||
| 3283 | - } | ||
| 3284 | - }, | ||
| 3285 | "node_modules/ms": { | 3223 | "node_modules/ms": { |
| 3286 | "version": "2.0.0", | 3224 | "version": "2.0.0", |
| 3287 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | 3225 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", |
| 3288 | "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" | 3226 | "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" |
| 3289 | }, | 3227 | }, |
| 3290 | "node_modules/nanoid": { | 3228 | "node_modules/nanoid": { |
| 3291 | - "version": "3.1.30", | ||
| 3292 | - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", | ||
| 3293 | - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==", | 3229 | + "version": "3.2.0", |
| 3230 | + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", | ||
| 3231 | + "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==", | ||
| 3294 | "bin": { | 3232 | "bin": { |
| 3295 | "nanoid": "bin/nanoid.cjs" | 3233 | "nanoid": "bin/nanoid.cjs" |
| 3296 | }, | 3234 | }, |
| @@ -3382,9 +3320,9 @@ | @@ -3382,9 +3320,9 @@ | ||
| 3382 | "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" | 3320 | "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" |
| 3383 | }, | 3321 | }, |
| 3384 | "node_modules/picomatch": { | 3322 | "node_modules/picomatch": { |
| 3385 | - "version": "2.3.0", | ||
| 3386 | - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", | ||
| 3387 | - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", | 3323 | + "version": "2.3.1", |
| 3324 | + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", | ||
| 3325 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", | ||
| 3388 | "engines": { | 3326 | "engines": { |
| 3389 | "node": ">=8.6" | 3327 | "node": ">=8.6" |
| 3390 | }, | 3328 | }, |
| @@ -3393,9 +3331,9 @@ | @@ -3393,9 +3331,9 @@ | ||
| 3393 | } | 3331 | } |
| 3394 | }, | 3332 | }, |
| 3395 | "node_modules/pinia": { | 3333 | "node_modules/pinia": { |
| 3396 | - "version": "2.0.9", | ||
| 3397 | - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.9.tgz", | ||
| 3398 | - "integrity": "sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==", | 3334 | + "version": "2.0.10", |
| 3335 | + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.10.tgz", | ||
| 3336 | + "integrity": "sha512-Gq8qCjWkz1SZSCrHqGg/k+wbeu35R7y44eDXFHJlBr5gZ8ooAf6bAHLt5zpAVIDptv09h0+XLZpy9dMHbwvXWw==", | ||
| 3399 | "dependencies": { | 3337 | "dependencies": { |
| 3400 | "@vue/devtools-api": "^6.0.0-beta.21", | 3338 | "@vue/devtools-api": "^6.0.0-beta.21", |
| 3401 | "vue-demi": "*" | 3339 | "vue-demi": "*" |
| @@ -3689,35 +3627,31 @@ | @@ -3689,35 +3627,31 @@ | ||
| 3689 | } | 3627 | } |
| 3690 | }, | 3628 | }, |
| 3691 | "node_modules/request-light": { | 3629 | "node_modules/request-light": { |
| 3692 | - "version": "0.5.5", | ||
| 3693 | - "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.5.5.tgz", | ||
| 3694 | - "integrity": "sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==", | 3630 | + "version": "0.5.7", |
| 3631 | + "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.5.7.tgz", | ||
| 3632 | + "integrity": "sha512-i/wKzvcx7Er8tZnvqSxWuNO5ZGggu2UgZAqj/RyZ0si7lBTXL7kZiI/dWxzxnQjaY7s5HEy1qK21Do4Ncr6cVw==", | ||
| 3695 | "dev": true | 3633 | "dev": true |
| 3696 | }, | 3634 | }, |
| 3697 | - "node_modules/requizzle": { | ||
| 3698 | - "version": "0.2.3", | ||
| 3699 | - "resolved": "https://registry.npmjs.org/requizzle/-/requizzle-0.2.3.tgz", | ||
| 3700 | - "integrity": "sha512-YanoyJjykPxGHii0fZP0uUPEXpvqfBDxWV7s6GKAiiOsiqhX6vHNyW3Qzdmqp/iq/ExbhaGbVrjB4ruEVSM4GQ==", | ||
| 3701 | - "dependencies": { | ||
| 3702 | - "lodash": "^4.17.14" | ||
| 3703 | - } | ||
| 3704 | - }, | ||
| 3705 | "node_modules/resolve": { | 3635 | "node_modules/resolve": { |
| 3706 | - "version": "1.20.0", | ||
| 3707 | - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", | ||
| 3708 | - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", | 3636 | + "version": "1.22.0", |
| 3637 | + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", | ||
| 3638 | + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", | ||
| 3709 | "dependencies": { | 3639 | "dependencies": { |
| 3710 | - "is-core-module": "^2.2.0", | ||
| 3711 | - "path-parse": "^1.0.6" | 3640 | + "is-core-module": "^2.8.1", |
| 3641 | + "path-parse": "^1.0.7", | ||
| 3642 | + "supports-preserve-symlinks-flag": "^1.0.0" | ||
| 3643 | + }, | ||
| 3644 | + "bin": { | ||
| 3645 | + "resolve": "bin/resolve" | ||
| 3712 | }, | 3646 | }, |
| 3713 | "funding": { | 3647 | "funding": { |
| 3714 | "url": "https://github.com/sponsors/ljharb" | 3648 | "url": "https://github.com/sponsors/ljharb" |
| 3715 | } | 3649 | } |
| 3716 | }, | 3650 | }, |
| 3717 | "node_modules/rollup": { | 3651 | "node_modules/rollup": { |
| 3718 | - "version": "2.62.0", | ||
| 3719 | - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.62.0.tgz", | ||
| 3720 | - "integrity": "sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==", | 3652 | + "version": "2.66.1", |
| 3653 | + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.66.1.tgz", | ||
| 3654 | + "integrity": "sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==", | ||
| 3721 | "bin": { | 3655 | "bin": { |
| 3722 | "rollup": "dist/bin/rollup" | 3656 | "rollup": "dist/bin/rollup" |
| 3723 | }, | 3657 | }, |
| @@ -3748,9 +3682,9 @@ | @@ -3748,9 +3682,9 @@ | ||
| 3748 | "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" | 3682 | "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" |
| 3749 | }, | 3683 | }, |
| 3750 | "node_modules/sass": { | 3684 | "node_modules/sass": { |
| 3751 | - "version": "1.45.1", | ||
| 3752 | - "resolved": "https://registry.npmjs.org/sass/-/sass-1.45.1.tgz", | ||
| 3753 | - "integrity": "sha512-pwPRiq29UR0o4X3fiQyCtrESldXvUQAAE0QmcJTpsI4kuHHcLzZ54M1oNBVIXybQv8QF2zfkpFcTxp8ta97dUA==", | 3685 | + "version": "1.49.0", |
| 3686 | + "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.0.tgz", | ||
| 3687 | + "integrity": "sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==", | ||
| 3754 | "dependencies": { | 3688 | "dependencies": { |
| 3755 | "chokidar": ">=3.0.0 <4.0.0", | 3689 | "chokidar": ">=3.0.0 <4.0.0", |
| 3756 | "immutable": "^4.0.0", | 3690 | "immutable": "^4.0.0", |
| @@ -3793,9 +3727,9 @@ | @@ -3793,9 +3727,9 @@ | ||
| 3793 | } | 3727 | } |
| 3794 | }, | 3728 | }, |
| 3795 | "node_modules/source-map-js": { | 3729 | "node_modules/source-map-js": { |
| 3796 | - "version": "1.0.1", | ||
| 3797 | - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", | ||
| 3798 | - "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==", | 3730 | + "version": "1.0.2", |
| 3731 | + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", | ||
| 3732 | + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", | ||
| 3799 | "engines": { | 3733 | "engines": { |
| 3800 | "node": ">=0.10.0" | 3734 | "node": ">=0.10.0" |
| 3801 | } | 3735 | } |
| @@ -3822,27 +3756,11 @@ | @@ -3822,27 +3756,11 @@ | ||
| 3822 | "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", | 3756 | "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", |
| 3823 | "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" | 3757 | "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" |
| 3824 | }, | 3758 | }, |
| 3825 | - "node_modules/sprintf-js": { | ||
| 3826 | - "version": "1.0.3", | ||
| 3827 | - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", | ||
| 3828 | - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" | ||
| 3829 | - }, | ||
| 3830 | "node_modules/stream-consume": { | 3759 | "node_modules/stream-consume": { |
| 3831 | "version": "0.1.1", | 3760 | "version": "0.1.1", |
| 3832 | "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz", | 3761 | "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz", |
| 3833 | "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==" | 3762 | "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==" |
| 3834 | }, | 3763 | }, |
| 3835 | - "node_modules/strip-json-comments": { | ||
| 3836 | - "version": "3.1.1", | ||
| 3837 | - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", | ||
| 3838 | - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", | ||
| 3839 | - "engines": { | ||
| 3840 | - "node": ">=8" | ||
| 3841 | - }, | ||
| 3842 | - "funding": { | ||
| 3843 | - "url": "https://github.com/sponsors/sindresorhus" | ||
| 3844 | - } | ||
| 3845 | - }, | ||
| 3846 | "node_modules/supports-color": { | 3764 | "node_modules/supports-color": { |
| 3847 | "version": "7.2.0", | 3765 | "version": "7.2.0", |
| 3848 | "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | 3766 | "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
| @@ -3854,15 +3772,21 @@ | @@ -3854,15 +3772,21 @@ | ||
| 3854 | "node": ">=8" | 3772 | "node": ">=8" |
| 3855 | } | 3773 | } |
| 3856 | }, | 3774 | }, |
| 3857 | - "node_modules/systemjs": { | ||
| 3858 | - "version": "6.11.0", | ||
| 3859 | - "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.11.0.tgz", | ||
| 3860 | - "integrity": "sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==" | 3775 | + "node_modules/supports-preserve-symlinks-flag": { |
| 3776 | + "version": "1.0.0", | ||
| 3777 | + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | ||
| 3778 | + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | ||
| 3779 | + "engines": { | ||
| 3780 | + "node": ">= 0.4" | ||
| 3781 | + }, | ||
| 3782 | + "funding": { | ||
| 3783 | + "url": "https://github.com/sponsors/ljharb" | ||
| 3784 | + } | ||
| 3861 | }, | 3785 | }, |
| 3862 | - "node_modules/taffydb": { | ||
| 3863 | - "version": "2.6.2", | ||
| 3864 | - "resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz", | ||
| 3865 | - "integrity": "sha1-fLy2S1oUG2ou/CxdLGe04VCyomg=" | 3786 | + "node_modules/systemjs": { |
| 3787 | + "version": "6.12.1", | ||
| 3788 | + "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.12.1.tgz", | ||
| 3789 | + "integrity": "sha512-hqTN6kW+pN6/qro6G9OZ7ceDQOcYno020zBQKpZQLsJhYTDMCMNfXi/Y8duF5iW+4WWZr42ry0MMkcRGpbwG2A==" | ||
| 3866 | }, | 3790 | }, |
| 3867 | "node_modules/terser": { | 3791 | "node_modules/terser": { |
| 3868 | "version": "5.10.0", | 3792 | "version": "5.10.0", |
| @@ -3922,9 +3846,9 @@ | @@ -3922,9 +3846,9 @@ | ||
| 3922 | "dev": true | 3846 | "dev": true |
| 3923 | }, | 3847 | }, |
| 3924 | "node_modules/typescript": { | 3848 | "node_modules/typescript": { |
| 3925 | - "version": "4.5.4", | ||
| 3926 | - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", | ||
| 3927 | - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", | 3849 | + "version": "4.5.5", |
| 3850 | + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", | ||
| 3851 | + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", | ||
| 3928 | "devOptional": true, | 3852 | "devOptional": true, |
| 3929 | "bin": { | 3853 | "bin": { |
| 3930 | "tsc": "bin/tsc", | 3854 | "tsc": "bin/tsc", |
| @@ -3934,16 +3858,6 @@ | @@ -3934,16 +3858,6 @@ | ||
| 3934 | "node": ">=4.2.0" | 3858 | "node": ">=4.2.0" |
| 3935 | } | 3859 | } |
| 3936 | }, | 3860 | }, |
| 3937 | - "node_modules/uc.micro": { | ||
| 3938 | - "version": "1.0.6", | ||
| 3939 | - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", | ||
| 3940 | - "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" | ||
| 3941 | - }, | ||
| 3942 | - "node_modules/underscore": { | ||
| 3943 | - "version": "1.13.2", | ||
| 3944 | - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz", | ||
| 3945 | - "integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==" | ||
| 3946 | - }, | ||
| 3947 | "node_modules/unicode-canonical-property-names-ecmascript": { | 3861 | "node_modules/unicode-canonical-property-names-ecmascript": { |
| 3948 | "version": "2.0.0", | 3862 | "version": "2.0.0", |
| 3949 | "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", | 3863 | "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", |
| @@ -4000,9 +3914,9 @@ | @@ -4000,9 +3914,9 @@ | ||
| 4000 | } | 3914 | } |
| 4001 | }, | 3915 | }, |
| 4002 | "node_modules/vite": { | 3916 | "node_modules/vite": { |
| 4003 | - "version": "2.7.9", | ||
| 4004 | - "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.9.tgz", | ||
| 4005 | - "integrity": "sha512-CyopIJIRrc26Wnbkch5BCHFhQodzeV4jjSegLAEw1RImvXSuoOo2SfpEW9zRVi188WmjJwCqCaoG25C0r4nekw==", | 3917 | + "version": "2.7.13", |
| 3918 | + "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.13.tgz", | ||
| 3919 | + "integrity": "sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==", | ||
| 4006 | "dependencies": { | 3920 | "dependencies": { |
| 4007 | "esbuild": "^0.13.12", | 3921 | "esbuild": "^0.13.12", |
| 4008 | "postcss": "^8.4.5", | 3922 | "postcss": "^8.4.5", |
| @@ -4102,9 +4016,9 @@ | @@ -4102,9 +4016,9 @@ | ||
| 4102 | } | 4016 | } |
| 4103 | }, | 4017 | }, |
| 4104 | "node_modules/vscode-css-languageservice": { | 4018 | "node_modules/vscode-css-languageservice": { |
| 4105 | - "version": "5.1.9", | ||
| 4106 | - "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.9.tgz", | ||
| 4107 | - "integrity": "sha512-/tFOWeZBL3Oc9Zc+2MAi3rEwiXJTSZsvjB+M7nSjWLbGPUIjukUA7YzLgsBoUfR35sPJYnXWUkL56PdfIYM8GA==", | 4019 | + "version": "5.1.12", |
| 4020 | + "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.12.tgz", | ||
| 4021 | + "integrity": "sha512-293C5C2732Rbhh3opTs+nQBpC5Dd+oYrEA8lc0OWdyt40oYmJ331FV7NMF1SLFSIcOFB5XveLiWUZak2oyc49Q==", | ||
| 4108 | "dev": true, | 4022 | "dev": true, |
| 4109 | "dependencies": { | 4023 | "dependencies": { |
| 4110 | "vscode-languageserver-textdocument": "^1.0.1", | 4024 | "vscode-languageserver-textdocument": "^1.0.1", |
| @@ -4126,16 +4040,16 @@ | @@ -4126,16 +4040,16 @@ | ||
| 4126 | } | 4040 | } |
| 4127 | }, | 4041 | }, |
| 4128 | "node_modules/vscode-json-languageservice": { | 4042 | "node_modules/vscode-json-languageservice": { |
| 4129 | - "version": "4.1.10", | ||
| 4130 | - "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.10.tgz", | ||
| 4131 | - "integrity": "sha512-IHliMEEYSY0tJjJt0ECb8ESx/nRXpoy9kN42WVQXgaqGyizFAf3jibSiezDQTrrY7f3kywXggCU+kkJEM+OLZQ==", | 4043 | + "version": "4.2.0", |
| 4044 | + "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.2.0.tgz", | ||
| 4045 | + "integrity": "sha512-XNawv0Vdy/sUK0S+hGf7cq/qsVAbIniGJr89TvZOqMCNJmpgKTy1e8PL1aWW0uy6BfWMG7vxa5lZb3ypuFtuGQ==", | ||
| 4132 | "dev": true, | 4046 | "dev": true, |
| 4133 | "dependencies": { | 4047 | "dependencies": { |
| 4134 | "jsonc-parser": "^3.0.0", | 4048 | "jsonc-parser": "^3.0.0", |
| 4135 | - "vscode-languageserver-textdocument": "^1.0.1", | 4049 | + "vscode-languageserver-textdocument": "^1.0.3", |
| 4136 | "vscode-languageserver-types": "^3.16.0", | 4050 | "vscode-languageserver-types": "^3.16.0", |
| 4137 | "vscode-nls": "^5.0.0", | 4051 | "vscode-nls": "^5.0.0", |
| 4138 | - "vscode-uri": "^3.0.2" | 4052 | + "vscode-uri": "^3.0.3" |
| 4139 | } | 4053 | } |
| 4140 | }, | 4054 | }, |
| 4141 | "node_modules/vscode-json-languageservice/node_modules/jsonc-parser": { | 4055 | "node_modules/vscode-json-languageservice/node_modules/jsonc-parser": { |
| @@ -4145,40 +4059,40 @@ | @@ -4145,40 +4059,40 @@ | ||
| 4145 | "dev": true | 4059 | "dev": true |
| 4146 | }, | 4060 | }, |
| 4147 | "node_modules/vscode-jsonrpc": { | 4061 | "node_modules/vscode-jsonrpc": { |
| 4148 | - "version": "8.0.0-next.4", | ||
| 4149 | - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.0.0-next.4.tgz", | ||
| 4150 | - "integrity": "sha512-i+wvza5Wd0YV/t9qhnS8I+dJdhJ1fHIhRW4f262rXXM9Mgts5VZhYrRZufGcai4y99RlbZvwaZhplQ6diRXkaA==", | 4062 | + "version": "8.0.0-next.5", |
| 4063 | + "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.0.0-next.5.tgz", | ||
| 4064 | + "integrity": "sha512-owRllqcFTnz5rXxcbmHPFGmpFmLqj9Z1V3Dzrv+s8ejOHLIT62Pyb5Uqzyl2/in2VP22DmzErPgZwrxjLCIKiQ==", | ||
| 4151 | "dev": true, | 4065 | "dev": true, |
| 4152 | "engines": { | 4066 | "engines": { |
| 4153 | - "node": ">=8.0.0 || >=10.0.0" | 4067 | + "node": ">=14.0.0" |
| 4154 | } | 4068 | } |
| 4155 | }, | 4069 | }, |
| 4156 | "node_modules/vscode-languageserver": { | 4070 | "node_modules/vscode-languageserver": { |
| 4157 | - "version": "8.0.0-next.5", | ||
| 4158 | - "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-8.0.0-next.5.tgz", | ||
| 4159 | - "integrity": "sha512-3E2W0eWtGKb6QAJqspOnD0thrBRRo8IGUMV5jpDNMcMKvmtkcxMwsBh0VxdvuWaZ51PiNyR4L+B+GUvkYsyFEg==", | 4071 | + "version": "8.0.0-next.6", |
| 4072 | + "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-8.0.0-next.6.tgz", | ||
| 4073 | + "integrity": "sha512-RgGRAsXUksdtCrhtxFUeMXzqE4C/7AHSR6loIQY3GFDNIqrlEIkkQZg2Kkouf/i+eE/Iummn2ZB85VKNTBQgsQ==", | ||
| 4160 | "dev": true, | 4074 | "dev": true, |
| 4161 | "dependencies": { | 4075 | "dependencies": { |
| 4162 | - "vscode-languageserver-protocol": "3.17.0-next.11" | 4076 | + "vscode-languageserver-protocol": "3.17.0-next.12" |
| 4163 | }, | 4077 | }, |
| 4164 | "bin": { | 4078 | "bin": { |
| 4165 | "installServerIntoExtension": "bin/installServerIntoExtension" | 4079 | "installServerIntoExtension": "bin/installServerIntoExtension" |
| 4166 | } | 4080 | } |
| 4167 | }, | 4081 | }, |
| 4168 | "node_modules/vscode-languageserver-protocol": { | 4082 | "node_modules/vscode-languageserver-protocol": { |
| 4169 | - "version": "3.17.0-next.11", | ||
| 4170 | - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.0-next.11.tgz", | ||
| 4171 | - "integrity": "sha512-9FqHT7XvM6tWFsnLvRfuQA7Zh7wZZYAwA9dK85lYthA8M1aXpXEP9drXVvO/Fe03MUeJpKVf2e4/NvDaFUnttg==", | 4083 | + "version": "3.17.0-next.12", |
| 4084 | + "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.0-next.12.tgz", | ||
| 4085 | + "integrity": "sha512-VLRcWKOpCXcx9UrqrS+NSF6pNxV498VGYGW+eyp9a79/F9ElUq3wdG6acXYlEfpWHuIxpm6MXps8FU88wqIgTg==", | ||
| 4172 | "dev": true, | 4086 | "dev": true, |
| 4173 | "dependencies": { | 4087 | "dependencies": { |
| 4174 | - "vscode-jsonrpc": "8.0.0-next.4", | ||
| 4175 | - "vscode-languageserver-types": "3.17.0-next.5" | 4088 | + "vscode-jsonrpc": "8.0.0-next.5", |
| 4089 | + "vscode-languageserver-types": "3.17.0-next.6" | ||
| 4176 | } | 4090 | } |
| 4177 | }, | 4091 | }, |
| 4178 | "node_modules/vscode-languageserver-protocol/node_modules/vscode-languageserver-types": { | 4092 | "node_modules/vscode-languageserver-protocol/node_modules/vscode-languageserver-types": { |
| 4179 | - "version": "3.17.0-next.5", | ||
| 4180 | - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.0-next.5.tgz", | ||
| 4181 | - "integrity": "sha512-Zcfaw8BznhlJWB09LDR0dscXyxn9+liREqJnPF4pigeUCHwKxYapYqizwuCpMHQ/oLYiAvKwU+f28hPleYu7pA==", | 4093 | + "version": "3.17.0-next.6", |
| 4094 | + "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.0-next.6.tgz", | ||
| 4095 | + "integrity": "sha512-rHYeCotiabJHgvIYzWjV8g0dHCxyOQtcryTv1Xa1horaQ4jx2V+rjLBstc6zMpCyrnZcjorwEcAvGBDCd6wudw==", | ||
| 4182 | "dev": true | 4096 | "dev": true |
| 4183 | }, | 4097 | }, |
| 4184 | "node_modules/vscode-languageserver-textdocument": { | 4098 | "node_modules/vscode-languageserver-textdocument": { |
| @@ -4297,16 +4211,6 @@ | @@ -4297,16 +4211,6 @@ | ||
| 4297 | "vue": "^3.0.0" | 4211 | "vue": "^3.0.0" |
| 4298 | } | 4212 | } |
| 4299 | }, | 4213 | }, |
| 4300 | - "node_modules/vue-template-compiler": { | ||
| 4301 | - "version": "2.6.14", | ||
| 4302 | - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz", | ||
| 4303 | - "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==", | ||
| 4304 | - "peer": true, | ||
| 4305 | - "dependencies": { | ||
| 4306 | - "de-indent": "^1.0.2", | ||
| 4307 | - "he": "^1.1.0" | ||
| 4308 | - } | ||
| 4309 | - }, | ||
| 4310 | "node_modules/vue-tsc": { | 4214 | "node_modules/vue-tsc": { |
| 4311 | "version": "0.29.8", | 4215 | "version": "0.29.8", |
| 4312 | "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.29.8.tgz", | 4216 | "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.29.8.tgz", |
| @@ -4323,39 +4227,6 @@ | @@ -4323,39 +4227,6 @@ | ||
| 4323 | "typescript": "*" | 4227 | "typescript": "*" |
| 4324 | } | 4228 | } |
| 4325 | }, | 4229 | }, |
| 4326 | - "node_modules/vue/node_modules/@vue/compiler-core": { | ||
| 4327 | - "version": "3.2.25", | ||
| 4328 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 4329 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 4330 | - "dependencies": { | ||
| 4331 | - "@babel/parser": "^7.16.4", | ||
| 4332 | - "@vue/shared": "3.2.25", | ||
| 4333 | - "estree-walker": "^2.0.2", | ||
| 4334 | - "source-map": "^0.6.1" | ||
| 4335 | - } | ||
| 4336 | - }, | ||
| 4337 | - "node_modules/vue/node_modules/@vue/compiler-dom": { | ||
| 4338 | - "version": "3.2.25", | ||
| 4339 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 4340 | - "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 4341 | - "dependencies": { | ||
| 4342 | - "@vue/compiler-core": "3.2.25", | ||
| 4343 | - "@vue/shared": "3.2.25" | ||
| 4344 | - } | ||
| 4345 | - }, | ||
| 4346 | - "node_modules/vue/node_modules/@vue/shared": { | ||
| 4347 | - "version": "3.2.25", | ||
| 4348 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 4349 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 4350 | - }, | ||
| 4351 | - "node_modules/vue/node_modules/source-map": { | ||
| 4352 | - "version": "0.6.1", | ||
| 4353 | - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||
| 4354 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | ||
| 4355 | - "engines": { | ||
| 4356 | - "node": ">=0.10.0" | ||
| 4357 | - } | ||
| 4358 | - }, | ||
| 4359 | "node_modules/vuex": { | 4230 | "node_modules/vuex": { |
| 4360 | "version": "4.0.2", | 4231 | "version": "4.0.2", |
| 4361 | "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.0.2.tgz", | 4232 | "resolved": "https://registry.npmjs.org/vuex/-/vuex-4.0.2.tgz", |
| @@ -4399,11 +4270,6 @@ | @@ -4399,11 +4270,6 @@ | ||
| 4399 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", | 4270 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
| 4400 | "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" | 4271 | "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" |
| 4401 | }, | 4272 | }, |
| 4402 | - "node_modules/xmlcreate": { | ||
| 4403 | - "version": "2.0.4", | ||
| 4404 | - "resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz", | ||
| 4405 | - "integrity": "sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==" | ||
| 4406 | - }, | ||
| 4407 | "node_modules/yallist": { | 4273 | "node_modules/yallist": { |
| 4408 | "version": "4.0.0", | 4274 | "version": "4.0.0", |
| 4409 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", | 4275 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
| @@ -4413,32 +4279,32 @@ | @@ -4413,32 +4279,32 @@ | ||
| 4413 | }, | 4279 | }, |
| 4414 | "dependencies": { | 4280 | "dependencies": { |
| 4415 | "@babel/code-frame": { | 4281 | "@babel/code-frame": { |
| 4416 | - "version": "7.16.0", | ||
| 4417 | - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", | ||
| 4418 | - "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==", | 4282 | + "version": "7.16.7", |
| 4283 | + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", | ||
| 4284 | + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", | ||
| 4419 | "requires": { | 4285 | "requires": { |
| 4420 | - "@babel/highlight": "^7.16.0" | 4286 | + "@babel/highlight": "^7.16.7" |
| 4421 | } | 4287 | } |
| 4422 | }, | 4288 | }, |
| 4423 | "@babel/compat-data": { | 4289 | "@babel/compat-data": { |
| 4424 | - "version": "7.16.4", | ||
| 4425 | - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz", | ||
| 4426 | - "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==" | 4290 | + "version": "7.16.8", |
| 4291 | + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.8.tgz", | ||
| 4292 | + "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==" | ||
| 4427 | }, | 4293 | }, |
| 4428 | "@babel/core": { | 4294 | "@babel/core": { |
| 4429 | - "version": "7.16.5", | ||
| 4430 | - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.5.tgz", | ||
| 4431 | - "integrity": "sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==", | ||
| 4432 | - "requires": { | ||
| 4433 | - "@babel/code-frame": "^7.16.0", | ||
| 4434 | - "@babel/generator": "^7.16.5", | ||
| 4435 | - "@babel/helper-compilation-targets": "^7.16.3", | ||
| 4436 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 4437 | - "@babel/helpers": "^7.16.5", | ||
| 4438 | - "@babel/parser": "^7.16.5", | ||
| 4439 | - "@babel/template": "^7.16.0", | ||
| 4440 | - "@babel/traverse": "^7.16.5", | ||
| 4441 | - "@babel/types": "^7.16.0", | 4295 | + "version": "7.16.12", |
| 4296 | + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.12.tgz", | ||
| 4297 | + "integrity": "sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==", | ||
| 4298 | + "requires": { | ||
| 4299 | + "@babel/code-frame": "^7.16.7", | ||
| 4300 | + "@babel/generator": "^7.16.8", | ||
| 4301 | + "@babel/helper-compilation-targets": "^7.16.7", | ||
| 4302 | + "@babel/helper-module-transforms": "^7.16.7", | ||
| 4303 | + "@babel/helpers": "^7.16.7", | ||
| 4304 | + "@babel/parser": "^7.16.12", | ||
| 4305 | + "@babel/template": "^7.16.7", | ||
| 4306 | + "@babel/traverse": "^7.16.10", | ||
| 4307 | + "@babel/types": "^7.16.8", | ||
| 4442 | "convert-source-map": "^1.7.0", | 4308 | "convert-source-map": "^1.7.0", |
| 4443 | "debug": "^4.1.0", | 4309 | "debug": "^4.1.0", |
| 4444 | "gensync": "^1.0.0-beta.2", | 4310 | "gensync": "^1.0.0-beta.2", |
| @@ -4463,70 +4329,70 @@ | @@ -4463,70 +4329,70 @@ | ||
| 4463 | } | 4329 | } |
| 4464 | }, | 4330 | }, |
| 4465 | "@babel/generator": { | 4331 | "@babel/generator": { |
| 4466 | - "version": "7.16.5", | ||
| 4467 | - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.5.tgz", | ||
| 4468 | - "integrity": "sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==", | 4332 | + "version": "7.16.8", |
| 4333 | + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz", | ||
| 4334 | + "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==", | ||
| 4469 | "requires": { | 4335 | "requires": { |
| 4470 | - "@babel/types": "^7.16.0", | 4336 | + "@babel/types": "^7.16.8", |
| 4471 | "jsesc": "^2.5.1", | 4337 | "jsesc": "^2.5.1", |
| 4472 | "source-map": "^0.5.0" | 4338 | "source-map": "^0.5.0" |
| 4473 | } | 4339 | } |
| 4474 | }, | 4340 | }, |
| 4475 | "@babel/helper-annotate-as-pure": { | 4341 | "@babel/helper-annotate-as-pure": { |
| 4476 | - "version": "7.16.0", | ||
| 4477 | - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz", | ||
| 4478 | - "integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==", | 4342 | + "version": "7.16.7", |
| 4343 | + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", | ||
| 4344 | + "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", | ||
| 4479 | "requires": { | 4345 | "requires": { |
| 4480 | - "@babel/types": "^7.16.0" | 4346 | + "@babel/types": "^7.16.7" |
| 4481 | } | 4347 | } |
| 4482 | }, | 4348 | }, |
| 4483 | "@babel/helper-builder-binary-assignment-operator-visitor": { | 4349 | "@babel/helper-builder-binary-assignment-operator-visitor": { |
| 4484 | - "version": "7.16.5", | ||
| 4485 | - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.5.tgz", | ||
| 4486 | - "integrity": "sha512-3JEA9G5dmmnIWdzaT9d0NmFRgYnWUThLsDaL7982H0XqqWr56lRrsmwheXFMjR+TMl7QMBb6mzy9kvgr1lRLUA==", | 4350 | + "version": "7.16.7", |
| 4351 | + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz", | ||
| 4352 | + "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==", | ||
| 4487 | "requires": { | 4353 | "requires": { |
| 4488 | - "@babel/helper-explode-assignable-expression": "^7.16.0", | ||
| 4489 | - "@babel/types": "^7.16.0" | 4354 | + "@babel/helper-explode-assignable-expression": "^7.16.7", |
| 4355 | + "@babel/types": "^7.16.7" | ||
| 4490 | } | 4356 | } |
| 4491 | }, | 4357 | }, |
| 4492 | "@babel/helper-compilation-targets": { | 4358 | "@babel/helper-compilation-targets": { |
| 4493 | - "version": "7.16.3", | ||
| 4494 | - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz", | ||
| 4495 | - "integrity": "sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==", | 4359 | + "version": "7.16.7", |
| 4360 | + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", | ||
| 4361 | + "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", | ||
| 4496 | "requires": { | 4362 | "requires": { |
| 4497 | - "@babel/compat-data": "^7.16.0", | ||
| 4498 | - "@babel/helper-validator-option": "^7.14.5", | 4363 | + "@babel/compat-data": "^7.16.4", |
| 4364 | + "@babel/helper-validator-option": "^7.16.7", | ||
| 4499 | "browserslist": "^4.17.5", | 4365 | "browserslist": "^4.17.5", |
| 4500 | "semver": "^6.3.0" | 4366 | "semver": "^6.3.0" |
| 4501 | } | 4367 | } |
| 4502 | }, | 4368 | }, |
| 4503 | "@babel/helper-create-class-features-plugin": { | 4369 | "@babel/helper-create-class-features-plugin": { |
| 4504 | - "version": "7.16.5", | ||
| 4505 | - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz", | ||
| 4506 | - "integrity": "sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==", | 4370 | + "version": "7.16.10", |
| 4371 | + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz", | ||
| 4372 | + "integrity": "sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==", | ||
| 4507 | "requires": { | 4373 | "requires": { |
| 4508 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 4509 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 4510 | - "@babel/helper-function-name": "^7.16.0", | ||
| 4511 | - "@babel/helper-member-expression-to-functions": "^7.16.5", | ||
| 4512 | - "@babel/helper-optimise-call-expression": "^7.16.0", | ||
| 4513 | - "@babel/helper-replace-supers": "^7.16.5", | ||
| 4514 | - "@babel/helper-split-export-declaration": "^7.16.0" | 4374 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 4375 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 4376 | + "@babel/helper-function-name": "^7.16.7", | ||
| 4377 | + "@babel/helper-member-expression-to-functions": "^7.16.7", | ||
| 4378 | + "@babel/helper-optimise-call-expression": "^7.16.7", | ||
| 4379 | + "@babel/helper-replace-supers": "^7.16.7", | ||
| 4380 | + "@babel/helper-split-export-declaration": "^7.16.7" | ||
| 4515 | } | 4381 | } |
| 4516 | }, | 4382 | }, |
| 4517 | "@babel/helper-create-regexp-features-plugin": { | 4383 | "@babel/helper-create-regexp-features-plugin": { |
| 4518 | - "version": "7.16.0", | ||
| 4519 | - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz", | ||
| 4520 | - "integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==", | 4384 | + "version": "7.16.7", |
| 4385 | + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz", | ||
| 4386 | + "integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==", | ||
| 4521 | "requires": { | 4387 | "requires": { |
| 4522 | - "@babel/helper-annotate-as-pure": "^7.16.0", | 4388 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 4523 | "regexpu-core": "^4.7.1" | 4389 | "regexpu-core": "^4.7.1" |
| 4524 | } | 4390 | } |
| 4525 | }, | 4391 | }, |
| 4526 | "@babel/helper-define-polyfill-provider": { | 4392 | "@babel/helper-define-polyfill-provider": { |
| 4527 | - "version": "0.3.0", | ||
| 4528 | - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz", | ||
| 4529 | - "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==", | 4393 | + "version": "0.3.1", |
| 4394 | + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", | ||
| 4395 | + "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", | ||
| 4530 | "requires": { | 4396 | "requires": { |
| 4531 | "@babel/helper-compilation-targets": "^7.13.0", | 4397 | "@babel/helper-compilation-targets": "^7.13.0", |
| 4532 | "@babel/helper-module-imports": "^7.12.13", | 4398 | "@babel/helper-module-imports": "^7.12.13", |
| @@ -4554,119 +4420,119 @@ | @@ -4554,119 +4420,119 @@ | ||
| 4554 | } | 4420 | } |
| 4555 | }, | 4421 | }, |
| 4556 | "@babel/helper-environment-visitor": { | 4422 | "@babel/helper-environment-visitor": { |
| 4557 | - "version": "7.16.5", | ||
| 4558 | - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz", | ||
| 4559 | - "integrity": "sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==", | 4423 | + "version": "7.16.7", |
| 4424 | + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", | ||
| 4425 | + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", | ||
| 4560 | "requires": { | 4426 | "requires": { |
| 4561 | - "@babel/types": "^7.16.0" | 4427 | + "@babel/types": "^7.16.7" |
| 4562 | } | 4428 | } |
| 4563 | }, | 4429 | }, |
| 4564 | "@babel/helper-explode-assignable-expression": { | 4430 | "@babel/helper-explode-assignable-expression": { |
| 4565 | - "version": "7.16.0", | ||
| 4566 | - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz", | ||
| 4567 | - "integrity": "sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==", | 4431 | + "version": "7.16.7", |
| 4432 | + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz", | ||
| 4433 | + "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==", | ||
| 4568 | "requires": { | 4434 | "requires": { |
| 4569 | - "@babel/types": "^7.16.0" | 4435 | + "@babel/types": "^7.16.7" |
| 4570 | } | 4436 | } |
| 4571 | }, | 4437 | }, |
| 4572 | "@babel/helper-function-name": { | 4438 | "@babel/helper-function-name": { |
| 4573 | - "version": "7.16.0", | ||
| 4574 | - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz", | ||
| 4575 | - "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==", | 4439 | + "version": "7.16.7", |
| 4440 | + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", | ||
| 4441 | + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", | ||
| 4576 | "requires": { | 4442 | "requires": { |
| 4577 | - "@babel/helper-get-function-arity": "^7.16.0", | ||
| 4578 | - "@babel/template": "^7.16.0", | ||
| 4579 | - "@babel/types": "^7.16.0" | 4443 | + "@babel/helper-get-function-arity": "^7.16.7", |
| 4444 | + "@babel/template": "^7.16.7", | ||
| 4445 | + "@babel/types": "^7.16.7" | ||
| 4580 | } | 4446 | } |
| 4581 | }, | 4447 | }, |
| 4582 | "@babel/helper-get-function-arity": { | 4448 | "@babel/helper-get-function-arity": { |
| 4583 | - "version": "7.16.0", | ||
| 4584 | - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz", | ||
| 4585 | - "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==", | 4449 | + "version": "7.16.7", |
| 4450 | + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", | ||
| 4451 | + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", | ||
| 4586 | "requires": { | 4452 | "requires": { |
| 4587 | - "@babel/types": "^7.16.0" | 4453 | + "@babel/types": "^7.16.7" |
| 4588 | } | 4454 | } |
| 4589 | }, | 4455 | }, |
| 4590 | "@babel/helper-hoist-variables": { | 4456 | "@babel/helper-hoist-variables": { |
| 4591 | - "version": "7.16.0", | ||
| 4592 | - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz", | ||
| 4593 | - "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==", | 4457 | + "version": "7.16.7", |
| 4458 | + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", | ||
| 4459 | + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", | ||
| 4594 | "requires": { | 4460 | "requires": { |
| 4595 | - "@babel/types": "^7.16.0" | 4461 | + "@babel/types": "^7.16.7" |
| 4596 | } | 4462 | } |
| 4597 | }, | 4463 | }, |
| 4598 | "@babel/helper-member-expression-to-functions": { | 4464 | "@babel/helper-member-expression-to-functions": { |
| 4599 | - "version": "7.16.5", | ||
| 4600 | - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.5.tgz", | ||
| 4601 | - "integrity": "sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==", | 4465 | + "version": "7.16.7", |
| 4466 | + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz", | ||
| 4467 | + "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==", | ||
| 4602 | "requires": { | 4468 | "requires": { |
| 4603 | - "@babel/types": "^7.16.0" | 4469 | + "@babel/types": "^7.16.7" |
| 4604 | } | 4470 | } |
| 4605 | }, | 4471 | }, |
| 4606 | "@babel/helper-module-imports": { | 4472 | "@babel/helper-module-imports": { |
| 4607 | - "version": "7.16.0", | ||
| 4608 | - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz", | ||
| 4609 | - "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==", | 4473 | + "version": "7.16.7", |
| 4474 | + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", | ||
| 4475 | + "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", | ||
| 4610 | "requires": { | 4476 | "requires": { |
| 4611 | - "@babel/types": "^7.16.0" | 4477 | + "@babel/types": "^7.16.7" |
| 4612 | } | 4478 | } |
| 4613 | }, | 4479 | }, |
| 4614 | "@babel/helper-module-transforms": { | 4480 | "@babel/helper-module-transforms": { |
| 4615 | - "version": "7.16.5", | ||
| 4616 | - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz", | ||
| 4617 | - "integrity": "sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==", | ||
| 4618 | - "requires": { | ||
| 4619 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 4620 | - "@babel/helper-module-imports": "^7.16.0", | ||
| 4621 | - "@babel/helper-simple-access": "^7.16.0", | ||
| 4622 | - "@babel/helper-split-export-declaration": "^7.16.0", | ||
| 4623 | - "@babel/helper-validator-identifier": "^7.15.7", | ||
| 4624 | - "@babel/template": "^7.16.0", | ||
| 4625 | - "@babel/traverse": "^7.16.5", | ||
| 4626 | - "@babel/types": "^7.16.0" | 4481 | + "version": "7.16.7", |
| 4482 | + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", | ||
| 4483 | + "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", | ||
| 4484 | + "requires": { | ||
| 4485 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 4486 | + "@babel/helper-module-imports": "^7.16.7", | ||
| 4487 | + "@babel/helper-simple-access": "^7.16.7", | ||
| 4488 | + "@babel/helper-split-export-declaration": "^7.16.7", | ||
| 4489 | + "@babel/helper-validator-identifier": "^7.16.7", | ||
| 4490 | + "@babel/template": "^7.16.7", | ||
| 4491 | + "@babel/traverse": "^7.16.7", | ||
| 4492 | + "@babel/types": "^7.16.7" | ||
| 4627 | } | 4493 | } |
| 4628 | }, | 4494 | }, |
| 4629 | "@babel/helper-optimise-call-expression": { | 4495 | "@babel/helper-optimise-call-expression": { |
| 4630 | - "version": "7.16.0", | ||
| 4631 | - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz", | ||
| 4632 | - "integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==", | 4496 | + "version": "7.16.7", |
| 4497 | + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", | ||
| 4498 | + "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", | ||
| 4633 | "requires": { | 4499 | "requires": { |
| 4634 | - "@babel/types": "^7.16.0" | 4500 | + "@babel/types": "^7.16.7" |
| 4635 | } | 4501 | } |
| 4636 | }, | 4502 | }, |
| 4637 | "@babel/helper-plugin-utils": { | 4503 | "@babel/helper-plugin-utils": { |
| 4638 | - "version": "7.16.5", | ||
| 4639 | - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz", | ||
| 4640 | - "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==" | 4504 | + "version": "7.16.7", |
| 4505 | + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", | ||
| 4506 | + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" | ||
| 4641 | }, | 4507 | }, |
| 4642 | "@babel/helper-remap-async-to-generator": { | 4508 | "@babel/helper-remap-async-to-generator": { |
| 4643 | - "version": "7.16.5", | ||
| 4644 | - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz", | ||
| 4645 | - "integrity": "sha512-X+aAJldyxrOmN9v3FKp+Hu1NO69VWgYgDGq6YDykwRPzxs5f2N+X988CBXS7EQahDU+Vpet5QYMqLk+nsp+Qxw==", | 4509 | + "version": "7.16.8", |
| 4510 | + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz", | ||
| 4511 | + "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==", | ||
| 4646 | "requires": { | 4512 | "requires": { |
| 4647 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 4648 | - "@babel/helper-wrap-function": "^7.16.5", | ||
| 4649 | - "@babel/types": "^7.16.0" | 4513 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 4514 | + "@babel/helper-wrap-function": "^7.16.8", | ||
| 4515 | + "@babel/types": "^7.16.8" | ||
| 4650 | } | 4516 | } |
| 4651 | }, | 4517 | }, |
| 4652 | "@babel/helper-replace-supers": { | 4518 | "@babel/helper-replace-supers": { |
| 4653 | - "version": "7.16.5", | ||
| 4654 | - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.5.tgz", | ||
| 4655 | - "integrity": "sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==", | ||
| 4656 | - "requires": { | ||
| 4657 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 4658 | - "@babel/helper-member-expression-to-functions": "^7.16.5", | ||
| 4659 | - "@babel/helper-optimise-call-expression": "^7.16.0", | ||
| 4660 | - "@babel/traverse": "^7.16.5", | ||
| 4661 | - "@babel/types": "^7.16.0" | 4519 | + "version": "7.16.7", |
| 4520 | + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", | ||
| 4521 | + "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", | ||
| 4522 | + "requires": { | ||
| 4523 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 4524 | + "@babel/helper-member-expression-to-functions": "^7.16.7", | ||
| 4525 | + "@babel/helper-optimise-call-expression": "^7.16.7", | ||
| 4526 | + "@babel/traverse": "^7.16.7", | ||
| 4527 | + "@babel/types": "^7.16.7" | ||
| 4662 | } | 4528 | } |
| 4663 | }, | 4529 | }, |
| 4664 | "@babel/helper-simple-access": { | 4530 | "@babel/helper-simple-access": { |
| 4665 | - "version": "7.16.0", | ||
| 4666 | - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz", | ||
| 4667 | - "integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==", | 4531 | + "version": "7.16.7", |
| 4532 | + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", | ||
| 4533 | + "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", | ||
| 4668 | "requires": { | 4534 | "requires": { |
| 4669 | - "@babel/types": "^7.16.0" | 4535 | + "@babel/types": "^7.16.7" |
| 4670 | } | 4536 | } |
| 4671 | }, | 4537 | }, |
| 4672 | "@babel/helper-skip-transparent-expression-wrappers": { | 4538 | "@babel/helper-skip-transparent-expression-wrappers": { |
| @@ -4678,50 +4544,50 @@ | @@ -4678,50 +4544,50 @@ | ||
| 4678 | } | 4544 | } |
| 4679 | }, | 4545 | }, |
| 4680 | "@babel/helper-split-export-declaration": { | 4546 | "@babel/helper-split-export-declaration": { |
| 4681 | - "version": "7.16.0", | ||
| 4682 | - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz", | ||
| 4683 | - "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==", | 4547 | + "version": "7.16.7", |
| 4548 | + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", | ||
| 4549 | + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", | ||
| 4684 | "requires": { | 4550 | "requires": { |
| 4685 | - "@babel/types": "^7.16.0" | 4551 | + "@babel/types": "^7.16.7" |
| 4686 | } | 4552 | } |
| 4687 | }, | 4553 | }, |
| 4688 | "@babel/helper-validator-identifier": { | 4554 | "@babel/helper-validator-identifier": { |
| 4689 | - "version": "7.15.7", | ||
| 4690 | - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", | ||
| 4691 | - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==" | 4555 | + "version": "7.16.7", |
| 4556 | + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", | ||
| 4557 | + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" | ||
| 4692 | }, | 4558 | }, |
| 4693 | "@babel/helper-validator-option": { | 4559 | "@babel/helper-validator-option": { |
| 4694 | - "version": "7.14.5", | ||
| 4695 | - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz", | ||
| 4696 | - "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==" | 4560 | + "version": "7.16.7", |
| 4561 | + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", | ||
| 4562 | + "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==" | ||
| 4697 | }, | 4563 | }, |
| 4698 | "@babel/helper-wrap-function": { | 4564 | "@babel/helper-wrap-function": { |
| 4699 | - "version": "7.16.5", | ||
| 4700 | - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.5.tgz", | ||
| 4701 | - "integrity": "sha512-2J2pmLBqUqVdJw78U0KPNdeE2qeuIyKoG4mKV7wAq3mc4jJG282UgjZw4ZYDnqiWQuS3Y3IYdF/AQ6CpyBV3VA==", | 4565 | + "version": "7.16.8", |
| 4566 | + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz", | ||
| 4567 | + "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==", | ||
| 4702 | "requires": { | 4568 | "requires": { |
| 4703 | - "@babel/helper-function-name": "^7.16.0", | ||
| 4704 | - "@babel/template": "^7.16.0", | ||
| 4705 | - "@babel/traverse": "^7.16.5", | ||
| 4706 | - "@babel/types": "^7.16.0" | 4569 | + "@babel/helper-function-name": "^7.16.7", |
| 4570 | + "@babel/template": "^7.16.7", | ||
| 4571 | + "@babel/traverse": "^7.16.8", | ||
| 4572 | + "@babel/types": "^7.16.8" | ||
| 4707 | } | 4573 | } |
| 4708 | }, | 4574 | }, |
| 4709 | "@babel/helpers": { | 4575 | "@babel/helpers": { |
| 4710 | - "version": "7.16.5", | ||
| 4711 | - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.5.tgz", | ||
| 4712 | - "integrity": "sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==", | 4576 | + "version": "7.16.7", |
| 4577 | + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz", | ||
| 4578 | + "integrity": "sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==", | ||
| 4713 | "requires": { | 4579 | "requires": { |
| 4714 | - "@babel/template": "^7.16.0", | ||
| 4715 | - "@babel/traverse": "^7.16.5", | ||
| 4716 | - "@babel/types": "^7.16.0" | 4580 | + "@babel/template": "^7.16.7", |
| 4581 | + "@babel/traverse": "^7.16.7", | ||
| 4582 | + "@babel/types": "^7.16.7" | ||
| 4717 | } | 4583 | } |
| 4718 | }, | 4584 | }, |
| 4719 | "@babel/highlight": { | 4585 | "@babel/highlight": { |
| 4720 | - "version": "7.16.0", | ||
| 4721 | - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", | ||
| 4722 | - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", | 4586 | + "version": "7.16.10", |
| 4587 | + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", | ||
| 4588 | + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", | ||
| 4723 | "requires": { | 4589 | "requires": { |
| 4724 | - "@babel/helper-validator-identifier": "^7.15.7", | 4590 | + "@babel/helper-validator-identifier": "^7.16.7", |
| 4725 | "chalk": "^2.0.0", | 4591 | "chalk": "^2.0.0", |
| 4726 | "js-tokens": "^4.0.0" | 4592 | "js-tokens": "^4.0.0" |
| 4727 | }, | 4593 | }, |
| @@ -4773,169 +4639,169 @@ | @@ -4773,169 +4639,169 @@ | ||
| 4773 | } | 4639 | } |
| 4774 | }, | 4640 | }, |
| 4775 | "@babel/parser": { | 4641 | "@babel/parser": { |
| 4776 | - "version": "7.16.6", | ||
| 4777 | - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.6.tgz", | ||
| 4778 | - "integrity": "sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==" | 4642 | + "version": "7.16.12", |
| 4643 | + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.12.tgz", | ||
| 4644 | + "integrity": "sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==" | ||
| 4779 | }, | 4645 | }, |
| 4780 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { | 4646 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { |
| 4781 | - "version": "7.16.2", | ||
| 4782 | - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz", | ||
| 4783 | - "integrity": "sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==", | 4647 | + "version": "7.16.7", |
| 4648 | + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz", | ||
| 4649 | + "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==", | ||
| 4784 | "requires": { | 4650 | "requires": { |
| 4785 | - "@babel/helper-plugin-utils": "^7.14.5" | 4651 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 4786 | } | 4652 | } |
| 4787 | }, | 4653 | }, |
| 4788 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { | 4654 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { |
| 4789 | - "version": "7.16.0", | ||
| 4790 | - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz", | ||
| 4791 | - "integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==", | 4655 | + "version": "7.16.7", |
| 4656 | + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz", | ||
| 4657 | + "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==", | ||
| 4792 | "requires": { | 4658 | "requires": { |
| 4793 | - "@babel/helper-plugin-utils": "^7.14.5", | 4659 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4794 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", | 4660 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", |
| 4795 | - "@babel/plugin-proposal-optional-chaining": "^7.16.0" | 4661 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7" |
| 4796 | } | 4662 | } |
| 4797 | }, | 4663 | }, |
| 4798 | "@babel/plugin-proposal-async-generator-functions": { | 4664 | "@babel/plugin-proposal-async-generator-functions": { |
| 4799 | - "version": "7.16.5", | ||
| 4800 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.5.tgz", | ||
| 4801 | - "integrity": "sha512-C/FX+3HNLV6sz7AqbTQqEo1L9/kfrKjxcVtgyBCmvIgOjvuBVUWooDoi7trsLxOzCEo5FccjRvKHkfDsJFZlfA==", | 4665 | + "version": "7.16.8", |
| 4666 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", | ||
| 4667 | + "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", | ||
| 4802 | "requires": { | 4668 | "requires": { |
| 4803 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 4804 | - "@babel/helper-remap-async-to-generator": "^7.16.5", | 4669 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4670 | + "@babel/helper-remap-async-to-generator": "^7.16.8", | ||
| 4805 | "@babel/plugin-syntax-async-generators": "^7.8.4" | 4671 | "@babel/plugin-syntax-async-generators": "^7.8.4" |
| 4806 | } | 4672 | } |
| 4807 | }, | 4673 | }, |
| 4808 | "@babel/plugin-proposal-class-properties": { | 4674 | "@babel/plugin-proposal-class-properties": { |
| 4809 | - "version": "7.16.5", | ||
| 4810 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.5.tgz", | ||
| 4811 | - "integrity": "sha512-pJD3HjgRv83s5dv1sTnDbZOaTjghKEz8KUn1Kbh2eAIRhGuyQ1XSeI4xVXU3UlIEVA3DAyIdxqT1eRn7Wcn55A==", | 4675 | + "version": "7.16.7", |
| 4676 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz", | ||
| 4677 | + "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==", | ||
| 4812 | "requires": { | 4678 | "requires": { |
| 4813 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 4814 | - "@babel/helper-plugin-utils": "^7.16.5" | 4679 | + "@babel/helper-create-class-features-plugin": "^7.16.7", |
| 4680 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 4815 | } | 4681 | } |
| 4816 | }, | 4682 | }, |
| 4817 | "@babel/plugin-proposal-class-static-block": { | 4683 | "@babel/plugin-proposal-class-static-block": { |
| 4818 | - "version": "7.16.5", | ||
| 4819 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.5.tgz", | ||
| 4820 | - "integrity": "sha512-EEFzuLZcm/rNJ8Q5krK+FRKdVkd6FjfzT9tuSZql9sQn64K0hHA2KLJ0DqVot9/iV6+SsuadC5yI39zWnm+nmQ==", | 4684 | + "version": "7.16.7", |
| 4685 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz", | ||
| 4686 | + "integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==", | ||
| 4821 | "requires": { | 4687 | "requires": { |
| 4822 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 4823 | - "@babel/helper-plugin-utils": "^7.16.5", | 4688 | + "@babel/helper-create-class-features-plugin": "^7.16.7", |
| 4689 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 4824 | "@babel/plugin-syntax-class-static-block": "^7.14.5" | 4690 | "@babel/plugin-syntax-class-static-block": "^7.14.5" |
| 4825 | } | 4691 | } |
| 4826 | }, | 4692 | }, |
| 4827 | "@babel/plugin-proposal-dynamic-import": { | 4693 | "@babel/plugin-proposal-dynamic-import": { |
| 4828 | - "version": "7.16.5", | ||
| 4829 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.5.tgz", | ||
| 4830 | - "integrity": "sha512-P05/SJZTTvHz79LNYTF8ff5xXge0kk5sIIWAypcWgX4BTRUgyHc8wRxJ/Hk+mU0KXldgOOslKaeqnhthcDJCJQ==", | 4694 | + "version": "7.16.7", |
| 4695 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz", | ||
| 4696 | + "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==", | ||
| 4831 | "requires": { | 4697 | "requires": { |
| 4832 | - "@babel/helper-plugin-utils": "^7.16.5", | 4698 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4833 | "@babel/plugin-syntax-dynamic-import": "^7.8.3" | 4699 | "@babel/plugin-syntax-dynamic-import": "^7.8.3" |
| 4834 | } | 4700 | } |
| 4835 | }, | 4701 | }, |
| 4836 | "@babel/plugin-proposal-export-namespace-from": { | 4702 | "@babel/plugin-proposal-export-namespace-from": { |
| 4837 | - "version": "7.16.5", | ||
| 4838 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.5.tgz", | ||
| 4839 | - "integrity": "sha512-i+sltzEShH1vsVydvNaTRsgvq2vZsfyrd7K7vPLUU/KgS0D5yZMe6uipM0+izminnkKrEfdUnz7CxMRb6oHZWw==", | 4703 | + "version": "7.16.7", |
| 4704 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz", | ||
| 4705 | + "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==", | ||
| 4840 | "requires": { | 4706 | "requires": { |
| 4841 | - "@babel/helper-plugin-utils": "^7.16.5", | 4707 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4842 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3" | 4708 | "@babel/plugin-syntax-export-namespace-from": "^7.8.3" |
| 4843 | } | 4709 | } |
| 4844 | }, | 4710 | }, |
| 4845 | "@babel/plugin-proposal-json-strings": { | 4711 | "@babel/plugin-proposal-json-strings": { |
| 4846 | - "version": "7.16.5", | ||
| 4847 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.5.tgz", | ||
| 4848 | - "integrity": "sha512-QQJueTFa0y9E4qHANqIvMsuxM/qcLQmKttBACtPCQzGUEizsXDACGonlPiSwynHfOa3vNw0FPMVvQzbuXwh4SQ==", | 4712 | + "version": "7.16.7", |
| 4713 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz", | ||
| 4714 | + "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==", | ||
| 4849 | "requires": { | 4715 | "requires": { |
| 4850 | - "@babel/helper-plugin-utils": "^7.16.5", | 4716 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4851 | "@babel/plugin-syntax-json-strings": "^7.8.3" | 4717 | "@babel/plugin-syntax-json-strings": "^7.8.3" |
| 4852 | } | 4718 | } |
| 4853 | }, | 4719 | }, |
| 4854 | "@babel/plugin-proposal-logical-assignment-operators": { | 4720 | "@babel/plugin-proposal-logical-assignment-operators": { |
| 4855 | - "version": "7.16.5", | ||
| 4856 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.5.tgz", | ||
| 4857 | - "integrity": "sha512-xqibl7ISO2vjuQM+MzR3rkd0zfNWltk7n9QhaD8ghMmMceVguYrNDt7MikRyj4J4v3QehpnrU8RYLnC7z/gZLA==", | 4721 | + "version": "7.16.7", |
| 4722 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz", | ||
| 4723 | + "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==", | ||
| 4858 | "requires": { | 4724 | "requires": { |
| 4859 | - "@babel/helper-plugin-utils": "^7.16.5", | 4725 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4860 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" | 4726 | "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" |
| 4861 | } | 4727 | } |
| 4862 | }, | 4728 | }, |
| 4863 | "@babel/plugin-proposal-nullish-coalescing-operator": { | 4729 | "@babel/plugin-proposal-nullish-coalescing-operator": { |
| 4864 | - "version": "7.16.5", | ||
| 4865 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.5.tgz", | ||
| 4866 | - "integrity": "sha512-YwMsTp/oOviSBhrjwi0vzCUycseCYwoXnLiXIL3YNjHSMBHicGTz7GjVU/IGgz4DtOEXBdCNG72pvCX22ehfqg==", | 4730 | + "version": "7.16.7", |
| 4731 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz", | ||
| 4732 | + "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==", | ||
| 4867 | "requires": { | 4733 | "requires": { |
| 4868 | - "@babel/helper-plugin-utils": "^7.16.5", | 4734 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4869 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" | 4735 | "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" |
| 4870 | } | 4736 | } |
| 4871 | }, | 4737 | }, |
| 4872 | "@babel/plugin-proposal-numeric-separator": { | 4738 | "@babel/plugin-proposal-numeric-separator": { |
| 4873 | - "version": "7.16.5", | ||
| 4874 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.5.tgz", | ||
| 4875 | - "integrity": "sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==", | 4739 | + "version": "7.16.7", |
| 4740 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz", | ||
| 4741 | + "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==", | ||
| 4876 | "requires": { | 4742 | "requires": { |
| 4877 | - "@babel/helper-plugin-utils": "^7.16.5", | 4743 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4878 | "@babel/plugin-syntax-numeric-separator": "^7.10.4" | 4744 | "@babel/plugin-syntax-numeric-separator": "^7.10.4" |
| 4879 | } | 4745 | } |
| 4880 | }, | 4746 | }, |
| 4881 | "@babel/plugin-proposal-object-rest-spread": { | 4747 | "@babel/plugin-proposal-object-rest-spread": { |
| 4882 | - "version": "7.16.5", | ||
| 4883 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.5.tgz", | ||
| 4884 | - "integrity": "sha512-UEd6KpChoyPhCoE840KRHOlGhEZFutdPDMGj+0I56yuTTOaT51GzmnEl/0uT41fB/vD2nT+Pci2KjezyE3HmUw==", | 4748 | + "version": "7.16.7", |
| 4749 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz", | ||
| 4750 | + "integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==", | ||
| 4885 | "requires": { | 4751 | "requires": { |
| 4886 | "@babel/compat-data": "^7.16.4", | 4752 | "@babel/compat-data": "^7.16.4", |
| 4887 | - "@babel/helper-compilation-targets": "^7.16.3", | ||
| 4888 | - "@babel/helper-plugin-utils": "^7.16.5", | 4753 | + "@babel/helper-compilation-targets": "^7.16.7", |
| 4754 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 4889 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", | 4755 | "@babel/plugin-syntax-object-rest-spread": "^7.8.3", |
| 4890 | - "@babel/plugin-transform-parameters": "^7.16.5" | 4756 | + "@babel/plugin-transform-parameters": "^7.16.7" |
| 4891 | } | 4757 | } |
| 4892 | }, | 4758 | }, |
| 4893 | "@babel/plugin-proposal-optional-catch-binding": { | 4759 | "@babel/plugin-proposal-optional-catch-binding": { |
| 4894 | - "version": "7.16.5", | ||
| 4895 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.5.tgz", | ||
| 4896 | - "integrity": "sha512-ihCMxY1Iljmx4bWy/PIMJGXN4NS4oUj1MKynwO07kiKms23pNvIn1DMB92DNB2R0EA882sw0VXIelYGdtF7xEQ==", | 4760 | + "version": "7.16.7", |
| 4761 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz", | ||
| 4762 | + "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==", | ||
| 4897 | "requires": { | 4763 | "requires": { |
| 4898 | - "@babel/helper-plugin-utils": "^7.16.5", | 4764 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4899 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" | 4765 | "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" |
| 4900 | } | 4766 | } |
| 4901 | }, | 4767 | }, |
| 4902 | "@babel/plugin-proposal-optional-chaining": { | 4768 | "@babel/plugin-proposal-optional-chaining": { |
| 4903 | - "version": "7.16.5", | ||
| 4904 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.5.tgz", | ||
| 4905 | - "integrity": "sha512-kzdHgnaXRonttiTfKYnSVafbWngPPr2qKw9BWYBESl91W54e+9R5pP70LtWxV56g0f05f/SQrwHYkfvbwcdQ/A==", | 4769 | + "version": "7.16.7", |
| 4770 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz", | ||
| 4771 | + "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==", | ||
| 4906 | "requires": { | 4772 | "requires": { |
| 4907 | - "@babel/helper-plugin-utils": "^7.16.5", | 4773 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 4908 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", | 4774 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", |
| 4909 | "@babel/plugin-syntax-optional-chaining": "^7.8.3" | 4775 | "@babel/plugin-syntax-optional-chaining": "^7.8.3" |
| 4910 | } | 4776 | } |
| 4911 | }, | 4777 | }, |
| 4912 | "@babel/plugin-proposal-private-methods": { | 4778 | "@babel/plugin-proposal-private-methods": { |
| 4913 | - "version": "7.16.5", | ||
| 4914 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.5.tgz", | ||
| 4915 | - "integrity": "sha512-+yFMO4BGT3sgzXo+lrq7orX5mAZt57DwUK6seqII6AcJnJOIhBJ8pzKH47/ql/d426uQ7YhN8DpUFirQzqYSUA==", | 4779 | + "version": "7.16.11", |
| 4780 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz", | ||
| 4781 | + "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==", | ||
| 4916 | "requires": { | 4782 | "requires": { |
| 4917 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 4918 | - "@babel/helper-plugin-utils": "^7.16.5" | 4783 | + "@babel/helper-create-class-features-plugin": "^7.16.10", |
| 4784 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 4919 | } | 4785 | } |
| 4920 | }, | 4786 | }, |
| 4921 | "@babel/plugin-proposal-private-property-in-object": { | 4787 | "@babel/plugin-proposal-private-property-in-object": { |
| 4922 | - "version": "7.16.5", | ||
| 4923 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.5.tgz", | ||
| 4924 | - "integrity": "sha512-+YGh5Wbw0NH3y/E5YMu6ci5qTDmAEVNoZ3I54aB6nVEOZ5BQ7QJlwKq5pYVucQilMByGn/bvX0af+uNaPRCabA==", | 4788 | + "version": "7.16.7", |
| 4789 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz", | ||
| 4790 | + "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==", | ||
| 4925 | "requires": { | 4791 | "requires": { |
| 4926 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 4927 | - "@babel/helper-create-class-features-plugin": "^7.16.5", | ||
| 4928 | - "@babel/helper-plugin-utils": "^7.16.5", | 4792 | + "@babel/helper-annotate-as-pure": "^7.16.7", |
| 4793 | + "@babel/helper-create-class-features-plugin": "^7.16.7", | ||
| 4794 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 4929 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5" | 4795 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5" |
| 4930 | } | 4796 | } |
| 4931 | }, | 4797 | }, |
| 4932 | "@babel/plugin-proposal-unicode-property-regex": { | 4798 | "@babel/plugin-proposal-unicode-property-regex": { |
| 4933 | - "version": "7.16.5", | ||
| 4934 | - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.5.tgz", | ||
| 4935 | - "integrity": "sha512-s5sKtlKQyFSatt781HQwv1hoM5BQ9qRH30r+dK56OLDsHmV74mzwJNX7R1yMuE7VZKG5O6q/gmOGSAO6ikTudg==", | 4799 | + "version": "7.16.7", |
| 4800 | + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz", | ||
| 4801 | + "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==", | ||
| 4936 | "requires": { | 4802 | "requires": { |
| 4937 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0", | ||
| 4938 | - "@babel/helper-plugin-utils": "^7.16.5" | 4803 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7", |
| 4804 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 4939 | } | 4805 | } |
| 4940 | }, | 4806 | }, |
| 4941 | "@babel/plugin-syntax-async-generators": { | 4807 | "@babel/plugin-syntax-async-generators": { |
| @@ -5051,312 +4917,313 @@ | @@ -5051,312 +4917,313 @@ | ||
| 5051 | } | 4917 | } |
| 5052 | }, | 4918 | }, |
| 5053 | "@babel/plugin-transform-arrow-functions": { | 4919 | "@babel/plugin-transform-arrow-functions": { |
| 5054 | - "version": "7.16.5", | ||
| 5055 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.5.tgz", | ||
| 5056 | - "integrity": "sha512-8bTHiiZyMOyfZFULjsCnYOWG059FVMes0iljEHSfARhNgFfpsqE92OrCffv3veSw9rwMkYcFe9bj0ZoXU2IGtQ==", | 4920 | + "version": "7.16.7", |
| 4921 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", | ||
| 4922 | + "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", | ||
| 5057 | "requires": { | 4923 | "requires": { |
| 5058 | - "@babel/helper-plugin-utils": "^7.16.5" | 4924 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5059 | } | 4925 | } |
| 5060 | }, | 4926 | }, |
| 5061 | "@babel/plugin-transform-async-to-generator": { | 4927 | "@babel/plugin-transform-async-to-generator": { |
| 5062 | - "version": "7.16.5", | ||
| 5063 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.5.tgz", | ||
| 5064 | - "integrity": "sha512-TMXgfioJnkXU+XRoj7P2ED7rUm5jbnDWwlCuFVTpQboMfbSya5WrmubNBAMlk7KXvywpo8rd8WuYZkis1o2H8w==", | 4928 | + "version": "7.16.8", |
| 4929 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", | ||
| 4930 | + "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", | ||
| 5065 | "requires": { | 4931 | "requires": { |
| 5066 | - "@babel/helper-module-imports": "^7.16.0", | ||
| 5067 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 5068 | - "@babel/helper-remap-async-to-generator": "^7.16.5" | 4932 | + "@babel/helper-module-imports": "^7.16.7", |
| 4933 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 4934 | + "@babel/helper-remap-async-to-generator": "^7.16.8" | ||
| 5069 | } | 4935 | } |
| 5070 | }, | 4936 | }, |
| 5071 | "@babel/plugin-transform-block-scoped-functions": { | 4937 | "@babel/plugin-transform-block-scoped-functions": { |
| 5072 | - "version": "7.16.5", | ||
| 5073 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.5.tgz", | ||
| 5074 | - "integrity": "sha512-BxmIyKLjUGksJ99+hJyL/HIxLIGnLKtw772zYDER7UuycDZ+Xvzs98ZQw6NGgM2ss4/hlFAaGiZmMNKvValEjw==", | 4938 | + "version": "7.16.7", |
| 4939 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", | ||
| 4940 | + "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", | ||
| 5075 | "requires": { | 4941 | "requires": { |
| 5076 | - "@babel/helper-plugin-utils": "^7.16.5" | 4942 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5077 | } | 4943 | } |
| 5078 | }, | 4944 | }, |
| 5079 | "@babel/plugin-transform-block-scoping": { | 4945 | "@babel/plugin-transform-block-scoping": { |
| 5080 | - "version": "7.16.5", | ||
| 5081 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.5.tgz", | ||
| 5082 | - "integrity": "sha512-JxjSPNZSiOtmxjX7PBRBeRJTUKTyJ607YUYeT0QJCNdsedOe+/rXITjP08eG8xUpsLfPirgzdCFN+h0w6RI+pQ==", | 4946 | + "version": "7.16.7", |
| 4947 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", | ||
| 4948 | + "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", | ||
| 5083 | "requires": { | 4949 | "requires": { |
| 5084 | - "@babel/helper-plugin-utils": "^7.16.5" | 4950 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5085 | } | 4951 | } |
| 5086 | }, | 4952 | }, |
| 5087 | "@babel/plugin-transform-classes": { | 4953 | "@babel/plugin-transform-classes": { |
| 5088 | - "version": "7.16.5", | ||
| 5089 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.5.tgz", | ||
| 5090 | - "integrity": "sha512-DzJ1vYf/7TaCYy57J3SJ9rV+JEuvmlnvvyvYKFbk5u46oQbBvuB9/0w+YsVsxkOv8zVWKpDmUoj4T5ILHoXevA==", | ||
| 5091 | - "requires": { | ||
| 5092 | - "@babel/helper-annotate-as-pure": "^7.16.0", | ||
| 5093 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 5094 | - "@babel/helper-function-name": "^7.16.0", | ||
| 5095 | - "@babel/helper-optimise-call-expression": "^7.16.0", | ||
| 5096 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 5097 | - "@babel/helper-replace-supers": "^7.16.5", | ||
| 5098 | - "@babel/helper-split-export-declaration": "^7.16.0", | 4954 | + "version": "7.16.7", |
| 4955 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", | ||
| 4956 | + "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", | ||
| 4957 | + "requires": { | ||
| 4958 | + "@babel/helper-annotate-as-pure": "^7.16.7", | ||
| 4959 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 4960 | + "@babel/helper-function-name": "^7.16.7", | ||
| 4961 | + "@babel/helper-optimise-call-expression": "^7.16.7", | ||
| 4962 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 4963 | + "@babel/helper-replace-supers": "^7.16.7", | ||
| 4964 | + "@babel/helper-split-export-declaration": "^7.16.7", | ||
| 5099 | "globals": "^11.1.0" | 4965 | "globals": "^11.1.0" |
| 5100 | } | 4966 | } |
| 5101 | }, | 4967 | }, |
| 5102 | "@babel/plugin-transform-computed-properties": { | 4968 | "@babel/plugin-transform-computed-properties": { |
| 5103 | - "version": "7.16.5", | ||
| 5104 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.5.tgz", | ||
| 5105 | - "integrity": "sha512-n1+O7xtU5lSLraRzX88CNcpl7vtGdPakKzww74bVwpAIRgz9JVLJJpOLb0uYqcOaXVM0TL6X0RVeIJGD2CnCkg==", | 4969 | + "version": "7.16.7", |
| 4970 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", | ||
| 4971 | + "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", | ||
| 5106 | "requires": { | 4972 | "requires": { |
| 5107 | - "@babel/helper-plugin-utils": "^7.16.5" | 4973 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5108 | } | 4974 | } |
| 5109 | }, | 4975 | }, |
| 5110 | "@babel/plugin-transform-destructuring": { | 4976 | "@babel/plugin-transform-destructuring": { |
| 5111 | - "version": "7.16.5", | ||
| 5112 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.5.tgz", | ||
| 5113 | - "integrity": "sha512-GuRVAsjq+c9YPK6NeTkRLWyQskDC099XkBSVO+6QzbnOnH2d/4mBVXYStaPrZD3dFRfg00I6BFJ9Atsjfs8mlg==", | 4977 | + "version": "7.16.7", |
| 4978 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz", | ||
| 4979 | + "integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==", | ||
| 5114 | "requires": { | 4980 | "requires": { |
| 5115 | - "@babel/helper-plugin-utils": "^7.16.5" | 4981 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5116 | } | 4982 | } |
| 5117 | }, | 4983 | }, |
| 5118 | "@babel/plugin-transform-dotall-regex": { | 4984 | "@babel/plugin-transform-dotall-regex": { |
| 5119 | - "version": "7.16.5", | ||
| 5120 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.5.tgz", | ||
| 5121 | - "integrity": "sha512-iQiEMt8Q4/5aRGHpGVK2Zc7a6mx7qEAO7qehgSug3SDImnuMzgmm/wtJALXaz25zUj1PmnNHtShjFgk4PDx4nw==", | 4985 | + "version": "7.16.7", |
| 4986 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz", | ||
| 4987 | + "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==", | ||
| 5122 | "requires": { | 4988 | "requires": { |
| 5123 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0", | ||
| 5124 | - "@babel/helper-plugin-utils": "^7.16.5" | 4989 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7", |
| 4990 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 5125 | } | 4991 | } |
| 5126 | }, | 4992 | }, |
| 5127 | "@babel/plugin-transform-duplicate-keys": { | 4993 | "@babel/plugin-transform-duplicate-keys": { |
| 5128 | - "version": "7.16.5", | ||
| 5129 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.5.tgz", | ||
| 5130 | - "integrity": "sha512-81tijpDg2a6I1Yhj4aWY1l3O1J4Cg/Pd7LfvuaH2VVInAkXtzibz9+zSPdUM1WvuUi128ksstAP0hM5w48vQgg==", | 4994 | + "version": "7.16.7", |
| 4995 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz", | ||
| 4996 | + "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==", | ||
| 5131 | "requires": { | 4997 | "requires": { |
| 5132 | - "@babel/helper-plugin-utils": "^7.16.5" | 4998 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5133 | } | 4999 | } |
| 5134 | }, | 5000 | }, |
| 5135 | "@babel/plugin-transform-exponentiation-operator": { | 5001 | "@babel/plugin-transform-exponentiation-operator": { |
| 5136 | - "version": "7.16.5", | ||
| 5137 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.5.tgz", | ||
| 5138 | - "integrity": "sha512-12rba2HwemQPa7BLIKCzm1pT2/RuQHtSFHdNl41cFiC6oi4tcrp7gjB07pxQvFpcADojQywSjblQth6gJyE6CA==", | 5002 | + "version": "7.16.7", |
| 5003 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz", | ||
| 5004 | + "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==", | ||
| 5139 | "requires": { | 5005 | "requires": { |
| 5140 | - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.5", | ||
| 5141 | - "@babel/helper-plugin-utils": "^7.16.5" | 5006 | + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7", |
| 5007 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 5142 | } | 5008 | } |
| 5143 | }, | 5009 | }, |
| 5144 | "@babel/plugin-transform-for-of": { | 5010 | "@babel/plugin-transform-for-of": { |
| 5145 | - "version": "7.16.5", | ||
| 5146 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.5.tgz", | ||
| 5147 | - "integrity": "sha512-+DpCAJFPAvViR17PIMi9x2AE34dll5wNlXO43wagAX2YcRGgEVHCNFC4azG85b4YyyFarvkc/iD5NPrz4Oneqw==", | 5011 | + "version": "7.16.7", |
| 5012 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", | ||
| 5013 | + "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", | ||
| 5148 | "requires": { | 5014 | "requires": { |
| 5149 | - "@babel/helper-plugin-utils": "^7.16.5" | 5015 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5150 | } | 5016 | } |
| 5151 | }, | 5017 | }, |
| 5152 | "@babel/plugin-transform-function-name": { | 5018 | "@babel/plugin-transform-function-name": { |
| 5153 | - "version": "7.16.5", | ||
| 5154 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.5.tgz", | ||
| 5155 | - "integrity": "sha512-Fuec/KPSpVLbGo6z1RPw4EE1X+z9gZk1uQmnYy7v4xr4TO9p41v1AoUuXEtyqAI7H+xNJYSICzRqZBhDEkd3kQ==", | 5019 | + "version": "7.16.7", |
| 5020 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz", | ||
| 5021 | + "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==", | ||
| 5156 | "requires": { | 5022 | "requires": { |
| 5157 | - "@babel/helper-function-name": "^7.16.0", | ||
| 5158 | - "@babel/helper-plugin-utils": "^7.16.5" | 5023 | + "@babel/helper-compilation-targets": "^7.16.7", |
| 5024 | + "@babel/helper-function-name": "^7.16.7", | ||
| 5025 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 5159 | } | 5026 | } |
| 5160 | }, | 5027 | }, |
| 5161 | "@babel/plugin-transform-literals": { | 5028 | "@babel/plugin-transform-literals": { |
| 5162 | - "version": "7.16.5", | ||
| 5163 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.5.tgz", | ||
| 5164 | - "integrity": "sha512-B1j9C/IfvshnPcklsc93AVLTrNVa69iSqztylZH6qnmiAsDDOmmjEYqOm3Ts2lGSgTSywnBNiqC949VdD0/gfw==", | 5029 | + "version": "7.16.7", |
| 5030 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", | ||
| 5031 | + "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", | ||
| 5165 | "requires": { | 5032 | "requires": { |
| 5166 | - "@babel/helper-plugin-utils": "^7.16.5" | 5033 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5167 | } | 5034 | } |
| 5168 | }, | 5035 | }, |
| 5169 | "@babel/plugin-transform-member-expression-literals": { | 5036 | "@babel/plugin-transform-member-expression-literals": { |
| 5170 | - "version": "7.16.5", | ||
| 5171 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.5.tgz", | ||
| 5172 | - "integrity": "sha512-d57i3vPHWgIde/9Y8W/xSFUndhvhZN5Wu2TjRrN1MVz5KzdUihKnfDVlfP1U7mS5DNj/WHHhaE4/tTi4hIyHwQ==", | 5037 | + "version": "7.16.7", |
| 5038 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz", | ||
| 5039 | + "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==", | ||
| 5173 | "requires": { | 5040 | "requires": { |
| 5174 | - "@babel/helper-plugin-utils": "^7.16.5" | 5041 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5175 | } | 5042 | } |
| 5176 | }, | 5043 | }, |
| 5177 | "@babel/plugin-transform-modules-amd": { | 5044 | "@babel/plugin-transform-modules-amd": { |
| 5178 | - "version": "7.16.5", | ||
| 5179 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.5.tgz", | ||
| 5180 | - "integrity": "sha512-oHI15S/hdJuSCfnwIz+4lm6wu/wBn7oJ8+QrkzPPwSFGXk8kgdI/AIKcbR/XnD1nQVMg/i6eNaXpszbGuwYDRQ==", | 5045 | + "version": "7.16.7", |
| 5046 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz", | ||
| 5047 | + "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==", | ||
| 5181 | "requires": { | 5048 | "requires": { |
| 5182 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 5183 | - "@babel/helper-plugin-utils": "^7.16.5", | 5049 | + "@babel/helper-module-transforms": "^7.16.7", |
| 5050 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 5184 | "babel-plugin-dynamic-import-node": "^2.3.3" | 5051 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 5185 | } | 5052 | } |
| 5186 | }, | 5053 | }, |
| 5187 | "@babel/plugin-transform-modules-commonjs": { | 5054 | "@babel/plugin-transform-modules-commonjs": { |
| 5188 | - "version": "7.16.5", | ||
| 5189 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.5.tgz", | ||
| 5190 | - "integrity": "sha512-ABhUkxvoQyqhCWyb8xXtfwqNMJD7tx+irIRnUh6lmyFud7Jln1WzONXKlax1fg/ey178EXbs4bSGNd6PngO+SQ==", | 5055 | + "version": "7.16.8", |
| 5056 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz", | ||
| 5057 | + "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==", | ||
| 5191 | "requires": { | 5058 | "requires": { |
| 5192 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 5193 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 5194 | - "@babel/helper-simple-access": "^7.16.0", | 5059 | + "@babel/helper-module-transforms": "^7.16.7", |
| 5060 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 5061 | + "@babel/helper-simple-access": "^7.16.7", | ||
| 5195 | "babel-plugin-dynamic-import-node": "^2.3.3" | 5062 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 5196 | } | 5063 | } |
| 5197 | }, | 5064 | }, |
| 5198 | "@babel/plugin-transform-modules-systemjs": { | 5065 | "@babel/plugin-transform-modules-systemjs": { |
| 5199 | - "version": "7.16.5", | ||
| 5200 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.5.tgz", | ||
| 5201 | - "integrity": "sha512-53gmLdScNN28XpjEVIm7LbWnD/b/TpbwKbLk6KV4KqC9WyU6rq1jnNmVG6UgAdQZVVGZVoik3DqHNxk4/EvrjA==", | ||
| 5202 | - "requires": { | ||
| 5203 | - "@babel/helper-hoist-variables": "^7.16.0", | ||
| 5204 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 5205 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 5206 | - "@babel/helper-validator-identifier": "^7.15.7", | 5066 | + "version": "7.16.7", |
| 5067 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz", | ||
| 5068 | + "integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==", | ||
| 5069 | + "requires": { | ||
| 5070 | + "@babel/helper-hoist-variables": "^7.16.7", | ||
| 5071 | + "@babel/helper-module-transforms": "^7.16.7", | ||
| 5072 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 5073 | + "@babel/helper-validator-identifier": "^7.16.7", | ||
| 5207 | "babel-plugin-dynamic-import-node": "^2.3.3" | 5074 | "babel-plugin-dynamic-import-node": "^2.3.3" |
| 5208 | } | 5075 | } |
| 5209 | }, | 5076 | }, |
| 5210 | "@babel/plugin-transform-modules-umd": { | 5077 | "@babel/plugin-transform-modules-umd": { |
| 5211 | - "version": "7.16.5", | ||
| 5212 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.5.tgz", | ||
| 5213 | - "integrity": "sha512-qTFnpxHMoenNHkS3VoWRdwrcJ3FhX567GvDA3hRZKF0Dj8Fmg0UzySZp3AP2mShl/bzcywb/UWAMQIjA1bhXvw==", | 5078 | + "version": "7.16.7", |
| 5079 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz", | ||
| 5080 | + "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==", | ||
| 5214 | "requires": { | 5081 | "requires": { |
| 5215 | - "@babel/helper-module-transforms": "^7.16.5", | ||
| 5216 | - "@babel/helper-plugin-utils": "^7.16.5" | 5082 | + "@babel/helper-module-transforms": "^7.16.7", |
| 5083 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 5217 | } | 5084 | } |
| 5218 | }, | 5085 | }, |
| 5219 | "@babel/plugin-transform-named-capturing-groups-regex": { | 5086 | "@babel/plugin-transform-named-capturing-groups-regex": { |
| 5220 | - "version": "7.16.5", | ||
| 5221 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.5.tgz", | ||
| 5222 | - "integrity": "sha512-/wqGDgvFUeKELW6ex6QB7dLVRkd5ehjw34tpXu1nhKC0sFfmaLabIswnpf8JgDyV2NeDmZiwoOb0rAmxciNfjA==", | 5087 | + "version": "7.16.8", |
| 5088 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz", | ||
| 5089 | + "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==", | ||
| 5223 | "requires": { | 5090 | "requires": { |
| 5224 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0" | 5091 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7" |
| 5225 | } | 5092 | } |
| 5226 | }, | 5093 | }, |
| 5227 | "@babel/plugin-transform-new-target": { | 5094 | "@babel/plugin-transform-new-target": { |
| 5228 | - "version": "7.16.5", | ||
| 5229 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.5.tgz", | ||
| 5230 | - "integrity": "sha512-ZaIrnXF08ZC8jnKR4/5g7YakGVL6go6V9ql6Jl3ecO8PQaQqFE74CuM384kezju7Z9nGCCA20BqZaR1tJ/WvHg==", | 5095 | + "version": "7.16.7", |
| 5096 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz", | ||
| 5097 | + "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==", | ||
| 5231 | "requires": { | 5098 | "requires": { |
| 5232 | - "@babel/helper-plugin-utils": "^7.16.5" | 5099 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5233 | } | 5100 | } |
| 5234 | }, | 5101 | }, |
| 5235 | "@babel/plugin-transform-object-super": { | 5102 | "@babel/plugin-transform-object-super": { |
| 5236 | - "version": "7.16.5", | ||
| 5237 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.5.tgz", | ||
| 5238 | - "integrity": "sha512-tded+yZEXuxt9Jdtkc1RraW1zMF/GalVxaVVxh41IYwirdRgyAxxxCKZ9XB7LxZqmsjfjALxupNE1MIz9KH+Zg==", | 5103 | + "version": "7.16.7", |
| 5104 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz", | ||
| 5105 | + "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==", | ||
| 5239 | "requires": { | 5106 | "requires": { |
| 5240 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 5241 | - "@babel/helper-replace-supers": "^7.16.5" | 5107 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 5108 | + "@babel/helper-replace-supers": "^7.16.7" | ||
| 5242 | } | 5109 | } |
| 5243 | }, | 5110 | }, |
| 5244 | "@babel/plugin-transform-parameters": { | 5111 | "@babel/plugin-transform-parameters": { |
| 5245 | - "version": "7.16.5", | ||
| 5246 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.5.tgz", | ||
| 5247 | - "integrity": "sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==", | 5112 | + "version": "7.16.7", |
| 5113 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", | ||
| 5114 | + "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", | ||
| 5248 | "requires": { | 5115 | "requires": { |
| 5249 | - "@babel/helper-plugin-utils": "^7.16.5" | 5116 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5250 | } | 5117 | } |
| 5251 | }, | 5118 | }, |
| 5252 | "@babel/plugin-transform-property-literals": { | 5119 | "@babel/plugin-transform-property-literals": { |
| 5253 | - "version": "7.16.5", | ||
| 5254 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.5.tgz", | ||
| 5255 | - "integrity": "sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==", | 5120 | + "version": "7.16.7", |
| 5121 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz", | ||
| 5122 | + "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==", | ||
| 5256 | "requires": { | 5123 | "requires": { |
| 5257 | - "@babel/helper-plugin-utils": "^7.16.5" | 5124 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5258 | } | 5125 | } |
| 5259 | }, | 5126 | }, |
| 5260 | "@babel/plugin-transform-regenerator": { | 5127 | "@babel/plugin-transform-regenerator": { |
| 5261 | - "version": "7.16.5", | ||
| 5262 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.5.tgz", | ||
| 5263 | - "integrity": "sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==", | 5128 | + "version": "7.16.7", |
| 5129 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz", | ||
| 5130 | + "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==", | ||
| 5264 | "requires": { | 5131 | "requires": { |
| 5265 | "regenerator-transform": "^0.14.2" | 5132 | "regenerator-transform": "^0.14.2" |
| 5266 | } | 5133 | } |
| 5267 | }, | 5134 | }, |
| 5268 | "@babel/plugin-transform-reserved-words": { | 5135 | "@babel/plugin-transform-reserved-words": { |
| 5269 | - "version": "7.16.5", | ||
| 5270 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.5.tgz", | ||
| 5271 | - "integrity": "sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==", | 5136 | + "version": "7.16.7", |
| 5137 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz", | ||
| 5138 | + "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==", | ||
| 5272 | "requires": { | 5139 | "requires": { |
| 5273 | - "@babel/helper-plugin-utils": "^7.16.5" | 5140 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5274 | } | 5141 | } |
| 5275 | }, | 5142 | }, |
| 5276 | "@babel/plugin-transform-shorthand-properties": { | 5143 | "@babel/plugin-transform-shorthand-properties": { |
| 5277 | - "version": "7.16.5", | ||
| 5278 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.5.tgz", | ||
| 5279 | - "integrity": "sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==", | 5144 | + "version": "7.16.7", |
| 5145 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz", | ||
| 5146 | + "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==", | ||
| 5280 | "requires": { | 5147 | "requires": { |
| 5281 | - "@babel/helper-plugin-utils": "^7.16.5" | 5148 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5282 | } | 5149 | } |
| 5283 | }, | 5150 | }, |
| 5284 | "@babel/plugin-transform-spread": { | 5151 | "@babel/plugin-transform-spread": { |
| 5285 | - "version": "7.16.5", | ||
| 5286 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.5.tgz", | ||
| 5287 | - "integrity": "sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==", | 5152 | + "version": "7.16.7", |
| 5153 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", | ||
| 5154 | + "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", | ||
| 5288 | "requires": { | 5155 | "requires": { |
| 5289 | - "@babel/helper-plugin-utils": "^7.16.5", | 5156 | + "@babel/helper-plugin-utils": "^7.16.7", |
| 5290 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" | 5157 | "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" |
| 5291 | } | 5158 | } |
| 5292 | }, | 5159 | }, |
| 5293 | "@babel/plugin-transform-sticky-regex": { | 5160 | "@babel/plugin-transform-sticky-regex": { |
| 5294 | - "version": "7.16.5", | ||
| 5295 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.5.tgz", | ||
| 5296 | - "integrity": "sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==", | 5161 | + "version": "7.16.7", |
| 5162 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz", | ||
| 5163 | + "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==", | ||
| 5297 | "requires": { | 5164 | "requires": { |
| 5298 | - "@babel/helper-plugin-utils": "^7.16.5" | 5165 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5299 | } | 5166 | } |
| 5300 | }, | 5167 | }, |
| 5301 | "@babel/plugin-transform-template-literals": { | 5168 | "@babel/plugin-transform-template-literals": { |
| 5302 | - "version": "7.16.5", | ||
| 5303 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.5.tgz", | ||
| 5304 | - "integrity": "sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==", | 5169 | + "version": "7.16.7", |
| 5170 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", | ||
| 5171 | + "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", | ||
| 5305 | "requires": { | 5172 | "requires": { |
| 5306 | - "@babel/helper-plugin-utils": "^7.16.5" | 5173 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5307 | } | 5174 | } |
| 5308 | }, | 5175 | }, |
| 5309 | "@babel/plugin-transform-typeof-symbol": { | 5176 | "@babel/plugin-transform-typeof-symbol": { |
| 5310 | - "version": "7.16.5", | ||
| 5311 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.5.tgz", | ||
| 5312 | - "integrity": "sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==", | 5177 | + "version": "7.16.7", |
| 5178 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz", | ||
| 5179 | + "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==", | ||
| 5313 | "requires": { | 5180 | "requires": { |
| 5314 | - "@babel/helper-plugin-utils": "^7.16.5" | 5181 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5315 | } | 5182 | } |
| 5316 | }, | 5183 | }, |
| 5317 | "@babel/plugin-transform-unicode-escapes": { | 5184 | "@babel/plugin-transform-unicode-escapes": { |
| 5318 | - "version": "7.16.5", | ||
| 5319 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.5.tgz", | ||
| 5320 | - "integrity": "sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==", | 5185 | + "version": "7.16.7", |
| 5186 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz", | ||
| 5187 | + "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==", | ||
| 5321 | "requires": { | 5188 | "requires": { |
| 5322 | - "@babel/helper-plugin-utils": "^7.16.5" | 5189 | + "@babel/helper-plugin-utils": "^7.16.7" |
| 5323 | } | 5190 | } |
| 5324 | }, | 5191 | }, |
| 5325 | "@babel/plugin-transform-unicode-regex": { | 5192 | "@babel/plugin-transform-unicode-regex": { |
| 5326 | - "version": "7.16.5", | ||
| 5327 | - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.5.tgz", | ||
| 5328 | - "integrity": "sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==", | 5193 | + "version": "7.16.7", |
| 5194 | + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz", | ||
| 5195 | + "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==", | ||
| 5329 | "requires": { | 5196 | "requires": { |
| 5330 | - "@babel/helper-create-regexp-features-plugin": "^7.16.0", | ||
| 5331 | - "@babel/helper-plugin-utils": "^7.16.5" | 5197 | + "@babel/helper-create-regexp-features-plugin": "^7.16.7", |
| 5198 | + "@babel/helper-plugin-utils": "^7.16.7" | ||
| 5332 | } | 5199 | } |
| 5333 | }, | 5200 | }, |
| 5334 | "@babel/preset-env": { | 5201 | "@babel/preset-env": { |
| 5335 | - "version": "7.16.5", | ||
| 5336 | - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.5.tgz", | ||
| 5337 | - "integrity": "sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==", | ||
| 5338 | - "requires": { | ||
| 5339 | - "@babel/compat-data": "^7.16.4", | ||
| 5340 | - "@babel/helper-compilation-targets": "^7.16.3", | ||
| 5341 | - "@babel/helper-plugin-utils": "^7.16.5", | ||
| 5342 | - "@babel/helper-validator-option": "^7.14.5", | ||
| 5343 | - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.2", | ||
| 5344 | - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.0", | ||
| 5345 | - "@babel/plugin-proposal-async-generator-functions": "^7.16.5", | ||
| 5346 | - "@babel/plugin-proposal-class-properties": "^7.16.5", | ||
| 5347 | - "@babel/plugin-proposal-class-static-block": "^7.16.5", | ||
| 5348 | - "@babel/plugin-proposal-dynamic-import": "^7.16.5", | ||
| 5349 | - "@babel/plugin-proposal-export-namespace-from": "^7.16.5", | ||
| 5350 | - "@babel/plugin-proposal-json-strings": "^7.16.5", | ||
| 5351 | - "@babel/plugin-proposal-logical-assignment-operators": "^7.16.5", | ||
| 5352 | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5", | ||
| 5353 | - "@babel/plugin-proposal-numeric-separator": "^7.16.5", | ||
| 5354 | - "@babel/plugin-proposal-object-rest-spread": "^7.16.5", | ||
| 5355 | - "@babel/plugin-proposal-optional-catch-binding": "^7.16.5", | ||
| 5356 | - "@babel/plugin-proposal-optional-chaining": "^7.16.5", | ||
| 5357 | - "@babel/plugin-proposal-private-methods": "^7.16.5", | ||
| 5358 | - "@babel/plugin-proposal-private-property-in-object": "^7.16.5", | ||
| 5359 | - "@babel/plugin-proposal-unicode-property-regex": "^7.16.5", | 5202 | + "version": "7.16.11", |
| 5203 | + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz", | ||
| 5204 | + "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==", | ||
| 5205 | + "requires": { | ||
| 5206 | + "@babel/compat-data": "^7.16.8", | ||
| 5207 | + "@babel/helper-compilation-targets": "^7.16.7", | ||
| 5208 | + "@babel/helper-plugin-utils": "^7.16.7", | ||
| 5209 | + "@babel/helper-validator-option": "^7.16.7", | ||
| 5210 | + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7", | ||
| 5211 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7", | ||
| 5212 | + "@babel/plugin-proposal-async-generator-functions": "^7.16.8", | ||
| 5213 | + "@babel/plugin-proposal-class-properties": "^7.16.7", | ||
| 5214 | + "@babel/plugin-proposal-class-static-block": "^7.16.7", | ||
| 5215 | + "@babel/plugin-proposal-dynamic-import": "^7.16.7", | ||
| 5216 | + "@babel/plugin-proposal-export-namespace-from": "^7.16.7", | ||
| 5217 | + "@babel/plugin-proposal-json-strings": "^7.16.7", | ||
| 5218 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7", | ||
| 5219 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", | ||
| 5220 | + "@babel/plugin-proposal-numeric-separator": "^7.16.7", | ||
| 5221 | + "@babel/plugin-proposal-object-rest-spread": "^7.16.7", | ||
| 5222 | + "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", | ||
| 5223 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7", | ||
| 5224 | + "@babel/plugin-proposal-private-methods": "^7.16.11", | ||
| 5225 | + "@babel/plugin-proposal-private-property-in-object": "^7.16.7", | ||
| 5226 | + "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", | ||
| 5360 | "@babel/plugin-syntax-async-generators": "^7.8.4", | 5227 | "@babel/plugin-syntax-async-generators": "^7.8.4", |
| 5361 | "@babel/plugin-syntax-class-properties": "^7.12.13", | 5228 | "@babel/plugin-syntax-class-properties": "^7.12.13", |
| 5362 | "@babel/plugin-syntax-class-static-block": "^7.14.5", | 5229 | "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| @@ -5371,44 +5238,44 @@ | @@ -5371,44 +5238,44 @@ | ||
| 5371 | "@babel/plugin-syntax-optional-chaining": "^7.8.3", | 5238 | "@babel/plugin-syntax-optional-chaining": "^7.8.3", |
| 5372 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5", | 5239 | "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
| 5373 | "@babel/plugin-syntax-top-level-await": "^7.14.5", | 5240 | "@babel/plugin-syntax-top-level-await": "^7.14.5", |
| 5374 | - "@babel/plugin-transform-arrow-functions": "^7.16.5", | ||
| 5375 | - "@babel/plugin-transform-async-to-generator": "^7.16.5", | ||
| 5376 | - "@babel/plugin-transform-block-scoped-functions": "^7.16.5", | ||
| 5377 | - "@babel/plugin-transform-block-scoping": "^7.16.5", | ||
| 5378 | - "@babel/plugin-transform-classes": "^7.16.5", | ||
| 5379 | - "@babel/plugin-transform-computed-properties": "^7.16.5", | ||
| 5380 | - "@babel/plugin-transform-destructuring": "^7.16.5", | ||
| 5381 | - "@babel/plugin-transform-dotall-regex": "^7.16.5", | ||
| 5382 | - "@babel/plugin-transform-duplicate-keys": "^7.16.5", | ||
| 5383 | - "@babel/plugin-transform-exponentiation-operator": "^7.16.5", | ||
| 5384 | - "@babel/plugin-transform-for-of": "^7.16.5", | ||
| 5385 | - "@babel/plugin-transform-function-name": "^7.16.5", | ||
| 5386 | - "@babel/plugin-transform-literals": "^7.16.5", | ||
| 5387 | - "@babel/plugin-transform-member-expression-literals": "^7.16.5", | ||
| 5388 | - "@babel/plugin-transform-modules-amd": "^7.16.5", | ||
| 5389 | - "@babel/plugin-transform-modules-commonjs": "^7.16.5", | ||
| 5390 | - "@babel/plugin-transform-modules-systemjs": "^7.16.5", | ||
| 5391 | - "@babel/plugin-transform-modules-umd": "^7.16.5", | ||
| 5392 | - "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.5", | ||
| 5393 | - "@babel/plugin-transform-new-target": "^7.16.5", | ||
| 5394 | - "@babel/plugin-transform-object-super": "^7.16.5", | ||
| 5395 | - "@babel/plugin-transform-parameters": "^7.16.5", | ||
| 5396 | - "@babel/plugin-transform-property-literals": "^7.16.5", | ||
| 5397 | - "@babel/plugin-transform-regenerator": "^7.16.5", | ||
| 5398 | - "@babel/plugin-transform-reserved-words": "^7.16.5", | ||
| 5399 | - "@babel/plugin-transform-shorthand-properties": "^7.16.5", | ||
| 5400 | - "@babel/plugin-transform-spread": "^7.16.5", | ||
| 5401 | - "@babel/plugin-transform-sticky-regex": "^7.16.5", | ||
| 5402 | - "@babel/plugin-transform-template-literals": "^7.16.5", | ||
| 5403 | - "@babel/plugin-transform-typeof-symbol": "^7.16.5", | ||
| 5404 | - "@babel/plugin-transform-unicode-escapes": "^7.16.5", | ||
| 5405 | - "@babel/plugin-transform-unicode-regex": "^7.16.5", | 5241 | + "@babel/plugin-transform-arrow-functions": "^7.16.7", |
| 5242 | + "@babel/plugin-transform-async-to-generator": "^7.16.8", | ||
| 5243 | + "@babel/plugin-transform-block-scoped-functions": "^7.16.7", | ||
| 5244 | + "@babel/plugin-transform-block-scoping": "^7.16.7", | ||
| 5245 | + "@babel/plugin-transform-classes": "^7.16.7", | ||
| 5246 | + "@babel/plugin-transform-computed-properties": "^7.16.7", | ||
| 5247 | + "@babel/plugin-transform-destructuring": "^7.16.7", | ||
| 5248 | + "@babel/plugin-transform-dotall-regex": "^7.16.7", | ||
| 5249 | + "@babel/plugin-transform-duplicate-keys": "^7.16.7", | ||
| 5250 | + "@babel/plugin-transform-exponentiation-operator": "^7.16.7", | ||
| 5251 | + "@babel/plugin-transform-for-of": "^7.16.7", | ||
| 5252 | + "@babel/plugin-transform-function-name": "^7.16.7", | ||
| 5253 | + "@babel/plugin-transform-literals": "^7.16.7", | ||
| 5254 | + "@babel/plugin-transform-member-expression-literals": "^7.16.7", | ||
| 5255 | + "@babel/plugin-transform-modules-amd": "^7.16.7", | ||
| 5256 | + "@babel/plugin-transform-modules-commonjs": "^7.16.8", | ||
| 5257 | + "@babel/plugin-transform-modules-systemjs": "^7.16.7", | ||
| 5258 | + "@babel/plugin-transform-modules-umd": "^7.16.7", | ||
| 5259 | + "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8", | ||
| 5260 | + "@babel/plugin-transform-new-target": "^7.16.7", | ||
| 5261 | + "@babel/plugin-transform-object-super": "^7.16.7", | ||
| 5262 | + "@babel/plugin-transform-parameters": "^7.16.7", | ||
| 5263 | + "@babel/plugin-transform-property-literals": "^7.16.7", | ||
| 5264 | + "@babel/plugin-transform-regenerator": "^7.16.7", | ||
| 5265 | + "@babel/plugin-transform-reserved-words": "^7.16.7", | ||
| 5266 | + "@babel/plugin-transform-shorthand-properties": "^7.16.7", | ||
| 5267 | + "@babel/plugin-transform-spread": "^7.16.7", | ||
| 5268 | + "@babel/plugin-transform-sticky-regex": "^7.16.7", | ||
| 5269 | + "@babel/plugin-transform-template-literals": "^7.16.7", | ||
| 5270 | + "@babel/plugin-transform-typeof-symbol": "^7.16.7", | ||
| 5271 | + "@babel/plugin-transform-unicode-escapes": "^7.16.7", | ||
| 5272 | + "@babel/plugin-transform-unicode-regex": "^7.16.7", | ||
| 5406 | "@babel/preset-modules": "^0.1.5", | 5273 | "@babel/preset-modules": "^0.1.5", |
| 5407 | - "@babel/types": "^7.16.0", | 5274 | + "@babel/types": "^7.16.8", |
| 5408 | "babel-plugin-polyfill-corejs2": "^0.3.0", | 5275 | "babel-plugin-polyfill-corejs2": "^0.3.0", |
| 5409 | - "babel-plugin-polyfill-corejs3": "^0.4.0", | 5276 | + "babel-plugin-polyfill-corejs3": "^0.5.0", |
| 5410 | "babel-plugin-polyfill-regenerator": "^0.3.0", | 5277 | "babel-plugin-polyfill-regenerator": "^0.3.0", |
| 5411 | - "core-js-compat": "^3.19.1", | 5278 | + "core-js-compat": "^3.20.2", |
| 5412 | "semver": "^6.3.0" | 5279 | "semver": "^6.3.0" |
| 5413 | } | 5280 | } |
| 5414 | }, | 5281 | }, |
| @@ -5425,41 +5292,41 @@ | @@ -5425,41 +5292,41 @@ | ||
| 5425 | } | 5292 | } |
| 5426 | }, | 5293 | }, |
| 5427 | "@babel/runtime": { | 5294 | "@babel/runtime": { |
| 5428 | - "version": "7.16.5", | ||
| 5429 | - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", | ||
| 5430 | - "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", | 5295 | + "version": "7.16.7", |
| 5296 | + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", | ||
| 5297 | + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", | ||
| 5431 | "requires": { | 5298 | "requires": { |
| 5432 | "regenerator-runtime": "^0.13.4" | 5299 | "regenerator-runtime": "^0.13.4" |
| 5433 | } | 5300 | } |
| 5434 | }, | 5301 | }, |
| 5435 | "@babel/standalone": { | 5302 | "@babel/standalone": { |
| 5436 | - "version": "7.16.6", | ||
| 5437 | - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.16.6.tgz", | ||
| 5438 | - "integrity": "sha512-wjildVe951w1IPEPN4G76j+y5JFZfJN9gdyP8o9zd61qbiVEecAgORKskK1D/7VrJZrZS+nxDbhj2akEFU2RJw==" | 5303 | + "version": "7.16.12", |
| 5304 | + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.16.12.tgz", | ||
| 5305 | + "integrity": "sha512-Yhx3HHbBLCE0AzpmAXQ2h0adOz0N4Ga64EC7BibFPbdE0c9/davL/NCdHJf/xuQUbwtCg99g1ZLUsMvTLgBQ2w==" | ||
| 5439 | }, | 5306 | }, |
| 5440 | "@babel/template": { | 5307 | "@babel/template": { |
| 5441 | - "version": "7.16.0", | ||
| 5442 | - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz", | ||
| 5443 | - "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==", | 5308 | + "version": "7.16.7", |
| 5309 | + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", | ||
| 5310 | + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", | ||
| 5444 | "requires": { | 5311 | "requires": { |
| 5445 | - "@babel/code-frame": "^7.16.0", | ||
| 5446 | - "@babel/parser": "^7.16.0", | ||
| 5447 | - "@babel/types": "^7.16.0" | 5312 | + "@babel/code-frame": "^7.16.7", |
| 5313 | + "@babel/parser": "^7.16.7", | ||
| 5314 | + "@babel/types": "^7.16.7" | ||
| 5448 | } | 5315 | } |
| 5449 | }, | 5316 | }, |
| 5450 | "@babel/traverse": { | 5317 | "@babel/traverse": { |
| 5451 | - "version": "7.16.5", | ||
| 5452 | - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.5.tgz", | ||
| 5453 | - "integrity": "sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==", | ||
| 5454 | - "requires": { | ||
| 5455 | - "@babel/code-frame": "^7.16.0", | ||
| 5456 | - "@babel/generator": "^7.16.5", | ||
| 5457 | - "@babel/helper-environment-visitor": "^7.16.5", | ||
| 5458 | - "@babel/helper-function-name": "^7.16.0", | ||
| 5459 | - "@babel/helper-hoist-variables": "^7.16.0", | ||
| 5460 | - "@babel/helper-split-export-declaration": "^7.16.0", | ||
| 5461 | - "@babel/parser": "^7.16.5", | ||
| 5462 | - "@babel/types": "^7.16.0", | 5318 | + "version": "7.16.10", |
| 5319 | + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.10.tgz", | ||
| 5320 | + "integrity": "sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==", | ||
| 5321 | + "requires": { | ||
| 5322 | + "@babel/code-frame": "^7.16.7", | ||
| 5323 | + "@babel/generator": "^7.16.8", | ||
| 5324 | + "@babel/helper-environment-visitor": "^7.16.7", | ||
| 5325 | + "@babel/helper-function-name": "^7.16.7", | ||
| 5326 | + "@babel/helper-hoist-variables": "^7.16.7", | ||
| 5327 | + "@babel/helper-split-export-declaration": "^7.16.7", | ||
| 5328 | + "@babel/parser": "^7.16.10", | ||
| 5329 | + "@babel/types": "^7.16.8", | ||
| 5463 | "debug": "^4.1.0", | 5330 | "debug": "^4.1.0", |
| 5464 | "globals": "^11.1.0" | 5331 | "globals": "^11.1.0" |
| 5465 | }, | 5332 | }, |
| @@ -5480,18 +5347,19 @@ | @@ -5480,18 +5347,19 @@ | ||
| 5480 | } | 5347 | } |
| 5481 | }, | 5348 | }, |
| 5482 | "@babel/types": { | 5349 | "@babel/types": { |
| 5483 | - "version": "7.16.0", | ||
| 5484 | - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", | ||
| 5485 | - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", | 5350 | + "version": "7.16.8", |
| 5351 | + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz", | ||
| 5352 | + "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==", | ||
| 5486 | "requires": { | 5353 | "requires": { |
| 5487 | - "@babel/helper-validator-identifier": "^7.15.7", | 5354 | + "@babel/helper-validator-identifier": "^7.16.7", |
| 5488 | "to-fast-properties": "^2.0.0" | 5355 | "to-fast-properties": "^2.0.0" |
| 5489 | } | 5356 | } |
| 5490 | }, | 5357 | }, |
| 5491 | "@element-plus/icons-vue": { | 5358 | "@element-plus/icons-vue": { |
| 5492 | - "version": "0.2.4", | ||
| 5493 | - "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-0.2.4.tgz", | ||
| 5494 | - "integrity": "sha512-RsJNyL58rwxtsjeMy34o8txkL6UlME1stWsUlRpTac6UE9Bx9gdJvnDXbIKhOJqBLX17fBjmposdrn6VTqim2w==" | 5359 | + "version": "0.2.6", |
| 5360 | + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-0.2.6.tgz", | ||
| 5361 | + "integrity": "sha512-2gg7VCq4d2firgl7/aVym4Cx/wqKFwKybEQGJiiWJN4urW36+QdAEG1knqSD9qidbjhVp0Jnc9XdSTR1/4Whzw==", | ||
| 5362 | + "requires": {} | ||
| 5495 | }, | 5363 | }, |
| 5496 | "@emmetio/abbreviation": { | 5364 | "@emmetio/abbreviation": { |
| 5497 | "version": "2.2.2", | 5365 | "version": "2.2.2", |
| @@ -5518,9 +5386,9 @@ | @@ -5518,9 +5386,9 @@ | ||
| 5518 | "dev": true | 5386 | "dev": true |
| 5519 | }, | 5387 | }, |
| 5520 | "@popperjs/core": { | 5388 | "@popperjs/core": { |
| 5521 | - "version": "2.11.0", | ||
| 5522 | - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.0.tgz", | ||
| 5523 | - "integrity": "sha512-zrsUxjLOKAzdewIDRWy9nsV1GQsKBCWaGwsZQlCgr6/q+vjyZhFgqedLfFBuI9anTPEUT4APq9Mu0SZBTzIcGQ==" | 5389 | + "version": "2.11.2", |
| 5390 | + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz", | ||
| 5391 | + "integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==" | ||
| 5524 | }, | 5392 | }, |
| 5525 | "@rollup/plugin-commonjs": { | 5393 | "@rollup/plugin-commonjs": { |
| 5526 | "version": "15.1.0", | 5394 | "version": "15.1.0", |
| @@ -5568,9 +5436,9 @@ | @@ -5568,9 +5436,9 @@ | ||
| 5568 | "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" | 5436 | "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" |
| 5569 | }, | 5437 | }, |
| 5570 | "@types/node": { | 5438 | "@types/node": { |
| 5571 | - "version": "17.0.5", | ||
| 5572 | - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.5.tgz", | ||
| 5573 | - "integrity": "sha512-w3mrvNXLeDYV1GKTZorGJQivK6XLCoGwpnyJFbJVK/aTBQUxOCaa/GlFAAN3OTDFcb7h5tiFG+YXCO2By+riZw==" | 5439 | + "version": "17.0.13", |
| 5440 | + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz", | ||
| 5441 | + "integrity": "sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw==" | ||
| 5574 | }, | 5442 | }, |
| 5575 | "@types/nprogress": { | 5443 | "@types/nprogress": { |
| 5576 | "version": "0.2.0", | 5444 | "version": "0.2.0", |
| @@ -5591,10 +5459,11 @@ | @@ -5591,10 +5459,11 @@ | ||
| 5591 | } | 5459 | } |
| 5592 | }, | 5460 | }, |
| 5593 | "@vitejs/plugin-vue": { | 5461 | "@vitejs/plugin-vue": { |
| 5594 | - "version": "2.0.1", | ||
| 5595 | - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.0.1.tgz", | ||
| 5596 | - "integrity": "sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==", | ||
| 5597 | - "dev": true | 5462 | + "version": "2.1.0", |
| 5463 | + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.1.0.tgz", | ||
| 5464 | + "integrity": "sha512-AZ78WxvFMYd8JmM/GBV6a6SGGTU0GgN/0/4T+FnMMsLzFEzTeAUwuraapy50ifHZsC+G5SvWs86bvaCPTneFlA==", | ||
| 5465 | + "dev": true, | ||
| 5466 | + "requires": {} | ||
| 5598 | }, | 5467 | }, |
| 5599 | "@volar/code-gen": { | 5468 | "@volar/code-gen": { |
| 5600 | "version": "0.29.8", | 5469 | "version": "0.29.8", |
| @@ -5686,13 +5555,12 @@ | @@ -5686,13 +5555,12 @@ | ||
| 5686 | } | 5555 | } |
| 5687 | }, | 5556 | }, |
| 5688 | "@vue/compiler-core": { | 5557 | "@vue/compiler-core": { |
| 5689 | - "version": "3.2.26", | ||
| 5690 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.26.tgz", | ||
| 5691 | - "integrity": "sha512-N5XNBobZbaASdzY9Lga2D9Lul5vdCIOXvUMd6ThcN8zgqQhPKfCV+wfAJNNJKQkSHudnYRO2gEB+lp0iN3g2Tw==", | ||
| 5692 | - "dev": true, | 5558 | + "version": "3.2.25", |
| 5559 | + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 5560 | + "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 5693 | "requires": { | 5561 | "requires": { |
| 5694 | "@babel/parser": "^7.16.4", | 5562 | "@babel/parser": "^7.16.4", |
| 5695 | - "@vue/shared": "3.2.26", | 5563 | + "@vue/shared": "3.2.25", |
| 5696 | "estree-walker": "^2.0.2", | 5564 | "estree-walker": "^2.0.2", |
| 5697 | "source-map": "^0.6.1" | 5565 | "source-map": "^0.6.1" |
| 5698 | }, | 5566 | }, |
| @@ -5700,19 +5568,17 @@ | @@ -5700,19 +5568,17 @@ | ||
| 5700 | "source-map": { | 5568 | "source-map": { |
| 5701 | "version": "0.6.1", | 5569 | "version": "0.6.1", |
| 5702 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | 5570 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |
| 5703 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", | ||
| 5704 | - "dev": true | 5571 | + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" |
| 5705 | } | 5572 | } |
| 5706 | } | 5573 | } |
| 5707 | }, | 5574 | }, |
| 5708 | "@vue/compiler-dom": { | 5575 | "@vue/compiler-dom": { |
| 5709 | - "version": "3.2.26", | ||
| 5710 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.26.tgz", | ||
| 5711 | - "integrity": "sha512-smBfaOW6mQDxcT3p9TKT6mE22vjxjJL50GFVJiI0chXYGU/xzC05QRGrW3HHVuJrmLTLx5zBhsZ2dIATERbarg==", | ||
| 5712 | - "dev": true, | 5576 | + "version": "3.2.25", |
| 5577 | + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 5578 | + "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 5713 | "requires": { | 5579 | "requires": { |
| 5714 | - "@vue/compiler-core": "3.2.26", | ||
| 5715 | - "@vue/shared": "3.2.26" | 5580 | + "@vue/compiler-core": "3.2.25", |
| 5581 | + "@vue/shared": "3.2.25" | ||
| 5716 | } | 5582 | } |
| 5717 | }, | 5583 | }, |
| 5718 | "@vue/compiler-sfc": { | 5584 | "@vue/compiler-sfc": { |
| @@ -5732,31 +5598,6 @@ | @@ -5732,31 +5598,6 @@ | ||
| 5732 | "source-map": "^0.6.1" | 5598 | "source-map": "^0.6.1" |
| 5733 | }, | 5599 | }, |
| 5734 | "dependencies": { | 5600 | "dependencies": { |
| 5735 | - "@vue/compiler-core": { | ||
| 5736 | - "version": "3.2.25", | ||
| 5737 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 5738 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 5739 | - "requires": { | ||
| 5740 | - "@babel/parser": "^7.16.4", | ||
| 5741 | - "@vue/shared": "3.2.25", | ||
| 5742 | - "estree-walker": "^2.0.2", | ||
| 5743 | - "source-map": "^0.6.1" | ||
| 5744 | - } | ||
| 5745 | - }, | ||
| 5746 | - "@vue/compiler-dom": { | ||
| 5747 | - "version": "3.2.25", | ||
| 5748 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 5749 | - "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 5750 | - "requires": { | ||
| 5751 | - "@vue/compiler-core": "3.2.25", | ||
| 5752 | - "@vue/shared": "3.2.25" | ||
| 5753 | - } | ||
| 5754 | - }, | ||
| 5755 | - "@vue/shared": { | ||
| 5756 | - "version": "3.2.25", | ||
| 5757 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5758 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5759 | - }, | ||
| 5760 | "source-map": { | 5601 | "source-map": { |
| 5761 | "version": "0.6.1", | 5602 | "version": "0.6.1", |
| 5762 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | 5603 | "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", |
| @@ -5771,38 +5612,6 @@ | @@ -5771,38 +5612,6 @@ | ||
| 5771 | "requires": { | 5612 | "requires": { |
| 5772 | "@vue/compiler-dom": "3.2.25", | 5613 | "@vue/compiler-dom": "3.2.25", |
| 5773 | "@vue/shared": "3.2.25" | 5614 | "@vue/shared": "3.2.25" |
| 5774 | - }, | ||
| 5775 | - "dependencies": { | ||
| 5776 | - "@vue/compiler-core": { | ||
| 5777 | - "version": "3.2.25", | ||
| 5778 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 5779 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 5780 | - "requires": { | ||
| 5781 | - "@babel/parser": "^7.16.4", | ||
| 5782 | - "@vue/shared": "3.2.25", | ||
| 5783 | - "estree-walker": "^2.0.2", | ||
| 5784 | - "source-map": "^0.6.1" | ||
| 5785 | - } | ||
| 5786 | - }, | ||
| 5787 | - "@vue/compiler-dom": { | ||
| 5788 | - "version": "3.2.25", | ||
| 5789 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 5790 | - "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 5791 | - "requires": { | ||
| 5792 | - "@vue/compiler-core": "3.2.25", | ||
| 5793 | - "@vue/shared": "3.2.25" | ||
| 5794 | - } | ||
| 5795 | - }, | ||
| 5796 | - "@vue/shared": { | ||
| 5797 | - "version": "3.2.25", | ||
| 5798 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5799 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5800 | - }, | ||
| 5801 | - "source-map": { | ||
| 5802 | - "version": "0.6.1", | ||
| 5803 | - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||
| 5804 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" | ||
| 5805 | - } | ||
| 5806 | } | 5615 | } |
| 5807 | }, | 5616 | }, |
| 5808 | "@vue/devtools-api": { | 5617 | "@vue/devtools-api": { |
| @@ -5811,12 +5620,11 @@ | @@ -5811,12 +5620,11 @@ | ||
| 5811 | "integrity": "sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==" | 5620 | "integrity": "sha512-FqC4s3pm35qGVeXRGOjTsRzlkJjrBLriDS9YXbflHLsfA9FrcKzIyWnLXoNm+/7930E8rRakXuAc2QkC50swAw==" |
| 5812 | }, | 5621 | }, |
| 5813 | "@vue/reactivity": { | 5622 | "@vue/reactivity": { |
| 5814 | - "version": "3.2.26", | ||
| 5815 | - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.26.tgz", | ||
| 5816 | - "integrity": "sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==", | ||
| 5817 | - "dev": true, | 5623 | + "version": "3.2.25", |
| 5624 | + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.25.tgz", | ||
| 5625 | + "integrity": "sha512-Dxc/u/dxoneIDqyfmuwPVBR0G3OQJqe3Dtz4z3NGt+CGj4UuOZQfN5raJPmp6xGYgrtC6PAWoCgHhyrgr1qCtg==", | ||
| 5818 | "requires": { | 5626 | "requires": { |
| 5819 | - "@vue/shared": "3.2.26" | 5627 | + "@vue/shared": "3.2.25" |
| 5820 | } | 5628 | } |
| 5821 | }, | 5629 | }, |
| 5822 | "@vue/reactivity-transform": { | 5630 | "@vue/reactivity-transform": { |
| @@ -5829,29 +5637,6 @@ | @@ -5829,29 +5637,6 @@ | ||
| 5829 | "@vue/shared": "3.2.25", | 5637 | "@vue/shared": "3.2.25", |
| 5830 | "estree-walker": "^2.0.2", | 5638 | "estree-walker": "^2.0.2", |
| 5831 | "magic-string": "^0.25.7" | 5639 | "magic-string": "^0.25.7" |
| 5832 | - }, | ||
| 5833 | - "dependencies": { | ||
| 5834 | - "@vue/compiler-core": { | ||
| 5835 | - "version": "3.2.25", | ||
| 5836 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 5837 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 5838 | - "requires": { | ||
| 5839 | - "@babel/parser": "^7.16.4", | ||
| 5840 | - "@vue/shared": "3.2.25", | ||
| 5841 | - "estree-walker": "^2.0.2", | ||
| 5842 | - "source-map": "^0.6.1" | ||
| 5843 | - } | ||
| 5844 | - }, | ||
| 5845 | - "@vue/shared": { | ||
| 5846 | - "version": "3.2.25", | ||
| 5847 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5848 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5849 | - }, | ||
| 5850 | - "source-map": { | ||
| 5851 | - "version": "0.6.1", | ||
| 5852 | - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||
| 5853 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" | ||
| 5854 | - } | ||
| 5855 | } | 5640 | } |
| 5856 | }, | 5641 | }, |
| 5857 | "@vue/runtime-core": { | 5642 | "@vue/runtime-core": { |
| @@ -5861,21 +5646,6 @@ | @@ -5861,21 +5646,6 @@ | ||
| 5861 | "requires": { | 5646 | "requires": { |
| 5862 | "@vue/reactivity": "3.2.25", | 5647 | "@vue/reactivity": "3.2.25", |
| 5863 | "@vue/shared": "3.2.25" | 5648 | "@vue/shared": "3.2.25" |
| 5864 | - }, | ||
| 5865 | - "dependencies": { | ||
| 5866 | - "@vue/reactivity": { | ||
| 5867 | - "version": "3.2.25", | ||
| 5868 | - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.25.tgz", | ||
| 5869 | - "integrity": "sha512-Dxc/u/dxoneIDqyfmuwPVBR0G3OQJqe3Dtz4z3NGt+CGj4UuOZQfN5raJPmp6xGYgrtC6PAWoCgHhyrgr1qCtg==", | ||
| 5870 | - "requires": { | ||
| 5871 | - "@vue/shared": "3.2.25" | ||
| 5872 | - } | ||
| 5873 | - }, | ||
| 5874 | - "@vue/shared": { | ||
| 5875 | - "version": "3.2.25", | ||
| 5876 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5877 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5878 | - } | ||
| 5879 | } | 5649 | } |
| 5880 | }, | 5650 | }, |
| 5881 | "@vue/runtime-dom": { | 5651 | "@vue/runtime-dom": { |
| @@ -5886,13 +5656,6 @@ | @@ -5886,13 +5656,6 @@ | ||
| 5886 | "@vue/runtime-core": "3.2.25", | 5656 | "@vue/runtime-core": "3.2.25", |
| 5887 | "@vue/shared": "3.2.25", | 5657 | "@vue/shared": "3.2.25", |
| 5888 | "csstype": "^2.6.8" | 5658 | "csstype": "^2.6.8" |
| 5889 | - }, | ||
| 5890 | - "dependencies": { | ||
| 5891 | - "@vue/shared": { | ||
| 5892 | - "version": "3.2.25", | ||
| 5893 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5894 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5895 | - } | ||
| 5896 | } | 5659 | } |
| 5897 | }, | 5660 | }, |
| 5898 | "@vue/server-renderer": { | 5661 | "@vue/server-renderer": { |
| @@ -5902,50 +5665,18 @@ | @@ -5902,50 +5665,18 @@ | ||
| 5902 | "requires": { | 5665 | "requires": { |
| 5903 | "@vue/compiler-ssr": "3.2.25", | 5666 | "@vue/compiler-ssr": "3.2.25", |
| 5904 | "@vue/shared": "3.2.25" | 5667 | "@vue/shared": "3.2.25" |
| 5905 | - }, | ||
| 5906 | - "dependencies": { | ||
| 5907 | - "@vue/shared": { | ||
| 5908 | - "version": "3.2.25", | ||
| 5909 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5910 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5911 | - } | ||
| 5912 | } | 5668 | } |
| 5913 | }, | 5669 | }, |
| 5914 | "@vue/shared": { | 5670 | "@vue/shared": { |
| 5915 | - "version": "3.2.26", | ||
| 5916 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.26.tgz", | ||
| 5917 | - "integrity": "sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==", | ||
| 5918 | - "dev": true | ||
| 5919 | - }, | ||
| 5920 | - "@vueuse/core": { | ||
| 5921 | - "version": "7.4.1", | ||
| 5922 | - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-7.4.1.tgz", | ||
| 5923 | - "integrity": "sha512-8UeLPCAieeQLXFHF1/28SIEK6ILLPb/4hp03hR+xkXF00gB/YUp0CEVcRAL9uQ8HTZa3S2T/jTISMc1ZjilM0A==", | ||
| 5924 | - "requires": { | ||
| 5925 | - "@vueuse/shared": "7.4.1", | ||
| 5926 | - "vue-demi": "*" | ||
| 5927 | - }, | ||
| 5928 | - "dependencies": { | ||
| 5929 | - "@vueuse/shared": { | ||
| 5930 | - "version": "7.4.1", | ||
| 5931 | - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-7.4.1.tgz", | ||
| 5932 | - "integrity": "sha512-Pzb7XoHIcgPwwBJ5Ow9lZb0HTDyaLDV3pgxKauPGTMN9qvEylG06kUG+VTjJXkPsRtiGu46di8XyFeMw2dongA==", | ||
| 5933 | - "requires": { | ||
| 5934 | - "vue-demi": "*" | ||
| 5935 | - } | ||
| 5936 | - }, | ||
| 5937 | - "vue-demi": { | ||
| 5938 | - "version": "0.12.1", | ||
| 5939 | - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | ||
| 5940 | - "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==" | ||
| 5941 | - } | ||
| 5942 | - } | 5671 | + "version": "3.2.25", |
| 5672 | + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 5673 | + "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 5943 | }, | 5674 | }, |
| 5944 | "acorn": { | 5675 | "acorn": { |
| 5945 | "version": "7.4.1", | 5676 | "version": "7.4.1", |
| 5946 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", | 5677 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", |
| 5947 | "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", | 5678 | "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", |
| 5948 | - "dev": true | 5679 | + "devOptional": true |
| 5949 | }, | 5680 | }, |
| 5950 | "ansi-styles": { | 5681 | "ansi-styles": { |
| 5951 | "version": "4.3.0", | 5682 | "version": "4.3.0", |
| @@ -5964,14 +5695,6 @@ | @@ -5964,14 +5695,6 @@ | ||
| 5964 | "picomatch": "^2.0.4" | 5695 | "picomatch": "^2.0.4" |
| 5965 | } | 5696 | } |
| 5966 | }, | 5697 | }, |
| 5967 | - "argparse": { | ||
| 5968 | - "version": "1.0.10", | ||
| 5969 | - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", | ||
| 5970 | - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", | ||
| 5971 | - "requires": { | ||
| 5972 | - "sprintf-js": "~1.0.2" | ||
| 5973 | - } | ||
| 5974 | - }, | ||
| 5975 | "asap": { | 5698 | "asap": { |
| 5976 | "version": "2.0.6", | 5699 | "version": "2.0.6", |
| 5977 | "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", | 5700 | "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", |
| @@ -6006,30 +5729,30 @@ | @@ -6006,30 +5729,30 @@ | ||
| 6006 | } | 5729 | } |
| 6007 | }, | 5730 | }, |
| 6008 | "babel-plugin-polyfill-corejs2": { | 5731 | "babel-plugin-polyfill-corejs2": { |
| 6009 | - "version": "0.3.0", | ||
| 6010 | - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz", | ||
| 6011 | - "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==", | 5732 | + "version": "0.3.1", |
| 5733 | + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", | ||
| 5734 | + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", | ||
| 6012 | "requires": { | 5735 | "requires": { |
| 6013 | "@babel/compat-data": "^7.13.11", | 5736 | "@babel/compat-data": "^7.13.11", |
| 6014 | - "@babel/helper-define-polyfill-provider": "^0.3.0", | 5737 | + "@babel/helper-define-polyfill-provider": "^0.3.1", |
| 6015 | "semver": "^6.1.1" | 5738 | "semver": "^6.1.1" |
| 6016 | } | 5739 | } |
| 6017 | }, | 5740 | }, |
| 6018 | "babel-plugin-polyfill-corejs3": { | 5741 | "babel-plugin-polyfill-corejs3": { |
| 6019 | - "version": "0.4.0", | ||
| 6020 | - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz", | ||
| 6021 | - "integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==", | 5742 | + "version": "0.5.1", |
| 5743 | + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz", | ||
| 5744 | + "integrity": "sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==", | ||
| 6022 | "requires": { | 5745 | "requires": { |
| 6023 | - "@babel/helper-define-polyfill-provider": "^0.3.0", | ||
| 6024 | - "core-js-compat": "^3.18.0" | 5746 | + "@babel/helper-define-polyfill-provider": "^0.3.1", |
| 5747 | + "core-js-compat": "^3.20.0" | ||
| 6025 | } | 5748 | } |
| 6026 | }, | 5749 | }, |
| 6027 | "babel-plugin-polyfill-regenerator": { | 5750 | "babel-plugin-polyfill-regenerator": { |
| 6028 | - "version": "0.3.0", | ||
| 6029 | - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz", | ||
| 6030 | - "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==", | 5751 | + "version": "0.3.1", |
| 5752 | + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", | ||
| 5753 | + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", | ||
| 6031 | "requires": { | 5754 | "requires": { |
| 6032 | - "@babel/helper-define-polyfill-provider": "^0.3.0" | 5755 | + "@babel/helper-define-polyfill-provider": "^0.3.1" |
| 6033 | } | 5756 | } |
| 6034 | }, | 5757 | }, |
| 6035 | "babel-walk": { | 5758 | "babel-walk": { |
| @@ -6051,11 +5774,6 @@ | @@ -6051,11 +5774,6 @@ | ||
| 6051 | "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", | 5774 | "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", |
| 6052 | "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" | 5775 | "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" |
| 6053 | }, | 5776 | }, |
| 6054 | - "bluebird": { | ||
| 6055 | - "version": "3.7.2", | ||
| 6056 | - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", | ||
| 6057 | - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" | ||
| 6058 | - }, | ||
| 6059 | "brace-expansion": { | 5777 | "brace-expansion": { |
| 6060 | "version": "1.1.11", | 5778 | "version": "1.1.11", |
| 6061 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", | 5779 | "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", |
| @@ -6100,17 +5818,9 @@ | @@ -6100,17 +5818,9 @@ | ||
| 6100 | } | 5818 | } |
| 6101 | }, | 5819 | }, |
| 6102 | "caniuse-lite": { | 5820 | "caniuse-lite": { |
| 6103 | - "version": "1.0.30001294", | ||
| 6104 | - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz", | ||
| 6105 | - "integrity": "sha512-LiMlrs1nSKZ8qkNhpUf5KD0Al1KCBE3zaT7OLOwEkagXMEDij98SiOovn9wxVGQpklk9vVC/pUSqgYmkmKOS8g==" | ||
| 6106 | - }, | ||
| 6107 | - "catharsis": { | ||
| 6108 | - "version": "0.9.0", | ||
| 6109 | - "resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz", | ||
| 6110 | - "integrity": "sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==", | ||
| 6111 | - "requires": { | ||
| 6112 | - "lodash": "^4.17.15" | ||
| 6113 | - } | 5821 | + "version": "1.0.30001303", |
| 5822 | + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001303.tgz", | ||
| 5823 | + "integrity": "sha512-/Mqc1oESndUNszJP0kx0UaQU9kEv9nNtJ7Kn8AdA0mNnH8eR1cj0kG+NbNuC1Wq/b21eA8prhKRA3bbkjONegQ==" | ||
| 6114 | }, | 5824 | }, |
| 6115 | "chalk": { | 5825 | "chalk": { |
| 6116 | "version": "4.1.2", | 5826 | "version": "4.1.2", |
| @@ -6131,9 +5841,9 @@ | @@ -6131,9 +5841,9 @@ | ||
| 6131 | } | 5841 | } |
| 6132 | }, | 5842 | }, |
| 6133 | "chokidar": { | 5843 | "chokidar": { |
| 6134 | - "version": "3.5.2", | ||
| 6135 | - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", | ||
| 6136 | - "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", | 5844 | + "version": "3.5.3", |
| 5845 | + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", | ||
| 5846 | + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", | ||
| 6137 | "requires": { | 5847 | "requires": { |
| 6138 | "anymatch": "~3.1.2", | 5848 | "anymatch": "~3.1.2", |
| 6139 | "braces": "~3.0.2", | 5849 | "braces": "~3.0.2", |
| @@ -6192,14 +5902,14 @@ | @@ -6192,14 +5902,14 @@ | ||
| 6192 | } | 5902 | } |
| 6193 | }, | 5903 | }, |
| 6194 | "core-js": { | 5904 | "core-js": { |
| 6195 | - "version": "3.20.1", | ||
| 6196 | - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.1.tgz", | ||
| 6197 | - "integrity": "sha512-btdpStYFQScnNVQ5slVcr858KP0YWYjV16eGJQw8Gg7CWtu/2qNvIM3qVRIR3n1pK2R9NNOrTevbvAYxajwEjg==" | 5905 | + "version": "3.20.3", |
| 5906 | + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.20.3.tgz", | ||
| 5907 | + "integrity": "sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==" | ||
| 6198 | }, | 5908 | }, |
| 6199 | "core-js-compat": { | 5909 | "core-js-compat": { |
| 6200 | - "version": "3.20.1", | ||
| 6201 | - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.1.tgz", | ||
| 6202 | - "integrity": "sha512-AVhKZNpqMV3Jz8hU0YEXXE06qoxtQGsAqU0u1neUngz5IusDJRX/ZJ6t3i7mS7QxNyEONbCo14GprkBrxPlTZA==", | 5910 | + "version": "3.20.3", |
| 5911 | + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz", | ||
| 5912 | + "integrity": "sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==", | ||
| 6203 | "requires": { | 5913 | "requires": { |
| 6204 | "browserslist": "^4.19.1", | 5914 | "browserslist": "^4.19.1", |
| 6205 | "semver": "7.0.0" | 5915 | "semver": "7.0.0" |
| @@ -6222,12 +5932,6 @@ | @@ -6222,12 +5932,6 @@ | ||
| 6222 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", | 5932 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", |
| 6223 | "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" | 5933 | "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" |
| 6224 | }, | 5934 | }, |
| 6225 | - "de-indent": { | ||
| 6226 | - "version": "1.0.2", | ||
| 6227 | - "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", | ||
| 6228 | - "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", | ||
| 6229 | - "peer": true | ||
| 6230 | - }, | ||
| 6231 | "debug": { | 5935 | "debug": { |
| 6232 | "version": "2.6.9", | 5936 | "version": "2.6.9", |
| 6233 | "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", | 5937 | "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", |
| @@ -6306,9 +6010,9 @@ | @@ -6306,9 +6010,9 @@ | ||
| 6306 | } | 6010 | } |
| 6307 | }, | 6011 | }, |
| 6308 | "electron-to-chromium": { | 6012 | "electron-to-chromium": { |
| 6309 | - "version": "1.4.29", | ||
| 6310 | - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.29.tgz", | ||
| 6311 | - "integrity": "sha512-N2Jbwxo5Rum8G2YXeUxycs1sv4Qme/ry71HG73bv8BvZl+I/4JtRgK/En+ST/Wh/yF1fqvVCY4jZBgMxnhjtBA==" | 6013 | + "version": "1.4.56", |
| 6014 | + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.56.tgz", | ||
| 6015 | + "integrity": "sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g==" | ||
| 6312 | }, | 6016 | }, |
| 6313 | "element-plus": { | 6017 | "element-plus": { |
| 6314 | "version": "1.2.0-beta.6", | 6018 | "version": "1.2.0-beta.6", |
| @@ -6323,6 +6027,33 @@ | @@ -6323,6 +6027,33 @@ | ||
| 6323 | "lodash": "^4.17.21", | 6027 | "lodash": "^4.17.21", |
| 6324 | "memoize-one": "^6.0.0", | 6028 | "memoize-one": "^6.0.0", |
| 6325 | "normalize-wheel-es": "^1.1.1" | 6029 | "normalize-wheel-es": "^1.1.1" |
| 6030 | + }, | ||
| 6031 | + "dependencies": { | ||
| 6032 | + "@vueuse/core": { | ||
| 6033 | + "version": "7.5.5", | ||
| 6034 | + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-7.5.5.tgz", | ||
| 6035 | + "integrity": "sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==", | ||
| 6036 | + "requires": { | ||
| 6037 | + "@vueuse/shared": "7.5.5", | ||
| 6038 | + "vue-demi": "*" | ||
| 6039 | + }, | ||
| 6040 | + "dependencies": { | ||
| 6041 | + "@vueuse/shared": { | ||
| 6042 | + "version": "7.5.5", | ||
| 6043 | + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-7.5.5.tgz", | ||
| 6044 | + "integrity": "sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==", | ||
| 6045 | + "requires": { | ||
| 6046 | + "vue-demi": "*" | ||
| 6047 | + } | ||
| 6048 | + }, | ||
| 6049 | + "vue-demi": { | ||
| 6050 | + "version": "0.12.1", | ||
| 6051 | + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | ||
| 6052 | + "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==", | ||
| 6053 | + "requires": {} | ||
| 6054 | + } | ||
| 6055 | + } | ||
| 6056 | + } | ||
| 6326 | } | 6057 | } |
| 6327 | }, | 6058 | }, |
| 6328 | "emmet": { | 6059 | "emmet": { |
| @@ -6351,7 +6082,6 @@ | @@ -6351,7 +6082,6 @@ | ||
| 6351 | "version": "0.13.15", | 6082 | "version": "0.13.15", |
| 6352 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", | 6083 | "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.15.tgz", |
| 6353 | "integrity": "sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==", | 6084 | "integrity": "sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==", |
| 6354 | - "dev": true, | ||
| 6355 | "requires": { | 6085 | "requires": { |
| 6356 | "esbuild-android-arm64": "0.13.15", | 6086 | "esbuild-android-arm64": "0.13.15", |
| 6357 | "esbuild-darwin-64": "0.13.15", | 6087 | "esbuild-darwin-64": "0.13.15", |
| @@ -6372,11 +6102,106 @@ | @@ -6372,11 +6102,106 @@ | ||
| 6372 | "esbuild-windows-arm64": "0.13.15" | 6102 | "esbuild-windows-arm64": "0.13.15" |
| 6373 | } | 6103 | } |
| 6374 | }, | 6104 | }, |
| 6105 | + "esbuild-android-arm64": { | ||
| 6106 | + "version": "0.13.15", | ||
| 6107 | + "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.13.15.tgz", | ||
| 6108 | + "integrity": "sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==", | ||
| 6109 | + "optional": true | ||
| 6110 | + }, | ||
| 6111 | + "esbuild-darwin-64": { | ||
| 6112 | + "version": "0.13.15", | ||
| 6113 | + "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.13.15.tgz", | ||
| 6114 | + "integrity": "sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==", | ||
| 6115 | + "optional": true | ||
| 6116 | + }, | ||
| 6117 | + "esbuild-darwin-arm64": { | ||
| 6118 | + "version": "0.13.15", | ||
| 6119 | + "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.13.15.tgz", | ||
| 6120 | + "integrity": "sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==", | ||
| 6121 | + "optional": true | ||
| 6122 | + }, | ||
| 6123 | + "esbuild-freebsd-64": { | ||
| 6124 | + "version": "0.13.15", | ||
| 6125 | + "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.13.15.tgz", | ||
| 6126 | + "integrity": "sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==", | ||
| 6127 | + "optional": true | ||
| 6128 | + }, | ||
| 6129 | + "esbuild-freebsd-arm64": { | ||
| 6130 | + "version": "0.13.15", | ||
| 6131 | + "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.13.15.tgz", | ||
| 6132 | + "integrity": "sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==", | ||
| 6133 | + "optional": true | ||
| 6134 | + }, | ||
| 6135 | + "esbuild-linux-32": { | ||
| 6136 | + "version": "0.13.15", | ||
| 6137 | + "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.13.15.tgz", | ||
| 6138 | + "integrity": "sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==", | ||
| 6139 | + "optional": true | ||
| 6140 | + }, | ||
| 6141 | + "esbuild-linux-64": { | ||
| 6142 | + "version": "0.13.15", | ||
| 6143 | + "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.15.tgz", | ||
| 6144 | + "integrity": "sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==", | ||
| 6145 | + "optional": true | ||
| 6146 | + }, | ||
| 6147 | + "esbuild-linux-arm": { | ||
| 6148 | + "version": "0.13.15", | ||
| 6149 | + "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.13.15.tgz", | ||
| 6150 | + "integrity": "sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==", | ||
| 6151 | + "optional": true | ||
| 6152 | + }, | ||
| 6153 | + "esbuild-linux-arm64": { | ||
| 6154 | + "version": "0.13.15", | ||
| 6155 | + "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.13.15.tgz", | ||
| 6156 | + "integrity": "sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==", | ||
| 6157 | + "optional": true | ||
| 6158 | + }, | ||
| 6159 | + "esbuild-linux-mips64le": { | ||
| 6160 | + "version": "0.13.15", | ||
| 6161 | + "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.13.15.tgz", | ||
| 6162 | + "integrity": "sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==", | ||
| 6163 | + "optional": true | ||
| 6164 | + }, | ||
| 6165 | + "esbuild-linux-ppc64le": { | ||
| 6166 | + "version": "0.13.15", | ||
| 6167 | + "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.13.15.tgz", | ||
| 6168 | + "integrity": "sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==", | ||
| 6169 | + "optional": true | ||
| 6170 | + }, | ||
| 6171 | + "esbuild-netbsd-64": { | ||
| 6172 | + "version": "0.13.15", | ||
| 6173 | + "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.13.15.tgz", | ||
| 6174 | + "integrity": "sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==", | ||
| 6175 | + "optional": true | ||
| 6176 | + }, | ||
| 6177 | + "esbuild-openbsd-64": { | ||
| 6178 | + "version": "0.13.15", | ||
| 6179 | + "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.13.15.tgz", | ||
| 6180 | + "integrity": "sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==", | ||
| 6181 | + "optional": true | ||
| 6182 | + }, | ||
| 6183 | + "esbuild-sunos-64": { | ||
| 6184 | + "version": "0.13.15", | ||
| 6185 | + "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.13.15.tgz", | ||
| 6186 | + "integrity": "sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==", | ||
| 6187 | + "optional": true | ||
| 6188 | + }, | ||
| 6189 | + "esbuild-windows-32": { | ||
| 6190 | + "version": "0.13.15", | ||
| 6191 | + "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.13.15.tgz", | ||
| 6192 | + "integrity": "sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==", | ||
| 6193 | + "optional": true | ||
| 6194 | + }, | ||
| 6375 | "esbuild-windows-64": { | 6195 | "esbuild-windows-64": { |
| 6376 | "version": "0.13.15", | 6196 | "version": "0.13.15", |
| 6377 | "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", | 6197 | "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.13.15.tgz", |
| 6378 | "integrity": "sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==", | 6198 | "integrity": "sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==", |
| 6379 | - "dev": true, | 6199 | + "optional": true |
| 6200 | + }, | ||
| 6201 | + "esbuild-windows-arm64": { | ||
| 6202 | + "version": "0.13.15", | ||
| 6203 | + "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.13.15.tgz", | ||
| 6204 | + "integrity": "sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==", | ||
| 6380 | "optional": true | 6205 | "optional": true |
| 6381 | }, | 6206 | }, |
| 6382 | "escalade": { | 6207 | "escalade": { |
| @@ -6432,6 +6257,12 @@ | @@ -6432,6 +6257,12 @@ | ||
| 6432 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", | 6257 | "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", |
| 6433 | "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" | 6258 | "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" |
| 6434 | }, | 6259 | }, |
| 6260 | + "fsevents": { | ||
| 6261 | + "version": "2.3.2", | ||
| 6262 | + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", | ||
| 6263 | + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", | ||
| 6264 | + "optional": true | ||
| 6265 | + }, | ||
| 6435 | "function-bind": { | 6266 | "function-bind": { |
| 6436 | "version": "1.1.1", | 6267 | "version": "1.1.1", |
| 6437 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", | 6268 | "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", |
| @@ -6479,9 +6310,10 @@ | @@ -6479,9 +6310,10 @@ | ||
| 6479 | "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" | 6310 | "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" |
| 6480 | }, | 6311 | }, |
| 6481 | "graceful-fs": { | 6312 | "graceful-fs": { |
| 6482 | - "version": "4.2.8", | ||
| 6483 | - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz", | ||
| 6484 | - "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" | 6313 | + "version": "4.2.9", |
| 6314 | + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", | ||
| 6315 | + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", | ||
| 6316 | + "dev": true | ||
| 6485 | }, | 6317 | }, |
| 6486 | "has": { | 6318 | "has": { |
| 6487 | "version": "1.0.3", | 6319 | "version": "1.0.3", |
| @@ -6510,12 +6342,6 @@ | @@ -6510,12 +6342,6 @@ | ||
| 6510 | "has-symbols": "^1.0.2" | 6342 | "has-symbols": "^1.0.2" |
| 6511 | } | 6343 | } |
| 6512 | }, | 6344 | }, |
| 6513 | - "he": { | ||
| 6514 | - "version": "1.2.0", | ||
| 6515 | - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", | ||
| 6516 | - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", | ||
| 6517 | - "peer": true | ||
| 6518 | - }, | ||
| 6519 | "htmlparser2": { | 6345 | "htmlparser2": { |
| 6520 | "version": "7.2.0", | 6346 | "version": "7.2.0", |
| 6521 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", | 6347 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz", |
| @@ -6556,9 +6382,9 @@ | @@ -6556,9 +6382,9 @@ | ||
| 6556 | } | 6382 | } |
| 6557 | }, | 6383 | }, |
| 6558 | "is-core-module": { | 6384 | "is-core-module": { |
| 6559 | - "version": "2.8.0", | ||
| 6560 | - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", | ||
| 6561 | - "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", | 6385 | + "version": "2.8.1", |
| 6386 | + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", | ||
| 6387 | + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", | ||
| 6562 | "requires": { | 6388 | "requires": { |
| 6563 | "has": "^1.0.3" | 6389 | "has": "^1.0.3" |
| 6564 | } | 6390 | } |
| @@ -6636,46 +6462,6 @@ | @@ -6636,46 +6462,6 @@ | ||
| 6636 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", | 6462 | "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", |
| 6637 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" | 6463 | "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" |
| 6638 | }, | 6464 | }, |
| 6639 | - "js2xmlparser": { | ||
| 6640 | - "version": "4.0.2", | ||
| 6641 | - "resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.2.tgz", | ||
| 6642 | - "integrity": "sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==", | ||
| 6643 | - "requires": { | ||
| 6644 | - "xmlcreate": "^2.0.4" | ||
| 6645 | - } | ||
| 6646 | - }, | ||
| 6647 | - "jsdoc": { | ||
| 6648 | - "version": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.7.tgz", | ||
| 6649 | - "integrity": "sha512-sxKt7h0vzCd+3Y81Ey2qinupL6DpRSZJclS04ugHDNmRUXGzqicMJ6iwayhSA0S0DwwX30c5ozyUthr1QKF6uw==", | ||
| 6650 | - "requires": { | ||
| 6651 | - "@babel/parser": "^7.9.4", | ||
| 6652 | - "bluebird": "^3.7.2", | ||
| 6653 | - "catharsis": "^0.9.0", | ||
| 6654 | - "escape-string-regexp": "^2.0.0", | ||
| 6655 | - "js2xmlparser": "^4.0.1", | ||
| 6656 | - "klaw": "^3.0.0", | ||
| 6657 | - "markdown-it": "^10.0.0", | ||
| 6658 | - "markdown-it-anchor": "^5.2.7", | ||
| 6659 | - "marked": "^2.0.3", | ||
| 6660 | - "mkdirp": "^1.0.4", | ||
| 6661 | - "requizzle": "^0.2.3", | ||
| 6662 | - "strip-json-comments": "^3.1.0", | ||
| 6663 | - "taffydb": "2.6.2", | ||
| 6664 | - "underscore": "~1.13.1" | ||
| 6665 | - }, | ||
| 6666 | - "dependencies": { | ||
| 6667 | - "escape-string-regexp": { | ||
| 6668 | - "version": "2.0.0", | ||
| 6669 | - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", | ||
| 6670 | - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" | ||
| 6671 | - } | ||
| 6672 | - } | ||
| 6673 | - }, | ||
| 6674 | - "jsdoc-vue": { | ||
| 6675 | - "version": "https://registry.npmjs.org/jsdoc-vue/-/jsdoc-vue-1.0.0.tgz", | ||
| 6676 | - "integrity": "sha1-/zrBumvEp0B5u3kFinvwBm40YjU=", | ||
| 6677 | - "requires": {} | ||
| 6678 | - }, | ||
| 6679 | "jsesc": { | 6465 | "jsesc": { |
| 6680 | "version": "2.5.2", | 6466 | "version": "2.5.2", |
| 6681 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", | 6467 | "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", |
| @@ -6715,22 +6501,6 @@ | @@ -6715,22 +6501,6 @@ | ||
| 6715 | "promise": "^7.0.1" | 6501 | "promise": "^7.0.1" |
| 6716 | } | 6502 | } |
| 6717 | }, | 6503 | }, |
| 6718 | - "klaw": { | ||
| 6719 | - "version": "3.0.0", | ||
| 6720 | - "resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz", | ||
| 6721 | - "integrity": "sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==", | ||
| 6722 | - "requires": { | ||
| 6723 | - "graceful-fs": "^4.1.9" | ||
| 6724 | - } | ||
| 6725 | - }, | ||
| 6726 | - "linkify-it": { | ||
| 6727 | - "version": "2.2.0", | ||
| 6728 | - "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz", | ||
| 6729 | - "integrity": "sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==", | ||
| 6730 | - "requires": { | ||
| 6731 | - "uc.micro": "^1.0.1" | ||
| 6732 | - } | ||
| 6733 | - }, | ||
| 6734 | "lodash": { | 6504 | "lodash": { |
| 6735 | "version": "4.17.21", | 6505 | "version": "4.17.21", |
| 6736 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", | 6506 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
| @@ -6758,41 +6528,6 @@ | @@ -6758,41 +6528,6 @@ | ||
| 6758 | "sourcemap-codec": "^1.4.4" | 6528 | "sourcemap-codec": "^1.4.4" |
| 6759 | } | 6529 | } |
| 6760 | }, | 6530 | }, |
| 6761 | - "markdown-it": { | ||
| 6762 | - "version": "10.0.0", | ||
| 6763 | - "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-10.0.0.tgz", | ||
| 6764 | - "integrity": "sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==", | ||
| 6765 | - "requires": { | ||
| 6766 | - "argparse": "^1.0.7", | ||
| 6767 | - "entities": "~2.0.0", | ||
| 6768 | - "linkify-it": "^2.0.0", | ||
| 6769 | - "mdurl": "^1.0.1", | ||
| 6770 | - "uc.micro": "^1.0.5" | ||
| 6771 | - }, | ||
| 6772 | - "dependencies": { | ||
| 6773 | - "entities": { | ||
| 6774 | - "version": "2.0.3", | ||
| 6775 | - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.3.tgz", | ||
| 6776 | - "integrity": "sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==" | ||
| 6777 | - } | ||
| 6778 | - } | ||
| 6779 | - }, | ||
| 6780 | - "markdown-it-anchor": { | ||
| 6781 | - "version": "5.3.0", | ||
| 6782 | - "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz", | ||
| 6783 | - "integrity": "sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==", | ||
| 6784 | - "requires": {} | ||
| 6785 | - }, | ||
| 6786 | - "marked": { | ||
| 6787 | - "version": "2.1.3", | ||
| 6788 | - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", | ||
| 6789 | - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" | ||
| 6790 | - }, | ||
| 6791 | - "mdurl": { | ||
| 6792 | - "version": "1.0.1", | ||
| 6793 | - "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", | ||
| 6794 | - "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" | ||
| 6795 | - }, | ||
| 6796 | "memoize-one": { | 6531 | "memoize-one": { |
| 6797 | "version": "6.0.0", | 6532 | "version": "6.0.0", |
| 6798 | "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", | 6533 | "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", |
| @@ -6803,10 +6538,6 @@ | @@ -6803,10 +6538,6 @@ | ||
| 6803 | "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", | 6538 | "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", |
| 6804 | "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" | 6539 | "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" |
| 6805 | }, | 6540 | }, |
| 6806 | - "minami": { | ||
| 6807 | - "version": "https://registry.npmjs.org/minami/-/minami-1.2.3.tgz", | ||
| 6808 | - "integrity": "sha1-mbbc37LwpU2hycj3qjoyd4eq+fg=" | ||
| 6809 | - }, | ||
| 6810 | "minimatch": { | 6541 | "minimatch": { |
| 6811 | "version": "3.0.4", | 6542 | "version": "3.0.4", |
| 6812 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", | 6543 | "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", |
| @@ -6820,20 +6551,15 @@ | @@ -6820,20 +6551,15 @@ | ||
| 6820 | "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", | 6551 | "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", |
| 6821 | "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" | 6552 | "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" |
| 6822 | }, | 6553 | }, |
| 6823 | - "mkdirp": { | ||
| 6824 | - "version": "1.0.4", | ||
| 6825 | - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", | ||
| 6826 | - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" | ||
| 6827 | - }, | ||
| 6828 | "ms": { | 6554 | "ms": { |
| 6829 | "version": "2.0.0", | 6555 | "version": "2.0.0", |
| 6830 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", | 6556 | "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", |
| 6831 | "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" | 6557 | "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" |
| 6832 | }, | 6558 | }, |
| 6833 | "nanoid": { | 6559 | "nanoid": { |
| 6834 | - "version": "3.1.30", | ||
| 6835 | - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", | ||
| 6836 | - "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==" | 6560 | + "version": "3.2.0", |
| 6561 | + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz", | ||
| 6562 | + "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==" | ||
| 6837 | }, | 6563 | }, |
| 6838 | "node-releases": { | 6564 | "node-releases": { |
| 6839 | "version": "2.0.1", | 6565 | "version": "2.0.1", |
| @@ -6901,14 +6627,14 @@ | @@ -6901,14 +6627,14 @@ | ||
| 6901 | "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" | 6627 | "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" |
| 6902 | }, | 6628 | }, |
| 6903 | "picomatch": { | 6629 | "picomatch": { |
| 6904 | - "version": "2.3.0", | ||
| 6905 | - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", | ||
| 6906 | - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==" | 6630 | + "version": "2.3.1", |
| 6631 | + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", | ||
| 6632 | + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" | ||
| 6907 | }, | 6633 | }, |
| 6908 | "pinia": { | 6634 | "pinia": { |
| 6909 | - "version": "2.0.9", | ||
| 6910 | - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.9.tgz", | ||
| 6911 | - "integrity": "sha512-iuYdxLJKQ07YPyOHYH05wNG9eKWqkP/4y4GE8+RqEYtz5fwHgPA5kr6zQbg/DoEJGnR2XCm1w1vdt6ppzL9ATg==", | 6635 | + "version": "2.0.10", |
| 6636 | + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.10.tgz", | ||
| 6637 | + "integrity": "sha512-Gq8qCjWkz1SZSCrHqGg/k+wbeu35R7y44eDXFHJlBr5gZ8ooAf6bAHLt5zpAVIDptv09h0+XLZpy9dMHbwvXWw==", | ||
| 6912 | "requires": { | 6638 | "requires": { |
| 6913 | "@vue/devtools-api": "^6.0.0-beta.21", | 6639 | "@vue/devtools-api": "^6.0.0-beta.21", |
| 6914 | "vue-demi": "*" | 6640 | "vue-demi": "*" |
| @@ -6917,7 +6643,8 @@ | @@ -6917,7 +6643,8 @@ | ||
| 6917 | "vue-demi": { | 6643 | "vue-demi": { |
| 6918 | "version": "0.12.1", | 6644 | "version": "0.12.1", |
| 6919 | "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | 6645 | "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", |
| 6920 | - "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==" | 6646 | + "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==", |
| 6647 | + "requires": {} | ||
| 6921 | } | 6648 | } |
| 6922 | } | 6649 | } |
| 6923 | }, | 6650 | }, |
| @@ -7148,32 +6875,25 @@ | @@ -7148,32 +6875,25 @@ | ||
| 7148 | } | 6875 | } |
| 7149 | }, | 6876 | }, |
| 7150 | "request-light": { | 6877 | "request-light": { |
| 7151 | - "version": "0.5.5", | ||
| 7152 | - "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.5.5.tgz", | ||
| 7153 | - "integrity": "sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==", | 6878 | + "version": "0.5.7", |
| 6879 | + "resolved": "https://registry.npmjs.org/request-light/-/request-light-0.5.7.tgz", | ||
| 6880 | + "integrity": "sha512-i/wKzvcx7Er8tZnvqSxWuNO5ZGggu2UgZAqj/RyZ0si7lBTXL7kZiI/dWxzxnQjaY7s5HEy1qK21Do4Ncr6cVw==", | ||
| 7154 | "dev": true | 6881 | "dev": true |
| 7155 | }, | 6882 | }, |
| 7156 | - "requizzle": { | ||
| 7157 | - "version": "0.2.3", | ||
| 7158 | - "resolved": "https://registry.npmjs.org/requizzle/-/requizzle-0.2.3.tgz", | ||
| 7159 | - "integrity": "sha512-YanoyJjykPxGHii0fZP0uUPEXpvqfBDxWV7s6GKAiiOsiqhX6vHNyW3Qzdmqp/iq/ExbhaGbVrjB4ruEVSM4GQ==", | ||
| 7160 | - "requires": { | ||
| 7161 | - "lodash": "^4.17.14" | ||
| 7162 | - } | ||
| 7163 | - }, | ||
| 7164 | "resolve": { | 6883 | "resolve": { |
| 7165 | - "version": "1.20.0", | ||
| 7166 | - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", | ||
| 7167 | - "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", | 6884 | + "version": "1.22.0", |
| 6885 | + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", | ||
| 6886 | + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", | ||
| 7168 | "requires": { | 6887 | "requires": { |
| 7169 | - "is-core-module": "^2.2.0", | ||
| 7170 | - "path-parse": "^1.0.6" | 6888 | + "is-core-module": "^2.8.1", |
| 6889 | + "path-parse": "^1.0.7", | ||
| 6890 | + "supports-preserve-symlinks-flag": "^1.0.0" | ||
| 7171 | } | 6891 | } |
| 7172 | }, | 6892 | }, |
| 7173 | "rollup": { | 6893 | "rollup": { |
| 7174 | - "version": "2.62.0", | ||
| 7175 | - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.62.0.tgz", | ||
| 7176 | - "integrity": "sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==", | 6894 | + "version": "2.66.1", |
| 6895 | + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.66.1.tgz", | ||
| 6896 | + "integrity": "sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==", | ||
| 7177 | "requires": { | 6897 | "requires": { |
| 7178 | "fsevents": "~2.3.2" | 6898 | "fsevents": "~2.3.2" |
| 7179 | } | 6899 | } |
| @@ -7195,9 +6915,9 @@ | @@ -7195,9 +6915,9 @@ | ||
| 7195 | "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" | 6915 | "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" |
| 7196 | }, | 6916 | }, |
| 7197 | "sass": { | 6917 | "sass": { |
| 7198 | - "version": "1.45.1", | ||
| 7199 | - "resolved": "https://registry.npmjs.org/sass/-/sass-1.45.1.tgz", | ||
| 7200 | - "integrity": "sha512-pwPRiq29UR0o4X3fiQyCtrESldXvUQAAE0QmcJTpsI4kuHHcLzZ54M1oNBVIXybQv8QF2zfkpFcTxp8ta97dUA==", | 6918 | + "version": "1.49.0", |
| 6919 | + "resolved": "https://registry.npmjs.org/sass/-/sass-1.49.0.tgz", | ||
| 6920 | + "integrity": "sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==", | ||
| 7201 | "requires": { | 6921 | "requires": { |
| 7202 | "chokidar": ">=3.0.0 <4.0.0", | 6922 | "chokidar": ">=3.0.0 <4.0.0", |
| 7203 | "immutable": "^4.0.0", | 6923 | "immutable": "^4.0.0", |
| @@ -7228,9 +6948,9 @@ | @@ -7228,9 +6948,9 @@ | ||
| 7228 | "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" | 6948 | "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" |
| 7229 | }, | 6949 | }, |
| 7230 | "source-map-js": { | 6950 | "source-map-js": { |
| 7231 | - "version": "1.0.1", | ||
| 7232 | - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.1.tgz", | ||
| 7233 | - "integrity": "sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==" | 6951 | + "version": "1.0.2", |
| 6952 | + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", | ||
| 6953 | + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" | ||
| 7234 | }, | 6954 | }, |
| 7235 | "source-map-support": { | 6955 | "source-map-support": { |
| 7236 | "version": "0.5.21", | 6956 | "version": "0.5.21", |
| @@ -7253,21 +6973,11 @@ | @@ -7253,21 +6973,11 @@ | ||
| 7253 | "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", | 6973 | "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", |
| 7254 | "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" | 6974 | "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" |
| 7255 | }, | 6975 | }, |
| 7256 | - "sprintf-js": { | ||
| 7257 | - "version": "1.0.3", | ||
| 7258 | - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", | ||
| 7259 | - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" | ||
| 7260 | - }, | ||
| 7261 | "stream-consume": { | 6976 | "stream-consume": { |
| 7262 | "version": "0.1.1", | 6977 | "version": "0.1.1", |
| 7263 | "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz", | 6978 | "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz", |
| 7264 | "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==" | 6979 | "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==" |
| 7265 | }, | 6980 | }, |
| 7266 | - "strip-json-comments": { | ||
| 7267 | - "version": "3.1.1", | ||
| 7268 | - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", | ||
| 7269 | - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" | ||
| 7270 | - }, | ||
| 7271 | "supports-color": { | 6981 | "supports-color": { |
| 7272 | "version": "7.2.0", | 6982 | "version": "7.2.0", |
| 7273 | "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", | 6983 | "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
| @@ -7276,15 +6986,15 @@ | @@ -7276,15 +6986,15 @@ | ||
| 7276 | "has-flag": "^4.0.0" | 6986 | "has-flag": "^4.0.0" |
| 7277 | } | 6987 | } |
| 7278 | }, | 6988 | }, |
| 7279 | - "systemjs": { | ||
| 7280 | - "version": "6.11.0", | ||
| 7281 | - "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.11.0.tgz", | ||
| 7282 | - "integrity": "sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==" | 6989 | + "supports-preserve-symlinks-flag": { |
| 6990 | + "version": "1.0.0", | ||
| 6991 | + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | ||
| 6992 | + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" | ||
| 7283 | }, | 6993 | }, |
| 7284 | - "taffydb": { | ||
| 7285 | - "version": "2.6.2", | ||
| 7286 | - "resolved": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz", | ||
| 7287 | - "integrity": "sha1-fLy2S1oUG2ou/CxdLGe04VCyomg=" | 6994 | + "systemjs": { |
| 6995 | + "version": "6.12.1", | ||
| 6996 | + "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.12.1.tgz", | ||
| 6997 | + "integrity": "sha512-hqTN6kW+pN6/qro6G9OZ7ceDQOcYno020zBQKpZQLsJhYTDMCMNfXi/Y8duF5iW+4WWZr42ry0MMkcRGpbwG2A==" | ||
| 7288 | }, | 6998 | }, |
| 7289 | "terser": { | 6999 | "terser": { |
| 7290 | "version": "5.10.0", | 7000 | "version": "5.10.0", |
| @@ -7323,20 +7033,10 @@ | @@ -7323,20 +7033,10 @@ | ||
| 7323 | "dev": true | 7033 | "dev": true |
| 7324 | }, | 7034 | }, |
| 7325 | "typescript": { | 7035 | "typescript": { |
| 7326 | - "version": "4.5.4", | ||
| 7327 | - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", | ||
| 7328 | - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", | ||
| 7329 | - "dev": true | ||
| 7330 | - }, | ||
| 7331 | - "uc.micro": { | ||
| 7332 | - "version": "1.0.6", | ||
| 7333 | - "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz", | ||
| 7334 | - "integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==" | ||
| 7335 | - }, | ||
| 7336 | - "underscore": { | ||
| 7337 | - "version": "1.13.2", | ||
| 7338 | - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.2.tgz", | ||
| 7339 | - "integrity": "sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==" | 7036 | + "version": "4.5.5", |
| 7037 | + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", | ||
| 7038 | + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", | ||
| 7039 | + "devOptional": true | ||
| 7340 | }, | 7040 | }, |
| 7341 | "unicode-canonical-property-names-ecmascript": { | 7041 | "unicode-canonical-property-names-ecmascript": { |
| 7342 | "version": "2.0.0", | 7042 | "version": "2.0.0", |
| @@ -7375,10 +7075,9 @@ | @@ -7375,10 +7075,9 @@ | ||
| 7375 | "dev": true | 7075 | "dev": true |
| 7376 | }, | 7076 | }, |
| 7377 | "vite": { | 7077 | "vite": { |
| 7378 | - "version": "2.7.9", | ||
| 7379 | - "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.9.tgz", | ||
| 7380 | - "integrity": "sha512-CyopIJIRrc26Wnbkch5BCHFhQodzeV4jjSegLAEw1RImvXSuoOo2SfpEW9zRVi188WmjJwCqCaoG25C0r4nekw==", | ||
| 7381 | - "dev": true, | 7078 | + "version": "2.7.13", |
| 7079 | + "resolved": "https://registry.npmjs.org/vite/-/vite-2.7.13.tgz", | ||
| 7080 | + "integrity": "sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==", | ||
| 7382 | "requires": { | 7081 | "requires": { |
| 7383 | "esbuild": "^0.13.12", | 7082 | "esbuild": "^0.13.12", |
| 7384 | "fsevents": "~2.3.2", | 7083 | "fsevents": "~2.3.2", |
| @@ -7439,9 +7138,9 @@ | @@ -7439,9 +7138,9 @@ | ||
| 7439 | "dev": true | 7138 | "dev": true |
| 7440 | }, | 7139 | }, |
| 7441 | "vscode-css-languageservice": { | 7140 | "vscode-css-languageservice": { |
| 7442 | - "version": "5.1.9", | ||
| 7443 | - "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.9.tgz", | ||
| 7444 | - "integrity": "sha512-/tFOWeZBL3Oc9Zc+2MAi3rEwiXJTSZsvjB+M7nSjWLbGPUIjukUA7YzLgsBoUfR35sPJYnXWUkL56PdfIYM8GA==", | 7141 | + "version": "5.1.12", |
| 7142 | + "resolved": "https://registry.npmjs.org/vscode-css-languageservice/-/vscode-css-languageservice-5.1.12.tgz", | ||
| 7143 | + "integrity": "sha512-293C5C2732Rbhh3opTs+nQBpC5Dd+oYrEA8lc0OWdyt40oYmJ331FV7NMF1SLFSIcOFB5XveLiWUZak2oyc49Q==", | ||
| 7445 | "dev": true, | 7144 | "dev": true, |
| 7446 | "requires": { | 7145 | "requires": { |
| 7447 | "vscode-languageserver-textdocument": "^1.0.1", | 7146 | "vscode-languageserver-textdocument": "^1.0.1", |
| @@ -7463,16 +7162,16 @@ | @@ -7463,16 +7162,16 @@ | ||
| 7463 | } | 7162 | } |
| 7464 | }, | 7163 | }, |
| 7465 | "vscode-json-languageservice": { | 7164 | "vscode-json-languageservice": { |
| 7466 | - "version": "4.1.10", | ||
| 7467 | - "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.1.10.tgz", | ||
| 7468 | - "integrity": "sha512-IHliMEEYSY0tJjJt0ECb8ESx/nRXpoy9kN42WVQXgaqGyizFAf3jibSiezDQTrrY7f3kywXggCU+kkJEM+OLZQ==", | 7165 | + "version": "4.2.0", |
| 7166 | + "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-4.2.0.tgz", | ||
| 7167 | + "integrity": "sha512-XNawv0Vdy/sUK0S+hGf7cq/qsVAbIniGJr89TvZOqMCNJmpgKTy1e8PL1aWW0uy6BfWMG7vxa5lZb3ypuFtuGQ==", | ||
| 7469 | "dev": true, | 7168 | "dev": true, |
| 7470 | "requires": { | 7169 | "requires": { |
| 7471 | "jsonc-parser": "^3.0.0", | 7170 | "jsonc-parser": "^3.0.0", |
| 7472 | - "vscode-languageserver-textdocument": "^1.0.1", | 7171 | + "vscode-languageserver-textdocument": "^1.0.3", |
| 7473 | "vscode-languageserver-types": "^3.16.0", | 7172 | "vscode-languageserver-types": "^3.16.0", |
| 7474 | "vscode-nls": "^5.0.0", | 7173 | "vscode-nls": "^5.0.0", |
| 7475 | - "vscode-uri": "^3.0.2" | 7174 | + "vscode-uri": "^3.0.3" |
| 7476 | }, | 7175 | }, |
| 7477 | "dependencies": { | 7176 | "dependencies": { |
| 7478 | "jsonc-parser": { | 7177 | "jsonc-parser": { |
| @@ -7484,34 +7183,34 @@ | @@ -7484,34 +7183,34 @@ | ||
| 7484 | } | 7183 | } |
| 7485 | }, | 7184 | }, |
| 7486 | "vscode-jsonrpc": { | 7185 | "vscode-jsonrpc": { |
| 7487 | - "version": "8.0.0-next.4", | ||
| 7488 | - "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.0.0-next.4.tgz", | ||
| 7489 | - "integrity": "sha512-i+wvza5Wd0YV/t9qhnS8I+dJdhJ1fHIhRW4f262rXXM9Mgts5VZhYrRZufGcai4y99RlbZvwaZhplQ6diRXkaA==", | 7186 | + "version": "8.0.0-next.5", |
| 7187 | + "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.0.0-next.5.tgz", | ||
| 7188 | + "integrity": "sha512-owRllqcFTnz5rXxcbmHPFGmpFmLqj9Z1V3Dzrv+s8ejOHLIT62Pyb5Uqzyl2/in2VP22DmzErPgZwrxjLCIKiQ==", | ||
| 7490 | "dev": true | 7189 | "dev": true |
| 7491 | }, | 7190 | }, |
| 7492 | "vscode-languageserver": { | 7191 | "vscode-languageserver": { |
| 7493 | - "version": "8.0.0-next.5", | ||
| 7494 | - "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-8.0.0-next.5.tgz", | ||
| 7495 | - "integrity": "sha512-3E2W0eWtGKb6QAJqspOnD0thrBRRo8IGUMV5jpDNMcMKvmtkcxMwsBh0VxdvuWaZ51PiNyR4L+B+GUvkYsyFEg==", | 7192 | + "version": "8.0.0-next.6", |
| 7193 | + "resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-8.0.0-next.6.tgz", | ||
| 7194 | + "integrity": "sha512-RgGRAsXUksdtCrhtxFUeMXzqE4C/7AHSR6loIQY3GFDNIqrlEIkkQZg2Kkouf/i+eE/Iummn2ZB85VKNTBQgsQ==", | ||
| 7496 | "dev": true, | 7195 | "dev": true, |
| 7497 | "requires": { | 7196 | "requires": { |
| 7498 | - "vscode-languageserver-protocol": "3.17.0-next.11" | 7197 | + "vscode-languageserver-protocol": "3.17.0-next.12" |
| 7499 | } | 7198 | } |
| 7500 | }, | 7199 | }, |
| 7501 | "vscode-languageserver-protocol": { | 7200 | "vscode-languageserver-protocol": { |
| 7502 | - "version": "3.17.0-next.11", | ||
| 7503 | - "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.0-next.11.tgz", | ||
| 7504 | - "integrity": "sha512-9FqHT7XvM6tWFsnLvRfuQA7Zh7wZZYAwA9dK85lYthA8M1aXpXEP9drXVvO/Fe03MUeJpKVf2e4/NvDaFUnttg==", | 7201 | + "version": "3.17.0-next.12", |
| 7202 | + "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.0-next.12.tgz", | ||
| 7203 | + "integrity": "sha512-VLRcWKOpCXcx9UrqrS+NSF6pNxV498VGYGW+eyp9a79/F9ElUq3wdG6acXYlEfpWHuIxpm6MXps8FU88wqIgTg==", | ||
| 7505 | "dev": true, | 7204 | "dev": true, |
| 7506 | "requires": { | 7205 | "requires": { |
| 7507 | - "vscode-jsonrpc": "8.0.0-next.4", | ||
| 7508 | - "vscode-languageserver-types": "3.17.0-next.5" | 7206 | + "vscode-jsonrpc": "8.0.0-next.5", |
| 7207 | + "vscode-languageserver-types": "3.17.0-next.6" | ||
| 7509 | }, | 7208 | }, |
| 7510 | "dependencies": { | 7209 | "dependencies": { |
| 7511 | "vscode-languageserver-types": { | 7210 | "vscode-languageserver-types": { |
| 7512 | - "version": "3.17.0-next.5", | ||
| 7513 | - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.0-next.5.tgz", | ||
| 7514 | - "integrity": "sha512-Zcfaw8BznhlJWB09LDR0dscXyxn9+liREqJnPF4pigeUCHwKxYapYqizwuCpMHQ/oLYiAvKwU+f28hPleYu7pA==", | 7211 | + "version": "3.17.0-next.6", |
| 7212 | + "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.0-next.6.tgz", | ||
| 7213 | + "integrity": "sha512-rHYeCotiabJHgvIYzWjV8g0dHCxyOQtcryTv1Xa1horaQ4jx2V+rjLBstc6zMpCyrnZcjorwEcAvGBDCd6wudw==", | ||
| 7515 | "dev": true | 7214 | "dev": true |
| 7516 | } | 7215 | } |
| 7517 | } | 7216 | } |
| @@ -7615,38 +7314,6 @@ | @@ -7615,38 +7314,6 @@ | ||
| 7615 | "@vue/runtime-dom": "3.2.25", | 7314 | "@vue/runtime-dom": "3.2.25", |
| 7616 | "@vue/server-renderer": "3.2.25", | 7315 | "@vue/server-renderer": "3.2.25", |
| 7617 | "@vue/shared": "3.2.25" | 7316 | "@vue/shared": "3.2.25" |
| 7618 | - }, | ||
| 7619 | - "dependencies": { | ||
| 7620 | - "@vue/compiler-core": { | ||
| 7621 | - "version": "3.2.25", | ||
| 7622 | - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.25.tgz", | ||
| 7623 | - "integrity": "sha512-FlffKezIqztTCTyG0klkYRwhdyL6b1PTTCIerPb4p2R9qQaczccTX5g9ysi9w6tpLQ48a1WiXnFDJhWD7XoqwA==", | ||
| 7624 | - "requires": { | ||
| 7625 | - "@babel/parser": "^7.16.4", | ||
| 7626 | - "@vue/shared": "3.2.25", | ||
| 7627 | - "estree-walker": "^2.0.2", | ||
| 7628 | - "source-map": "^0.6.1" | ||
| 7629 | - } | ||
| 7630 | - }, | ||
| 7631 | - "@vue/compiler-dom": { | ||
| 7632 | - "version": "3.2.25", | ||
| 7633 | - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.25.tgz", | ||
| 7634 | - "integrity": "sha512-4JrburkRg4VWbc8AKpzKFWbNY4MDXshqjFl53+vINq7zaw3Z7aSqnLv0EkKh8B8ynf/MYsAdygGutyVbEWYxOw==", | ||
| 7635 | - "requires": { | ||
| 7636 | - "@vue/compiler-core": "3.2.25", | ||
| 7637 | - "@vue/shared": "3.2.25" | ||
| 7638 | - } | ||
| 7639 | - }, | ||
| 7640 | - "@vue/shared": { | ||
| 7641 | - "version": "3.2.25", | ||
| 7642 | - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", | ||
| 7643 | - "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" | ||
| 7644 | - }, | ||
| 7645 | - "source-map": { | ||
| 7646 | - "version": "0.6.1", | ||
| 7647 | - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", | ||
| 7648 | - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" | ||
| 7649 | - } | ||
| 7650 | } | 7317 | } |
| 7651 | }, | 7318 | }, |
| 7652 | "vue-router": { | 7319 | "vue-router": { |
| @@ -7657,16 +7324,6 @@ | @@ -7657,16 +7324,6 @@ | ||
| 7657 | "@vue/devtools-api": "^6.0.0-beta.18" | 7324 | "@vue/devtools-api": "^6.0.0-beta.18" |
| 7658 | } | 7325 | } |
| 7659 | }, | 7326 | }, |
| 7660 | - "vue-template-compiler": { | ||
| 7661 | - "version": "2.6.14", | ||
| 7662 | - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.14.tgz", | ||
| 7663 | - "integrity": "sha512-ODQS1SyMbjKoO1JBJZojSw6FE4qnh9rIpUZn2EUT86FKizx9uH5z6uXiIrm4/Nb/gwxTi/o17ZDEGWAXHvtC7g==", | ||
| 7664 | - "peer": true, | ||
| 7665 | - "requires": { | ||
| 7666 | - "de-indent": "^1.0.2", | ||
| 7667 | - "he": "^1.1.0" | ||
| 7668 | - } | ||
| 7669 | - }, | ||
| 7670 | "vue-tsc": { | 7327 | "vue-tsc": { |
| 7671 | "version": "0.29.8", | 7328 | "version": "0.29.8", |
| 7672 | "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.29.8.tgz", | 7329 | "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.29.8.tgz", |
| @@ -7711,11 +7368,6 @@ | @@ -7711,11 +7368,6 @@ | ||
| 7711 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", | 7368 | "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", |
| 7712 | "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" | 7369 | "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" |
| 7713 | }, | 7370 | }, |
| 7714 | - "xmlcreate": { | ||
| 7715 | - "version": "2.0.4", | ||
| 7716 | - "resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz", | ||
| 7717 | - "integrity": "sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==" | ||
| 7718 | - }, | ||
| 7719 | "yallist": { | 7371 | "yallist": { |
| 7720 | "version": "4.0.0", | 7372 | "version": "4.0.0", |
| 7721 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", | 7373 | "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
package.json
| @@ -8,6 +8,7 @@ | @@ -8,6 +8,7 @@ | ||
| 8 | "preview": "vite preview" | 8 | "preview": "vite preview" |
| 9 | }, | 9 | }, |
| 10 | "dependencies": { | 10 | "dependencies": { |
| 11 | + "@element-plus/icons-vue": "^0.2.6", | ||
| 11 | "@vitejs/plugin-legacy": "^1.6.4", | 12 | "@vitejs/plugin-legacy": "^1.6.4", |
| 12 | "axios": "^0.14.0", | 13 | "axios": "^0.14.0", |
| 13 | "element-plus": "^1.2.0-beta.6", | 14 | "element-plus": "^1.2.0-beta.6", |
src/@type/vue-router/index.d.ts
| 1 | -declare module 'vue-router' | ||
| 2 | \ No newline at end of file | 1 | \ No newline at end of file |
| 2 | +declare module 'vue-router' | ||
| 3 | +declare module 'es6-promise' | ||
| 4 | +declare module 'axios' | ||
| 5 | +declare module 'nprogress' | ||
| 6 | +declare module 'element-plus' | ||
| 7 | +declare module 'element-plus/es/locale/lang/zh-cn' | ||
| 8 | +declare module 'pinia' | ||
| 9 | +declare module 'pinia-persistedstate-plugin' | ||
| 3 | \ No newline at end of file | 10 | \ No newline at end of file |
src/api/request.ts
| 1 | import axios from 'axios' | 1 | import axios from 'axios' |
| 2 | import * as store from "@/pinia/index"; | 2 | import * as store from "@/pinia/index"; |
| 3 | import router from '@/router' | 3 | import router from '@/router' |
| 4 | +import { useLoginStore } from '@/pinia/login'; | ||
| 4 | import { ElMessage } from 'element-plus' | 5 | import { ElMessage } from 'element-plus' |
| 5 | 6 | ||
| 6 | // 不这样写报ts类型错误,import...有一个多余的boolean类型 | 7 | // 不这样写报ts类型错误,import...有一个多余的boolean类型 |
| @@ -15,7 +16,8 @@ instance.interceptors.request.use( | @@ -15,7 +16,8 @@ instance.interceptors.request.use( | ||
| 15 | config => { | 16 | config => { |
| 16 | config.headers['Accept'] = 'application/json' | 17 | config.headers['Accept'] = 'application/json' |
| 17 | config.headers['Access-Control-Allow-Origin'] = '*' | 18 | config.headers['Access-Control-Allow-Origin'] = '*' |
| 18 | - config.headers['X-Token'] = store.family.loginStore().token | 19 | + config.headers['X-Token'] = useLoginStore()?.$state?.token |
| 20 | + // config.headers['X-Token'] = store.family.loginStore().token | ||
| 19 | return config | 21 | return config |
| 20 | }, | 22 | }, |
| 21 | error => { | 23 | error => { |
| @@ -34,7 +36,8 @@ instance.interceptors.response.use( | @@ -34,7 +36,8 @@ instance.interceptors.response.use( | ||
| 34 | switch (~~response?.data?.errorCode) { | 36 | switch (~~response?.data?.errorCode) { |
| 35 | case 10002: | 37 | case 10002: |
| 36 | ElMessage.error(response?.data?.errorMessage || '登录失效'); | 38 | ElMessage.error(response?.data?.errorMessage || '登录失效'); |
| 37 | - store.family.loginStore().removeToken() | 39 | + // store.family.loginStore().removeToken() |
| 40 | + useLoginStore()?.removeToken() | ||
| 38 | router.replace({ | 41 | router.replace({ |
| 39 | path: '/login' | 42 | path: '/login' |
| 40 | }) | 43 | }) |
src/components/FileUpload/index.vue
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | import { ref, reactive } from "vue"; | 2 | import { ref, reactive } from "vue"; |
| 3 | import { ElMessage } from "element-plus"; | 3 | import { ElMessage } from "element-plus"; |
| 4 | -import * as store from "@/pinia/index"; | 4 | +// import * as store from "@/pinia/index"; |
| 5 | +import { useLoginStore } from '@/pinia/login'; | ||
| 5 | const upload = ref(); | 6 | const upload = ref(); |
| 6 | /** | 7 | /** |
| 7 | * @description 组件属性 | 8 | * @description 组件属性 |
| @@ -23,7 +24,8 @@ const emit = defineEmits<{ | @@ -23,7 +24,8 @@ const emit = defineEmits<{ | ||
| 23 | const setting = reactive({ | 24 | const setting = reactive({ |
| 24 | url: `${import.meta.env.VITE_BASE_URL}${props.url}`, | 25 | url: `${import.meta.env.VITE_BASE_URL}${props.url}`, |
| 25 | headers: { | 26 | headers: { |
| 26 | - "X-Token": store.family.loginStore().token, | 27 | + // "X-Token": store.family.loginStore().token, |
| 28 | + "X-Token": useLoginStore()?.getToken, | ||
| 27 | }, | 29 | }, |
| 28 | loading: false, | 30 | loading: false, |
| 29 | }); | 31 | }); |
| @@ -32,14 +34,13 @@ const setting = reactive({ | @@ -32,14 +34,13 @@ const setting = reactive({ | ||
| 32 | * @param { ElUploadProgressEvent } 回调返回对象 | 34 | * @param { ElUploadProgressEvent } 回调返回对象 |
| 33 | */ | 35 | */ |
| 34 | const handleSuccess = (res: ElUploadProgressEvent) => { | 36 | const handleSuccess = (res: ElUploadProgressEvent) => { |
| 35 | - setting.loading = false; | 37 | + setting.loading = false; |
| 36 | if (res.errorCode == 0) { | 38 | if (res.errorCode == 0) { |
| 37 | ElMessage.success("操作成功"); | 39 | ElMessage.success("操作成功"); |
| 38 | - emit('success'); | 40 | + emit("success"); |
| 39 | } else { | 41 | } else { |
| 40 | - ElMessage.error(res.errorMessage??'操作失败'); | 42 | + ElMessage.error(res.errorMessage ?? "操作失败"); |
| 41 | } | 43 | } |
| 42 | - | ||
| 43 | }; | 44 | }; |
| 44 | 45 | ||
| 45 | /** | 46 | /** |
| @@ -51,7 +52,7 @@ const handlError = (err: ElUploadProgressEvent) => { | @@ -51,7 +52,7 @@ const handlError = (err: ElUploadProgressEvent) => { | ||
| 51 | }; | 52 | }; |
| 52 | /** | 53 | /** |
| 53 | * 文件上传中回调 | 54 | * 文件上传中回调 |
| 54 | - * | 55 | + * |
| 55 | */ | 56 | */ |
| 56 | const handleProgress = () => { | 57 | const handleProgress = () => { |
| 57 | setting.loading = true; | 58 | setting.loading = true; |
src/components/Uploader/index.vue
| @@ -4,7 +4,8 @@ | @@ -4,7 +4,8 @@ | ||
| 4 | * @module Pagination | 4 | * @module Pagination |
| 5 | */ | 5 | */ |
| 6 | import { ref, reactive } from "vue"; | 6 | import { ref, reactive } from "vue"; |
| 7 | -import * as store from "@/pinia/index"; | 7 | +// import * as store from "@/pinia/index"; |
| 8 | +import { useLoginStore } from '@/pinia/login'; | ||
| 8 | import { ElMessage } from "element-plus"; | 9 | import { ElMessage } from "element-plus"; |
| 9 | import { Plus } from "@element-plus/icons-vue"; | 10 | import { Plus } from "@element-plus/icons-vue"; |
| 10 | import type { | 11 | import type { |
| @@ -59,7 +60,8 @@ const uploadSettings = reactive({ | @@ -59,7 +60,8 @@ const uploadSettings = reactive({ | ||
| 59 | }`, | 60 | }`, |
| 60 | headers: { | 61 | headers: { |
| 61 | type: "formData", | 62 | type: "formData", |
| 62 | - "X-Token": store.family.loginStore().token, | 63 | + // "X-Token": store.family.loginStore().token, |
| 64 | + "X-Token": useLoginStore()?.getToken | ||
| 63 | }, | 65 | }, |
| 64 | }); | 66 | }); |
| 65 | /** | 67 | /** |
src/layout/enter.vue
| @@ -6,14 +6,16 @@ | @@ -6,14 +6,16 @@ | ||
| 6 | import { onMounted, reactive, computed } from "vue"; | 6 | import { onMounted, reactive, computed } from "vue"; |
| 7 | import Header from "./header.vue"; | 7 | import Header from "./header.vue"; |
| 8 | import Menu from "./menu.vue"; | 8 | import Menu from "./menu.vue"; |
| 9 | -import * as store from "@/pinia/index"; | 9 | +import { useAppStore } from "@/pinia/app"; |
| 10 | +// import * as store from "@/pinia/index"; | ||
| 10 | let asyncData = reactive({ | 11 | let asyncData = reactive({ |
| 11 | isCollapse: null, | 12 | isCollapse: null, |
| 12 | }); | 13 | }); |
| 13 | onMounted(() => { | 14 | onMounted(() => { |
| 14 | - asyncData.isCollapse = computed (() => { | ||
| 15 | - return store.family.appStore().isCollapse | ||
| 16 | - }) | 15 | + asyncData.isCollapse = computed(() => { |
| 16 | + // return store.family.appStore().isCollapse | ||
| 17 | + return useAppStore()?.getCollapseStatus; | ||
| 18 | + }); | ||
| 17 | }); | 19 | }); |
| 18 | </script> | 20 | </script> |
| 19 | 21 |
src/layout/header.vue
| @@ -4,7 +4,9 @@ | @@ -4,7 +4,9 @@ | ||
| 4 | * @module Header | 4 | * @module Header |
| 5 | */ | 5 | */ |
| 6 | import { getCurrentInstance, onMounted, reactive, computed } from "vue"; | 6 | import { getCurrentInstance, onMounted, reactive, computed } from "vue"; |
| 7 | -import * as store from "@/pinia/index"; | 7 | +// import * as store from "@/pinia/index"; |
| 8 | +import { useAppStore } from '@/pinia/app'; | ||
| 9 | +import { useLoginStore } from '@/pinia/login'; | ||
| 8 | import { ElMessageBox, ElMessage } from "element-plus"; | 10 | import { ElMessageBox, ElMessage } from "element-plus"; |
| 9 | import { Fold, Expand } from "@element-plus/icons-vue"; | 11 | import { Fold, Expand } from "@element-plus/icons-vue"; |
| 10 | import styles from "@/style/global.module.scss"; | 12 | import styles from "@/style/global.module.scss"; |
| @@ -18,7 +20,8 @@ const { | @@ -18,7 +20,8 @@ const { | ||
| 18 | * 侧边菜单collapse状态切换 | 20 | * 侧边菜单collapse状态切换 |
| 19 | */ | 21 | */ |
| 20 | const toggleMenu = () => { | 22 | const toggleMenu = () => { |
| 21 | - store.family.appStore().toggleCollapse(); | 23 | + // store.family.appStore().toggleCollapse(); |
| 24 | + useAppStore()?.toggleCollapse() | ||
| 22 | }; | 25 | }; |
| 23 | /** | 26 | /** |
| 24 | * 退出登录 | 27 | * 退出登录 |
| @@ -30,7 +33,8 @@ const handleLogout = () => { | @@ -30,7 +33,8 @@ const handleLogout = () => { | ||
| 30 | type: "warning", | 33 | type: "warning", |
| 31 | }) | 34 | }) |
| 32 | .then(() => { | 35 | .then(() => { |
| 33 | - store.family.loginStore().removeToken(); | 36 | + // store.family.loginStore().removeToken(); |
| 37 | + useLoginStore()?.removeToken() | ||
| 34 | ElMessage.success("已退出登录"); | 38 | ElMessage.success("已退出登录"); |
| 35 | }) | 39 | }) |
| 36 | .catch((error) => { | 40 | .catch((error) => { |
| @@ -43,10 +47,15 @@ let asyncData = reactive({ | @@ -43,10 +47,15 @@ let asyncData = reactive({ | ||
| 43 | organizationLogo: "", | 47 | organizationLogo: "", |
| 44 | }); | 48 | }); |
| 45 | onMounted(() => { | 49 | onMounted(() => { |
| 46 | - asyncData.userInfo = store.family.loginStore().userName; | ||
| 47 | - asyncData.organizationLogo = store.family.loginStore().organizationLogo; | ||
| 48 | - asyncData.isCollapse = computed (() => { | ||
| 49 | - return store.family.appStore().isCollapse | 50 | + // asyncData.userInfo = store.family.loginStore().userName; |
| 51 | + // asyncData.organizationLogo = store.family.loginStore().organizationLogo; | ||
| 52 | + // asyncData.isCollapse = computed (() => { | ||
| 53 | + // return store.family.appStore().isCollapse | ||
| 54 | + // }) | ||
| 55 | + asyncData.userInfo = useLoginStore()?.getUserName | ||
| 56 | + asyncData.organizationLogo = useLoginStore()?.getOlogo | ||
| 57 | + asyncData.isCollapse = computed(() => { | ||
| 58 | + return useAppStore()?.getCollapseStatus | ||
| 50 | }) | 59 | }) |
| 51 | }); | 60 | }); |
| 52 | </script> | 61 | </script> |
src/layout/menu.vue
| @@ -4,7 +4,9 @@ | @@ -4,7 +4,9 @@ | ||
| 4 | * @module Menu | 4 | * @module Menu |
| 5 | */ | 5 | */ |
| 6 | import { ref, computed, onMounted, reactive } from "vue"; | 6 | import { ref, computed, onMounted, reactive } from "vue"; |
| 7 | -import * as store from "@/pinia/index"; | 7 | +// import * as store from "@/pinia/index"; |
| 8 | +import { useLoginStore } from '@/pinia/login'; | ||
| 9 | +import { useAppStore } from '@/pinia/app'; | ||
| 8 | import styles from "@/style/global.module.scss"; | 10 | import styles from "@/style/global.module.scss"; |
| 9 | import MenuIcon from "./icon.vue"; | 11 | import MenuIcon from "./icon.vue"; |
| 10 | import { useRoute } from "vue-router"; | 12 | import { useRoute } from "vue-router"; |
| @@ -17,10 +19,15 @@ let asyncData = reactive({ | @@ -17,10 +19,15 @@ let asyncData = reactive({ | ||
| 17 | isCollapse: null, | 19 | isCollapse: null, |
| 18 | }); | 20 | }); |
| 19 | onMounted(() => { | 21 | onMounted(() => { |
| 20 | - asyncData.menuData = store.family.loginStore().menuList; | ||
| 21 | - // asyncData.isCollapse = store.family.appStore().isCollapse | ||
| 22 | - asyncData.isCollapse = computed (() => { | ||
| 23 | - return store.family.appStore().isCollapse | 22 | + // asyncData.menuData = store.family.loginStore().menuList; |
| 23 | + // // asyncData.isCollapse = store.family.appStore().isCollapse | ||
| 24 | + // asyncData.isCollapse = computed (() => { | ||
| 25 | + // return store.family.appStore().isCollapse | ||
| 26 | + // }) | ||
| 27 | + | ||
| 28 | + asyncData.menuData = useLoginStore()?.getMenuList | ||
| 29 | + asyncData.isCollapse = computed(() => { | ||
| 30 | + return useAppStore()?.getCollapseStatus | ||
| 24 | }) | 31 | }) |
| 25 | }); | 32 | }); |
| 26 | </script> | 33 | </script> |
src/main.ts
| @@ -14,10 +14,11 @@ import '@/style/reset.scss' | @@ -14,10 +14,11 @@ import '@/style/reset.scss' | ||
| 14 | import * as globalVariable from '@/utils/variable' | 14 | import * as globalVariable from '@/utils/variable' |
| 15 | 15 | ||
| 16 | // TIP store 管理,含存数据到本地缓存 | 16 | // TIP store 管理,含存数据到本地缓存 |
| 17 | -import { createPinia } from 'pinia' | ||
| 18 | -import { createPersistedState } from 'pinia-persistedstate-plugin' | ||
| 19 | -const pinia = createPinia() | ||
| 20 | -pinia.use(createPersistedState({})) | 17 | +import pinia from '@/pinia' |
| 18 | +// import { createPinia } from 'pinia' | ||
| 19 | +// import { createPersistedState } from 'pinia-persistedstate-plugin' | ||
| 20 | +// const pinia = createPinia() | ||
| 21 | +// pinia.use(createPersistedState({})) | ||
| 21 | 22 | ||
| 22 | promise.polyfill() | 23 | promise.polyfill() |
| 23 | 24 | ||
| @@ -39,8 +40,8 @@ app.provide("$messageBox", ElMessageBox ); | @@ -39,8 +40,8 @@ app.provide("$messageBox", ElMessageBox ); | ||
| 39 | 40 | ||
| 40 | app | 41 | app |
| 41 | // .use(store) | 42 | // .use(store) |
| 42 | -.use(pinia) | ||
| 43 | .use(router) | 43 | .use(router) |
| 44 | +.use(pinia) | ||
| 44 | .use(ElementPlus, { | 45 | .use(ElementPlus, { |
| 45 | locale: zhCn, | 46 | locale: zhCn, |
| 46 | }) | 47 | }) |
src/pinia/app.ts
0 → 100644
| 1 | +import { defineStore } from 'pinia' | ||
| 2 | + | ||
| 3 | +export const useAppStore = defineStore({ | ||
| 4 | + id: 'app', | ||
| 5 | + state: () => { | ||
| 6 | + return { | ||
| 7 | + isCollapse: false, | ||
| 8 | + } | ||
| 9 | + }, | ||
| 10 | + actions: { | ||
| 11 | + toggleCollapse() { | ||
| 12 | + this.isCollapse = !this.isCollapse | ||
| 13 | + }, | ||
| 14 | + }, | ||
| 15 | + getters: { | ||
| 16 | + getCollapseStatus (state) { | ||
| 17 | + return state.isCollapse | ||
| 18 | + } | ||
| 19 | + } | ||
| 20 | +}) | ||
| 0 | \ No newline at end of file | 21 | \ No newline at end of file |
src/pinia/index.ts
| 1 | -import { defineStore } from 'pinia' | 1 | +// import { defineStore } from 'pinia' |
| 2 | 2 | ||
| 3 | -// 获取modules文件夹下面所有ts文件 | ||
| 4 | -let files: any = import.meta.globEager('./modules/*.ts') | 3 | +// // 获取modules文件夹下面所有ts文件 |
| 4 | +// let files: any = import.meta.globEager('./modules/*.ts') | ||
| 5 | 5 | ||
| 6 | -let modules:any = {}, allStore:any = {}, family: any = {} | 6 | +// let modules:any = {}, allStore:any = {}, family: any = {} |
| 7 | 7 | ||
| 8 | -for(let file in files) { | ||
| 9 | - const moduleName = file.replace(/(.*\/)*([^.]+).*/gi, '$2') | ||
| 10 | - modules = { ...modules, ...files[file] } | ||
| 11 | - allStore[moduleName + 'Store'] = modules | ||
| 12 | -} | 8 | +// for(let file in files) { |
| 9 | +// const moduleName = file.replace(/(.*\/)*([^.]+).*/gi, '$2') | ||
| 10 | +// modules = { ...modules, ...files[file] } | ||
| 11 | +// allStore[moduleName + 'Store'] = modules | ||
| 12 | +// } | ||
| 13 | 13 | ||
| 14 | -for (let item in allStore) { | ||
| 15 | - family[item] = defineStore(allStore[item].default) | ||
| 16 | -} | 14 | +// for (let item in allStore) { |
| 15 | +// family[item] = defineStore(allStore[item].default) | ||
| 16 | +// } | ||
| 17 | 17 | ||
| 18 | -export {family} | ||
| 19 | \ No newline at end of file | 18 | \ No newline at end of file |
| 19 | +// export {family} | ||
| 20 | + | ||
| 21 | +import { createPinia } from 'pinia' | ||
| 22 | +// import piniaPluginPersist from 'pinia-plugin-persist' | ||
| 23 | +import { createPersistedState } from 'pinia-persistedstate-plugin' | ||
| 24 | +const pinia = createPinia() | ||
| 25 | +pinia.use(createPersistedState({})) | ||
| 26 | +export default pinia | ||
| 20 | \ No newline at end of file | 27 | \ No newline at end of file |
src/pinia/login.ts
0 → 100644
| 1 | +import { defineStore } from 'pinia' | ||
| 2 | +import router from '@/router'; | ||
| 3 | +import { logout } from '@/api/user/login'; | ||
| 4 | + | ||
| 5 | +interface LoginUser { | ||
| 6 | + token: string, | ||
| 7 | + organizationId?: number, | ||
| 8 | + id?: number, | ||
| 9 | + userName: string, | ||
| 10 | + organizationType?: number | null, | ||
| 11 | + organizationName?: string, | ||
| 12 | + organizationLogo?: string, | ||
| 13 | + oId?: number, | ||
| 14 | + oName?: string, | ||
| 15 | + oLogo?: string, | ||
| 16 | + userId?: number, | ||
| 17 | + oType?: number, | ||
| 18 | + menuList?: any[] | ||
| 19 | +} | ||
| 20 | + | ||
| 21 | +export const useLoginStore = defineStore({ | ||
| 22 | + id: 'login', | ||
| 23 | + state: () => { | ||
| 24 | + return { | ||
| 25 | + token: '', | ||
| 26 | + organizationId: null, | ||
| 27 | + id: null, | ||
| 28 | + userName: '', | ||
| 29 | + organizationType: null, | ||
| 30 | + organizationName: '', | ||
| 31 | + organizationLogo: '', | ||
| 32 | + menuList: [] | ||
| 33 | + } | ||
| 34 | + }, | ||
| 35 | + actions: { | ||
| 36 | + setUserInfo(obj: LoginUser) { | ||
| 37 | + this.token = obj.token? obj.token: this.token | ||
| 38 | + this.organizationId = obj.organizationId? obj.organizationId: obj.oId | ||
| 39 | + this.id = obj.id? obj.id: obj.userId | ||
| 40 | + this.userName = obj.userName | ||
| 41 | + this.organizationName = obj.organizationName? obj.organizationName: obj.oName | ||
| 42 | + this.organizationType = obj.organizationType? obj.organizationType: obj.oType | ||
| 43 | + this.organizationLogo = obj.organizationLogo? obj.organizationLogo: obj.oLogo | ||
| 44 | + }, | ||
| 45 | + setMenuList (data: any[]) { | ||
| 46 | + this.menuList = data | ||
| 47 | + }, | ||
| 48 | + removeToken() { | ||
| 49 | + logout() | ||
| 50 | + this.token = '' | ||
| 51 | + window.localStorage.clear() | ||
| 52 | + setTimeout(() => { | ||
| 53 | + router.replace('/login') | ||
| 54 | + }, 500) | ||
| 55 | + } | ||
| 56 | + }, | ||
| 57 | + getters: { | ||
| 58 | + getToken(state) { | ||
| 59 | + // 记录登录状态的标识 | ||
| 60 | + return state.token | ||
| 61 | + }, | ||
| 62 | + getOid(state) { | ||
| 63 | + // 当前登录人的组织id | ||
| 64 | + return state.organizationId | ||
| 65 | + }, | ||
| 66 | + getId(state) { | ||
| 67 | + // 当前登录人的id | ||
| 68 | + return state.id | ||
| 69 | + }, | ||
| 70 | + getUserName(state) { | ||
| 71 | + // 当前登录人的用户名 | ||
| 72 | + return state.userName | ||
| 73 | + }, | ||
| 74 | + getOtype (state) { | ||
| 75 | + // 1 物业管理员,2 公益管理员 | ||
| 76 | + return state.organizationType | ||
| 77 | + }, | ||
| 78 | + getOname (state) { | ||
| 79 | + // 当前登录的组织名称 | ||
| 80 | + return state.organizationName | ||
| 81 | + }, | ||
| 82 | + getOlogo (state) { | ||
| 83 | + // 当前登陆的组织logo | ||
| 84 | + return state.organizationLogo | ||
| 85 | + }, | ||
| 86 | + getMenuList (state) { | ||
| 87 | + return state.menuList | ||
| 88 | + } | ||
| 89 | + } | ||
| 90 | +}) | ||
| 0 | \ No newline at end of file | 91 | \ No newline at end of file |
src/utils/progress.ts
| 1 | import NProgress from 'nprogress'; | 1 | import NProgress from 'nprogress'; |
| 2 | import 'nprogress/nprogress.css'; | 2 | import 'nprogress/nprogress.css'; |
| 3 | import router from '@/router/index'; | 3 | import router from '@/router/index'; |
| 4 | -import * as store from "@/pinia/index"; | 4 | +// import * as store from "@/pinia/index"; |
| 5 | +import { useLoginStore } from '@/pinia/login'; | ||
| 5 | 6 | ||
| 6 | NProgress.configure({ showSpinner: false }); | 7 | NProgress.configure({ showSpinner: false }); |
| 7 | 8 | ||
| 8 | router.beforeEach((to: any, from: any, next: any) => { | 9 | router.beforeEach((to: any, from: any, next: any) => { |
| 9 | NProgress.start(); | 10 | NProgress.start(); |
| 10 | - const hasToken = store.family.loginStore().token; | 11 | + // const hasToken = store.family.loginStore().token; |
| 12 | + const hasToken = useLoginStore()?.$state?.token | ||
| 11 | const whiteList = ['/login']; | 13 | const whiteList = ['/login']; |
| 12 | 14 | ||
| 13 | // 页面标题设置 | 15 | // 页面标题设置 |
src/views/dashboard/index.vue
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | import { ref, onMounted, reactive, getCurrentInstance } from "vue"; | 2 | import { ref, onMounted, reactive, getCurrentInstance } from "vue"; |
| 3 | import router from "@/router"; | 3 | import router from "@/router"; |
| 4 | -import * as store from "@/pinia/index"; | 4 | +// import * as store from "@/pinia/index"; |
| 5 | +import { useLoginStore } from '@/pinia/login'; | ||
| 5 | let instance: ComponentInternalInstance | null = getCurrentInstance(); | 6 | let instance: ComponentInternalInstance | null = getCurrentInstance(); |
| 6 | const title = ref(import.meta.env.VITE_APP_TITLE).value; | 7 | const title = ref(import.meta.env.VITE_APP_TITLE).value; |
| 7 | let asyncData = reactive({ | 8 | let asyncData = reactive({ |
| @@ -9,8 +10,10 @@ let asyncData = reactive({ | @@ -9,8 +10,10 @@ let asyncData = reactive({ | ||
| 9 | organizationName: "", | 10 | organizationName: "", |
| 10 | }); | 11 | }); |
| 11 | onMounted(() => { | 12 | onMounted(() => { |
| 12 | - asyncData.organizationLogo = store.family.loginStore().organizationLogo; | ||
| 13 | - asyncData.organizationName = store.family.loginStore().organizationName; | 13 | + // asyncData.organizationLogo = store.family.loginStore().organizationLogo; |
| 14 | + // asyncData.organizationName = store.family.loginStore().organizationName; | ||
| 15 | + asyncData.organizationLogo = useLoginStore()?.getOlogo; | ||
| 16 | + asyncData.organizationName = useLoginStore()?.getOname; | ||
| 14 | }); | 17 | }); |
| 15 | </script> | 18 | </script> |
| 16 | 19 |
src/views/event/category/index.vue
| @@ -7,7 +7,8 @@ import { | @@ -7,7 +7,8 @@ import { | ||
| 7 | eventCategoryDetail, | 7 | eventCategoryDetail, |
| 8 | } from "@/api/event"; | 8 | } from "@/api/event"; |
| 9 | import { parseTime } from "@/utils/tool"; | 9 | import { parseTime } from "@/utils/tool"; |
| 10 | -import * as store from "@/pinia/index"; | 10 | +// import * as store from "@/pinia/index"; |
| 11 | +import { useLoginStore } from "@/pinia/login"; | ||
| 11 | import Pagination from "@/components/Pagination/index.vue"; | 12 | import Pagination from "@/components/Pagination/index.vue"; |
| 12 | import { ElMessageBox } from "element-plus"; | 13 | import { ElMessageBox } from "element-plus"; |
| 13 | import type { ElForm } from "element-plus"; | 14 | import type { ElForm } from "element-plus"; |
| @@ -43,7 +44,8 @@ let form = reactive({ | @@ -43,7 +44,8 @@ let form = reactive({ | ||
| 43 | id: null, | 44 | id: null, |
| 44 | createTime: "", | 45 | createTime: "", |
| 45 | deleteFlag: "", | 46 | deleteFlag: "", |
| 46 | - oid: store?.family?.loginStore()?.organizationId ?? 0, | 47 | + oid = useLoginStore()?.getOid ?? 0, |
| 48 | + // oid: store?.family?.loginStore()?.organizationId ?? 0, | ||
| 47 | }); | 49 | }); |
| 48 | /** | 50 | /** |
| 49 | * 表单验证规则 | 51 | * 表单验证规则 |
| @@ -176,7 +178,8 @@ const dialogClose: void = () => { | @@ -176,7 +178,8 @@ const dialogClose: void = () => { | ||
| 176 | form.name = ""; | 178 | form.name = ""; |
| 177 | form.deleteFlag = ""; | 179 | form.deleteFlag = ""; |
| 178 | form.createTime = ""; | 180 | form.createTime = ""; |
| 179 | - form.oid = store?.family?.loginStore()?.organizationId ?? 0; | 181 | + // form.oid = store?.family?.loginStore()?.organizationId ?? 0; |
| 182 | + form.oid = useLoginStore()?.getOid ?? 0; | ||
| 180 | form.status = "0"; | 183 | form.status = "0"; |
| 181 | }; | 184 | }; |
| 182 | onMounted(() => { | 185 | onMounted(() => { |
src/views/event/handwork/edit.vue
| @@ -3,7 +3,8 @@ import { reactive, ref, getCurrentInstance, onMounted } from "vue"; | @@ -3,7 +3,8 @@ import { reactive, ref, getCurrentInstance, onMounted } from "vue"; | ||
| 3 | import { eventCategory, handworkEdit } from "@/api/event"; | 3 | import { eventCategory, handworkEdit } from "@/api/event"; |
| 4 | import { useRoute } from "vue-router"; | 4 | import { useRoute } from "vue-router"; |
| 5 | import { back } from "@/utils/tool"; | 5 | import { back } from "@/utils/tool"; |
| 6 | -import * as store from "@/pinia"; | 6 | +// import * as store from "@/pinia"; |
| 7 | +import { useLoginStore } from "@/pinia/login"; | ||
| 7 | import type { ElForm } from "element-plus"; | 8 | import type { ElForm } from "element-plus"; |
| 8 | let form = reactive({ | 9 | let form = reactive({ |
| 9 | data: { | 10 | data: { |
| @@ -130,7 +131,8 @@ const getCategory = async (pageSize: number = 20) => { | @@ -130,7 +131,8 @@ const getCategory = async (pageSize: number = 20) => { | ||
| 130 | const res = await eventCategory({ | 131 | const res = await eventCategory({ |
| 131 | page: 1, | 132 | page: 1, |
| 132 | pageSize: pageSize, | 133 | pageSize: pageSize, |
| 133 | - oid: store?.family?.loginStore()?.organizationId ?? 0, | 134 | + // oid: store?.family?.loginStore()?.organizationId ?? 0, |
| 135 | + oId: useLoginStore()?.getOid ?? 0, | ||
| 134 | }); | 136 | }); |
| 135 | form.category = res?.data?.data?.list; | 137 | form.category = res?.data?.data?.list; |
| 136 | if (res?.data?.data?.total > pageSize) { | 138 | if (res?.data?.data?.total > pageSize) { |
src/views/maintain/index.vue
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | import { reactive, onMounted, getCurrentInstance } from "vue"; | 2 | import { reactive, onMounted, getCurrentInstance } from "vue"; |
| 3 | -import { getTableList,deleteMaintainById } from "@/api/notify/maintain.ts"; | 3 | +import { getTableList, deleteMaintainById } from "@/api/notify/maintain.ts"; |
| 4 | import { parseTime } from "@/utils/tool.ts"; | 4 | import { parseTime } from "@/utils/tool.ts"; |
| 5 | import Detail from "./detail.vue"; | 5 | import Detail from "./detail.vue"; |
| 6 | import Pagination from "@/components/Pagination/index.vue"; | 6 | import Pagination from "@/components/Pagination/index.vue"; |
| 7 | -import * as store from "@/pinia/index"; | 7 | +// import * as store from "@/pinia/index"; |
| 8 | +import { useLoginStore } from "@/pinia/login"; | ||
| 8 | 9 | ||
| 9 | let instance: ComponentInternalInstance | null = getCurrentInstance(); //获取app实例 | 10 | let instance: ComponentInternalInstance | null = getCurrentInstance(); //获取app实例 |
| 10 | 11 | ||
| @@ -13,7 +14,8 @@ const searchData = reactive({ | @@ -13,7 +14,8 @@ const searchData = reactive({ | ||
| 13 | name: null, | 14 | name: null, |
| 14 | page: 1, | 15 | page: 1, |
| 15 | pageSize: 10, | 16 | pageSize: 10, |
| 16 | - oid:store?.family?.loginStore()?.organizationId??0 | 17 | + // oid:store?.family?.loginStore()?.organizationId??0 |
| 18 | + oid: useLoginStore()?.getOid ?? 0, | ||
| 17 | }); | 19 | }); |
| 18 | // 展示 | 20 | // 展示 |
| 19 | const data = reactive({ | 21 | const data = reactive({ |
| @@ -31,7 +33,7 @@ const data = reactive({ | @@ -31,7 +33,7 @@ const data = reactive({ | ||
| 31 | */ | 33 | */ |
| 32 | const search = (): void => { | 34 | const search = (): void => { |
| 33 | data.loading = true; | 35 | data.loading = true; |
| 34 | - searchData.startTime = data.time?.[0] ?? null; | 36 | + searchData.startTime = data.time?.[0] ?? null; |
| 35 | searchData.endTime = data.time?.[1] ?? null; | 37 | searchData.endTime = data.time?.[1] ?? null; |
| 36 | getTableList(searchData) | 38 | getTableList(searchData) |
| 37 | .then((res) => { | 39 | .then((res) => { |
src/views/notify/edit.vue
| @@ -5,14 +5,16 @@ import { getTableList } from "@/api/community/residence"; | @@ -5,14 +5,16 @@ import { getTableList } from "@/api/community/residence"; | ||
| 5 | import Tinymce from "@/components/Tinymce/index.vue"; | 5 | import Tinymce from "@/components/Tinymce/index.vue"; |
| 6 | import { useRoute } from "vue-router"; | 6 | import { useRoute } from "vue-router"; |
| 7 | import { back } from "@/utils/tool"; | 7 | import { back } from "@/utils/tool"; |
| 8 | -import * as store from "@/pinia/index"; | 8 | +// import * as store from "@/pinia/index"; |
| 9 | +import { useLoginStore } from "@/pinia/login"; | ||
| 9 | import { ElMessageBox } from "element-plus"; | 10 | import { ElMessageBox } from "element-plus"; |
| 10 | import type { ElForm } from "element-plus"; | 11 | import type { ElForm } from "element-plus"; |
| 11 | let form = reactive({ | 12 | let form = reactive({ |
| 12 | data: { | 13 | data: { |
| 13 | title: "", | 14 | title: "", |
| 14 | status: null, | 15 | status: null, |
| 15 | - oId: store?.family?.loginStore()?.organizationId, | 16 | + // oId: store?.family?.loginStore()?.organizationId, |
| 17 | + oId: useLoginStore()?.getOid ?? 0, | ||
| 16 | neighborHoodId: null, | 18 | neighborHoodId: null, |
| 17 | neighborHoodName: "", | 19 | neighborHoodName: "", |
| 18 | id: null, | 20 | id: null, |
| @@ -137,14 +139,14 @@ const getNeighborhoods = async (pageSize: number = 20) => { | @@ -137,14 +139,14 @@ const getNeighborhoods = async (pageSize: number = 20) => { | ||
| 137 | } | 139 | } |
| 138 | }; | 140 | }; |
| 139 | onMounted(() => { | 141 | onMounted(() => { |
| 140 | - getNeighborhoods() | 142 | + getNeighborhoods(); |
| 141 | if (JSON.stringify(useRoute().query) === "{}") { | 143 | if (JSON.stringify(useRoute().query) === "{}") { |
| 142 | form.dataType = "add"; | 144 | form.dataType = "add"; |
| 143 | } else { | 145 | } else { |
| 144 | form.dataType = useRoute().query.dataType; | 146 | form.dataType = useRoute().query.dataType; |
| 145 | - notifyDetail({id: useRoute().query.id}).then(res => { | ||
| 146 | - form.data = res.data.data | ||
| 147 | - }) | 147 | + notifyDetail({ id: useRoute().query.id }).then((res) => { |
| 148 | + form.data = res.data.data; | ||
| 149 | + }); | ||
| 148 | } | 150 | } |
| 149 | }); | 151 | }); |
| 150 | </script> | 152 | </script> |
src/views/property/index.vue
| @@ -3,7 +3,8 @@ import { reactive, ref, onMounted, getCurrentInstance } from "vue"; | @@ -3,7 +3,8 @@ import { reactive, ref, onMounted, getCurrentInstance } from "vue"; | ||
| 3 | import { propertyList, propertyStatus } from "@/api/property"; | 3 | import { propertyList, propertyStatus } from "@/api/property"; |
| 4 | import { userProxy } from "@/api/user/user"; | 4 | import { userProxy } from "@/api/user/user"; |
| 5 | import { menuData } from "@/api/user/login"; | 5 | import { menuData } from "@/api/user/login"; |
| 6 | -import * as store from "@/pinia/index"; | 6 | +// import * as store from "@/pinia/index"; |
| 7 | +import { useLoginStore } from '@/pinia/login'; | ||
| 7 | import { parseTime } from "@/utils/tool"; | 8 | import { parseTime } from "@/utils/tool"; |
| 8 | import Pagination from "@/components/Pagination/index.vue"; | 9 | import Pagination from "@/components/Pagination/index.vue"; |
| 9 | const { | 10 | const { |
| @@ -79,7 +80,8 @@ const handleStatus = async (obj) => { | @@ -79,7 +80,8 @@ const handleStatus = async (obj) => { | ||
| 79 | const handleProxy = (obj) => { | 80 | const handleProxy = (obj) => { |
| 80 | userProxy({ oId: obj.id }).then((res) => { | 81 | userProxy({ oId: obj.id }).then((res) => { |
| 81 | if (res?.data) { | 82 | if (res?.data) { |
| 82 | - store.family.loginStore().setUserInfo(res?.data?.data); | 83 | + // store.family.loginStore().setUserInfo(res?.data?.data); |
| 84 | + useLoginStore()?.setUserInfo(res?.data?.data); | ||
| 83 | globalProperties.$message.success("代理成功"); | 85 | globalProperties.$message.success("代理成功"); |
| 84 | getMenu().then(() => { | 86 | getMenu().then(() => { |
| 85 | setTimeout(() => { | 87 | setTimeout(() => { |
| @@ -97,7 +99,8 @@ const handleProxy = (obj) => { | @@ -97,7 +99,8 @@ const handleProxy = (obj) => { | ||
| 97 | const getMenu = async () => { | 99 | const getMenu = async () => { |
| 98 | try { | 100 | try { |
| 99 | let res = await menuData(); | 101 | let res = await menuData(); |
| 100 | - store.family.loginStore().setMenuList(res?.data?.data); | 102 | + // store.family.loginStore().setMenuList(res?.data?.data); |
| 103 | + useLoginStore().setMenuList(res?.data?.data); | ||
| 101 | } catch (e) { | 104 | } catch (e) { |
| 102 | console.log(e); | 105 | console.log(e); |
| 103 | } | 106 | } |
src/views/repair/edit.vue
| @@ -5,7 +5,8 @@ import { getTableList } from "@/api/community/residence"; | @@ -5,7 +5,8 @@ import { getTableList } from "@/api/community/residence"; | ||
| 5 | import { getTableList as getProject } from '@/api/notify/maintain'; | 5 | import { getTableList as getProject } from '@/api/notify/maintain'; |
| 6 | import { repairAdd, repairDetail } from "@/api/notify/repair"; | 6 | import { repairAdd, repairDetail } from "@/api/notify/repair"; |
| 7 | import { back } from "@/utils/tool"; | 7 | import { back } from "@/utils/tool"; |
| 8 | -import * as store from "@/pinia/index"; | 8 | +// import * as store from "@/pinia/index"; |
| 9 | +import { useLoginStore } from '@/pinia/login'; | ||
| 9 | import type { ElForm } from "element-plus"; | 10 | import type { ElForm } from "element-plus"; |
| 10 | let instance: ComponentInternalInstance | null = getCurrentInstance(); | 11 | let instance: ComponentInternalInstance | null = getCurrentInstance(); |
| 11 | let form = reactive({ | 12 | let form = reactive({ |
| @@ -157,7 +158,8 @@ const getProjects = async (pageSize: number = 20) => { | @@ -157,7 +158,8 @@ const getProjects = async (pageSize: number = 20) => { | ||
| 157 | const res = await getProject({ | 158 | const res = await getProject({ |
| 158 | page: 1, | 159 | page: 1, |
| 159 | pageSize: pageSize, | 160 | pageSize: pageSize, |
| 160 | - oid:store?.family?.loginStore()?.organizationId??0 | 161 | + // oid:store?.family?.loginStore()?.organizationId??0 |
| 162 | + oid: useLoginStore()?.getOid ?? 0, | ||
| 161 | }); | 163 | }); |
| 162 | form.projects = res?.data?.data?.list; | 164 | form.projects = res?.data?.data?.list; |
| 163 | if (res?.data?.data?.total > pageSize) { | 165 | if (res?.data?.data?.total > pageSize) { |
src/views/repair/index.vue
| @@ -6,7 +6,8 @@ import { allNeighborhood } from "@/api/community/residence"; | @@ -6,7 +6,8 @@ import { allNeighborhood } from "@/api/community/residence"; | ||
| 6 | import { parseTime, globalFilters } from "@/utils/tool"; | 6 | import { parseTime, globalFilters } from "@/utils/tool"; |
| 7 | import Pagination from "@/components/Pagination/index.vue"; | 7 | import Pagination from "@/components/Pagination/index.vue"; |
| 8 | import { ElMessageBox } from "element-plus"; | 8 | import { ElMessageBox } from "element-plus"; |
| 9 | -import * as store from "@/pinia/index"; | 9 | +// import * as store from "@/pinia/index"; |
| 10 | +import { useLoginStore } from "@/pinia/login"; | ||
| 10 | import { status } from "./config"; | 11 | import { status } from "./config"; |
| 11 | interface Form { | 12 | interface Form { |
| 12 | page: number; | 13 | page: number; |
| @@ -97,7 +98,8 @@ const getProjects = async (pageSize: number = 20) => { | @@ -97,7 +98,8 @@ const getProjects = async (pageSize: number = 20) => { | ||
| 97 | const res = await getTableList({ | 98 | const res = await getTableList({ |
| 98 | page: 1, | 99 | page: 1, |
| 99 | pageSize: pageSize, | 100 | pageSize: pageSize, |
| 100 | - oid: store?.family?.loginStore()?.organizationId ?? 0, | 101 | + // oid: store?.family?.loginStore()?.organizationId ?? 0, |
| 102 | + oid: useLoginStore()?.getOid ?? 0, | ||
| 101 | }); | 103 | }); |
| 102 | data.projects = res?.data?.data?.list; | 104 | data.projects = res?.data?.data?.list; |
| 103 | if (res?.data?.data?.total > pageSize) { | 105 | if (res?.data?.data?.total > pageSize) { |
src/views/role/index.vue
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | import { reactive, ref, onMounted, getCurrentInstance } from "vue"; | 2 | import { reactive, ref, onMounted, getCurrentInstance } from "vue"; |
| 3 | import { roleList, roleStatus } from "@/api/user/role"; | 3 | import { roleList, roleStatus } from "@/api/user/role"; |
| 4 | -import * as store from "@/pinia/index"; | 4 | +// import * as store from "@/pinia/index"; |
| 5 | +import { useLoginStore } from '@/pinia/login'; | ||
| 5 | import router from "@/router"; | 6 | import router from "@/router"; |
| 6 | import { parseTime } from "@/utils/tool"; | 7 | import { parseTime } from "@/utils/tool"; |
| 7 | import Pagination from "@/components/Pagination/index.vue"; | 8 | import Pagination from "@/components/Pagination/index.vue"; |
| @@ -114,7 +115,8 @@ enum statusEnum { | @@ -114,7 +115,8 @@ enum statusEnum { | ||
| 114 | "启用", | 115 | "启用", |
| 115 | } | 116 | } |
| 116 | onMounted(() => { | 117 | onMounted(() => { |
| 117 | - asyncData.userInfo = store.family.loginStore().id; | 118 | + // asyncData.userInfo = store.family.loginStore().id; |
| 119 | + asyncData.userInfo = useLoginStore()?.getId; | ||
| 118 | getList(); | 120 | getList(); |
| 119 | }); | 121 | }); |
| 120 | </script> | 122 | </script> |
src/views/system/info.vue
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | import { reactive, ref, getCurrentInstance } from "vue"; | 2 | import { reactive, ref, getCurrentInstance } from "vue"; |
| 3 | -import * as store from "@/pinia/index"; | 3 | +// import * as store from "@/pinia/index"; |
| 4 | +import { useLoginStore } from '@/pinia/login'; | ||
| 4 | import { userPwdChange } from "@/api/user/user"; | 5 | import { userPwdChange } from "@/api/user/user"; |
| 5 | import type { ElForm } from "element-plus"; | 6 | import type { ElForm } from "element-plus"; |
| 6 | 7 | ||
| @@ -8,7 +9,8 @@ const ruleFormRef = ref<InstanceType<typeof ElForm>>(); | @@ -8,7 +9,8 @@ const ruleFormRef = ref<InstanceType<typeof ElForm>>(); | ||
| 8 | let instance: ComponentInternalInstance | null = getCurrentInstance(); | 9 | let instance: ComponentInternalInstance | null = getCurrentInstance(); |
| 9 | let form = reactive({ | 10 | let form = reactive({ |
| 10 | data: { | 11 | data: { |
| 11 | - userId: store?.family?.loginStore()?.id, | 12 | + // userId: store?.family?.loginStore()?.id, |
| 13 | + userId: useLoginStore()?.getId, | ||
| 12 | oldPassword: "", | 14 | oldPassword: "", |
| 13 | newPassword: "", | 15 | newPassword: "", |
| 14 | surePwd: "", | 16 | surePwd: "", |
| @@ -74,7 +76,8 @@ const submitForm = (formEl: InstanceType<typeof ElForm> | undefined) => { | @@ -74,7 +76,8 @@ const submitForm = (formEl: InstanceType<typeof ElForm> | undefined) => { | ||
| 74 | .then((res) => { | 76 | .then((res) => { |
| 75 | if (res) { | 77 | if (res) { |
| 76 | instance?.proxy?.$message.success("修改成功,请重新登录"); | 78 | instance?.proxy?.$message.success("修改成功,请重新登录"); |
| 77 | - store.family.loginStore().removeToken(); | 79 | + // store.family.loginStore().removeToken(); |
| 80 | + useLoginStore()?.removeToken(); | ||
| 78 | } | 81 | } |
| 79 | }) | 82 | }) |
| 80 | .catch((error) => { | 83 | .catch((error) => { |
src/views/user/edit.vue
| @@ -6,7 +6,8 @@ import { getTableList } from "@/api/community/residence"; | @@ -6,7 +6,8 @@ import { getTableList } from "@/api/community/residence"; | ||
| 6 | import { useRoute } from "vue-router"; | 6 | import { useRoute } from "vue-router"; |
| 7 | import { validMobile } from "@/utils/validate"; | 7 | import { validMobile } from "@/utils/validate"; |
| 8 | import { back } from "@/utils/tool"; | 8 | import { back } from "@/utils/tool"; |
| 9 | -import * as store from "@/pinia"; | 9 | +// import * as store from "@/pinia"; |
| 10 | +import { useLoginStore } from '@/pinia/login'; | ||
| 10 | import type { ElForm } from "element-plus"; | 11 | import type { ElForm } from "element-plus"; |
| 11 | const { | 12 | const { |
| 12 | appContext: { | 13 | appContext: { |
| @@ -168,8 +169,10 @@ const getCommunityList = async (pageSize: number = 20) => { | @@ -168,8 +169,10 @@ const getCommunityList = async (pageSize: number = 20) => { | ||
| 168 | } | 169 | } |
| 169 | }; | 170 | }; |
| 170 | onMounted(() => { | 171 | onMounted(() => { |
| 171 | - asyncData.userInfo = store.family.loginStore().id; | ||
| 172 | - asyncData.userType = store.family.loginStore().organizationType; | 172 | + // asyncData.userInfo = store.family.loginStore().id; |
| 173 | + // asyncData.userType = store.family.loginStore().organizationType; | ||
| 174 | + asyncData.userInfo = useLoginStore()?.getId; | ||
| 175 | + asyncData.userType = useLoginStore()?.organizationType; | ||
| 173 | getRoleList(); | 176 | getRoleList(); |
| 174 | if (~~asyncData.userType === 1) { | 177 | if (~~asyncData.userType === 1) { |
| 175 | getCommunityList(); | 178 | getCommunityList(); |
src/views/user/index.vue
| @@ -2,7 +2,8 @@ | @@ -2,7 +2,8 @@ | ||
| 2 | import { reactive, ref, onMounted } from "vue"; | 2 | import { reactive, ref, onMounted } from "vue"; |
| 3 | import { userList, userPwd, userStatus } from "@/api/user/user"; | 3 | import { userList, userPwd, userStatus } from "@/api/user/user"; |
| 4 | import { parseTime } from "@/utils/tool"; | 4 | import { parseTime } from "@/utils/tool"; |
| 5 | -import * as store from "@/pinia"; | 5 | +// import * as store from "@/pinia"; |
| 6 | +import { useLoginStore } from '@/pinia/login'; | ||
| 6 | import Pagination from "@/components/Pagination/index.vue"; | 7 | import Pagination from "@/components/Pagination/index.vue"; |
| 7 | import { ElMessageBox, ElMessage } from "element-plus"; | 8 | import { ElMessageBox, ElMessage } from "element-plus"; |
| 8 | interface Form { | 9 | interface Form { |
| @@ -131,8 +132,10 @@ enum statusEnum { | @@ -131,8 +132,10 @@ enum statusEnum { | ||
| 131 | "启用", | 132 | "启用", |
| 132 | } | 133 | } |
| 133 | onMounted(() => { | 134 | onMounted(() => { |
| 134 | - asyncData.userInfo = store.family.loginStore().id; | ||
| 135 | - asyncData.userType = store.family.loginStore().organizationType; | 135 | + // asyncData.userInfo = store.family.loginStore().id; |
| 136 | + // asyncData.userType = store.family.loginStore().organizationType; | ||
| 137 | + asyncData.userInfo = useLoginStore()?.getId; | ||
| 138 | + asyncData.userType = useLoginStore()?.organizationType; | ||
| 136 | getList(); | 139 | getList(); |
| 137 | }); | 140 | }); |
| 138 | </script> | 141 | </script> |
src/views/user/login.vue
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | import { login, menuData } from "@/api/user/login"; | 2 | import { login, menuData } from "@/api/user/login"; |
| 3 | -import * as store from "@/pinia/index"; | 3 | +// import * as store from "@/pinia/index"; |
| 4 | import router from "@/router/index"; | 4 | import router from "@/router/index"; |
| 5 | +import { useLoginStore } from "@/pinia/login"; | ||
| 5 | import { reactive, ref, getCurrentInstance } from "vue"; | 6 | import { reactive, ref, getCurrentInstance } from "vue"; |
| 6 | import type { ElForm } from "element-plus"; | 7 | import type { ElForm } from "element-plus"; |
| 7 | import { UserFilled, Lock } from "@element-plus/icons-vue"; | 8 | import { UserFilled, Lock } from "@element-plus/icons-vue"; |
| @@ -41,7 +42,8 @@ const submitForm = (formEl: InstanceType<typeof ElForm> | undefined) => { | @@ -41,7 +42,8 @@ const submitForm = (formEl: InstanceType<typeof ElForm> | undefined) => { | ||
| 41 | if (res?.data) { | 42 | if (res?.data) { |
| 42 | globalProperties.$message.success("登录成功"); | 43 | globalProperties.$message.success("登录成功"); |
| 43 | // 登录成功返回的参数含义,到pinia/modules/login.ts中查看 | 44 | // 登录成功返回的参数含义,到pinia/modules/login.ts中查看 |
| 44 | - store.family.loginStore().setUserInfo(res?.data?.data); | 45 | + // store.family.loginStore().setUserInfo(res?.data?.data); |
| 46 | + useLoginStore()?.setUserInfo(res?.data?.data); | ||
| 45 | getMenu().then((res) => { | 47 | getMenu().then((res) => { |
| 46 | setTimeout(() => { | 48 | setTimeout(() => { |
| 47 | router.push({ path: "/" }); | 49 | router.push({ path: "/" }); |
| @@ -67,7 +69,8 @@ const submitForm = (formEl: InstanceType<typeof ElForm> | undefined) => { | @@ -67,7 +69,8 @@ const submitForm = (formEl: InstanceType<typeof ElForm> | undefined) => { | ||
| 67 | const getMenu = async () => { | 69 | const getMenu = async () => { |
| 68 | try { | 70 | try { |
| 69 | let res = await menuData(); | 71 | let res = await menuData(); |
| 70 | - store.family.loginStore().setMenuList(res?.data?.data); | 72 | + // store.family.loginStore().setMenuList(res?.data?.data); |
| 73 | + useLoginStore()?.setMenuList(res?.data?.data); | ||
| 71 | } catch (e) { | 74 | } catch (e) { |
| 72 | console.log(e); | 75 | console.log(e); |
| 73 | } | 76 | } |