From bfee7226cb09654790cc7b553fc1e5989ec4225e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:28:31 +0000 Subject: [PATCH] build(deps): bump marked from 16.2.0 to 16.2.1 Bumps [marked](https://github.com/markedjs/marked) from 16.2.0 to 16.2.1. - [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/v16.2.0...v16.2.1) --- updated-dependencies: - dependency-name: marked dependency-version: 16.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb71e3823c4..7d53fd557c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.10", "lodash": "^4.17.21", - "marked": "^16.2.0", + "marked": "^16.2.1", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.1.1", @@ -17358,10 +17358,9 @@ "license": "ISC" }, "node_modules/marked": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.2.0.tgz", - "integrity": "sha512-LbbTuye+0dWRz2TS9KJ7wsnD4KAtpj0MVkWc90XvBa6AslXsT0hTBVH5k32pcSyHH1fst9XEFJunXHktVy0zlg==", - "license": "MIT", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz", + "integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index aa4055a68fb..eb779df723b 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.10", "lodash": "^4.17.21", - "marked": "^16.2.0", + "marked": "^16.2.1", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.1.1",