From 4dd13defaf22749561fdd1053468b4a61bcb90b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:25:49 +0000 Subject: [PATCH] Bump sass from 1.93.2 to 1.97.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.2 to 1.97.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.93.2...1.97.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.97.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c869921..d8339e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "redux": "^5.0.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0", - "sass": "^1.93.2", + "sass": "^1.97.2", "styled-components": "^6.3.6", "swiper": "^11.1.4", "tailwind-merge": "^3.3.1", @@ -24106,9 +24106,10 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sass": { - "version": "1.93.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", - "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", + "version": "1.97.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", + "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index c6d0a65..b645e35 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "redux": "^5.0.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0", - "sass": "^1.93.2", + "sass": "^1.97.2", "styled-components": "^6.3.6", "swiper": "^11.1.4", "tailwind-merge": "^3.3.1",