From 84311b2a5daaa5b1cbc9c15e4a3cf83fac567c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:08:01 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.3.16 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.16 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/commits/v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... 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 cf88b79..c7f94cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1471,9 +1471,9 @@ } }, "marked": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.16.tgz", - "integrity": "sha512-diLiAxHidES67uJ1P5unXBUB4CyOFwodKrctuK0U4Ogw865N9Aw4dLmY0BK0tGKOy3xvkdMGgUXPD6W9z1Ne0Q==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true }, "math-random": { diff --git a/package.json b/package.json index a6d8d89..12cc02b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "chokidar-cli": "^2.1.0", "hot-server": "0.0.23", - "marked": "^0.3.16", + "marked": "^4.0.10", "serve": "^11.3.2" } }