From e263d2522a85ab6912d091d0605db3395f3bb987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:41:30 +0000 Subject: [PATCH] build(deps): bump marked from 6.0.0 to 7.0.3 Bumps [marked](https://github.com/markedjs/marked) from 6.0.0 to 7.0.3. - [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/v6.0.0...v7.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 1cbc732..d44a8ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "express": "4.18.2", "hbs": "4.2.0", "highlight.js": "11.8.0", - "marked": "6.0.0", + "marked": "7.0.3", "morgan": "1.10.0", "request": "2.88.2" }, @@ -4203,9 +4203,9 @@ } }, "node_modules/marked": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-6.0.0.tgz", - "integrity": "sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", + "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==", "bin": { "marked": "bin/marked.js" }, @@ -9067,9 +9067,9 @@ } }, "marked": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-6.0.0.tgz", - "integrity": "sha512-7E3m/xIlymrFL5gWswIT4CheIE3fDeh51NV09M4x8iOc7NDYlyERcQMLAIHcSlrvwliwbPQ4OGD+MpPSYiQcqw==" + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.3.tgz", + "integrity": "sha512-ev2uM40p0zQ/GbvqotfKcSWEa59fJwluGZj5dcaUOwDRrB1F3dncdXy8NWUApk4fi8atU3kTBOwjyjZ0ud0dxw==" }, "media-typer": { "version": "0.3.0", diff --git a/package.json b/package.json index f3d9f4e..bed5612 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "express": "4.18.2", "hbs": "4.2.0", "highlight.js": "11.8.0", - "marked": "6.0.0", + "marked": "7.0.3", "morgan": "1.10.0", "request": "2.88.2" },