From aaf53df2dbc5fcea6b53cbbe8b9cc8224eb5a74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 07:26:01 +0000 Subject: [PATCH] Bump sass from 1.92.0 to 1.93.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.92.0 to 1.93.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.92.0...1.93.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9cfb57..456a084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "naive-ui": "^2.42.0", "prettier": "^3.6.2", "rollup-plugin-visualizer": "*", - "sass": "^1.38.0", + "sass": "^1.93.2", "sass-loader": "^16.0.5", "typescript-eslint": "^8.27.0", "vfonts": "^0.0.3", @@ -4527,9 +4527,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.92.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.92.0.tgz", - "integrity": "sha512-KDNI0BxgIRDAfJgzNm5wuy+4yOCIZyrUbjSpiU/JItfih+KGXAVefKL53MTml054MmBA3DDKIBMSI/7XLxZJ3A==", + "version": "1.93.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", + "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c5c186b..0fa0b2e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-vue": "^10.0.0", "naive-ui": "^2.42.0", "prettier": "^3.6.2", - "sass": "^1.38.0", + "sass": "^1.93.2", "sass-loader": "^16.0.5", "typescript-eslint": "^8.27.0", "vfonts": "^0.0.3",