From 53161183c901e13dc50db30386ae039d399fe32c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 10:27:17 +0000 Subject: [PATCH] fix: upgrade sass from 1.26.3 to 1.93.2 Snyk has created this PR to upgrade sass from 1.26.3 to 1.93.2. 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..d213cd6db3903 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.93.2" } }