From 9948bc02b9bf0525b8c2ae064dda8d9f5362e9f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 00:53:30 +0000 Subject: [PATCH] fix: upgrade metalsmith-permalinks from 0.1.3 to 0.5.0 Snyk has created this PR to upgrade metalsmith-permalinks from 0.1.3 to 0.5.0. See this package in NPM: https://www.npmjs.com/package/metalsmith-permalinks See this project in Snyk: https://app.snyk.io/org/jmatsushita/project/ce7a1d15-7b53-4717-b497-ef8d8d53ed2f?utm_source=github&utm_medium=upgrade-pr --- examples/wintersmith/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wintersmith/package.json b/examples/wintersmith/package.json index e4284da5..0328b99b 100644 --- a/examples/wintersmith/package.json +++ b/examples/wintersmith/package.json @@ -6,6 +6,6 @@ "metalsmith": "^1.0.0", "metalsmith-layouts": "^1.4.1", "metalsmith-markdown": "^0.2.1", - "metalsmith-permalinks": "^0.1.0" + "metalsmith-permalinks": "^0.5.0" } }