From 379c0a9c67caf5d1de3665bc6545c792069dacc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 19:42:30 +0000 Subject: [PATCH] chore(deps): bump marked from 11.2.0 to 12.0.2 Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 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/v11.2.0...v12.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... 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 d6cbea4b2faef..ece010e746193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.60", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^12.0.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "natural-orderby": "^3.0.2", @@ -19229,9 +19229,9 @@ } }, "node_modules/marked": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", - "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", + "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 d26a2e5a5d945..b5409fdcb8a47 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.60", "lodash": "^4.17.21", - "marked": "^11.2.0", + "marked": "^12.0.2", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "natural-orderby": "^3.0.2",