From 92dab0e0586dcc2ef26db60c0010ee09d4695a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 01:19:50 +0000 Subject: [PATCH] build(deps): bump marked from 16.3.0 to 16.4.0 Bumps [marked](https://github.com/markedjs/marked) from 16.3.0 to 16.4.0. - [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.3.0...v16.4.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 aa6d7bdcc1199..a56e7ea9a5fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.23", "lodash": "^4.17.21", - "marked": "^16.3.0", + "marked": "^16.4.0", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.1.1", @@ -17414,9 +17414,9 @@ "license": "ISC" }, "node_modules/marked": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz", - "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz", + "integrity": "sha512-CTPAcRBq57cn3R8n3hwc2REddc28hjR7RzDXQ+lXLmMJYqn20BaI2cGw6QjgZGIgVfp2Wdfw4aMzgNteQ6qJgQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index fbced5f11be2d..b7f47e4ce35cd 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.23", "lodash": "^4.17.21", - "marked": "^16.3.0", + "marked": "^16.4.0", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.1.1",