From 86acf709cbc287f6868463b021f7b74bdc389b1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jun 2022 02:53:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d18f3049c3f34..201159d49ed94 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "junk": "2.1.0", "lodash.defaultsdeep": "4.6.0", "marked": "0.3.19", - "metalsmith": "2.3.0", + "metalsmith": "2.5.0", "metalsmith-collections": "0.9.0", "metalsmith-discover-helpers": "^0.1.1", "metalsmith-discover-partials": "^0.1.2",