From a8b27bf12dd5e6f82ec52cb583b89b6aaef76f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 01:04:34 +0000 Subject: [PATCH] build(deps): bump marked from 16.2.1 to 16.3.0 Bumps [marked](https://github.com/markedjs/marked) from 16.2.1 to 16.3.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.2.1...v16.3.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.3.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 e6591426bd5..579d57c097d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.15", "lodash": "^4.17.21", - "marked": "^16.2.1", + "marked": "^16.3.0", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.1.1", @@ -17353,9 +17353,9 @@ "license": "ISC" }, "node_modules/marked": { - "version": "16.2.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.2.1.tgz", - "integrity": "sha512-r3UrXED9lMlHF97jJByry90cwrZBBvZmjG1L68oYfuPMW+uDTnuMbyJDymCWwbTE+f+3LhpNDKfpR3a3saFyjA==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz", + "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 886400c802a..23fbea36d98 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.15", "lodash": "^4.17.21", - "marked": "^16.2.1", + "marked": "^16.3.0", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.1.1",