From 75db436701349693bf3f2c72ac2ddee8dc739cd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 13:32:01 +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 c4971d0fd346e..fc138025433b3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "metalsmith-prism": "^3.1.1", "metalsmith-yearly-pagination": "^4.0.0", "ncp": "^2.0.0", - "node-sass": "^4.13.0", + "node-sass": "^7.0.2", "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", "octonode": "^0.9.5",