From e7d7ced80f8fcedfe5b7aa68f3d893b1c17e027a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:52:26 +0000 Subject: [PATCH] Bump sass from 1.93.2 to 1.93.3 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.2 to 1.93.3. - [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.93.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d8b9040..068ccb6 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.93.3", "styled-components": "^6.1.8", "swiper": "^11.1.4", "tailwind-merge": "^3.3.1", @@ -24101,9 +24101,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.93.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz", + "integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==", + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 874ee42..4afa8bc 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.93.3", "styled-components": "^6.1.8", "swiper": "^11.1.4", "tailwind-merge": "^3.3.1",