From 55a476720b09e6a8333c0cb3a819796166b6f1e1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:52:26 +0000 Subject: [PATCH] feat: upgrade @types/markdown-it from 12.2.3 to 14.1.2 Snyk has created this PR to upgrade @types/markdown-it from 12.2.3 to 14.1.2. See this package in npm: @types/markdown-it See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/186e142e-6831-4645-9fa3-ba0d75217601?utm_source=github-cloud-app&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 5c0be89de4..c67e52ea5e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vue": "^3.4.0" }, "devDependencies": { - "@types/markdown-it": "^12.2.3", + "@types/markdown-it": "^14.1.2", "@types/node": "^20.10.1", "terser": "^5.14.2" },