From 11213ee480bbbbcb4f9d4035437120ff0dd9e8d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 22:03:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb04c033fccb3..63a0f2ec5b397 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "map-async": "0.1.1", "marked": "0.3.5", "metalsmith": "2.1.0", - "metalsmith-collections": "0.7.0", + "metalsmith-collections": "0.8.0", "metalsmith-feed": "0.2.0", "metalsmith-layouts": "1.4.2", "metalsmith-markdown": "0.2.1",