From 6f68df787398ae85711236017b71c201d7924b48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 06:07:44 +0000 Subject: [PATCH] fix: upgrade marked from 0.3.5 to 0.8.2 Snyk has created this PR to upgrade marked from 0.3.5 to 0.8.2. See this package in npm: marked See this project in Snyk: https://app.snyk.io/org/dejah2024/project/041399c9-f3d7-4792-9fed-565d60799089?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5548156..5b15250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "handlebars": "4.0.11", "jquery": "3.4.1", "lodash": "4.17.19", - "marked": "0.3.5", + "marked": "^0.8.2", "minimist": "0.0.8", "moment": "2.18.1", "mongoose": "5.4.10", @@ -980,12 +980,15 @@ } }, "node_modules/marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha512-C2ZEiUZxg7zxh9t8C3q6yW4WucWN+OYkiAV/M5GxvfwYrKxlDcuZ74dHmoRoI+R80Oa/FtHl1w8GT13epnbi+Q==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", + "integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==", "license": "MIT", "bin": { "marked": "bin/marked" + }, + "engines": { + "node": ">= 8.16.2" } }, "node_modules/media-typer": { diff --git a/package.json b/package.json index ca7aa76..283a1a7 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "debug": "2.6.8", "ms": "2.0.0", - "marked": "0.3.5" + "marked": "0.8.2" } }