From 707b2653f2e5ee2ab6ca1e4ca3d58b8d7d0233f9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 21:15:18 +0000 Subject: [PATCH] fix: upgrade sass from 1.89.2 to 1.93.0 Snyk has created this PR to upgrade sass from 1.89.2 to 1.93.0. See this package in npm: sass See this project in Snyk: https://app.snyk.io/org/dargon789/project/45eb2547-fea9-422e-979f-5da9c2d86276?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66c900f..9a45cbe 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/node": "22.15.21", "@types/react": "19.1.9", "@types/react-dom": "19.1.7", - "sass": "1.89.2", + "sass": "1.93.0", "typescript": "5.9.2" } }