From 6b89da77c2c046a75f95f2e602ba6dc3f24ebd76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 04:40:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 74639fc9..545365d0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "handlebars": "^2.0.0", "marked": "^0.3.3", - "metalsmith": "^1.3.0", + "metalsmith": "^2.2.1", "metalsmith-debug": "0.0.2", "metalsmith-in-place": "^1.0.1", "metalsmith-layouts": "^1.0.0", @@ -12,7 +12,7 @@ "metalsmith-partial": "^0.1.0", "metalsmith-permalinks": "^0.4.0", "metalsmith-static": "0.0.5", - "nunjucks-markdown": "^1.0.0", + "nunjucks-markdown": "^2.0.0", "metalsmith-templates": "~0.6.1" }, "devDependencies": {