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.2 to 1.93.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.93.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.93.2...1.93.3) --- updated-dependencies: - dependency-name: sass dependency-version: 1.93.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2232e6851e
commit
4dcaca4e13
2 changed files with 5 additions and 6 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -50,7 +50,7 @@
|
|||
"globals": "^16.4.0",
|
||||
"jsdom": "^27.0.1",
|
||||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"sass": "^1.93.2",
|
||||
"sass": "^1.93.3",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
@ -14115,11 +14115,10 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.93.2",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.93.2.tgz",
|
||||
"integrity": "sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==",
|
||||
"version": "1.93.3",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.93.3.tgz",
|
||||
"integrity": "sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chokidar": "^4.0.0",
|
||||
"immutable": "^5.0.2",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"globals": "^16.4.0",
|
||||
"jsdom": "^27.0.1",
|
||||
"jsdom-testing-mocks": "^1.16.0",
|
||||
"sass": "^1.93.2",
|
||||
"sass": "^1.93.3",
|
||||
"stylelint": "^16.25.0",
|
||||
"stylelint-use-logical": "^2.1.2",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue