From bbe4028258ab00854d4249bd51107d58eef78635 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 01:51:03 +0000 Subject: [PATCH] fix: upgrade mdast-util-from-markdown from 1.2.0 to 1.3.1 Snyk has created this PR to upgrade mdast-util-from-markdown from 1.2.0 to 1.3.1. See this package in npm: mdast-util-from-markdown See this project in Snyk: https://app.snyk.io/org/ltoni2200/project/54d51ae0-690e-4a6b-8f0f-8cde2c072c8a?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 e50d9d2c8793..222ed6feb2aa 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "lodash-es": "^4.17.21", "lunr": "^2.3.9", "lunr-languages": "^1.9.0", - "mdast-util-from-markdown": "^1.2.0", + "mdast-util-from-markdown": "^1.3.1", "mdast-util-to-string": "^3.1.0", "morgan": "^1.10.0", "next": "^11.1.3",