mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
build(deps-dev): bump sass from 1.89.2 to 1.93.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.2 to 1.93.3. - [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.93.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c38938e6f9
commit
758e2ea75c
2 changed files with 5 additions and 6 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -144,7 +144,7 @@
|
|||
"puppeteer": "^24.29.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"regextras": "^0.8.0",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.94.0",
|
||||
"sass-loader": "^16.0.6",
|
||||
"sinon": "<= 5.0.7",
|
||||
"style-loader": "^4.0.0",
|
||||
|
|
@ -21808,11 +21808,10 @@
|
|||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"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.94.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz",
|
||||
"integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chokidar": "^4.0.0",
|
||||
"immutable": "^5.0.2",
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@
|
|||
"puppeteer": "^24.29.1",
|
||||
"raw-loader": "^4.0.2",
|
||||
"regextras": "^0.8.0",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.94.0",
|
||||
"sass-loader": "^16.0.6",
|
||||
"sinon": "<= 5.0.7",
|
||||
"style-loader": "^4.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue