From 694777b2b8c391bb32e4c216cf0b79cfa33d85c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 08:06:23 +0000 Subject: [PATCH] Bump marked from 12.0.1 to 12.0.2 Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 to 12.0.2. - [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/v12.0.1...v12.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d766c7f..17ab75c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "install": "^0.13.0", "katex": "^0.16.10", "localforage": "^1.10.0", - "marked": "^12.0.1", + "marked": "^12.0.2", "marked-highlight": "^2.1.1", "marked-katex-extension": "^5.0.1", "match-sorter": "^6.3.4", @@ -14470,9 +14470,9 @@ } }, "node_modules/marked": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", - "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", + "integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 2602997..cdbc59b 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "install": "^0.13.0", "katex": "^0.16.10", "localforage": "^1.10.0", - "marked": "^12.0.1", + "marked": "^12.0.2", "marked-highlight": "^2.1.1", "marked-katex-extension": "^5.0.1", "match-sorter": "^6.3.4",