From d2ddc07b2cf511d82c2e9ba7ed02666c4116087c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jun 2022 08:00:06 +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 3f3dc80ef66ea..713b3b2804d9f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "junk": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "marked": "^1.2.5", - "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",