From d42aed227ae9426565d04ba8acde0d3b52e9a8f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 19:32:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb04c033fccb3..5da9a792e37c5 100644 --- a/package.json +++ b/package.json @@ -32,14 +32,14 @@ "junk": "1.0.2", "map-async": "0.1.1", "marked": "0.3.5", - "metalsmith": "2.1.0", + "metalsmith": "2.2.1", "metalsmith-collections": "0.7.0", "metalsmith-feed": "0.2.0", "metalsmith-layouts": "1.4.2", "metalsmith-markdown": "0.2.1", "metalsmith-metadata": "0.0.2", "metalsmith-permalinks": "0.4.0", - "metalsmith-prism": "2.1.1", + "metalsmith-prism": "3.1.0", "metalsmith-stylus": "1.0.0", "ncp": "2.0.0", "node-geocoder": "^3.4.1",