From 89d0a0d3fe5fe57cc59e3c4a48330fc8ebd5bb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:25:54 +0000 Subject: [PATCH] Bump marked from 0.6.2 to 4.0.10 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e56959c..b25b18f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5398,9 +5398,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==" }, "math-random": { "version": "1.0.4", diff --git a/package.json b/package.json index e9b18e8..9cd61cf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jquery": "^3.4.0", "page-scroll-to-id": "^1.5.9", "parcel-bundler": "^1.12.3", - "marked": ">=0.3.9" + "marked": ">=4.0.10" }, "devDependencies": { "sass": "^1.18.0"