aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-31 02:03:22 +0000
committerGitHub <noreply@github.com>2025-05-31 02:03:22 +0000
commitd96f59e56d32730d670a8a4dbacbd243389fe1b9 (patch)
treed21d1ee1daf3f2b6337fd7f0b2db243078eb55a6
parentb2c3c610e7a8dc636bd97574fb6495560546c80a (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/sass-1.89.1.tar.gz
nextcloud-server-dependabot/npm_and_yarn/sass-1.89.1.zip
build(deps-dev): bump sass from 1.89.0 to 1.89.1dependabot/npm_and_yarn/sass-1.89.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.0 to 1.89.1. - [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.0...1.89.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.89.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index dc886419632..3cd02defb29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -142,7 +142,7 @@
"puppeteer": "^24.9.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
- "sass": "^1.89.0",
+ "sass": "^1.89.1",
"sinon": "<= 5.0.7",
"stylelint": "^16.19.1",
"stylelint-use-logical": "^2.1.2",
@@ -21737,9 +21737,9 @@
"license": "BSD-3-Clause"
},
"node_modules/sass": {
- "version": "1.89.0",
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz",
- "integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==",
+ "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==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 3e8a0efaa51..2b9bbbe1edc 100644
--- a/package.json
+++ b/package.json
@@ -173,7 +173,7 @@
"puppeteer": "^24.9.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
- "sass": "^1.89.0",
+ "sass": "^1.89.1",
"sinon": "<= 5.0.7",
"stylelint": "^16.19.1",
"stylelint-use-logical": "^2.1.2",