From 7fd27b3c45d53fdf7c3663554df71598d2ae5957 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Feb 2021 22:03:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-1076581 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb04c033fccb3..dcf96310edd83 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "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",