From 43f20cc3f10451320a0c7e0ca326d3e7b6853128 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 23:11:22 +0000 Subject: [PATCH] fix: upgrade sass from 1.26.3 to 1.78.0 Snyk has created this PR to upgrade sass from 1.26.3 to 1.78.0. See this package in npm: sass See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/f07f3e6f-94d1-4014-86c3-c1bd970ef4a4?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..a1fea422bd6fa 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.78.0" } }