From eb1930f8ff1e9eaa1e5a53aba0dfb3f2eae9a1ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 19:34:23 -0400 Subject: [PATCH] build(deps): bump marked from 12.0.1 to 12.0.2 (#7048) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6e75cf44c4..ce6b091643 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "i18n-js": "^4.4.3", "jcrop": "^0.0.1", "jquery": "^3.7.1", - "marked": "^12.0.1", + "marked": "^12.0.2", "mime": "^3.0.0", "moment": "^2.30.1", "mousetrap": "^1.6.5", @@ -8648,9 +8648,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" }, @@ -17724,9 +17724,9 @@ "requires": {} }, "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==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index bb7fb77d98..2e3e717fea 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "i18n-js": "^4.4.3", "jcrop": "^0.0.1", "jquery": "^3.7.1", - "marked": "^12.0.1", + "marked": "^12.0.2", "mime": "^3.0.0", "moment": "^2.30.1", "mousetrap": "^1.6.5",