From 62a7d2304e819182d29e1ddd141d4d3ed383ca9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 02:23:51 +0000 Subject: [PATCH] fix: apps/heft/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- apps/heft/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/heft/package.json b/apps/heft/package.json index bb486926395..6188d69ac09 100644 --- a/apps/heft/package.json +++ b/apps/heft/package.json @@ -42,7 +42,7 @@ "fast-glob": "~3.2.4", "glob": "~7.0.5", "glob-escape": "~0.0.2", - "node-sass": "5.0.0", + "node-sass": "9.0.0", "postcss": "7.0.32", "postcss-modules": "~1.5.0", "prettier": "~2.3.0",