From 82d4c7bb9de0df94c67f6e6fb6cf922940159641 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 6 Dec 2018 10:08:24 +0200 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#74) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:deep-extend:20180409 - https://snyk.io/vuln/npm:extend:20180424 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1a0bf..f98ae65 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": "^6.0.0", + "remark-cli": "^6.0.1", "remark-lint": "^6.0.0", "remark-lint-alphabetize-lists": "^2.0.0", "remark-lint-are-links-valid-duplicate": "^0.2.1",