From 46310d81d102e49c8e92a3516ca022e5312de848 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2024 19:38:49 +0000 Subject: [PATCH] fix: upgrade sass from 1.65.1 to 1.72.0 Snyk has created this PR to upgrade sass from 1.65.1 to 1.72.0. See this package in npm: https://www.npmjs.com/package/sass See this project in Snyk: https://app.snyk.io/org/adydezai55/project/c118125d-052d-483d-9531-58132778b749?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index c24dbc2..6812419 100644 --- a/client/package.json +++ b/client/package.json @@ -19,7 +19,7 @@ "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "redux-thunk": "^2.3.0", - "sass": "^1.64.2", + "sass": "^1.72.0", "socket.io-client": "^3.1.1", "uniqid": "^5.2.0", "web-vitals": "^1.1.0"