From 12574c3f51a51bdc5a2e7a062c60de1e078c08d2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:29:20 +0000 Subject: [PATCH] feat: upgrade @types/markdown-it from 12.2.3 to 14.1.1 Snyk has created this PR to upgrade @types/markdown-it from 12.2.3 to 14.1.1. 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..924c4a5f12 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.1", "@types/node": "^20.10.1", "terser": "^5.14.2" },