From e504886ef4b6293b5b32d0539a81c7ee1f7b9fb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Mar 2024 10:20:13 +0000 Subject: [PATCH] fix: upgrade sass from 1.26.3 to 1.71.1 Snyk has created this PR to upgrade sass from 1.26.3 to 1.71.1. See this package in npm: https://www.npmjs.com/package/sass See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/6dac3032-b0ec-443d-ae6d-ae28e5f48702?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..bf14649165c76 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.71.1" } }