From f178a14f18173396b417fdf6cab4cf4457ae3628 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Nov 2020 08:12:30 +0000 Subject: [PATCH] fix: examples/custom-handle/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- examples/custom-handle/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-handle/package.json b/examples/custom-handle/package.json index 8790ca8..2be8c89 100644 --- a/examples/custom-handle/package.json +++ b/examples/custom-handle/package.json @@ -4,7 +4,7 @@ "rehype-format": "^2.3.1", "rehype-parse": "^6.0.0", "rehype-stringify": "^5.0.0", - "remark-parse": "^6.0.3", + "remark-parse": "^9.0.0", "remark-rehype": "^4.0.0", "unified": "^7.1.0", "vfile-reporter": "^5.1.1"