From 3c0735020d70b85f67bdbc0181abe00cd4cf7148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 20:23:35 -0400 Subject: [PATCH] Bump marked from 2.1.3 to 3.0.0 (#727) Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 3.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v2.1.3...v3.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ec6c21b..a360199d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "element-ui": "^2.15.5", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^2.1.3", + "marked": "^3.0.0", "material-design-icons-iconfont": "^6.1.0", "vue": "^2.6.12", "vue-agile": "^1.1.3", @@ -10212,14 +10212,14 @@ "peer": true }, "node_modules/marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", + "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==", "bin": { "marked": "bin/marked" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/material-design-icons-iconfont": { @@ -25394,9 +25394,9 @@ "integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==" }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.0.tgz", + "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==" }, "material-design-icons-iconfont": { "version": "6.1.0", diff --git a/package.json b/package.json index cac30628..99af5efb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "element-ui": "^2.15.5", "lodash.groupby": "^4.6.0", "lodash.sortby": "^4.7.0", - "marked": "^2.1.3", + "marked": "^3.0.0", "material-design-icons-iconfont": "^6.1.0", "vue": "^2.6.12", "vue-agile": "^1.1.3",