From 701d181d39517d5fff9ae406f3b4fad3b0ff3ad6 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 23 Oct 2018 10:01:46 +0300 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#67) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f0d7dd..fe0d50c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/sobolevn/awesome-cryptography#readme", "dependencies": { "remark": "^8.0.0", - "remark-cli": "^4.0.0", + "remark-cli": "^6.0.0", "remark-lint": "^6.0.0", "remark-lint-alphabetize-lists": "^2.0.0", "remark-lint-are-links-valid-alive": "^0.2.1",