From 04fc12aeba91984dfe6eac180ae1cc7fe41cfb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 06:38:37 +0000 Subject: [PATCH] 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 871f95b..e588a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "framer-motion": "^12.6.2", "input-otp": "^1.4.2", "lucide-react": "^0.484.0", - "marked": "^16.4.1", + "marked": "^16.4.2", "next-themes": "^0.4.6", "octokit": "^4.1.2", "react": "^19.0.0", @@ -6887,9 +6887,9 @@ } }, "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==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 8efb1f0..950295e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "framer-motion": "^12.6.2", "input-otp": "^1.4.2", "lucide-react": "^0.484.0", - "marked": "^16.4.1", + "marked": "^16.4.2", "next-themes": "^0.4.6", "octokit": "^4.1.2", "react": "^19.0.0",