From e83e4bfc9db9e7d4ba12ebb79a7b6700fab368f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:05:34 +0000 Subject: [PATCH] Bump sass from 1.93.2 to 1.94.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.93.2 to 1.94.0. - [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.94.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.94.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 acdef88..3d947ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "laravel-vite-plugin": "^2.0.1", "lodash": "^4.17.19", "postcss": "^8.5.6", - "sass": "^1.93.2", + "sass": "^1.94.0", "vite": "^7.1.7" } }, @@ -1614,9 +1614,9 @@ } }, "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.94.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", + "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", "dev": true, "dependencies": { "chokidar": "^4.0.0", @@ -2679,9 +2679,9 @@ } }, "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.94.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", + "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 8640330..19ed7b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "laravel-vite-plugin": "^2.0.1", "lodash": "^4.17.19", "postcss": "^8.5.6", - "sass": "^1.93.2", + "sass": "^1.94.0", "vite": "^7.1.7" }, "dependencies": {