From 078e74544bfe84cd8c489d71c80991f7015a13d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:01:34 +0000 Subject: [PATCH] Bump grunt-sass from 4.0.0 to 4.0.1 Bumps [grunt-sass](https://github.com/sindresorhus/grunt-sass) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/sindresorhus/grunt-sass/releases) - [Commits](https://github.com/sindresorhus/grunt-sass/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: grunt-sass dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 942df3f6..8a9e1692 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "grunt-contrib-jshint": "3.2.0", "grunt-contrib-watch": "1.1.0", "grunt-replace-regex": "1.0.3", - "grunt-sass": "4.0.0", + "grunt-sass": "4.0.1", "grunt-stylelint": "0.20.1", "grunt-terser": "2.0.0", "load-grunt-tasks": "5.1.0",