From 8e0a04d36b42617090228377fd974d728c13062f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 15:10:48 +0000 Subject: [PATCH] fix: upgrade sass from 1.26.3 to 1.81.0 Snyk has created this PR to upgrade sass from 1.26.3 to 1.81.0. 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..c6b0ea72c2872 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.81.0" } }