diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-02 01:11:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-02 01:11:13 +0000 |
commit | 99e097d3604c2947fb1e91a339b3167ce7c6769b (patch) | |
tree | b8d7c823f1f8940436d711a8a9ce30549bf2536b | |
parent | 4ce1980eff6dedc2c413ccee771a8d896b21a5ba (diff) | |
download | nextcloud-server-99e097d3604c2947fb1e91a339b3167ce7c6769b.tar.gz nextcloud-server-99e097d3604c2947fb1e91a339b3167ce7c6769b.zip |
chore(deps-dev): bump sass from 1.89.1 to 1.89.2dependabot/npm_and_yarn/sass-1.89.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.1 to 1.89.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.89.1...1.89.2)
---
updated-dependencies:
- dependency-name: sass
dependency-version: 1.89.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 650df01ce75..4ae0ab0e7a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "puppeteer": "^24.10.2", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.89.1", + "sass": "^1.89.2", "sinon": "<= 5.0.7", "stylelint": "^16.19.1", "stylelint-use-logical": "^2.1.2", @@ -22220,11 +22220,10 @@ "license": "BSD-3-Clause" }, "node_modules/sass": { - "version": "1.89.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", - "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", + "version": "1.89.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", + "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", "dev": true, - "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 3d761b24c28..4a48a13d4d3 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "puppeteer": "^24.10.2", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.89.1", + "sass": "^1.89.2", "sinon": "<= 5.0.7", "stylelint": "^16.19.1", "stylelint-use-logical": "^2.1.2", |