From 86992453d5733014e730dff0346168779d9ca400 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Sep 2023 18:41:52 +0000 Subject: [PATCH] fix: upgrade marked from 4.0.16 to 4.3.0 Snyk has created this PR to upgrade marked from 4.0.16 to 4.3.0. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/realize096/project/3ac71e6f-e4da-487c-9931-c456c68d401e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51510fcadfe7..d1f996a2581d 100644 --- a/package.json +++ b/package.json @@ -451,7 +451,7 @@ "lit-html": "^2.7.2", "lodash": "^4.17.20", "lru-cache": "^7.8.0", - "marked": "4.0.16", + "marked": "4.3.0", "mdi-react": "^8.1.0", "minimatch": "^3.0.4", "mockdate": "^3.0.2",