From 63e9ebb12c679514a6caa177266481fc9d35d096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:38:50 +0000 Subject: [PATCH] Bump marked from 3.0.0 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 3.0.0 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/v3.0.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8dda44..7d1af49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "babel-plugin-transform-imports": "^2.0.0", "dayjs": "^1.10.6", "decamelize": "^5.0.0", - "marked": "^3.0.0", + "marked": "^4.0.10", "parcel": "^2.0.0-rc.0", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -7388,10 +7388,11 @@ } }, "node_modules/marked": { - "version": "3.0.0", - "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==", + "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" + "marked": "bin/marked.js" }, "engines": { "node": ">= 12" @@ -17604,8 +17605,9 @@ "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" }, "marked": { - "version": "3.0.0", - "integrity": "sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==" + "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/package.json b/package.json index 8f42d32..d102e1e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "babel-plugin-transform-imports": "^2.0.0", "dayjs": "^1.10.6", "decamelize": "^5.0.0", - "marked": "^3.0.0", + "marked": "^4.0.10", "parcel": "^2.0.0-rc.0", "react": "^17.0.2", "react-dom": "^17.0.2",