|
|
@ -19,6 +19,7 @@ |
|
|
|
"axios": "~0.21.4", |
|
|
|
"bcryptjs": "~2.4.3", |
|
|
|
"bootstrap": "~5.1.1", |
|
|
|
"chardet": "^1.3.0", |
|
|
|
"chart.js": "~3.5.1", |
|
|
|
"chartjs-adapter-dayjs": "~1.0.0", |
|
|
|
"command-exists": "~1.2.9", |
|
|
@ -28,6 +29,7 @@ |
|
|
|
"express-basic-auth": "~1.2.0", |
|
|
|
"form-data": "~4.0.0", |
|
|
|
"http-graceful-shutdown": "~3.1.4", |
|
|
|
"iconv-lite": "^0.6.3", |
|
|
|
"jsonwebtoken": "~8.5.1", |
|
|
|
"nodemailer": "~6.6.5", |
|
|
|
"notp": "~2.0.3", |
|
|
@ -64,7 +66,7 @@ |
|
|
|
"@vitejs/plugin-legacy": "~1.6.1", |
|
|
|
"@vitejs/plugin-vue": "~1.9.2", |
|
|
|
"@vue/compiler-sfc": "~3.2.19", |
|
|
|
"babel-plugin-rewire": "^1.2.0", |
|
|
|
"babel-plugin-rewire": "~1.2.0", |
|
|
|
"core-js": "~3.18.1", |
|
|
|
"cross-env": "~7.0.3", |
|
|
|
"dns2": "~2.0.1", |
|
|
@ -3551,6 +3553,17 @@ |
|
|
|
"ms": "2.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/body-parser/node_modules/iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"dependencies": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/body-parser/node_modules/ms": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", |
|
|
@ -3813,6 +3826,11 @@ |
|
|
|
"url": "https://github.com/sponsors/wooorm" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/chardet": { |
|
|
|
"version": "1.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-1.3.0.tgz", |
|
|
|
"integrity": "sha512-cyTQGGptIjIT+CMGT5J/0l9c6Fb+565GCFjjeUTKxUO7w3oR+FcNCMEKTn5xtVKaLFmladN7QF68IiQsv5Fbdw==" |
|
|
|
}, |
|
|
|
"node_modules/chart.js": { |
|
|
|
"version": "3.5.1", |
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.5.1.tgz", |
|
|
@ -6303,11 +6321,11 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"version": "0.6.3", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", |
|
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", |
|
|
|
"dependencies": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
@ -9527,6 +9545,17 @@ |
|
|
|
"node": ">= 0.8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/raw-body/node_modules/iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"dependencies": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/react-is": { |
|
|
|
"version": "17.0.2", |
|
|
|
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", |
|
|
@ -11978,6 +12007,18 @@ |
|
|
|
"iconv-lite": "0.4.24" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/whatwg-encoding/node_modules/iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/whatwg-mimetype": { |
|
|
|
"version": "2.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", |
|
|
@ -14905,6 +14946,14 @@ |
|
|
|
"ms": "2.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"requires": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"ms": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", |
|
|
@ -15090,6 +15139,11 @@ |
|
|
|
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"chardet": { |
|
|
|
"version": "1.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/chardet/-/chardet-1.3.0.tgz", |
|
|
|
"integrity": "sha512-cyTQGGptIjIT+CMGT5J/0l9c6Fb+565GCFjjeUTKxUO7w3oR+FcNCMEKTn5xtVKaLFmladN7QF68IiQsv5Fbdw==" |
|
|
|
}, |
|
|
|
"chart.js": { |
|
|
|
"version": "3.5.1", |
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.5.1.tgz", |
|
|
@ -16967,11 +17021,11 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"version": "0.6.3", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", |
|
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", |
|
|
|
"requires": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"ieee754": { |
|
|
@ -19393,6 +19447,16 @@ |
|
|
|
"http-errors": "1.7.2", |
|
|
|
"iconv-lite": "0.4.24", |
|
|
|
"unpipe": "1.0.0" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"requires": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"react-is": { |
|
|
@ -21251,6 +21315,17 @@ |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"iconv-lite": "0.4.24" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"iconv-lite": { |
|
|
|
"version": "0.4.24", |
|
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", |
|
|
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"safer-buffer": ">= 2.1.2 < 3" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"whatwg-mimetype": { |
|
|
|