Bump sass from 1.89.1 to 1.91.0 in /frontend #104

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/frontend/sass-1.91.0 into main 2025-08-27 20:20:13 +01:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 0d6a2ceb5a - Show all commits

Bump sass from 1.89.1 to 1.91.0 in /frontend

Bumps [sass](https://github.com/sass/dart-sass) from 1.89.1 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.1...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>
dependabot[bot] 2025-08-27 00:08:24 +00:00 committed by GitHub
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@
"mini-css-extract-plugin": "^2.9.2", "mini-css-extract-plugin": "^2.9.2",
"obsidian": "1.8.7", "obsidian": "1.8.7",
"resolve-url-loader": "^5.0.0", "resolve-url-loader": "^5.0.0",
"sass": "^1.89.1", "sass": "^1.91.0",
"sass-loader": "^16.0.5", "sass-loader": "^16.0.5",
"sync-client": "file:../sync-client", "sync-client": "file:../sync-client",
"terser-webpack-plugin": "^5.3.14", "terser-webpack-plugin": "^5.3.14",

View file

@ -5190,7 +5190,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.89.1", "version": "1.91.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.91.0.tgz",
"integrity": "sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -6375,7 +6377,7 @@
"obsidian": "1.8.7", "obsidian": "1.8.7",
"reconcile-text": "^0.5.0", "reconcile-text": "^0.5.0",
"resolve-url-loader": "^5.0.0", "resolve-url-loader": "^5.0.0",
"sass": "^1.89.1", "sass": "^1.91.0",
"sass-loader": "^16.0.5", "sass-loader": "^16.0.5",
"sync-client": "file:../sync-client", "sync-client": "file:../sync-client",
"terser-webpack-plugin": "^5.3.14", "terser-webpack-plugin": "^5.3.14",