mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
build(deps-dev): bump sass from 1.93.3 to 1.94.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.93.3 to 1.94.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.93.3...1.94.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.94.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e6ab9a19d6
commit
6bce01c1eb
2 changed files with 6 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -50,7 +50,7 @@
|
|||
"globals": "^16.5.0",
|
||||
"jsdom": "^27.2.0",
|
||||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"sass": "^1.93.3",
|
||||
"sass": "^1.94.0",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
@ -14044,10 +14044,11 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.93.3",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz",
|
||||
"integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==",
|
||||
"version": "1.94.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz",
|
||||
"integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chokidar": "^4.0.0",
|
||||
"immutable": "^5.0.2",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"globals": "^16.5.0",
|
||||
"jsdom": "^27.2.0",
|
||||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"sass": "^1.93.3",
|
||||
"sass": "^1.94.0",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue