Upgrade front-end dependencies.

Notice that there is a pending (Unresolved) serious security vulnerability in side our dependency path `favicons-webpack-plugin > favicons > to-ico > resize-img > jimp > url-regex`.

However, the effected module is only executed during the generation of favicon image&mainifests and will not effect the final executable. Thus, I'll not wait for the patch of the module this time, so we can ship other more important security and bug fixes without been delayed.
This commit is contained in:
NI
2020-09-12 14:33:07 +08:00
parent 570f9dd4f1
commit 1b03992f53
2 changed files with 880 additions and 1061 deletions

1905
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,45 +5,45 @@
"main": "",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@babel/runtime": "^7.11.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"buffer": "^5.6.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.1",
"eslint": "^7.7.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.0.0",
"file-loader": "^6.1.0",
"fontfaceobserver": "^2.1.0",
"hack-font": "^3.3.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"html-loader": "^1.3.0",
"html-webpack-plugin": "^4.4.1",
"iconv-lite": "^0.6.2",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.10.0",
"mocha": "^8.1.1",
"mini-css-extract-plugin": "^0.11.1",
"mocha": "^8.1.3",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^2.0.5",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"prettier": "^2.1.1",
"roboto-fontface": "^0.10.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.1.0",
"vue": "^2.6.11",
"terser-webpack-plugin": "^4.2.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-manifest-plugin": "^2.2.0",
"xterm": "^4.8.1",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0"
},