build(deps-dev): bump sass from 1.94.0 to 1.94.2

Bumps [sass](https://github.com/sass/dart-sass) from 1.94.0 to 1.94.2.
- [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.0...1.94.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.94.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-24 16:42:34 +00:00 committed by GitHub
parent eb8108e407
commit 1917f812b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -50,7 +50,7 @@
"globals": "^16.5.0",
"jsdom": "^27.2.0",
"jsdom-testing-mocks": "^1.16.0",
"sass": "^1.94.0",
"sass": "^1.94.2",
"stylelint": "^16.26.0",
"stylelint-use-logical": "^2.1.2",
"ts-node": "^10.9.2",
@ -14109,9 +14109,9 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.94.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz",
"integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==",
"version": "1.94.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz",
"integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==",
"devOptional": true,
"license": "MIT",
"dependencies": {

View file

@ -79,7 +79,7 @@
"globals": "^16.5.0",
"jsdom": "^27.2.0",
"jsdom-testing-mocks": "^1.16.0",
"sass": "^1.94.0",
"sass": "^1.94.2",
"stylelint": "^16.26.0",
"stylelint-use-logical": "^2.1.2",
"ts-node": "^10.9.2",