diff --git a/vue-cli/package-lock.json b/vue-cli/package-lock.json index b613647..f792a90 100644 --- a/vue-cli/package-lock.json +++ b/vue-cli/package-lock.json @@ -7913,9 +7913,9 @@ } }, "marked": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz", - "integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "md5.js": { "version": "1.3.5", diff --git a/vue-cli/package.json b/vue-cli/package.json index ade65db..82adb9a 100644 --- a/vue-cli/package.json +++ b/vue-cli/package.json @@ -31,7 +31,7 @@ "js-model": "^1.4.2", "lodash.debounce": "^4.0.8", "manba": "^1.2.8", - "marked": "^0.6.2", + "marked": "^4.0.10", "plupload-es6": "^2.1.11", "qiniu-js-es6": "^1.0.31", "qs": "^6.4.0",