From a6727444f1ce318fe377b71fd8f6d3d16685337e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:15:18 +0000 Subject: [PATCH] Bump grunt-sass from 3.1.0 to 4.0.0 Bumps [grunt-sass](https://github.com/sindresorhus/grunt-sass) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/sindresorhus/grunt-sass/releases) - [Commits](https://github.com/sindresorhus/grunt-sass/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: grunt-sass dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 011c1a4..a6cd6a0 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "grunt": "~1.6.0", "grunt-contrib-watch": "^1.1.0", "grunt-replace": "~2.0.2", - "grunt-sass": "^3.1.0", + "grunt-sass": "^4.0.0", "grunt-wp-i18n": "^1.0.3", "node-sass": "^9.0.0" }