From 7914f29761b3abee5ffaeaf0cf8ad0770f512240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:59:43 +0000 Subject: [PATCH] chore(deps): bump marked from 0.6.2 to 4.0.10 in /heyadmin/vue-cli Bumps [marked](https://github.com/markedjs/marked) from 0.6.2 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v0.6.2...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- heyadmin/vue-cli/package-lock.json | 6 +++--- heyadmin/vue-cli/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/heyadmin/vue-cli/package-lock.json b/heyadmin/vue-cli/package-lock.json index 5f83c5c..ee879b2 100644 --- a/heyadmin/vue-cli/package-lock.json +++ b/heyadmin/vue-cli/package-lock.json @@ -7905,9 +7905,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/heyadmin/vue-cli/package.json b/heyadmin/vue-cli/package.json index ade65db..82adb9a 100644 --- a/heyadmin/vue-cli/package.json +++ b/heyadmin/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",