build(deps-dev): bump sass in /build/frontend-legacy

Bumps [sass](https://github.com/sass/dart-sass) from 1.97.2 to 1.97.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.97.2...1.97.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.97.3
  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] 2026-01-22 09:21:23 +00:00 committed by Andy Scherzinger
parent 0756782610
commit 652b06c1ce
2 changed files with 5 additions and 5 deletions

View file

@ -114,7 +114,7 @@
"patch-package": "^8.0.1",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
"sass": "^1.97.2",
"sass": "^1.97.3",
"typescript": "^5.9.2",
"vite": "^7.3.1",
"vitest": "^4.0.18",
@ -15325,9 +15325,9 @@
"peer": true
},
"node_modules/sass": {
"version": "1.97.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz",
"integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==",
"version": "1.97.3",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz",
"integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -130,7 +130,7 @@
"patch-package": "^8.0.1",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
"sass": "^1.97.2",
"sass": "^1.97.3",
"typescript": "^5.9.2",
"vite": "^7.3.1",
"vitest": "^4.0.18",