From 84312c22f33a7fcb9ce63ef6f4b5badba91a965c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Sep 2025 21:35:22 +0000 Subject: [PATCH] fix: upgrade sass from 1.26.3 to 1.92.1 Snyk has created this PR to upgrade sass from 1.26.3 to 1.92.1. See this package in npm: sass See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/418216cb-cf2f-4fe9-8589-360bbef161ad?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-next-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-sass/package.json b/examples/with-next-sass/package.json index f488a52f871ca..68efd3c3e7e31 100644 --- a/examples/with-next-sass/package.json +++ b/examples/with-next-sass/package.json @@ -9,6 +9,6 @@ "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", - "sass": "1.26.3" + "sass": "1.92.1" } }