From 93cff9e694874b21ec2f29592b3d8739b3865a6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Nov 2025 06:22:25 +0000 Subject: [PATCH] feat: upgrade marked from 0.3.5 to 16.4.1 Snyk has created this PR to upgrade marked from 0.3.5 to 16.4.1. See this package in npm: marked See this project in Snyk: https://app.snyk.io/org/panda-co/project/ebfb2282-581e-4b1b-afb0-8a0e07b1b540?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index fef2be20353..15c7270dfae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "humanize-ms": "1.0.1", "jquery": "^2.2.4", "lodash": "4.17.4", - "marked": "0.3.5", + "marked": "^16.4.1", "method-override": "latest", "moment": "2.15.1", "mongodb": "^3.5.9", @@ -4288,11 +4288,15 @@ } }, "node_modules/marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha1-QROhWsXXvKFYpargciRYe5+hW5Q=", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", + "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", + "license": "MIT", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 20" } }, "node_modules/md5.js": { @@ -16188,9 +16192,9 @@ } }, "marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha1-QROhWsXXvKFYpargciRYe5+hW5Q=" + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", + "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index d5f9362a36d..26c42c9b95f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "humanize-ms": "1.0.1", "jquery": "^2.2.4", "lodash": "4.17.4", - "marked": "0.3.5", + "marked": "16.4.1", "method-override": "latest", "moment": "2.15.1", "mongodb": "^3.5.9",