diff --git a/examples/with-next-sass/package.json b/examples/with-next-sass/package.json index 3a5972bfdcb25..cc807c4c12561 100644 --- a/examples/with-next-sass/package.json +++ b/examples/with-next-sass/package.json @@ -9,6 +9,6 @@ "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2", - "sass": "1.26.3" + "sass": "1.54.9" } }