From 968b0de05b1fde76eea901da63aeab14d8268c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:22:17 +0000 Subject: [PATCH] [TASK]: Bump sass from 1.79.1 to 1.79.2 in /packages/typo3-docs-theme Bumps [sass](https://github.com/sass/dart-sass) from 1.79.1 to 1.79.2. - [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.79.1...1.79.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/typo3-docs-theme/package-lock.json | 8 ++++---- packages/typo3-docs-theme/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/typo3-docs-theme/package-lock.json b/packages/typo3-docs-theme/package-lock.json index 9bcd8b546..baa55bf94 100644 --- a/packages/typo3-docs-theme/package-lock.json +++ b/packages/typo3-docs-theme/package-lock.json @@ -22,7 +22,7 @@ "grunt-exec": "^3.0.0", "grunt-sass": "^3.1.0", "grunt-stylelint": "^0.20.1", - "sass": "^1.79.1", + "sass": "^1.79.2", "stylelint": "^16.9.0" }, "engines": { @@ -2713,9 +2713,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.79.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.1.tgz", - "integrity": "sha512-+mA7svoNKeL0DiJqZGeR/ZGUu8he4I8o3jyUcOFyo4eBJrwNgIMmAEwCMo/N2Y3wdjOBcRzoNxZIOtrtMX8EXg==", + "version": "1.79.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.79.2.tgz", + "integrity": "sha512-YmT1aoF1MwHsZEu/eXhbAJNsPGAhNP4UixW9ckEwWCvPcVdVF0/C104OGDVEqtoctKq0N+wM20O/rj+sSPsWeg==", "dev": true, "dependencies": { "chokidar": "^4.0.0", diff --git a/packages/typo3-docs-theme/package.json b/packages/typo3-docs-theme/package.json index c0ebc028c..bfe1f2041 100644 --- a/packages/typo3-docs-theme/package.json +++ b/packages/typo3-docs-theme/package.json @@ -17,7 +17,7 @@ "grunt-exec": "^3.0.0", "grunt-sass": "^3.1.0", "grunt-stylelint": "^0.20.1", - "sass": "^1.79.1", + "sass": "^1.79.2", "stylelint": "^16.9.0" }, "scripts": {