From 6332a29dae5d42ee004da5c34a732929367664c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 05:06:04 +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:development 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 e956e3815..e39065dcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "flexsearch": "^0.7.31", "jest": "^29.7.0", "lodash": "^4.17.21", - "marked": "^12.0.1", + "marked": "^12.0.2", "node-fetch": "^2.6.1", "npm-run-all": "4.1.5", "page": "1.11.6", @@ -19703,9 +19703,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==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index dfc09637c..caf27266d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "flexsearch": "^0.7.31", "jest": "^29.7.0", "lodash": "^4.17.21", - "marked": "^12.0.1", + "marked": "^12.0.2", "node-fetch": "^2.6.1", "npm-run-all": "4.1.5", "page": "1.11.6",