From 81bbbfa56304a866484fae6fd6431d325a861c1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Aug 2022 03:01:34 +0000 Subject: [PATCH] fix: upgrade sass from 1.29.0 to 1.54.0 Snyk has created this PR to upgrade sass from 1.29.0 to 1.54.0. See this package in npm: https://www.npmjs.com/package/sass See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/fc1c8320-52e1-4384-97fd-40e5f201ab5a?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-gsap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-gsap/package.json b/examples/with-gsap/package.json index 47a1f8844d7f1..11b662f8f8af6 100644 --- a/examples/with-gsap/package.json +++ b/examples/with-gsap/package.json @@ -11,6 +11,6 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-transition-group": "^4.3.0", - "sass": "1.29.0" + "sass": "1.54.0" } }