diff options
| author | 2025-09-02 20:02:19 +0200 | |
|---|---|---|
| committer | 2025-09-02 20:02:19 +0200 | |
| commit | 105a30eb9b814012ee1775058c241b15dbd17034 (patch) | |
| tree | 129f601f9826e8be47bb9cb29afc39f8bd39ba47 | |
| parent | 6e74bf125b94b9acf9783ed707642b3efe39e525 (diff) | |
Bump sass from 1.89.2 to 1.91.0 (#7899)
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.2 to 1.91.0.
- [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.89.2...1.91.0)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.91.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 9 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 488050206..8726de158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "markdownlint-cli": "^0.45.0", "neostandard": "^0.12.2", "rtlcss": "^4.3.0", - "sass": "^1.89.2", + "sass": "^1.91.0", "stylelint": "^16.23.0", "stylelint-config-recommended-scss": "^15.0.1", "stylelint-order": "^7.0.0" @@ -5812,10 +5812,11 @@ } }, "node_modules/sass": { - "version": "1.89.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", - "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", + "version": "1.91.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.91.0.tgz", + "integrity": "sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index e2a79b8a7..f35319c99 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "markdownlint-cli": "^0.45.0", "neostandard": "^0.12.2", "rtlcss": "^4.3.0", - "sass": "^1.89.2", + "sass": "^1.91.0", "stylelint": "^16.23.0", "stylelint-config-recommended-scss": "^15.0.1", "stylelint-order": "^7.0.0", |
