From cf9ed8ace0552af817a7290166481bbeb635b4a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Nov 2020 00:31:49 +0000 Subject: [PATCH] fix: tools/node-lint-md-cli-rollup/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- tools/node-lint-md-cli-rollup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json index dfce69f0ce1bfd..5898051275211d 100644 --- a/tools/node-lint-md-cli-rollup/package.json +++ b/tools/node-lint-md-cli-rollup/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "markdown-extensions": "^1.1.1", - "remark": "^12.0.0", + "remark": "^13.0.0", "remark-lint": "^7.0.0", "remark-preset-lint-node": "^1.16.0", "unified-args": "^8.0.0"