From 3a0741280b449bfbcf5cef299bd2619c93742e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 06:45:02 +0000 Subject: [PATCH] Bump grunt-sass from 4.0.1 to 4.1.0 Bumps [grunt-sass](https://github.com/sindresorhus/grunt-sass) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/sindresorhus/grunt-sass/releases) - [Commits](https://github.com/sindresorhus/grunt-sass/compare/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: grunt-sass dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 507e0e6..6ed43da 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "grunt-contrib-watch": "1.1.0", "grunt-purgecss": "7.0.2", "grunt-replace-regex": "1.0.3", - "grunt-sass": "4.0.1", + "grunt-sass": "4.1.0", "grunt-stylelint": "0.20.1", "grunt-terser": "2.0.0", "load-grunt-tasks": "5.1.0",