Upgrade front-end dependencies

This commit is contained in:
NI
2019-10-22 08:37:26 +08:00
parent 4d0b689a7d
commit 838c49cfac
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8398,9 +8398,9 @@
}
},
"mocha": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.1.tgz",
"integrity": "sha512-VCcWkLHwk79NYQc8cxhkmI8IigTIhsCwZ6RTxQsqK6go4UvEhzJkYuHm8B2YtlSxcYq2fY+ucr4JBwoD6ci80A==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-6.2.2.tgz",
"integrity": "sha512-FgDS9Re79yU1xz5d+C4rv1G7QagNGHZ+iXF81hO8zY35YZZcLEsJVfFolfsqKFWunATEvNzMK0r/CwWd/szO9A==",
"dev": true,
"requires": {
"ansi-colors": "3.2.3",

View File

@@ -26,7 +26,7 @@
"iconv-lite": "^0.5.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.18.2",