From f0161b95119dd77f6ffcf625645bc0cc77dac8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 22:53:36 -0500 Subject: [PATCH] Bump marked from 4.0.9 to 4.0.10 (#826) Bumps [marked](https://github.com/markedjs/marked) from 4.0.9 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/v4.0.9...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8477a630..4e505c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "element-ui": "^2.15.6", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^4.0.9", + "marked": "^4.0.10", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "vue": "^2.6.14", @@ -10729,9 +10729,9 @@ "peer": true }, "node_modules/marked": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.9.tgz", - "integrity": "sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "bin": { "marked": "bin/marked.js" }, @@ -26206,9 +26206,9 @@ "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==" }, "marked": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.9.tgz", - "integrity": "sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "material-design-icons-iconfont": { "version": "6.1.1", diff --git a/package.json b/package.json index 558b3799..f0688275 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "element-ui": "^2.15.6", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^4.0.9", + "marked": "^4.0.10", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "vue": "^2.6.14",