From cc067f9c24e46aff8fe0e6be83eb636045a33480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:18:34 +0000 Subject: [PATCH] build(deps): bump marked from 16.4.1 to 16.4.2 Bumps [marked](https://github.com/markedjs/marked) from 16.4.1 to 16.4.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/v16.4.1...v16.4.2) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 61cbd256377..6ba3cf37617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.29", "lodash": "^4.17.21", - "marked": "^16.4.1", + "marked": "^16.4.2", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.2.0", @@ -17057,9 +17057,9 @@ "license": "ISC" }, "node_modules/marked": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", - "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", + "version": "16.4.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.2.tgz", + "integrity": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index fd669e670ac..7644ec4ef64 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "jquery-ui-dist": "^1.13.3", "libphonenumber-js": "^1.12.29", "lodash": "^4.17.21", - "marked": "^16.4.1", + "marked": "^16.4.2", "moment": "^2.30.1", "moment-timezone": "^0.6.0", "p-limit": "^7.2.0",