From 0ccfb933d933267841673e3631391ac4cc4ecd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:21:32 +0000 Subject: [PATCH] [TASK]: Bump grunt-sass in /packages/typo3-docs-theme 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] --- packages/typo3-docs-theme/package-lock.json | 14 +++++++++----- packages/typo3-docs-theme/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index 76ca8b5d2..1bd63c7a2 100644 --- a/packages/typo3-docs-theme/package-lock.json +++ b/packages/typo3-docs-theme/package-lock.json @@ -24,7 +24,7 @@ "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-exec": "^3.0.0", - "grunt-sass": "^3.1.0", + "grunt-sass": "^4.0.0", "grunt-stylelint": "^0.20.1", "sass": "^1.85.0", "stylelint": "^16.14.1", @@ -2883,12 +2883,16 @@ } }, "node_modules/grunt-sass": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.1.0.tgz", - "integrity": "sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-4.0.0.tgz", + "integrity": "sha512-J9JvhVByJaIBjqPvFs/bOrRb9Wa2wVeSM5bRzjD8YiwuEi03tdIPI9OXuygq35z/eTurcO4yxsF5MU8nHdH11w==", "dev": true, + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" }, "peerDependencies": { "grunt": ">=1" diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index 21a36dd07..3da0495de 100644 --- a/packages/typo3-docs-theme/package.json +++ b/packages/typo3-docs-theme/package.json @@ -19,7 +19,7 @@ "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-exec": "^3.0.0", - "grunt-sass": "^3.1.0", + "grunt-sass": "^4.0.0", "grunt-stylelint": "^0.20.1", "sass": "^1.85.0", "stylelint": "^16.14.1",