From c6d1da668e3501e2cc9f24bed6bcfdb0b83d1003 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 05:15:47 +0000 Subject: [PATCH] fix: types/remark-hint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- types/remark-hint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/remark-hint/package.json b/types/remark-hint/package.json index 05be102c42e08a..d94b3856b45116 100644 --- a/types/remark-hint/package.json +++ b/types/remark-hint/package.json @@ -7,7 +7,7 @@ ], "dependencies": { "@types/mdast": "*", - "remark": "^14.0.2", + "remark": "^15.0.0", "unified": "^10.1.2" }, "devDependencies": {