From 89faef4702c6eb9cb82a69c97c0b87b955c0172d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:36:03 +0000 Subject: [PATCH] Update sass to version 1.82.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57e712d..c1d21c7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "postcss-aspect-ratio-polyfill": "^2.0.0", "prettier": "2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", - "sass": "^1.81.0", + "sass": "^1.82.0", "tailwindcss": "^3.4.16", "tsx": "^4.19.2", "typescript": "^5.7.2", diff --git a/yarn.lock b/yarn.lock index e0172f0..d3134b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2342,10 +2342,10 @@ safe-buffer@5.2.1: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.81.0: - version "1.81.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.81.0.tgz#a9010c0599867909dfdbad057e4a6fbdd5eec941" - integrity sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA== +sass@^1.82.0: + version "1.82.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.82.0.tgz#30da277af3d0fa6042e9ceabd0d984ed6d07df70" + integrity sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q== dependencies: chokidar "^4.0.0" immutable "^5.0.2"