mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
build(deps-dev): bump sass in /build/frontend-legacy
Bumps [sass](https://github.com/sass/dart-sass) from 1.94.2 to 1.95.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.94.2...1.95.1) --- updated-dependencies: - dependency-name: sass dependency-version: 1.95.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
070ec61759
commit
f839d7825a
2 changed files with 5 additions and 5 deletions
8
build/frontend-legacy/package-lock.json
generated
8
build/frontend-legacy/package-lock.json
generated
|
|
@ -110,7 +110,7 @@
|
|||
"msw": "^2.12.3",
|
||||
"raw-loader": "^4.0.2",
|
||||
"regextras": "^0.8.0",
|
||||
"sass": "^1.94.2",
|
||||
"sass": "^1.95.1",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^7.2.7",
|
||||
"vitest": "^4.0.13",
|
||||
|
|
@ -15023,9 +15023,9 @@
|
|||
"peer": true
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.94.2",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz",
|
||||
"integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==",
|
||||
"version": "1.95.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.95.1.tgz",
|
||||
"integrity": "sha512-uPoDh5NIEZV4Dp5GBodkmNY9tSQfXY02pmCcUo+FR1P+x953HGkpw+vV28D4IqYB6f8webZtwoSaZaiPtpTeMg==",
|
||||
"devOptional": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
"msw": "^2.12.3",
|
||||
"raw-loader": "^4.0.2",
|
||||
"regextras": "^0.8.0",
|
||||
"sass": "^1.94.2",
|
||||
"sass": "^1.95.1",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^7.2.7",
|
||||
"vitest": "^4.0.13",
|
||||
|
|
|
|||
Loading…
Reference in a new issue