From 0f89ace1c869cd286cf79f39144ee45b5646eb95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Nov 2020 23:30:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21b1d00..40c108b 100644 --- a/package.json +++ b/package.json @@ -72,8 +72,8 @@ "license-checker": "^25.0.1", "markdownlint": "^0.17.2", "markdownlint-cli": "^0.19.0", - "remark": "^11.0.2", - "remark-cli": "^7.0.1", + "remark": "^13.0.0", + "remark-cli": "^9.0.0", "remark-lint": "^6.0.5", "remark-preset-lint-consistent": "^2.0.3", "remark-preset-lint-markdown-style-guide": "^2.1.3",