From 5feaa44e0269bab5474c36ea105c7baf7f77461e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 03:02:23 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.93.0 to 1.93.2 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.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.93.0...1.93.2) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 815b1110..209a3843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", "mocha": "^11.7.2", - "sass": "^1.93.0", + "sass": "^1.93.2", "supertest": "^7.1.4" } }, @@ -11727,9 +11727,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.93.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", - "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", + "version": "1.93.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", + "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", "dev": true, "dependencies": { "chokidar": "^4.0.0", @@ -22367,9 +22367,9 @@ "dev": true }, "sass": { - "version": "1.93.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", - "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", + "version": "1.93.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz", + "integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 4da6a335..e6d674e2 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gulp-uglify": "^3.0.2", "lazypipe": "^1.0.2", "mocha": "^11.7.2", - "sass": "^1.93.0", + "sass": "^1.93.2", "supertest": "^7.1.4" }, "dependencies": {