From 28e007762e07ba3a85245e5647c72d1b535ebb05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 12:13:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f3dc80ef66ea..0fa0fc71c8a75 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "node-version-data": "^1.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.1.8", - "sass": "^1.29.0", + "sass": "^1.79.0", "semver": "^7.3.2", "strftime": "^0.10.0" },